Jeff Kirsher wrote:
From: Mallikarjuna R Chilakala <redacted>
Support for in-kernel LRO with the ability to enable/disable via ethtool
based on comments from Ben Hutchings and Randy Dunlap.
Signed-off-by: Mallikarjuna R Chilakala <redacted>
Signed-off-by: Jeff Kirsher <redacted>
Signed-off-by: PJ Waskiewicz <redacted>
---
drivers/net/Kconfig | 3 +
drivers/net/ixgbe/ixgbe.h | 9 +++
drivers/net/ixgbe/ixgbe_ethtool.c | 11 ++++
drivers/net/ixgbe/ixgbe_main.c | 111 ++++++++++++++++++++++++++++++-------
4 files changed, 112 insertions(+), 22 deletions(-)
I take that back.
This patch has a bunch of checkpatch problems, and it doesn't even
compile, so it obviously was not tested:
drivers/net/ixgbe/ixgbe_main.c: In function ‘ixgbe_receive_skb’:
drivers/net/ixgbe/ixgbe_main.c:416: error: implicit declaration of
function ‘vlan_nw_accel_receive_skb’