[ovs-git] Open vSwitch: vswitchd: Use wdp instead of xfif interface from bridge code. (wdp)

dev at openvswitch.org dev at openvswitch.org
Sun Feb 6 04:58:27 UTC 2011


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, wdp has been updated
       via  bc3167f128e093f6c4cdcb967d087562eaf3382b (commit)
       via  fbb55f2500dcc235828bf6f9a8319c14cc07fd10 (commit)
       via  df70a0a1cfb8fe93b25ecfa9fc01c835d055c9a9 (commit)
      from  086d2b9710309f1054e6140065817c4f964ae5bf (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 bc3167f128e093f6c4cdcb967d087562eaf3382b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bc3167f128e093f6c4cdcb967d087562eaf3382b
Author: Ben Pfaff <blp at nicira.com>
		
vswitchd: Use wdp instead of xfif interface from bridge code.
		
Part of the point of the wdp branch is to use the high-level wdp interface
where it makes sense.  But until now this hasn't been extended to the
bridge code.  This commit fixes that.

There are still some references to xflow inside this file that need to be
looked at.


commit fbb55f2500dcc235828bf6f9a8319c14cc07fd10
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=fbb55f2500dcc235828bf6f9a8319c14cc07fd10
Author: Ben Pfaff <blp at nicira.com>
		
wdp-xflow: Always report an up-to-date port list in wx_port_list().
		
Until now wx_port_list() has reported the cached list of ports kept in
wx->ports.  This won't work, however, in a followup patch when bridge.c
switches from using an xfif to using a wdp, because the bridge
reconfiguration code expects to add and delete ports and have the list
of ports returned by wx_port_list() updated immediately.


commit df70a0a1cfb8fe93b25ecfa9fc01c835d055c9a9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=df70a0a1cfb8fe93b25ecfa9fc01c835d055c9a9
Author: Ben Pfaff <blp at nicira.com>
		
vswitchd: Use wdp functions instead of xfif ones for enumerating bridges.
		


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

Summary of changes:
 ofproto/ofproto.c   |   10 +++-
 ofproto/ofproto.h   |    4 +-
 ofproto/wdp-xflow.c |   72 ++++++++++++++++++++-------
 vswitchd/bridge.c   |  132 +++++++++++++++++++++++---------------------------
 4 files changed, 125 insertions(+), 93 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list