Re: [ovs-dev] [PATCH 3/5] lib/flow: Possibly faster miniflow_hash_in_minimask()

2014-04-18 Thread Jarno Rajahalme
On Apr 18, 2014, at 2:32 AM, YAMAMOTO Takashi wrote: >> Upcoming patches add classifier lookups using miniflows, this is >> heavily used for it. >> >> Signed-off-by: Jarno Rajahalme > > Reviewed-by: YAMAMOTO Takashi Pushed, thanks! Jarno ___ de

Re: [ovs-dev] [PATCH 3/5] lib/flow: Possibly faster miniflow_hash_in_minimask()

2014-04-18 Thread YAMAMOTO Takashi
> Upcoming patches add classifier lookups using miniflows, this is > heavily used for it. > > Signed-off-by: Jarno Rajahalme Reviewed-by: YAMAMOTO Takashi ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 3/5] lib/flow: Possibly faster miniflow_hash_in_minimask()

2014-04-17 Thread Jarno Rajahalme
Upcoming patches add classifier lookups using miniflows, this is heavily used for it. Signed-off-by: Jarno Rajahalme --- lib/flow.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/lib/flow.c b/lib/flow.c index c6e5e07..03d86ae 100644 --- a/lib/flow.c +