]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: disable LRO by default
authorEmil Tantilov <emil.s.tantilov@intel.com>
Tue, 25 Aug 2015 01:08:31 +0000 (18:08 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 15 Oct 2015 08:49:03 +0000 (01:49 -0700)
commit72bfd32d2f84d26aa132dd74a8eef14d039d326f
tree52054296016f4097a9d255942ef66c51e766d56f
parentf6bba8945e7cff591127be1f6992c3e466cfff4c
ixgbe: disable LRO by default

This patch disables LRO by default in favor of GRO.

LRO is incompatible with forwarding and is disabled when forwarding
is turned on which makes the default offloads of the driver
inconsistent. LRO can still be enabled via ethtool.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Darin Miller <darin.j.miller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c