On Wed, Jul 2, 2025 at 9:41 AM <[email protected]> wrote: > > From: Liming Wu <[email protected]> > > Consolidate the two nested if conditions for checking tx queue wake > conditions into a single combined condition. This improves code > readability without changing functionality. And move netif_tx_wake_queue > into if condition to reduce unnecessary checks for queue stops. > > Signed-off-by: Liming Wu <[email protected]>
Acked-by: Jason Wang <[email protected]> Thanks

