Re: [ovs-dev] [batch v2 4/5] classifier: Add a batched miniflow lookup function.

2014-06-30 Thread Ethan Jackson
I've made the suggested changes. Thanks for the review. Ethan On Mon, Jun 30, 2014 at 1:40 PM, Jarno Rajahalme wrote: > Minor comments below, otherwise: > > Acked-by: Jarno Rajahalme > > Jarno > > On Jun 30, 2014, at 1:11 PM, Ethan Jackson wrote: > >> Used in a future patch. >> >> Signed-of

Re: [ovs-dev] [batch v2 4/5] classifier: Add a batched miniflow lookup function.

2014-06-30 Thread Jarno Rajahalme
Minor comments below, otherwise: Acked-by: Jarno Rajahalme Jarno On Jun 30, 2014, at 1:11 PM, Ethan Jackson wrote: > Used in a future patch. > > Signed-off-by: Ethan Jackson > --- > lib/classifier.c | 47 ++- > lib/classifier.h | 5 +++-- > lib

[ovs-dev] [batch v2 4/5] classifier: Add a batched miniflow lookup function.

2014-06-30 Thread Ethan Jackson
Used in a future patch. Signed-off-by: Ethan Jackson --- lib/classifier.c | 47 ++- lib/classifier.h | 5 +++-- lib/dpif-netdev.c | 2 +- 3 files changed, 34 insertions(+), 20 deletions(-) diff --git a/lib/classifier.c b/lib/classifier.c index 330