Re: [ovs-dev] [bug10576 1/5] util: New function bitwise_one().

2012-04-13 Thread Ethan Jackson
Looks good, thanks. Ethan On Wed, Apr 11, 2012 at 17:15, Ben Pfaff wrote: > It's the obvious counterpart to bitwise_zero(). > > Signed-off-by: Ben Pfaff > --- >  lib/util.c        |   48 >  lib/util.h        |    2 ++ >  tests/library.at  |    3

[ovs-dev] [bug10576 1/5] util: New function bitwise_one().

2012-04-11 Thread Ben Pfaff
It's the obvious counterpart to bitwise_zero(). Signed-off-by: Ben Pfaff --- lib/util.c| 48 lib/util.h|2 ++ tests/library.at |3 ++- tests/test-util.c | 43 +++ 4 files changed