[ovs-git] Open vSwitch: netdev-dummy: Add support for active stream (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jan 24 00:14:35 UTC 2014


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  631486bd29dc6cfe2dc7cf65495d308f4c7fca56 (commit)
      from  9c8ad495ec332a29b4e101c00b0b0341631a4d20 (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 631486bd29dc6cfe2dc7cf65495d308f4c7fca56
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=631486bd29dc6cfe2dc7cf65495d308f4c7fca56
Author: Andy Zhou <azhou at nicira.com>
		
netdev-dummy: Add support for active stream
		
The dummy ports thus far only support passive connections. It can
listen for multiple incoming connection requests but not make active
connections. This patch adds support of active stream, so that a
dummy port can be configured with either passive or active connections.

The net result is that dummy ports can now connect to each other,
without being patch ports. This feature will be useful in adding test
cases of future commits.

Signed-off-by: Andy Zhou <azhou at nicira.com>


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

Summary of changes:
 lib/netdev-dummy.c    |  592 ++++++++++++++++++++++++++++++++++++-------------
 tests/ofproto-dpif.at |   58 ++++-
 2 files changed, 483 insertions(+), 167 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list