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 0B2B2A0524; Tue, 25 Feb 2020 06:36:46 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EFC0A1BF8D; Tue, 25 Feb 2020 06:36:45 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 482B83B5 for ; Tue, 25 Feb 2020 06:36:44 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Feb 2020 21:36:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,482,1574150400"; d="scan'208";a="237562631" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 24 Feb 2020 21:36:42 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 24 Feb 2020 21:36:42 -0800 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 24 Feb 2020 21:36:41 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.225]) with mapi id 14.03.0439.000; Tue, 25 Feb 2020 13:36:40 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V2] conf/test_case_checklist:fix repeat conflict of retrieve_reg Thread-Index: AQHV64q+lauU4fnjJ0OTdGiVLqHG66grY/7g Date: Tue, 25 Feb 2020 05:36:39 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCDDE1@SHSMSX101.ccr.corp.intel.com> References: <1582600929-243500-1-git-send-email-xiaoxiaox.zeng@intel.com> In-Reply-To: <1582600929-243500-1-git-send-email-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 V2] conf/test_case_checklist:fix repeat conflict of retrieve_reg 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, February 25, 2020 11:22 AM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V2] conf/test_case_checklist:fix repeat conflict of > retrieve_reg >=20 > Signed-off-by: Zeng Xiaoxiao > --- > conf/test_case_checklist.json | 20 +++----------------- > 1 file changed, 3 insertions(+), 17 deletions(-) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index 68e8dcd..d42dca6 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2257,7 +2257,9 @@ > "fortpark_TLV", > "cavium_a063", > "fortpark_TLV_vf", > - "cavium_a064" > + "cavium_a064", > + "columbiaville_25g", > + "columbiaville_100g" > ], > "Target": [ > "ALL" > @@ -2611,22 +2613,6 @@ > "Comments": "the nic not support this case" > } > ], > - "retrieve_reg": [ > - { > - "OS": [ > - "ALL" > - ], > - "NIC": [ > - "columbiaville_25g", > - "columbiaville_100g" > - ], > - "Target": [ > - "ALL" > - ], > - "Bug ID": "", > - "Comments": "the nic not support this case" > - } > - ], > "vf_vlan_rx": [ > { > "OS": [ > -- > 1.8.3.1