Re: [ovs-dev] [PATCH 4/8] ofproto-dpif: Probe datapath for MPLS stack depth supported

2014-01-16 Thread Simon Horman
On Thu, Jan 16, 2014 at 03:50:31PM -0800, Ben Pfaff wrote: > On Wed, Jan 15, 2014 at 04:13:21PM +0900, Simon Horman wrote: > > This is an proposed enhancement to > > "Implement OpenFlow support for MPLS, for up to 3 labels." > > > > It is in preparation for not adding flows to the datapath > > whi

Re: [ovs-dev] [PATCH 4/8] ofproto-dpif: Probe datapath for MPLS stack depth supported

2014-01-16 Thread Ben Pfaff
On Wed, Jan 15, 2014 at 04:13:21PM +0900, Simon Horman wrote: > This is an proposed enhancement to > "Implement OpenFlow support for MPLS, for up to 3 labels." > > It is in preparation for not adding flows to the datapath > which have more MPLS LSEs than the datapath supports. > > Signed-off-by:

[ovs-dev] [PATCH 4/8] ofproto-dpif: Probe datapath for MPLS stack depth supported

2014-01-14 Thread Simon Horman
This is an proposed enhancement to "Implement OpenFlow support for MPLS, for up to 3 labels." It is in preparation for not adding flows to the datapath which have more MPLS LSEs than the datapath supports. Signed-off-by: Simon Horman --- ofproto/ofproto-dpif.c | 59 +