Re: [ovs-dev] [PATCH v4.3 2/5] bitmap: add bitmap_count1 function

2013-12-18 Thread Alexander Wu
On 18/12/2013 08:48, Ben Pfaff wrote: On Mon, Dec 09, 2013 at 06:41:10PM +0800, Alexander Wu wrote: v4.1: Update bitmap_count1 function: call count_1bits to improve performance. v4: Add bitmap_count1 function to count all 1 bits. Acked-by: Ben Pfaff Can I have a Signed-off-by, plea

Re: [ovs-dev] [PATCH v4.3 2/5] bitmap: add bitmap_count1 function

2013-12-17 Thread Ben Pfaff
On Mon, Dec 09, 2013 at 06:41:10PM +0800, Alexander Wu wrote: > v4.1: > Update bitmap_count1 function: call count_1bits to improve > performance. > > v4: > Add bitmap_count1 function to count all 1 bits. Acked-by: Ben Pfaff Can I have a Signed-off-by, please? _