Re: [ovs-dev] [PATCH 1/2 V5] Linux datapath changes to support 802.1AD

2015-01-07 Thread Flavio Leitner
On Wednesday, January 07, 2015 01:10:10 PM Thomas F Herbert wrote: > Thanks, > > Some questions are below... > > On 12/31/14 4:16 PM, Pravin Shelar wrote: > > On Tue, Dec 30, 2014 at 7:12 AM, Thomas F Herbert > > wrote: > >> This is the linux kernel datapath portion of the 802.1AD patch. > >> >

Re: [ovs-dev] [PATCH 1/2 V5] Linux datapath changes to support 802.1AD

2015-01-07 Thread Thomas F Herbert
Thanks, Some questions are below... On 12/31/14 4:16 PM, Pravin Shelar wrote: On Tue, Dec 30, 2014 at 7:12 AM, Thomas F Herbert wrote: This is the linux kernel datapath portion of the 802.1AD patch. Signed-off-by: Thomas F Herbert --- datapath/actions.c|

Re: [ovs-dev] [PATCH 1/2 V5] Linux datapath changes to support 802.1AD

2015-01-01 Thread Thomas F Herbert
Thanks! --Tom On 12/31/14, 3:05 PM, Flavio Leitner wrote: On Wednesday, December 31, 2014 02:53:27 PM Thomas F Herbert wrote: Flavio, Thanks for your review. I am preparing a version 6 of the patch in which I will be fixing the issues you pointed out but I am interested in further guidance in

Re: [ovs-dev] [PATCH 1/2 V5] Linux datapath changes to support 802.1AD

2014-12-31 Thread Pravin Shelar
On Tue, Dec 30, 2014 at 7:12 AM, Thomas F Herbert wrote: > This is the linux kernel datapath portion of the 802.1AD patch. > > > Signed-off-by: Thomas F Herbert > > --- > datapath/actions.c| 32 ++--- > datapath/flow.c | 80 >

Re: [ovs-dev] [PATCH 1/2 V5] Linux datapath changes to support 802.1AD

2014-12-31 Thread Flavio Leitner
On Wednesday, December 31, 2014 02:53:27 PM Thomas F Herbert wrote: > Flavio, > > Thanks for your review. I am preparing a version 6 of the patch in which > I will be fixing the issues you pointed out but I am interested in > further guidance in your responses below. > > Thanks, Tom > > > On

Re: [ovs-dev] [PATCH 1/2 V5] Linux datapath changes to support 802.1AD

2014-12-31 Thread Thomas F Herbert
Flavio, Thanks for your review. I am preparing a version 6 of the patch in which I will be fixing the issues you pointed out but I am interested in further guidance in your responses below. Thanks, Tom On 12/30/14, 3:30 PM, Flavio Leitner wrote: On Tuesday, December 30, 2014 10:12:59 AM yo

Re: [ovs-dev] [PATCH 1/2 V5] Linux datapath changes to support 802.1AD

2014-12-30 Thread Flavio Leitner
On Tuesday, December 30, 2014 10:12:59 AM you wrote: > This is the linux kernel datapath portion of the 802.1AD patch. > > > Signed-off-by: Thomas F Herbert > > --- > datapath/actions.c| 32 ++--- > datapath/flow.c | 80 > +

[ovs-dev] [PATCH 1/2 V5] Linux datapath changes to support 802.1AD

2014-12-30 Thread Thomas F Herbert
This is the linux kernel datapath portion of the 802.1AD patch. Signed-off-by: Thomas F Herbert --- datapath/actions.c| 32 ++--- datapath/flow.c | 80 +++ datapath/flow.h