From patchwork Wed Mar 18 18:45:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Pfaff X-Patchwork-Id: 1257710 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48jJsJ5hnTz9sPR for ; Thu, 19 Mar 2020 05:46:12 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 20AD887AC8; Wed, 18 Mar 2020 18:46:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZDCuOhDI2X4d; Wed, 18 Mar 2020 18:46:05 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id 76EC587856; Wed, 18 Mar 2020 18:46:03 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 57A20C1D8F; Wed, 18 Mar 2020 18:46:03 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id 87D9FC18DA for ; Wed, 18 Mar 2020 18:46:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 820D38647F for ; Wed, 18 Mar 2020 18:46:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OY0q4FacPCFQ for ; Wed, 18 Mar 2020 18:46:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 4637886470 for ; Wed, 18 Mar 2020 18:46:00 +0000 (UTC) X-Originating-IP: 75.54.222.30 Received: from sigfpe.attlocal.net (75-54-222-30.lightspeed.rdcyca.sbcglobal.net [75.54.222.30]) (Authenticated sender: blp@ovn.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id A04CC60008; Wed, 18 Mar 2020 18:45:57 +0000 (UTC) From: Ben Pfaff To: dev@openvswitch.org Date: Wed, 18 Mar 2020 11:45:43 -0700 Message-Id: <20200318184548.3000357-3-blp@ovn.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200318184548.3000357-1-blp@ovn.org> References: <20200318184548.3000357-1-blp@ovn.org> MIME-Version: 1.0 Cc: Ben Pfaff Subject: [ovs-dev] [PATCH ovn v2 2/7] ovn-architecture: Flip network diagrams. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Most network diagrams show end-hosts at the bottom ("south"). Signed-off-by: Ben Pfaff --- ovn-architecture.7.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml index 415c895e497f..d32978a9d5be 100644 --- a/ovn-architecture.7.xml +++ b/ovn-architecture.7.xml @@ -598,17 +598,17 @@

-                             LS1  ...  LSn
-                              |    |    |
-                              +----+----+
+                                LSlocal
                                    |
-                                  LR1
+                                  GLR
                                    |
                                 LSjoin
                                    |
-                                  GLR
+                                  LR1
                                    |
-                                LSlocal
+                              +----+----+
+                              |    |    |
+                             LS1  ...  LSn
   

@@ -650,13 +650,13 @@

-                             LS1  ...  LSn
-                              |    |    |
-                              +----+----+
+                                LSlocal
                                    |
                                   LR1
                                    |
-                                LSlocal
+                              +----+----+
+                              |    |    |
+                             LS1  ...  LSn