On Wed, Jul 2, 2025 at 9:41 AM <liming.wu@xxxxxxxxxxxxxxx> wrote: > > From: Liming Wu <liming.wu@xxxxxxxxxxxxxxx> > > 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 <liming.wu@xxxxxxxxxxxxxxx> Acked-by: Jason Wang <jasowang@xxxxxxxxxx> Thanks