[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aEvsaUrhXgFzvtzZ@b9e1f7b84bd3>
Date: Fri, 13 Jun 2025 09:16:25 +0000
From: Subbaraya Sundeep <sbhatta@...vell.com>
To: Jakub Kicinski <kuba@...nel.org>
CC: Jun Miao <jun.miao@...el.com>, <oneukum@...e.com>,
<netdev@...r.kernel.org>, <linux-usb@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH V2] net: usb: Convert tasklet API to new bottom half
workqueue mechanism
On 2025-06-13 at 01:51:31, Jakub Kicinski (kuba@...nel.org) wrote:
> On Tue, 10 Jun 2025 22:54:03 +0800 Jun Miao wrote:
> > - if (rx_alloc_submit(dev, GFP_ATOMIC) == -ENOLINK)
> > + if (rx_alloc_submit(dev, GFP_NOIO) == -ENOLINK)
>
> Sorry, I think Subbaraya mislead you. v1 was fine.
> If we want to change the flags (which Im not sure is correct) it should
> be a separate commit. Could you repost v1? There is no need to attribute
Yeah hence asked to correct me if wrong.
GFP_ATOMIC has to be there - "this patchset implements BH workqueues
which are like regular workqueues but executes work items in the BH
(softirq) context" from:
https://lwn.net/Articles/960020/
Thanks,
Sundeep
> reviewers with Suggested-by tags. They can send their review tags if
> they so wish.
> --
> pw-bot: cr
Powered by blists - more mailing lists