Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f90300f authored by Toshiaki Makita's avatar Toshiaki Makita Committed by Jeff Kirsher
Browse files

ixgbevf: Enables TSO for stacked VLAN



Setting ndo_features_check to passthru_features_check allows the driver
to skip the check for multiple tagged TSO packets and enables stacked
VLAN TSO.
Tested with 82599ES.

Signed-off-by: default avatarToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent f2701b18
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3896,6 +3896,7 @@ static const struct net_device_ops ixgbevf_netdev_ops = {
#ifdef CONFIG_NET_POLL_CONTROLLER
	.ndo_poll_controller	= ixgbevf_netpoll,
#endif
	.ndo_features_check	= passthru_features_check,
};

static void ixgbevf_assign_netdev_ops(struct net_device *dev)