Re: [ovs-dev] [PATCH net-next V14 0/3] openvswitch: Add support for 802.1ad

2015-10-02 Thread Pravin Shelar
On Wed, Sep 30, 2015 at 8:32 PM, Thomas F Herbert wrote: > Although the Open Flow specification specified support for 802.1AD (qinq) > as well as push and pop vlan headers, So far Open vSwitch has only > supported a single tag header. This patch implements 802.1AD in the kernel > module. > > This

[ovs-dev] [PATCH net-next V14 0/3] openvswitch: Add support for 802.1ad

2015-09-30 Thread Thomas F Herbert
Although the Open Flow specification specified support for 802.1AD (qinq) as well as push and pop vlan headers, So far Open vSwitch has only supported a single tag header. This patch implements 802.1AD in the kernel module. This patch accompanies version 14 of the user level openvswitch patch sub