>-----Original Message----- >From: Intel-wired-lan <[email protected]> On Behalf Of >Maziarz, Kamil >Sent: Tuesday, September 12, 2023 3:53 PM >To: [email protected] >Cc: Maziarz, Kamil <[email protected]> >Subject: [Intel-wired-lan] [PATCH iwl-net v1] ice: don't stop netdev tx queues >when setting up XSK socket > >Avoid stopping netdev tx queues during XSK setup by removing >netif_tx_stop_queue() and netif_tx_start_queue(). >These changes prevent unnecessary stopping and starting of netdev transmit >queues during the setup of XDP socket. Without this change, after stopping the >XDP traffic flow tracker and then stopping the XDP prog - NETDEV WATCHDOG >transmit queue timed out appears. > >Fixes: 2d4238f55697 ("ice: Add support for AF_XDP") >Signed-off-by: Kamil Maziarz <[email protected]> >--- > drivers/net/ethernet/intel/ice/ice_xsk.c | 2 -- > 1 file changed, 2 deletions(-) > Tested-by: Chandan Kumar Rout <[email protected]> (A Contingent Worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
