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

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

e1000e: Enable 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 I217-LM.

Signed-off-by: default avatarToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 213246d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6952,6 +6952,7 @@ static const struct net_device_ops e1000e_netdev_ops = {
#endif
	.ndo_set_features = e1000_set_features,
	.ndo_fix_features = e1000_fix_features,
	.ndo_features_check	= passthru_features_check,
};

/**