From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3BE27A052A; Wed, 11 Nov 2020 04:25:26 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08C3BF64; Wed, 11 Nov 2020 04:25:25 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7052FDED for ; Wed, 11 Nov 2020 04:25:22 +0100 (CET) IronPort-SDR: kIVOrCdbX9sWlsn5M3s6IvkOOVE5AFi2CIhOn2iwA39eJ5zBaQG+Zx7EBY0qqlI7z477zSkrxV ViVPsLaG7Q8A== X-IronPort-AV: E=McAfee;i="6000,8403,9801"; a="157096211" X-IronPort-AV: E=Sophos;i="5.77,468,1596524400"; d="scan'208";a="157096211" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2020 19:25:21 -0800 IronPort-SDR: QiXVPHtS7yzmREI4hJiCINskxz4+CtWN9aQIN6SOhAUclFp1XG0rjwoQLrkvIxA1e3qoGbfIz2 1Lec0MiHiZMw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,468,1596524400"; d="scan'208";a="473684219" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga004.jf.intel.com with ESMTP; 10 Nov 2020 19:25:21 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 10 Nov 2020 19:25:20 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 11 Nov 2020 11:25:18 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 11 Nov 2020 11:25:18 +0800 From: "Tu, Lijuan" To: "Fu, Qi" , "dts@dpdk.org" CC: "Fu, Qi" Thread-Topic: [dts] [PATCH V1]test_plans/cvl_advanced_iavf_rss_test_plan:remove vxlan and nvgre pkts Thread-Index: AQHWsnFRxISCzquhE0G2IcSGNNiY86nCT5uw Date: Wed, 11 Nov 2020 03:25:18 +0000 Message-ID: References: <20201104145719.21520-1-qi.fu@intel.com> In-Reply-To: <20201104145719.21520-1-qi.fu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]test_plans/cvl_advanced_iavf_rss_test_plan:remove vxlan and nvgre pkts X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > till dpdk 20.11, iavf rss cannot support vxlan and nvgre ptype. > so remove vxlan and nvgre pkts from test plan. >=20 > Signed-off-by: qifu Applied