Re: [PATCH net-next] net: vlan: add support for tunnel offload

2018-11-07 Thread David Miller
From: Davide Caratti Date: Wed, 7 Nov 2018 11:28:18 +0100 > GSO tunneled packets are always segmented in software before they are > transmitted by a VLAN, even when the lower device can offload tunnel > encapsulation and VLAN together (i.e., some bits in NETIF_F_GSO_ENCAP_ALL > mask are set in t

[PATCH net-next] net: vlan: add support for tunnel offload

2018-11-07 Thread Davide Caratti
GSO tunneled packets are always segmented in software before they are transmitted by a VLAN, even when the lower device can offload tunnel encapsulation and VLAN together (i.e., some bits in NETIF_F_GSO_ENCAP_ALL mask are set in the lower device 'vlan_features'). If we let VLANs have the same tunne