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

2013-04-01 Thread Jesse Gross
On Sun, Mar 31, 2013 at 8:45 PM, Simon Horman wrote: > On Fri, Mar 29, 2013 at 07:02:27PM -0700, Jesse Gross wrote: >> On Wed, Mar 27, 2013 at 10:44 PM, Simon Horman wrote: >> > On Thu, Mar 21, 2013 at 04:50:03PM +0900, Simon Horman wrote: >> >> Allow datapath to recognize and extract MPLS labels

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

2013-03-31 Thread Simon Horman
On Fri, Mar 29, 2013 at 07:02:27PM -0700, Jesse Gross wrote: > On Wed, Mar 27, 2013 at 10:44 PM, Simon Horman wrote: > > On Thu, Mar 21, 2013 at 04:50:03PM +0900, Simon Horman wrote: > >> Allow datapath to recognize and extract MPLS labels into flow keys > >> and execute actions which push, pop, a

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

2013-03-29 Thread Jesse Gross
On Wed, Mar 27, 2013 at 10:44 PM, Simon Horman wrote: > On Thu, Mar 21, 2013 at 04:50:03PM +0900, 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

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

2013-03-27 Thread Simon Horman
On Thu, Mar 21, 2013 at 04:50:03PM +0900, 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 and Ravi K. > > Cc: Ravi K > Cc: Leo Alterman > Reviewed

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

2013-03-21 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 and Ravi K. Cc: Ravi K Cc: Leo Alterman Reviewed-by: Isaku Yamahata Signed-off-by: Simon Horman --- This is the remaining