]> git.proxmox.com Git - ovs.git/commit - lib/dpif-netdev.c
bitmap: Convert single bitmap functions to 64-bit.
authorJesse Gross <jesse@nicira.com>
Thu, 25 Jun 2015 16:18:38 +0000 (09:18 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 25 Jun 2015 18:08:31 +0000 (11:08 -0700)
commit3ee6026aba255e9d29b802aca6a80c09eaadf9fd
tree6752368890557e26cb221ac1b6023934648a4be9
parent099772c0258dba5587c911c7a0eed00699eefc6b
bitmap: Convert single bitmap functions to 64-bit.

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@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/bitmap.h
lib/cmap.c
lib/dpif-netdev.c
tests/test-cmap.c