Re: [ovs-dev] [PATCH v5 4/7] ofproto-dpif: MPLS recirculation

2014-05-17 Thread Ben Pfaff
On Sat, May 17, 2014 at 09:39:10AM +0900, Simon Horman wrote: > On Fri, May 16, 2014 at 08:55:12AM -0700, Ben Pfaff wrote: > > On Fri, May 16, 2014 at 11:30:23AM +0900, Simon Horman wrote: > > > In some cases an pop MPLS action changes a packet to be a non-mpls packet. > > > In this case subsequent

Re: [ovs-dev] [PATCH v5 4/7] ofproto-dpif: MPLS recirculation

2014-05-16 Thread Simon Horman
On Fri, May 16, 2014 at 08:55:12AM -0700, Ben Pfaff wrote: > On Fri, May 16, 2014 at 11:30:23AM +0900, Simon Horman wrote: > > In some cases an pop MPLS action changes a packet to be a non-mpls packet. > > In this case subsequent any L3+ actions require access to portions > > of the packet which we

Re: [ovs-dev] [PATCH v5 4/7] ofproto-dpif: MPLS recirculation

2014-05-16 Thread Ben Pfaff
On Fri, May 16, 2014 at 11:30:23AM +0900, Simon Horman wrote: > In some cases an pop MPLS action changes a packet to be a non-mpls packet. > In this case subsequent any L3+ actions require access to portions > of the packet which were not decoded as they were opaque when the > packet was MPLS. Allo