From patchwork Fri May 5 08:57:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?5p2O546u?= X-Patchwork-Id: 1777476 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4QCPhZ5JW7z20fg for ; Fri, 5 May 2023 18:57:34 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id ED26141D2B; Fri, 5 May 2023 08:57:32 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org ED26141D2B X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ImR8z875beXl; Fri, 5 May 2023 08:57:32 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp2.osuosl.org (Postfix) with ESMTPS id 36A7B403A7; Fri, 5 May 2023 08:57:31 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 36A7B403A7 Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 0933AC0037; Fri, 5 May 2023 08:57:31 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id B7F42C002A for ; Fri, 5 May 2023 08:57:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 8E38F615EA for ; Fri, 5 May 2023 08:57:29 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 8E38F615EA X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F-stqU6a1-Ht for ; Fri, 5 May 2023 08:57:28 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org B5610615D5 Received: from out28-146.mail.aliyun.com (out28-146.mail.aliyun.com [115.124.28.146]) by smtp3.osuosl.org (Postfix) with ESMTPS id B5610615D5 for ; Fri, 5 May 2023 08:57:27 +0000 (UTC) X-Alimail-AntiSpam: AC=CONTINUE; BC=0.2433912|-1; CH=green; DM=|CONTINUE|false|; DS=CONTINUE|ham_system_inform|0.00404435-1.85568e-05-0.995937; FP=12190674878656691445|1|1|1|0|-1|-1|-1; HT=ay29a033018047190; MF=liw@yusur.tech; NM=1; PH=DS; RN=2; RT=2; SR=0; TI=SMTPD_---.SYx5k3p_1683277038; Received: from liw..(mailfrom:liw@yusur.tech fp:SMTPD_---.SYx5k3p_1683277038) by smtp.aliyun-inc.com; Fri, 05 May 2023 16:57:19 +0800 From: Wei Li To: dev@openvswitch.org Date: Fri, 5 May 2023 08:57:16 +0000 Message-Id: <20230505085716.2489-1-liw@yusur.tech> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230505075814.2002-1-liw@yusur.tech> References: <20230505075814.2002-1-liw@yusur.tech> MIME-Version: 1.0 Subject: [ovs-dev] [PATCH] documentation: packets that arrive from other chassis resubmit to table 38 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" Signed-off-by: Wei Li --- ovn-architecture.7.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml index cb1064f71..86c6258e0 100644 --- a/ovn-architecture.7.xml +++ b/ovn-architecture.7.xml @@ -1318,7 +1318,7 @@ output port is known. These pieces of information are obtained from the tunnel encapsulation metadata (see Tunnel Encapsulations for encoding details). Then the actions resubmit - to table 33 to enter the logical egress pipeline. + to table 38 to enter the logical egress pipeline.