Re: [ovs-dev] [classifier-opt 20/28] flow: Remove flow_wildcards_is_exact().

2012-07-30 Thread Ethan Jackson
Makes sense, looks good. Ethan On Fri, Jul 20, 2012 at 4:25 PM, Ben Pfaff wrote: > It's only used in a not-very-useful assertion in some test code. In > general, exact-match flows make very little sense anymore, and they're > basically on their way out. > > Signed-off-by: Ben Pfaff > --- > li

[ovs-dev] [classifier-opt 20/28] flow: Remove flow_wildcards_is_exact().

2012-07-20 Thread Ben Pfaff
It's only used in a not-very-useful assertion in some test code. In general, exact-match flows make very little sense anymore, and they're basically on their way out. Signed-off-by: Ben Pfaff --- lib/flow.c | 42 -- lib/flow.h