Re: [PATCH net-next V10 3/4] 802.1AD: Flow handling, actions and vlan parsing

2015-06-04 Thread Thomas F Herbert
On 6/4/15 4:39 PM, Pravin Shelar wrote: On Thu, Jun 4, 2015 at 11:18 AM, Thomas F Herbert wrote: On 6/4/15 1:45 PM, Pravin Shelar wrote: On Tue, Jun 2, 2015 at 10:50 AM, Thomas F Herbert wrote: Add support for 802.1ad including the ability to push and pop double tagged vlans. Signed-off-b

Re: [PATCH net-next V10 3/4] 802.1AD: Flow handling, actions and vlan parsing

2015-06-04 Thread Pravin Shelar
On Thu, Jun 4, 2015 at 11:18 AM, Thomas F Herbert wrote: > On 6/4/15 1:45 PM, Pravin Shelar wrote: >> >> On Tue, Jun 2, 2015 at 10:50 AM, Thomas F Herbert >> wrote: >>> >>> Add support for 802.1ad including the ability to push and pop double >>> tagged vlans. >>> >>> Signed-off-by: Thomas F Herbe

Re: [PATCH net-next V10 3/4] 802.1AD: Flow handling, actions and vlan parsing

2015-06-04 Thread Thomas F Herbert
On 6/4/15 1:45 PM, Pravin Shelar wrote: On Tue, Jun 2, 2015 at 10:50 AM, Thomas F Herbert wrote: Add support for 802.1ad including the ability to push and pop double tagged vlans. Signed-off-by: Thomas F Herbert --- net/openvswitch/flow.c | 82 ++-

Re: [PATCH net-next V10 3/4] 802.1AD: Flow handling, actions and vlan parsing

2015-06-04 Thread Pravin Shelar
On Tue, Jun 2, 2015 at 10:50 AM, Thomas F Herbert wrote: > Add support for 802.1ad including the ability to push and pop double > tagged vlans. > > Signed-off-by: Thomas F Herbert > --- > net/openvswitch/flow.c | 82 > ++ > net/openvswitch/flow.h

[PATCH net-next V10 3/4] 802.1AD: Flow handling, actions and vlan parsing

2015-06-02 Thread Thomas F Herbert
Add support for 802.1ad including the ability to push and pop double tagged vlans. Signed-off-by: Thomas F Herbert --- net/openvswitch/flow.c | 82 ++ net/openvswitch/flow.h | 3 ++ 2 files changed, 73 insertions(+), 12 deletions(-) diff --git a/