Re: [PATCH net-next v2 1/7] vxlan: avoid vlan processing in vxlan device.

2016-11-09 Thread Jiri Benc
On Sat, 5 Nov 2016 11:45:51 -0700, Pravin B Shelar wrote: > VxLan device does not have special handling for vlan taging on egress. > Therefore it does not make sense to expose vlan offloading feature. Makes sense. Though it would be good to have a more detailed description, I already started writ

Re: [PATCH net-next v2 1/7] vxlan: avoid vlan processing in vxlan device.

2016-11-06 Thread Sergei Shtylyov
Hello. On 11/5/2016 9:45 PM, Pravin B Shelar wrote: VxLan device does not have special handling for vlan taging on egress. Tagging. Therefore it does not make sense to expose vlan offloading feature. Signed-off-by: Pravin B Shelar [...] MBR, Sergei

[PATCH net-next v2 1/7] vxlan: avoid vlan processing in vxlan device.

2016-11-05 Thread Pravin B Shelar
VxLan device does not have special handling for vlan taging on egress. Therefore it does not make sense to expose vlan offloading feature. Signed-off-by: Pravin B Shelar --- drivers/net/vxlan.c | 9 + include/linux/if_vlan.h | 16 2 files changed, 1 insertion(+), 24