[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <489bff95-5b5a-447f-82c0-9d724bc9d1b1@redhat.com>
Date: Tue, 16 Jul 2024 10:47:22 +0200
From: Paolo Abeni <pabeni@...hat.com>
To: Allen <allen.lkml@...il.com>
Cc: kuba@...nel.org, Guo-Fu Tseng <cooldavid@...ldavid.org>,
"David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
jes@...ined-monkey.org, kda@...ux-powerpc.org, cai.huoqing@...ux.dev,
dougmill@...ux.ibm.com, npiggin@...il.com, christophe.leroy@...roup.eu,
aneesh.kumar@...nel.org, naveen.n.rao@...ux.ibm.com, nnac123@...ux.ibm.com,
tlfalcon@...ux.ibm.com, marcin.s.wojtas@...il.com, mlindner@...vell.com,
stephen@...workplumber.org, nbd@....name, sean.wang@...iatek.com,
Mark-MC.Lee@...iatek.com, lorenzo@...nel.org, matthias.bgg@...il.com,
angelogioacchino.delregno@...labora.com, borisp@...dia.com,
bryan.whitehead@...rochip.com, UNGLinuxDriver@...rochip.com,
louis.peens@...igine.com, richardcochran@...il.com,
linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-acenic@...site.dk, linux-net-drivers@....com, netdev@...r.kernel.org
Subject: Re: [PATCH 13/15] net: jme: Convert tasklet API to new bottom half
workqueue mechanism
On 7/15/24 19:50, Allen wrote:
> Thank you very much. Will send out v3 later today with these changes.
> Note, it will be as follows, enable_work() does not have workqueue type.
>
> + if (jme->rxempty_bh_work_queued)
> + enable_and_queue_work(system_bh_wq, &jme->rxempty_bh_work);
> + else
> - enable_work(system_bh_wq, &jme->rxempty_bh_work);
> + enable_work(&jme->rxempty_bh_work);
Yup, sorry I was very hasty.
More important topic: net-next is currently closed for the merge window,
You will have to wait to post the new revision of this series until we
re-open net-next in ~2w.
Thanks,
Paolo
Powered by blists - more mailing lists