summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMaciej Fijalkowski <maciej.fijalkowski@intel.com>2024-07-26 20:17:13 +0200
committerTony Nguyen <anthony.l.nguyen@intel.com>2024-07-29 17:52:29 +0200
commit9da75a511c5558fa3da56759984fd1fa859186f0 (patch)
tree29c3ce9391973504cbc7f888663ed6aad620f4e1 /lib
parentice: modify error handling when setting XSK pool in ndo_bpf (diff)
downloadlinux-9da75a511c5558fa3da56759984fd1fa859186f0.tar.xz
linux-9da75a511c5558fa3da56759984fd1fa859186f0.zip
ice: toggle netif_carrier when setting up XSK pool
This so we prevent Tx timeout issues. One of conditions checked on running in the background dev_watchdog() is netif_carrier_ok(), so let us turn it off when we disable the queues that belong to a q_vector where XSK pool is being configured. Turn carrier on in ice_qp_ena() only when ice_get_link_status() tells us that physical link is up. Fixes: 2d4238f55697 ("ice: Add support for AF_XDP") Reviewed-by: Shannon Nelson <shannon.nelson@amd.com> Tested-by: Chandan Kumar Rout <chandanx.rout@intel.com> (A Contingent Worker at Intel) Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions