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 DA760A0562; Tue, 31 Mar 2020 04:59:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C4D0A1C07C; Tue, 31 Mar 2020 04:59:12 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D7DC62B8B for ; Tue, 31 Mar 2020 04:59:11 +0200 (CEST) IronPort-SDR: Gs2weEQQJ5DqusSkDMiMEr6n1q/MaEGZqzxMA/2hAEeTF3KAxmfGPaxdyALuJMDRe/wQaWpcV/ w+hhc5byosjQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2020 19:59:10 -0700 IronPort-SDR: xGir3sU8KJZgd2FtYi+k2ee3aJobqO/AI4Ud4Cc2cQgxxMpAT8dlM2NGsutsY9iao4U/Chuhnz wgn6FC4z2f5g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,326,1580803200"; d="scan'208";a="252089477" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 30 Mar 2020 19:59:10 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 30 Mar 2020 19:59:10 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 31 Mar 2020 10:59:07 +0800 Received: from shsmsx606.ccr.corp.intel.com ([10.109.6.216]) by SHSMSX606.ccr.corp.intel.com ([10.109.6.216]) with mapi id 15.01.1713.004; Tue, 31 Mar 2020 10:59:07 +0800 From: "Xiao, QimaiX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1]conf/test_case_checklist: niantic not support those two cases Thread-Index: AQHWAo7aQ5xz5XoaLkmCP2qePuQ8PahiC4RA Date: Tue, 31 Mar 2020 02:59:07 +0000 Message-ID: <3ab9a48819a84a31a093148b2dda192a@intel.com> References: <1585131251-73941-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1585131251-73941-1-git-send-email-qimaix.xiao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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]conf/test_case_checklist: niantic not support those two cases 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" Tested-by: Xiao, QimaiX Regards, Xiao Qimai > -----Original Message----- > From: Xiao, QimaiX > Sent: Wednesday, March 25, 2020 6:14 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts][PATCH V1]conf/test_case_checklist: niantic not support tho= se > two cases >=20 > *. perf_pvp_split_ring_dequeue_zero_copy and > perf_pvp_packed_ring_dequeue_zero_copy are not supported on niantic >=20 > Signed-off-by: Xiao Qimai > --- > conf/test_case_checklist.json | 31 ++++++++++++++++++++++++++++++- > 1 file changed, 30 insertions(+), 1 deletion(-) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index 7679049..1a2d93c 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2699,6 +2699,35 @@ > "Bug ID": "", > "Comments": "only i40e and ixgbe driver support this case" > } > + ], > + "perf_pvp_split_ring_dequeue_zero_copy": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "niantic not support this case" > + } > + ], > + "perf_pvp_packed_ring_dequeue_zero_copy": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "niantic not support this case" > + } > ] > - > } > -- > 1.8.3.1