commit | 156a67a9065e3339be85f811d1b13b920e50d73b | [log] [tgz] |
---|---|---|
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Jan 28 09:45:01 2019 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Feb 21 10:49:00 2019 -0800 |
tree | df492c4c437179bcd5091191cb39136faa9c1cd2 | |
parent | ae3b564179bfd06f32d051b9e5d72ce4b2a07c37 [diff] |
ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWEN The enabling L3/L4 filtering for transmit switched packets for all devices caused unforeseen issue on older devices when trying to send UDP traffic in an ordered sequence. This bit was originally intended for X550 devices, which supported this feature, so limit the scope of this bit to only X550 devices. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com>