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

2013-07-12 Thread Jesse Gross
On Thu, Jul 11, 2013 at 6:55 PM, Simon Horman wrote: > On Thu, Jul 11, 2013 at 06:26:32PM -0700, Jesse Gross wrote: >> On Wed, Jul 10, 2013 at 5:16 PM, Simon Horman wrote: >> > On Mon, Jul 08, 2013 at 11:51:18PM -0700, Jesse Gross wrote: >> >> On Tue, Jul 2, 2013 at 6:31 PM, Simon Horman wrote:

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

2013-07-11 Thread Simon Horman
On Thu, Jul 11, 2013 at 06:26:32PM -0700, Jesse Gross wrote: > On Wed, Jul 10, 2013 at 5:16 PM, Simon Horman wrote: > > On Mon, Jul 08, 2013 at 11:51:18PM -0700, Jesse Gross wrote: > >> On Tue, Jul 2, 2013 at 6:31 PM, Simon Horman wrote: > >> > On Tue, Jul 02, 2013 at 02:59:51PM -0700, Jesse Gros

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

2013-07-11 Thread Jesse Gross
On Wed, Jul 10, 2013 at 5:16 PM, Simon Horman wrote: > On Mon, Jul 08, 2013 at 11:51:18PM -0700, Jesse Gross wrote: >> On Tue, Jul 2, 2013 at 6:31 PM, Simon Horman wrote: >> > On Tue, Jul 02, 2013 at 02:59:51PM -0700, Jesse Gross wrote: >> >> On Mon, Jul 1, 2013 at 9:16 PM, Simon Horman wrote: >

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

2013-07-10 Thread Simon Horman
On Mon, Jul 08, 2013 at 11:51:18PM -0700, Jesse Gross wrote: > On Tue, Jul 2, 2013 at 6:31 PM, Simon Horman wrote: > > On Tue, Jul 02, 2013 at 02:59:51PM -0700, Jesse Gross wrote: > >> On Mon, Jul 1, 2013 at 9:16 PM, Simon Horman wrote: > >> > On Mon, Jul 01, 2013 at 04:42:46PM -0700, Jesse Gross

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

2013-07-08 Thread Jesse Gross
On Tue, Jul 2, 2013 at 6:31 PM, Simon Horman wrote: > On Tue, Jul 02, 2013 at 02:59:51PM -0700, Jesse Gross wrote: >> On Mon, Jul 1, 2013 at 9:16 PM, Simon Horman wrote: >> > On Mon, Jul 01, 2013 at 04:42:46PM -0700, Jesse Gross wrote: >> >> On Wed, Jun 26, 2013 at 1:18 AM, Simon Horman wrote: >

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

2013-07-02 Thread Simon Horman
On Tue, Jul 02, 2013 at 02:59:51PM -0700, Jesse Gross wrote: > On Mon, Jul 1, 2013 at 9:16 PM, Simon Horman wrote: > > On Mon, Jul 01, 2013 at 04:42:46PM -0700, Jesse Gross wrote: > >> On Wed, Jun 26, 2013 at 1:18 AM, Simon Horman wrote: > >> > Allow datapath to recognize and extract MPLS labels

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

2013-07-02 Thread Jesse Gross
On Mon, Jul 1, 2013 at 9:16 PM, Simon Horman wrote: > On Mon, Jul 01, 2013 at 04:42:46PM -0700, Jesse Gross wrote: >> On Wed, Jun 26, 2013 at 1:18 AM, Simon Horman wrote: >> > Allow datapath to recognize and extract MPLS labels into flow keys >> > and execute actions which push, pop, and set labe

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

2013-07-01 Thread Simon Horman
On Mon, Jul 01, 2013 at 04:42:46PM -0700, Jesse Gross wrote: > On Wed, Jun 26, 2013 at 1:18 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.34] datapath: Add basic MPLS support to kernel

2013-07-01 Thread Jesse Gross
On Wed, Jun 26, 2013 at 1:18 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.34] datapath: Add basic MPLS support to kernel

2013-06-26 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