Re: [ovs-dev] [PATCH v2.62] datapath: Add basic MPLS support to kernel

2014-06-28 Thread Simon Horman
On Sat, Jun 28, 2014 at 08:59:01AM -0700, Jesse Gross wrote: > On Fri, Jun 27, 2014 at 5:55 PM, Simon Horman wrote: > > On Wed, Jun 25, 2014 at 10:51:52AM +0900, Simon Horman wrote: > >> On Tue, Jun 24, 2014 at 04:24:37PM -0700, Jesse Gross wrote: > >> > * Maybe you can refresh my memory - in the

Re: [ovs-dev] [PATCH v2.62] datapath: Add basic MPLS support to kernel

2014-06-28 Thread Jesse Gross
On Fri, Jun 27, 2014 at 5:55 PM, Simon Horman wrote: > On Wed, Jun 25, 2014 at 10:51:52AM +0900, Simon Horman wrote: >> On Tue, Jun 24, 2014 at 04:24:37PM -0700, Jesse Gross wrote: >> > * Maybe you can refresh my memory - in the case of a push_mpls after >> > pop_vlan, why can't we do this check

Re: [ovs-dev] [PATCH v2.62] datapath: Add basic MPLS support to kernel

2014-06-27 Thread Simon Horman
On Wed, Jun 25, 2014 at 10:51:52AM +0900, Simon Horman wrote: > On Tue, Jun 24, 2014 at 04:24:37PM -0700, Jesse Gross wrote: > > On Tue, Jun 24, 2014 at 4:56 AM, Simon Horman wrote: > > > Allow datapath to recognize and extract MPLS labels into flow keys > > > and execute actions which push, pop,

Re: [ovs-dev] [PATCH v2.62] datapath: Add basic MPLS support to kernel

2014-06-24 Thread Simon Horman
On Tue, Jun 24, 2014 at 04:24:37PM -0700, Jesse Gross wrote: > On Tue, Jun 24, 2014 at 4:56 AM, Simon Horman wrote: > > Allow datapath to recognize and extract MPLS labels into flow keys > > and execute actions which push, pop, and set labels on packets. > > > > Based heavily on work by Leo Alterm

Re: [ovs-dev] [PATCH v2.62] datapath: Add basic MPLS support to kernel

2014-06-24 Thread David Miller
From: Jesse Gross Date: Tue, 24 Jun 2014 16:24:37 -0700 > Applied, thanks for all your work. Time to break out the champagne :) Congrats, what an amazing journey :-) ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH v2.62] datapath: Add basic MPLS support to kernel

2014-06-24 Thread Jesse Gross
On Tue, Jun 24, 2014 at 4:56 AM, Simon Horman wrote: > Allow datapath to recognize and extract MPLS labels into flow keys > and execute actions which push, pop, and set labels on packets. > > Based heavily on work by Leo Alterman, Ravi K, Isaku Yamahata and Joe > Stringer. > > Cc: Ravi K > Cc: L

[ovs-dev] [PATCH v2.62] datapath: Add basic MPLS support to kernel

2014-06-24 Thread Simon Horman
Allow datapath to recognize and extract MPLS labels into flow keys and execute actions which push, pop, and set labels on packets. Based heavily on work by Leo Alterman, Ravi K, Isaku Yamahata and Joe Stringer. Cc: Ravi K Cc: Leo Alterman Cc: Isaku Yamahata Cc: Joe Stringer Signed-off-by: Sim