]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWEN
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 28 Jan 2019 17:45:01 +0000 (09:45 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Mar 2019 13:35:16 +0000 (14:35 +0100)
commitb0c4ed01329827cb9ee5a8112abcdb76fe6c1dd5
tree319197b6ff8d47285e813b40b7f736e51c19029a
parent00df9629326b45f071b23f921aaa6c1374c1e0c7
ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWEN

[ Upstream commit 156a67a9065e3339be85f811d1b13b920e50d73b ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c