Re: [PATCH 13/15] net: jme: Convert tasklet API to new bottom half workqueue mechanism

From: Paolo Abeni
Date: Tue Jul 16 2024 - 04:47:43 EST


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