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 412ADA052A; Tue, 2 Feb 2021 11:00:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 019A024033C; Tue, 2 Feb 2021 11:00:05 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 489B824033C; Tue, 2 Feb 2021 11:00:02 +0100 (CET) IronPort-SDR: 4ecAHMl0ktwTcmRoZF2lruVTWtOczZUO4jOPcCr+2tAcnxjFHocBtMDvxO8KSHKnornXykOrL3 ZQwYhqRBsWOw== X-IronPort-AV: E=McAfee;i="6000,8403,9882"; a="159996041" X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="159996041" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 02:00:02 -0800 IronPort-SDR: rAWZhzB3M3+Rgw13FmKDKyq5irRZDNEHdyiqKt5Z4Zo4lkE3uNI8wu2eOt9/QxWr5+3ZxnTGUM 89PbiolI98EQ== X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="391396662" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.226.112]) ([10.213.226.112]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 02:00:00 -0800 To: "Li, Xiaoyun" , "Iremonger, Bernard" , "dev@dpdk.org" Cc: "stable@dpdk.org" References: <1610623187-3631-1> <1611061252-19605-1-git-send-email-bernard.iremonger@intel.com> From: Ferruh Yigit Message-ID: <09124987-e0ef-e798-4e99-4ab69564004d@intel.com> Date: Tue, 2 Feb 2021 09:59:57 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] doc: fix testpmd sample qinq flow rules X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/20/2021 1:42 AM, Li, Xiaoyun wrote: >> -----Original Message----- >> From: Iremonger, Bernard >> Sent: Tuesday, January 19, 2021 21:01 >> To: dev@dpdk.org; Li, Xiaoyun >> Cc: Iremonger, Bernard ; stable@dpdk.org >> Subject: [PATCH v2] doc: fix testpmd sample qinq flow rules >> >> In the Testpmd Flow rules management section, correct the TPID values in the >> Sample QinQ flow rules sub section. >> Also replace the keyword qinq_strip with extend in the vlan set command. >> >> Fixes: bef3bfe7d5f4 ("doc: revise sample testpmd flow commands") >> Cc: stable@dpdk.org >> >> Signed-off-by: Bernard Iremonger > > Acked-by: Xiaoyun Li > Applied to dpdk-next-net/main, thanks.