Re: [ovs-dev] [PATCH 1/4] classifier: Remove redundant index.

2016-04-21 Thread Ben Pfaff
On Wed, Apr 13, 2016 at 07:06:43PM -0700, Jarno Rajahalme wrote: > The test for figuring out if the last index had the same fields as the > actual rules map as broken, resulting into keeping an unnecessary > index around. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff __

Re: [ovs-dev] [PATCH 1/4] classifier: Remove redundant index.

2016-04-20 Thread Jarno Rajahalme
> On Apr 18, 2016, at 1:26 PM, Ryan Moats wrote: > > > --- Original Message --- > > The test for figuring out if the last index had the same fields as the > > actual rules map as broken, resulting into keeping an unnecessary > > index around. > > > > Signed-off-by: Jarno Rajahalme >

Re: [ovs-dev] [PATCH 1/4] classifier: Remove redundant index.

2016-04-18 Thread Ryan Moats
> --- Original Message --- > The test for figuring out if the last index had the same fields as the > actual rules map as broken, resulting into keeping an unnecessary > index around. > > Signed-off-by: Jarno Rajahalme > --- Acked-by: Ryan Moats ___ d

[ovs-dev] [PATCH 1/4] classifier: Remove redundant index.

2016-04-13 Thread Jarno Rajahalme
The test for figuring out if the last index had the same fields as the actual rules map as broken, resulting into keeping an unnecessary index around. Signed-off-by: Jarno Rajahalme --- lib/classifier.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/classifier.c