Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH next 1/4] igbvf: Enable TSO for stacked vlan
@ 2015-08-06  8:57 Toshiaki Makita
  2015-08-06  8:57 ` [Intel-wired-lan] [PATCH next 2/4] e1000e: " Toshiaki Makita
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Toshiaki Makita @ 2015-08-06  8:57 UTC (permalink / raw)
  To: intel-wired-lan

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 I350.

Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
---
 drivers/net/ethernet/intel/igbvf/netdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/intel/igbvf/netdev.c b/drivers/net/ethernet/intel/igbvf/netdev.c
index 95af14e..45679e4 100644
--- a/drivers/net/ethernet/intel/igbvf/netdev.c
+++ b/drivers/net/ethernet/intel/igbvf/netdev.c
@@ -2614,6 +2614,7 @@ static const struct net_device_ops igbvf_netdev_ops = {
 	.ndo_poll_controller	= igbvf_netpoll,
 #endif
 	.ndo_set_features	= igbvf_set_features,
+	.ndo_features_check	= passthru_features_check,
 };
 
 /**
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-08-21 22:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06  8:57 [Intel-wired-lan] [PATCH next 1/4] igbvf: Enable TSO for stacked vlan Toshiaki Makita
2015-08-06  8:57 ` [Intel-wired-lan] [PATCH next 2/4] e1000e: " Toshiaki Makita
2015-08-21 22:32   ` Brown, Aaron F
2015-08-06  8:57 ` [Intel-wired-lan] [PATCH next 3/4] ixgbe: " Toshiaki Makita
2015-08-07  6:07   ` Jeff Kirsher
2015-08-07  6:22     ` Toshiaki Makita
2015-08-06  8:57 ` [Intel-wired-lan] [PATCH next 4/4] ixgbevf: Enables " Toshiaki Makita
2015-08-21 22:33 ` [Intel-wired-lan] [PATCH next 1/4] igbvf: Enable " Brown, Aaron F

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox