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

2014-02-09 Thread Simon Horman
On Fri, Feb 07, 2014 at 08:15:49AM -0800, Ben Pfaff wrote: > On Wed, Feb 05, 2014 at 05:54:38PM +0900, Simon Horman wrote: > > * Ben has explained to me that there has been a change of direction > > at the ONF with regards to MPLS and VLAN tag ordering. As per > > his changelog for "Always inse

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

2014-02-07 Thread Ben Pfaff
On Wed, Feb 05, 2014 at 05:54:38PM +0900, Simon Horman wrote: > * Ben has explained to me that there has been a change of direction > at the ONF with regards to MPLS and VLAN tag ordering. As per > his changelog for "Always insert MPLS labels after VLAN tags", > the situation is now as follow

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

2014-02-05 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

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

2014-02-05 Thread Simon Horman
Hi Jesse, Hi All, after somewhat of a hiatus I would like to once again bring this patch onto the table. Since I posted the previous version (v2.52) a two key things have changed. * Ben's new approach to MPLS in userspace has been merged. Thus there are no user-space patches in this series. *