]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 6 Jul 2016 23:39:09 +0000 (16:39 -0700)
commitd1eb2dd18c524b71119eafc90a8cdd261db226a4
treeca60ec3ef306588b9ac0dca0ae584faee25b8f61
parent1c2edf4ed14001b501fe64295ce395002bbe4b82
ixgbe: disable LRO by default

Orabug: 23177316

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>
(cherry picked from commit 72bfd32d2f84d26aa132dd74a8eef14d039d326f)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c