Re: [ovs-dev] [PATCH v4 4/6] lib/util: Rename ctz() as ctz32().

2013-12-03 Thread Jarno Rajahalme
Thanks for the review! I just pushed this, Jarno On Dec 3, 2013, at 8:27 AM, Ben Pfaff wrote: > On Tue, Nov 26, 2013 at 11:24:50AM -0800, Jarno Rajahalme wrote: >> ctz() returns 32 for zero input, and we already have ctz64(), >> so it makes sense to rename ctz() as ctz32(). >> >> Signed-off

Re: [ovs-dev] [PATCH v4 4/6] lib/util: Rename ctz() as ctz32().

2013-12-03 Thread Ben Pfaff
On Tue, Nov 26, 2013 at 11:24:50AM -0800, Jarno Rajahalme wrote: > ctz() returns 32 for zero input, and we already have ctz64(), > so it makes sense to rename ctz() as ctz32(). > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff ___ dev mailing lis

[ovs-dev] [PATCH v4 4/6] lib/util: Rename ctz() as ctz32().

2013-11-26 Thread Jarno Rajahalme
ctz() returns 32 for zero input, and we already have ctz64(), so it makes sense to rename ctz() as ctz32(). Signed-off-by: Jarno Rajahalme --- lib/packets.c |2 +- lib/util.h|6 +++--- tests/test-util.c | 16 3 files changed, 12 insertions(+), 12 deletions(