Thanks for the review!
Pushed to master,
Jarno
> On Aug 12, 2015, at 2:32 PM, Joe Stringer wrote:
>
> On 7 August 2015 at 16:57, Jarno Rajahalme wrote:
>> minimask_hash() can be simplified as each value is known to be non-zero.
>>
>> Move miniflow_hash() into test-classifier.c as miniflow_
On 7 August 2015 at 16:57, Jarno Rajahalme wrote:
> minimask_hash() can be simplified as each value is known to be non-zero.
>
> Move miniflow_hash() into test-classifier.c as miniflow_hash__() as it
> is no longer needed elsewhere.
>
> Signed-off-by: Jarno Rajahalme
Acked-by: Joe Stringer
minimask_hash() can be simplified as each value is known to be non-zero.
Move miniflow_hash() into test-classifier.c as miniflow_hash__() as it
is no longer needed elsewhere.
Signed-off-by: Jarno Rajahalme
---
lib/classifier-private.h | 38 +-
tests/test-clas