Re: [ovs-dev] [RFC PATCH v2 7/7] dpif-netdev: Bug fix and performance improvement.

2015-07-15 Thread Jarno Rajahalme
> On Jul 14, 2015, at 22:38, Ben Pfaff wrote: > >> On Fri, Jul 10, 2015 at 10:35:25AM -0700, Jarno Rajahalme wrote: >> MINIFLOW_FOR_EACH_IN_MAPS and NETDEV_FLOW_KEY_FOR_EACH_IN_MAPqS had a >> bug where tunnel metadata values remaining after the processing of the >> tnl_map was not advanced corre

Re: [ovs-dev] [RFC PATCH v2 7/7] dpif-netdev: Bug fix and performance improvement.

2015-07-14 Thread Ben Pfaff
On Fri, Jul 10, 2015 at 10:35:25AM -0700, Jarno Rajahalme wrote: > MINIFLOW_FOR_EACH_IN_MAPS and NETDEV_FLOW_KEY_FOR_EACH_IN_MAPqS had a > bug where tunnel metadata values remaining after the processing of the > tnl_map was not advanced correctly. Is this a bug introduced only by the previous comm

[ovs-dev] [RFC PATCH v2 7/7] dpif-netdev: Bug fix and performance improvement.

2015-07-10 Thread Jarno Rajahalme
MINIFLOW_FOR_EACH_IN_MAPS and NETDEV_FLOW_KEY_FOR_EACH_IN_MAPqS had a bug where tunnel metadata values remaining after the processing of the tnl_map was not advanced correctly. Instead of fixing this bug this patch changes the caller to process each map separately by splitting MINIFLOW_FOR_EACH_IN