[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250624181009.755abb07@kernel.org>
Date: Tue, 24 Jun 2025 18:10:09 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Samiullah Khawaja <skhawaja@...gle.com>
Cc: "David S . Miller " <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>,
almasrymina@...gle.com, willemb@...gle.com, jdamato@...tly.com,
mkarsten@...terloo.ca, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v9] Add support to set NAPI threaded for
individual NAPI
On Mon, 23 Jun 2025 17:53:16 +0000 Samiullah Khawaja wrote:
> +/**
> + * napi_set_threaded - set NAPI threaded state
> + * @n: napi_struct to set the threaded state on
> + * @threaded: whether this NAPI does threaded polling
> + *
> + * Return: 0 on success and negative errno on failure.
> + */
> +int napi_set_threaded(struct napi_struct *napi, bool threaded)
Ah, missed that this kdoc is wrong s/n/napi/
For the record:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=e5880f95a97928308845dc97fdd239605e06e501
--
pw-bot: cr
Powered by blists - more mailing lists