Re: [PATCH net-next v4 1/4] Add support to set napi threaded for individual napi
From: Jakub Kicinski <kuba@kernel.org> Date: 2025-03-25 14:52:47
On Fri, 21 Mar 2025 02:15:18 +0000 Samiullah Khawaja wrote:
+/*
+ * napi_set_threaded - set napi threaded state
+ * @napi: NAPI context
+ * @threaded: whether this napi does threaded polling
+ *
+ * Return 0 on success and negative errno on failure.
Please make this a real kdoc (staring with /**) or delete it