From patchwork Thu May 25 09:54:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: yangchang X-Patchwork-Id: 1786024 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::138; helo=smtp1.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) (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 4QRk1W0PRSz20QL for ; Thu, 25 May 2023 19:54:53 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 4F4CF82222; Thu, 25 May 2023 09:54:51 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 4F4CF82222 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Oapt9XU0UzCY; Thu, 25 May 2023 09:54:50 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp1.osuosl.org (Postfix) with ESMTPS id 856DF8200A; Thu, 25 May 2023 09:54:49 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 856DF8200A Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5457DC0036; Thu, 25 May 2023 09:54:49 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists.linuxfoundation.org (Postfix) with ESMTP id C6051C002A for ; Thu, 25 May 2023 09:54:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 99DEF82031 for ; Thu, 25 May 2023 09:54:47 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 99DEF82031 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UG8D4jwa6WmB for ; Thu, 25 May 2023 09:54:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 715758200A Received: from chinatelecom.cn (prt-mail.chinatelecom.cn [42.123.76.223]) by smtp1.osuosl.org (Postfix) with ESMTP id 715758200A for ; Thu, 25 May 2023 09:54:44 +0000 (UTC) HMM_SOURCE_IP: 172.18.0.218:45798.774499770 HMM_ATTACHE_NUM: 0000 HMM_SOURCE_TYPE: SMTP Received: from clientip-10.133.8.238 (unknown [172.18.0.218]) by chinatelecom.cn (HERMES) with SMTP id 351C82800B8 for ; Thu, 25 May 2023 17:54:37 +0800 (CST) X-189-SAVE-TO-SEND: yangchang@chinatelecom.cn Received: from ([10.133.8.238]) by app0025 with ESMTP id 990ed8a16ad3436880870409bb421e35 for dev@openvswitch.org; Thu, 25 May 2023 17:54:39 CST X-Transaction-ID: 990ed8a16ad3436880870409bb421e35 X-Real-From: yangchang@chinatelecom.cn X-Receive-IP: 10.133.8.238 X-MEDUSA-Status: 0 Date: Thu, 25 May 2023 17:54:37 +0800 From: yangchang To: dev X-Priority: 3 X-GUID: 19A5CC12-EE84-40B7-BD7F-2455E8845499 X-Has-Attach: no X-Mailer: Foxmail 7.2.18.95[cn] Mime-Version: 1.0 Message-ID: <202305251754372872431@chinatelecom.cn> X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [ovs-dev] [PATCH] userspace: modify the width of tpa and spa 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" Arp_spa and arp_tpa are IP addresses, their width should be 32 bits. Signed-off-by: yangchang Reviewed-by: Simon Horman --- lib/meta-flow.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.8.3.1 yangchang@chinatelecom.cn diff --git a/lib/meta-flow.xml b/lib/meta-flow.xml index a1a2036..bdd12f6 100644 --- a/lib/meta-flow.xml +++ b/lib/meta-flow.xml @@ -4312,9 +4312,9 @@ r r c c c. - + - +