[PATCH net-next v2] net: ti: icssg: Remove dedicated workqueue for ndo_set_rx_mode callback
MD Danish Anwar
danishanwar at ti.com
Thu Feb 5 21:05:42 PST 2026
On 05/02/26 11:55 am, Kevin Hao wrote:
> Currently, both the icssg-prueth and icssg-prueth-sr1 drivers create
> a dedicated 'emac->cmd_wq' workqueue.
>
> In the icssg-prueth-sr1 driver, this workqueue is not utilized at all.
>
> In the icssg-prueth driver, the workqueue is only used to execute the
> actual processing of ndo_set_rx_mode. However, creating a dedicated
> workqueue for such a simple use case is unnecessary. To simplify the
> code, switch to using the system default workqueue instead.
>
> Signed-off-by: Kevin Hao <haokexin at gmail.com>
Reviewed-by: MD Danish Anwar <danishanwar at ti.com>
--
Thanks and Regards,
Danish
More information about the linux-arm-kernel
mailing list