[ovs-discuss] Open vSwitch 1.1.1 Available

Ben Pfaff blp at nicira.com
Wed Jun 15 21:09:50 UTC 2011


On Wed, Jun 15, 2011 at 01:47:34PM -0700, Peter Phaal wrote:
> How about this for the second diagram?
[...]
> In case formatting doesn't come through clearly, the diagram includes
> a bracket on the right to indicate that the ofproto-dpif, dpif,
> dpif-provider and datapath together form an implementation of an
> ofproto provider.

That's good!  I pushed it to "master", as follows.

--8<--------------------------cut here-------------------------->8--

From: Ben Pfaff <blp at nicira.com>
Date: Wed, 15 Jun 2011 14:08:25 -0700
Subject: [PATCH] PORTING: Improve second diagram.

Suggested-by: Peter Phaal <peter.phaal at inmon.com>
---
 AUTHORS |    1 +
 PORTING |   26 +++++++++++++-------------
 2 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 2acef53..cd6832c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -76,6 +76,7 @@ Mikael Doverhag         mdoverhag at nicira.com
 Pankaj Thakkar          thakkar at nicira.com
 Paulo Cravero           pcravero at as2594.net
 Peter Balland           peter at nicira.com
+Peter Phaal             peter.phaal at inmon.com
 Ram Jothikumar          rjothikumar at nicira.com
 Rob Hoes                rob.hoes at citrix.com
 Roger Leigh             rleigh at codelibre.net
diff --git a/PORTING b/PORTING
index c395d65..3a6faa4 100644
--- a/PORTING
+++ b/PORTING
@@ -192,19 +192,19 @@ into the Open vSwitch architecture:
                |   |    ovs-vswitchd   |<-->ovsdb-server
                |   +-------------------+
                |   |      ofproto      |<-->OpenFlow controllers
-               |   +--------+-+--------+
-               |   | netdev | |ofproto-|
-     userspace |   +--------+ |  dpif  |
-               |   | netdev | +--------+
-               |   |provider| |  dpif  |
-               |   +---||---+ +--------+
-               |       ||     |  dpif  |
-               |       ||     |provider|
-               |_      ||     +---||---+
-                       ||         ||
-                _  +---||-----+---||---+
-               |   |          |datapath|
-        kernel |   |          +--------+
+               |   +--------+-+--------+  _
+               |   | netdev | |ofproto-|   |
+     userspace |   +--------+ |  dpif  |   |
+               |   | netdev | +--------+   |
+               |   |provider| |  dpif  |   |
+               |   +---||---+ +--------+   | 
+               |       ||     |  dpif  |   | implementation of
+               |       ||     |provider|   | ofproto provider
+               |_      ||     +---||---+   |
+                       ||         ||       |
+                _  +---||-----+---||---+   |
+               |   |          |datapath|   |
+        kernel |   |          +--------+  _|
                |   |                   |
                |_  +--------||---------+
                             ||
-- 
1.7.4.4




More information about the discuss mailing list