Re: [ovs-dev] [PATCH 2/2] ofproto-dpif-xlate: Clarify recirculation in do_xlate_actions().

2016-02-01 Thread Ben Pfaff
On Fri, Jan 29, 2016 at 05:26:47PM -0800, Jarno Rajahalme wrote: > > > On Jan 29, 2016, at 5:09 PM, Ben Pfaff wrote: > > > > On Fri, Jan 29, 2016 at 03:38:12PM -0800, Jarno Rajahalme wrote: > >> Handle implicit recirculation explicitly for each action type, so that > >> it is

Re: [ovs-dev] [PATCH 2/2] ofproto-dpif-xlate: Clarify recirculation in do_xlate_actions().

2016-01-29 Thread Jarno Rajahalme
> On Jan 29, 2016, at 5:09 PM, Ben Pfaff wrote: > > On Fri, Jan 29, 2016 at 03:38:12PM -0800, Jarno Rajahalme wrote: >> Handle implicit recirculation explicitly for each action type, so that >> it is easier to follow what is happening. >> >> Signed-off-by: Jarno Rajahalme

[ovs-dev] [PATCH 2/2] ofproto-dpif-xlate: Clarify recirculation in do_xlate_actions().

2016-01-29 Thread Jarno Rajahalme
Handle implicit recirculation explicitly for each action type, so that it is easier to follow what is happening. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto-dpif-xlate.c | 164 +-- 1 file changed, 97 insertions(+), 67 deletions(-)

Re: [ovs-dev] [PATCH 2/2] ofproto-dpif-xlate: Clarify recirculation in do_xlate_actions().

2016-01-29 Thread Ben Pfaff
On Fri, Jan 29, 2016 at 03:38:12PM -0800, Jarno Rajahalme wrote: > Handle implicit recirculation explicitly for each action type, so that > it is easier to follow what is happening. > > Signed-off-by: Jarno Rajahalme I think this would benefit from passing 'end' instead of