[ovs-git] Open vSwitch: dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath. (branch-1.3)

dev at openvswitch.org dev at openvswitch.org
Tue Feb 28 02:44:48 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, branch-1.3 has been updated
       via  86826897f6f2072cc46cda48cd58fd738585ee77 (commit)
      from  1833352c33fb73077b60e618940ad094c426a4cc (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 86826897f6f2072cc46cda48cd58fd738585ee77
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=86826897f6f2072cc46cda48cd58fd738585ee77
Author: Ben Pfaff <blp at nicira.com>
		
dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath.
		
The kernel will report a vport with the given name in any datapath, but
userspace only wants a vport with the given name in a specific datapath.
Receiving information on a vport in an unexpected datapath yields bizarre
and hard-to-debug problems.

Bug #9889.
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/dpif-linux.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list