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

2013-06-06 Thread Simon Horman
[ CC Pravin B Shelar for GSO at the end of this email ] On Tue, Jun 04, 2013 at 02:49:37PM -0700, Jesse Gross wrote: > On Thu, May 23, 2013 at 8:26 PM, Simon Horman wrote: > > diff --git a/datapath/actions.c b/datapath/actions.c > > index 0dac658..1704876 100644 > > --- a/datapath/actions.c > > +

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

2013-05-23 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