commit | 8d7179b1e2d64b3493c0114916486fe92e6109a9 | [log] [tgz] |
---|---|---|
author | Radoslaw Tyl <radoslawx.tyl@intel.com> | Wed Sep 05 09:00:51 2018 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Oct 03 12:26:05 2018 -0700 |
tree | 15e1124c369c8fdc9193fe4775cf8cfe54b3d70a | |
parent | 2c49d34f3b49812d4978a44b114b571fc421e2d0 [diff] |
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: Radoslaw Tyl <radoslawx.tyl@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>