[ovs-git] Open vSwitch: dpif: Allow providers to be managed at runtime. (next)

dev at openvswitch.org dev at openvswitch.org
Mon Feb 1 17:08:04 UTC 2010


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, next has been updated
       via  999401aa9caf241400406192ca7e55d7732a1c44 (commit)
       via  77909859b05f0d2466069883306e8d75d280bbe7 (commit)
      from  5c414a2ed8c21762292776ecee294a11e0b5468b (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 999401aa9caf241400406192ca7e55d7732a1c44
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=999401aa9caf241400406192ca7e55d7732a1c44
Author: Jesse Gross <jesse at nicira.com>
		
dpif: Allow providers to be managed at runtime.
		
The list of datapath providers was previously staticly defined at
compile time.  This allows new providers to be added and removed
at runtime.


commit 77909859b05f0d2466069883306e8d75d280bbe7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=77909859b05f0d2466069883306e8d75d280bbe7
Author: Jesse Gross <jesse at nicira.com>
		
netdev: Allow providers to be managed at runtime.
		
The list of netdev providers was previously staticly defined at
compile time.  This allows new providers to be added and removed
at runtime.


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

Summary of changes:
 extras/ezio/ovs-switchui.c |    2 +-
 lib/dpif-linux.c           |   10 +-
 lib/dpif-provider.h        |    2 +
 lib/dpif.c                 |  190 ++++++++++++++++++++++++++++++++++----------
 lib/dpif.h                 |    5 +
 lib/netdev-provider.h      |    8 +-
 lib/netdev.c               |  165 +++++++++++++++++++++++++-------------
 lib/netdev.h               |    6 +-
 8 files changed, 277 insertions(+), 111 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list