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 4EE86A00E6 for ; Mon, 2 Sep 2019 11:11:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 212821D41C; Mon, 2 Sep 2019 11:11:07 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DAA281D411 for ; Mon, 2 Sep 2019 11:11:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Sep 2019 02:11:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,457,1559545200"; d="scan'208";a="382743296" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 02 Sep 2019 02:11:04 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Sep 2019 02:11:04 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Sep 2019 02:11:03 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.146]) with mapi id 14.03.0439.000; Mon, 2 Sep 2019 17:11:02 +0800 From: "Lin, Xueqin" To: "He, Zhiwei" , "dts@dpdk.org" , "Li, WenjieX A" CC: "He, Zhiwei" Thread-Topic: [dts] [PATCH V1] conf/test_case_supportlist : add limit for nvgre ipv6 and ipv6 offload only suppor CVL Thread-Index: AQHVYWb99XsBycYw4keU0ELV13yNa6cYFQrw Date: Mon, 2 Sep 2019 09:11:01 +0000 Message-ID: <0D300480287911409D9FF92C1FA2A3355B56635F@SHSMSX104.ccr.corp.intel.com> References: <1567412293-41996-1-git-send-email-zhiwei.he@intel.com> In-Reply-To: <1567412293-41996-1-git-send-email-zhiwei.he@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] conf/test_case_supportlist : add limit for nvgre ipv6 and ipv6 offload only suppor CVL 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" Hi Wenjie&Zhiwei, Not make sense to add the patch. Test plan has nvgre ipv6 relative cases, b= ut script miss cases. FVL should also support nvgre ipv6, pls check it. If yes, pls also add nvgre ipv6 cases for FVL, thanks.=20 Best regards, Xueqin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhiwei.he > Sent: Monday, September 2, 2019 4:18 PM > To: dts@dpdk.org > Cc: He, Zhiwei > Subject: [dts] [PATCH V1] conf/test_case_supportlist : add limit for nvgr= e > ipv6 and ipv6 offload only suppor CVL >=20 > From: "zhiwei.he" >=20 > Signed-off-by: zhiwei.he > --- > conf/test_case_supportlist.json | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) >=20 > diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist= .json > index d5cbb01..974552b 100644 > --- a/conf/test_case_supportlist.json > +++ b/conf/test_case_supportlist.json > @@ -1598,5 +1598,37 @@ > "Bug ID": "", > "Comments": "This case currently support for niantic " > } > + ], > + "nvgre_ipv6": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "columbiaville_25g", > + "columbiaville_100g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case currently support for columbiaville " > + } > + ], > + "nvgre_ipv6_checksum_offload": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "columbiaville_25g", > + "columbiaville_100g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case currently support for columbiaville " > + } > ] > } > -- > 1.8.3.1