[ovs-git] Open vSwitch: datapath: Fix multipart datapath dumps. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jan 11 17:58:29 UTC 2012


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  a2bab2f0b1e92dd40a1bb7a74d4e83235d64c3f5 (commit)
      from  b6d1df18552b1c872ceeafb7f6dbfd2717f89cba (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 a2bab2f0b1e92dd40a1bb7a74d4e83235d64c3f5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a2bab2f0b1e92dd40a1bb7a74d4e83235d64c3f5
Author: Ben Pfaff <blp at nicira.com>
		
datapath: Fix multipart datapath dumps.
		
The logic to split up the list of datapaths into multiple Netlink messages
was simply wrong, causing the list to be terminated after the first part.
Only about the first 50 datapaths would be dumped.  This fixes the
problem.

Bug #9124.
Reported-by: Paul Ingram <paul at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 datapath/datapath.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list