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

From: Allen
Date: Wed Jul 17 2024 - 12:55:42 EST


> > 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.
>

Noted. And Thank you for the heads up.
Meanwhile, I will prepare the second series which can go out for review in
two weeks.

Thanks.


- Allen