Re: [ovs-dev] [PATCH v4 5/9] classifier: Remove unused hash functions.

2015-08-12 Thread Jarno Rajahalme
Thanks for the review, pushed to master, Jarno > On Aug 12, 2015, at 2:12 PM, Joe Stringer wrote: > > On 7 August 2015 at 16:57, Jarno Rajahalme wrote: >> Remove unused cls_rule_hash() and minimatch_hash() functions. >> >> Signed-off-by: Jarno Rajahalme > > Acked-by: Joe Stringer __

Re: [ovs-dev] [PATCH v4 5/9] classifier: Remove unused hash functions.

2015-08-12 Thread Joe Stringer
On 7 August 2015 at 16:57, Jarno Rajahalme wrote: > Remove unused cls_rule_hash() and minimatch_hash() functions. > > Signed-off-by: Jarno Rajahalme Acked-by: Joe Stringer ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinf

[ovs-dev] [PATCH v4 5/9] classifier: Remove unused hash functions.

2015-08-07 Thread Jarno Rajahalme
Remove unused cls_rule_hash() and minimatch_hash() functions. Signed-off-by: Jarno Rajahalme --- lib/classifier-private.h | 7 --- lib/classifier.c | 7 --- lib/classifier.h | 1 - 3 files changed, 15 deletions(-) diff --git a/lib/classifier-private.h b/lib/classifier-pr