Re: [PATCH net] openvswitch: upcall: Fix vlan handling.

2017-01-04 Thread Jiri Benc
On Mon, 26 Dec 2016 08:31:27 -0800, Pravin B Shelar wrote: > Networking stack accelerate vlan tag handling by > keeping topmost vlan header in skb. This works as > long as packet remains in OVS datapath. But during > OVS upcall vlan header is pushed on to the packet. > When such packet is sent back

Re: [PATCH net] openvswitch: upcall: Fix vlan handling.

2016-12-27 Thread David Miller
From: Pravin B Shelar Date: Mon, 26 Dec 2016 08:31:27 -0800 > Networking stack accelerate vlan tag handling by > keeping topmost vlan header in skb. This works as > long as packet remains in OVS datapath. But during > OVS upcall vlan header is pushed on to the packet. > When such packet is sent b

[PATCH net] openvswitch: upcall: Fix vlan handling.

2016-12-26 Thread Pravin B Shelar
Networking stack accelerate vlan tag handling by keeping topmost vlan header in skb. This works as long as packet remains in OVS datapath. But during OVS upcall vlan header is pushed on to the packet. When such packet is sent back to OVS datapath, core networking stack might not handle it correctly