Re: [ovs-dev] [PATCH 2/2] classifier: Maintain tables in descending priority order.

2013-02-11 Thread Ben Pfaff
On Fri, Feb 08, 2013 at 12:06:23AM +0200, Jarno Rajahalme wrote: > > Signed-off-by: Jarno Rajahalme I applied this without significant changes. (I'm not sure I made any at all, but I did most of the work on this on Friday and only pushed it this morning.) I don't like the organization of the c

[ovs-dev] [PATCH 2/2] classifier: Maintain tables in descending priority order.

2013-02-07 Thread Jarno Rajahalme
Signed-off-by: Jarno Rajahalme --- lib/classifier.c | 109 ++ lib/classifier.h |2 + lib/list.h |8 3 files changed, 88 insertions(+), 31 deletions(-) diff --git a/lib/classifier.c b/lib/classifier.c index 2ed0013..f3df676