commit | 72bfd32d2f84d26aa132dd74a8eef14d039d326f | [log] [tgz] |
---|---|---|
author | Emil Tantilov <emil.s.tantilov@intel.com> | Mon Aug 24 18:08:31 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Oct 15 01:49:03 2015 -0700 |
tree | 52054296016f4097a9d255942ef66c51e766d56f | |
parent | f6bba8945e7cff591127be1f6992c3e466cfff4c [diff] |
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>