[ovs-git] Open vSwitch: bitmap: Fix bitmap_allocate1() bug when n_bits is a multiple of 32. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Jul 8 21:18:00 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  a6913ea8529fb9dc7386ce5407027dc5745250eb (commit)
       via  ea401d9ace433e73f2cdd05dfde5debf506b6c5d (commit)
      from  91aaf1248eec18bcb206f412f0e451a266c8e9e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a6913ea8529fb9dc7386ce5407027dc5745250eb
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a6913ea8529fb9dc7386ce5407027dc5745250eb
Author: ZhengLingyun <konghuarukhr at 163.com>
		
bitmap: Fix bitmap_allocate1() bug when n_bits is a multiple of 32.
		
In function bitmap_allocate1(), the last "unsigned long" in bitmap was
set to all 0-bits when (n_bits % BITMAP_ULONG_BITS == 0).  This commit
correctly sets it to all 1-bits.

Signed-off-by: ZhengLingyun <konghuarukhr at 163.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit ea401d9ace433e73f2cdd05dfde5debf506b6c5d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ea401d9ace433e73f2cdd05dfde5debf506b6c5d
Author: Neil McKee <neil.mckee at inmon.com>
		
bridge: Add ifindex column to Interface table.
		
This commit adds an "ifindex" column to the "Interface" table in the db.

Signed-off-by: Neil McKee <neil.mckee at inmon.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 AUTHORS                    |    1 +
 NEWS                       |    2 ++
 lib/bitmap.c               |    5 ++++-
 vswitchd/bridge.c          |   11 +++++++++++
 vswitchd/vswitch.ovsschema |   12 ++++++++++--
 vswitchd/vswitch.xml       |    6 ++++++
 6 files changed, 34 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list