Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix recirculation for resubmit to current table.

2016-01-25 Thread Ben Pfaff
On Mon, Jan 25, 2016 at 10:25:15AM -0800, Jarno Rajahalme wrote: > Thanks for catching this, I’m not sure if I was aware of resubmit to the > current table feature when I wrote that. > > Acked-by: Jarno Rajahalme Thanks. I applied this to master, branch-2.5, and branch-2.4.

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix recirculation for resubmit to current table.

2016-01-25 Thread Jarno Rajahalme
Thanks for catching this, I’m not sure if I was aware of resubmit to the current table feature when I wrote that. Acked-by: Jarno Rajahalme > On Jan 22, 2016, at 3:59 PM, Ben Pfaff wrote: > > When recirculation defers actions for processing later, it decides >

[ovs-dev] [PATCH] ofproto-dpif-xlate: Fix recirculation for resubmit to current table.

2016-01-22 Thread Ben Pfaff
When recirculation defers actions for processing later, it decides based on the actions being saved whether it needs to record the table and cookie from which they originated. Until now, it was thought that this was only important for actions that send packets to the controller (because those