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 DB974A0352; Wed, 6 May 2020 05:13:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C94AE1D5E5; Wed, 6 May 2020 05:13:04 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 448CD1D5DC for ; Wed, 6 May 2020 05:13:03 +0200 (CEST) IronPort-SDR: GWT1j3/D3HU/Ql92jYVfaioWLXkWmq1kcyC47Ffezl4K/uWYjaMfINn5fMRQZYjxi5jp3o81U3 BV04wApBklxw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2020 20:13:01 -0700 IronPort-SDR: X3X2OX6hGONvMOwQscaXYnxHTqYAvBh0ayIYord51DJ77ZRJam1PIWlHVxs/BDhUTstTg1CG+6 WTbE9oCcCCPQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,357,1583222400"; d="scan'208";a="251082072" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga008.fm.intel.com with ESMTP; 05 May 2020 20:13:01 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 5 May 2020 20:13:00 -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; Tue, 5 May 2020 20:13:00 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.225]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.95]) with mapi id 14.03.0439.000; Wed, 6 May 2020 11:12:58 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V1]ipgre/GRE_ipv6_packet_detect:add checklist Thread-Index: AQHWHGo9n0W6Ro9U70WBBv3NWMWP06iab52g Date: Wed, 6 May 2020 03:12:57 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC20D35@SHSMSX101.ccr.corp.intel.com> References: <20200427164717.1464-1-xiaoxiaox.zeng@intel.com> In-Reply-To: <20200427164717.1464-1-xiaoxiaox.zeng@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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]ipgre/GRE_ipv6_packet_detect:add checklist 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zeng Xiaoxiao > Sent: Tuesday, April 28, 2020 12:47 AM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V1]ipgre/GRE_ipv6_packet_detect:add checklist >=20 > *.CVL NIC doesn't support the VLAN in pkg ptype. >=20 > Signed-off-by: Zeng Xiaoxiao > --- > conf/test_case_checklist.json | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index 0434f07..cab067b 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -3255,5 +3255,21 @@ > "Bug ID": "DPDK-14025", > "Comments": "NIC not support this case" > } > + ], > + "GRE_ipv6_packet_detect": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "columbiaville_100g", > + "columbiaville_25g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "DPDK-18754", > + "Comments": "CVL NIC doesn't support the VLAN in pkg ptype" > + } > ] > } > -- > 2.17.1