On Mon, Oct 06, 2014 at 10:40:50AM -0700, Gurucharan Shetty wrote: > Using the compiler intrinsic shows approximately around 25% speed > up with some classifier specific unit tests. > > Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
Nice! I don't think that the "& 0x00000000ffffffff" operations are necessary, since the assignment to a 32-bit type should do that implicitly. I assume you ran all the tests (which include some for these functions) and they passed. Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev