[PATCH net-next 0/4] Stacked vlan TSO for virtual devices

2015-07-30 Thread Toshiaki Makita
Basically virtual devices do not need to segment double tagged packets. This patch set adds TSO feature for double tagged packets to several virtual devices, which can be realized by simply setting .ndo_features_check to passthru_features_check. Toshiaki Makita (4): macvlan: Don't segment multip

Re: [PATCH net-next 0/4] Stacked vlan TSO for virtual devices

2015-08-03 Thread David Miller
From: Toshiaki Makita Date: Fri, 31 Jul 2015 15:03:23 +0900 > Basically virtual devices do not need to segment double tagged packets. > This patch set adds TSO feature for double tagged packets to several > virtual devices, which can be realized by simply setting > .ndo_features_check to passthru