Re: [ovs-dev] [PATCH v3 8/8] ofproto-dpif-xlate: Fix MPLS recirculation.

2015-03-17 Thread Jarno Rajahalme
> On Mar 17, 2015, at 2:08 PM, Ben Pfaff wrote: > > On Fri, Mar 13, 2015 at 04:52:01PM -0700, Jarno Rajahalme wrote: >> Prior to this patch MPLS recirculation was not performed on a table >> lookup following an MPLS_POP action. This patch refactors MPLS >> recirculation triggering so that a tab

Re: [ovs-dev] [PATCH v3 8/8] ofproto-dpif-xlate: Fix MPLS recirculation.

2015-03-17 Thread Ben Pfaff
On Fri, Mar 13, 2015 at 04:52:01PM -0700, Jarno Rajahalme wrote: > Prior to this patch MPLS recirculation was not performed on a table > lookup following an MPLS_POP action. This patch refactors MPLS > recirculation triggering so that a table action can be re-done after > recirculation if that tab

[ovs-dev] [PATCH v3 8/8] ofproto-dpif-xlate: Fix MPLS recirculation.

2015-03-13 Thread Jarno Rajahalme
Prior to this patch MPLS recirculation was not performed on a table lookup following an MPLS_POP action. This patch refactors MPLS recirculation triggering so that a table action can be re-done after recirculation if that table action follows an MPLS_POP action. Recirculation for a patch port tra