Skip to content
Commit 8d7179b1 authored by Radoslaw Tyl's avatar Radoslaw Tyl Committed by Jeff Kirsher
Browse files

ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limit



We have Tx hang when number Tx and XDP queues are more than 64.
In XDP always is MTQC == 0x0 (64TxQs). We need more space for Tx queues.

Signed-off-by: default avatarRadoslaw Tyl <radoslawx.tyl@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 2c49d34f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment