Re: [ovs-dev] [PATCH 0/3 v2.20] MPLS actions and matches

2013-02-28 Thread Simon Horman
On Thu, Feb 28, 2013 at 05:46:16PM -0800, Jesse Gross wrote: > On Thu, Feb 28, 2013 at 4:38 PM, Simon Horman wrote: > > On Thu, Feb 28, 2013 at 11:12:41AM +, Rajahalme, Jarno (NSN - FI/Espoo) > > wrote: > >> On Feb 28, 2013, at 11:15 , ext Simon Horman wrote: > >> > * Implement recirculation

Re: [ovs-dev] [PATCH 0/3 v2.20] MPLS actions and matches

2013-02-28 Thread Jesse Gross
On Thu, Feb 28, 2013 at 4:38 PM, Simon Horman wrote: > On Thu, Feb 28, 2013 at 11:12:41AM +, Rajahalme, Jarno (NSN - FI/Espoo) > wrote: >> On Feb 28, 2013, at 11:15 , ext Simon Horman wrote: >> > * Implement recirculation and a host of more sophisticated MPLS features >> > including: >> > -

Re: [ovs-dev] [PATCH 0/3 v2.20] MPLS actions and matches

2013-02-28 Thread Simon Horman
On Thu, Feb 28, 2013 at 11:12:41AM +, Rajahalme, Jarno (NSN - FI/Espoo) wrote: > On Feb 28, 2013, at 11:15 , ext Simon Horman wrote: > > * Implement recirculation and a host of more sophisticated MPLS features > > including: > > - copy_ttl_in > > - copy_ttl_out > > - L3+ actions on MPLS fr

Re: [ovs-dev] [PATCH 0/3 v2.20] MPLS actions and matches

2013-02-28 Thread Rajahalme, Jarno (NSN - FI/Espoo)
On Feb 28, 2013, at 11:15 , ext Simon Horman wrote: > * Implement recirculation and a host of more sophisticated MPLS features > including: > - copy_ttl_in > - copy_ttl_out > - L3+ actions on MPLS frames (e.g. pop_mpls(0x800),set_ttl) > - multi-level mpls_pop and mpls_push > * Other more speci

[ovs-dev] [PATCH 0/3 v2.20] MPLS actions and matches

2013-02-28 Thread Simon Horman
Hi, This series implements MPLS actions and matches based on work by Ravi K, Leo Alterman and Yamahata-san. Compared to the prior edition (v1.19) this series is vastly reduced in size. This is as a result of a discussion I had with Jesse Gross where he suggested that implementing recirculation wo