Re: [PATCH net-next V17 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-23 Thread Pravin Shelar
On Wed, Oct 21, 2015 at 7:39 AM, Thomas F Herbert wrote: > > > On 10/20/15 4:34 PM, Pravin Shelar wrote: >> >> On Tue, Oct 20, 2015 at 7:26 AM, Thomas F Herbert >> wrote: >>> >>> On 10/19/15 2:28 PM, Pravin Shelar wrote: On Sat, Oct 17,

Re: [PATCH net-next V17 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-23 Thread Thomas F Herbert
On 10/23/15 3:26 PM, Pravin Shelar wrote: On Wed, Oct 21, 2015 at 7:39 AM, Thomas F Herbert wrote: On 10/20/15 4:34 PM, Pravin Shelar wrote: On Tue, Oct 20, 2015 at 7:26 AM, Thomas F Herbert wrote: On 10/19/15 2:28 PM, Pravin Shelar wrote:

Re: [PATCH net-next V17 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-21 Thread Thomas F Herbert
On 10/20/15 4:34 PM, Pravin Shelar wrote: On Tue, Oct 20, 2015 at 7:26 AM, Thomas F Herbert wrote: On 10/19/15 2:28 PM, Pravin Shelar wrote: On Sat, Oct 17, 2015 at 6:12 PM, Thomas F Herbert wrote: Add support for 802.1ad including the

Re: [PATCH net-next V17 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-20 Thread Thomas F Herbert
On 10/19/15 2:28 PM, Pravin Shelar wrote: On Sat, Oct 17, 2015 at 6:12 PM, Thomas F Herbert wrote: Add support for 802.1ad including the ability to push and pop double tagged vlans. Add support for 802.1ad to netlink parsing and flow conversion. Uses double nested

Re: [PATCH net-next V17 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-20 Thread Pravin Shelar
On Tue, Oct 20, 2015 at 7:26 AM, Thomas F Herbert wrote: > On 10/19/15 2:28 PM, Pravin Shelar wrote: >> >> On Sat, Oct 17, 2015 at 6:12 PM, Thomas F Herbert >> wrote: >>> >>> Add support for 802.1ad including the ability to push and pop double

Re: [PATCH net-next V17 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-19 Thread Pravin Shelar
On Sat, Oct 17, 2015 at 6:12 PM, Thomas F Herbert wrote: > Add support for 802.1ad including the ability to push and pop double > tagged vlans. Add support for 802.1ad to netlink parsing and flow > conversion. Uses double nested encap attributes to represent double >

[PATCH net-next V17 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-17 Thread Thomas F Herbert
Add support for 802.1ad including the ability to push and pop double tagged vlans. Add support for 802.1ad to netlink parsing and flow conversion. Uses double nested encap attributes to represent double tagged vlan. Inner TPID encoded along with ctci in nested attributes. Signed-off-by: Thomas F