diff options
| author | Kurt Kanzenbach <kurt@linutronix.de> | 2023-04-12 10:36:11 +0300 |
|---|---|---|
| committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2023-05-18 19:11:32 +0300 |
| commit | 95b681485563c64585de78662ee52d06b7fa47d9 (patch) | |
| tree | b102c25971ade05944862e344ab5ac3ca9943241 /drivers/net/ethernet/intel/igb/igb_main.c | |
| parent | 02f8fc1a67c160b2faab2c9e9439026deb076971 (diff) | |
| download | linux-95b681485563c64585de78662ee52d06b7fa47d9.tar.xz | |
igc: Avoid transmit queue timeout for XDP
High XDP load triggers the netdev watchdog:
|NETDEV WATCHDOG: enp3s0 (igc): transmit queue 2 timed out
The reason is the Tx queue transmission start (txq->trans_start) is not updated
in XDP code path. Therefore, add it for all XDP transmission functions.
Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
Tested-by: Naama Meir <naamax.meir@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igb/igb_main.c')
0 files changed, 0 insertions, 0 deletions
