[ovs-dev] [PATCH] bitmap: Convert single bitmap functions to 64-bit.

Jesse Gross jesse at nicira.com
Thu Jun 25 18:14:16 UTC 2015


On Thu, Jun 25, 2015 at 10:54 AM, Ben Pfaff <blp at nicira.com> wrote:
> On Thu, Jun 25, 2015 at 09:22:09AM -0700, Jesse Gross wrote:
>> Currently the functions to set, clear, and iterate over bitmaps
>> only operate over 32 bit values. If we convert them to handle
>> 64 bit bitmaps, they can be used in more places.
>>
>> Suggested-by: Ben Pfaff <blp at nicira.com>
>> Signed-off-by: Jesse Gross <jesse at nicira.com>
>
> Acked-by: Ben Pfaff <blp at nicira.com>

Thanks, applied to master.

With this change, I also rebased the Geneve series on top of it and
applied that too.



More information about the dev mailing list