Re: [ovs-dev] [PATCH 2/4] user-space datapath: Add basic MPLS support to kernel

2012-10-10 Thread Simon Horman
On Wed, Oct 10, 2012 at 11:59:26AM +0900, Isaku Yamahata wrote: > On Tue, Oct 09, 2012 at 04:08:33PM +0900, Simon Horman wrote: > > This is to match the kernel implementation in the > > patch "datapath: Add basic MPLS support to kernel" > > by Leo Alterman. > > > > Cc: Leo Alterman > > Signed-off

Re: [ovs-dev] [PATCH 2/4] user-space datapath: Add basic MPLS support to kernel

2012-10-09 Thread Isaku Yamahata
On Tue, Oct 09, 2012 at 04:08:33PM +0900, Simon Horman wrote: > This is to match the kernel implementation in the > patch "datapath: Add basic MPLS support to kernel" > by Leo Alterman. > > Cc: Leo Alterman > Signed-off-by: Simon Horman > > --- > > v2.2 > * No change > > v2.1 > * Initial post