Re: [ovs-dev] [PATCH] dpif-netdev: Clear flow batches before execute.

2015-05-21 Thread Pravin Shelar
On Wed, May 20, 2015 at 5:06 PM, Ethan Jackson wrote: > When executing actions, it's possible a recirculation will occur > causing dp_netdev_input() to be called multiple times. If the batch > pointers embedded in dp_netdev_flow aren't cleared, it's possible > packets after the recirculation will

Re: [ovs-dev] [PATCH] dpif-netdev: Clear flow batches before execute.

2015-05-21 Thread Ethan Jackson
Thanks, I've merged. On Thu, May 21, 2015 at 1:44 PM, Pravin Shelar wrote: > On Wed, May 20, 2015 at 5:06 PM, Ethan Jackson wrote: >> When executing actions, it's possible a recirculation will occur >> causing dp_netdev_input() to be called multiple times. If the batch >> pointers embedded in d

Re: [ovs-dev] [PATCH] dpif-netdev: Clear flow batches before execute.

2015-05-21 Thread Daniele Di Proietto
Thanks for fixing this! I've tested it with different flow tables and it doesn't appear to have any performance penalty at all Acked-by: Daniele Di Proietto On 21/05/2015 01:06, "Ethan Jackson" wrote: >When executing actions, it's possible a recirculation will occur >causing dp_netdev_input(