From patchwork Fri Jan 17 00:22:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Pfaff X-Patchwork-Id: 1224565 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 47zMG84c3Fz9s29 for ; Fri, 17 Jan 2020 11:22:40 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E387D86D2F; Fri, 17 Jan 2020 00:22:38 +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 pq720jWdEGgb; Fri, 17 Jan 2020 00:22:38 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id 08CC586C4A; Fri, 17 Jan 2020 00:22:38 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id DD167C1D81; Fri, 17 Jan 2020 00:22:37 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 12DF1C077D for ; Fri, 17 Jan 2020 00:22:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F3D7186C80 for ; Fri, 17 Jan 2020 00:22:36 +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 cMwTB45y-s-D for ; Fri, 17 Jan 2020 00:22:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by whitealder.osuosl.org (Postfix) with ESMTPS id BABC486C4A for ; Fri, 17 Jan 2020 00:22:35 +0000 (UTC) X-Originating-IP: 66.170.99.95 Received: from localhost.localdomain (unknown [66.170.99.95]) (Authenticated sender: blp@ovn.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 2DF7920004; Fri, 17 Jan 2020 00:22:31 +0000 (UTC) From: Ben Pfaff To: dev@openvswitch.org Date: Thu, 16 Jan 2020 16:22:29 -0800 Message-Id: <20200117002229.144251-1-blp@ovn.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Cc: Ben Pfaff Subject: [ovs-dev] [PATCH] Typo fix: vswtich -> vswitch. 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: Ben Pfaff Acked-by: Numan Siddique --- NEWS | 2 +- tests/ofproto-dpif.at | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4d56eee31900..1df105c41c95 100644 --- a/NEWS +++ b/NEWS @@ -28,7 +28,7 @@ Post-v2.12.0 * Add support for DPDK 19.11. - RSTP: * The rstp_statistics column in Port table will only be updated every - stats-update-interval configured in Open_vSwtich table. + stats-update-interval configured in Open_vSwitch table. - OVSDB: * When ovsdb-server is running in backup mode, the default value of probe interval is increased to 60 seconds for the connection to the diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index 88acc4b1ab06..ff1cc93707b8 100644 --- a/tests/ofproto-dpif.at +++ b/tests/ofproto-dpif.at @@ -7970,7 +7970,7 @@ dl_src=60:66:66:66:66:01 actions=pop_mpls:0x8847,controller AT_CHECK([ovs-ofctl add-flows br0 flows.txt]) dnl Packet is dropped because an MPLS PUSH action is applied to a packet with -dnl 4 MPLS LSEs but ovs-vswtichd can only handle up to 3 MPLS LSEs and thus +dnl 4 MPLS LSEs but ovs-vswitchd can only handle up to 3 MPLS LSEs and thus dnl can't determine the resulting MPLS label after MPLS push/pop actions. dnl dnl The input is a frame with two MPLS headers which tcpdump -vve shows as: