From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E2A54A0A0A for ; Tue, 23 Mar 2021 14:57:28 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D0408140EF0; Tue, 23 Mar 2021 14:57:28 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id DFCA640689; Tue, 23 Mar 2021 14:57:25 +0100 (CET) IronPort-SDR: k3/ixcsRWE9YB2opW/uW4m1Qv5YeVd2uAwU9ACEU+ZFfbH54CR9OMhlOdC6ivJ8hmAqHe490mP 9tTNKcWcOoXw== X-IronPort-AV: E=McAfee;i="6000,8403,9931"; a="254478179" X-IronPort-AV: E=Sophos;i="5.81,271,1610438400"; d="scan'208";a="254478179" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2021 06:57:18 -0700 IronPort-SDR: vdEDNJk+x36O/p09pgRwdHI/o7mQ1R1NQekkGH5JL/uHoAlPzUOdxZVPL7LKvNCuJOcgKDlvkl GRJPUsfWCmsw== X-IronPort-AV: E=Sophos;i="5.81,271,1610438400"; d="scan'208";a="604309765" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.14.45]) ([10.252.14.45]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2021 06:57:16 -0700 To: Jiawei Wang , orika@nvidia.com, viacheslavo@nvidia.com, xiaoyun.li@intel.com Cc: dev@dpdk.org, stable@dpdk.org, Mohammad Abdul Awal , Adrien Mazarguil , Nelio Laranjeiro References: <1615868307-254141-1-git-send-email-jiaweiw@nvidia.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <55fea2bf-0d00-a4d3-3be8-19316d0ab404@intel.com> Date: Tue, 23 Mar 2021 13:57:12 +0000 MIME-Version: 1.0 In-Reply-To: <1615868307-254141-1-git-send-email-jiaweiw@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix the miss configuration for NVGRE encap X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 3/16/2021 4:18 AM, Jiawei Wang wrote: > For NVGRE protocol, the default value of c_k_s_rsvd0_ver > must be 0x2000, and protocol type must be 0x6558 in the NVGRE > header. > > This patch updates these two configuraitons while parser the nvgre > encap. > > Fixes: dcd962fc6b ("app/testpmd: add NVGRE encap/decap") > Cc: stable@dpdk.org > > Signed-off-by: Jiawei Wang > Acked-by: Ori Kam Applied to dpdk-next-net/main, thanks.