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 DD129A0562; Mon, 30 Mar 2020 05:17:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 918E42C6E; Mon, 30 Mar 2020 05:17:48 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E03B7FFA for ; Mon, 30 Mar 2020 05:17:46 +0200 (CEST) IronPort-SDR: sAAKhwFLXf4q/vyzuKZufe5AyfzHOYVDLjOohr9r8fJXGnAfemFbas7nip9NqxKhgT1qVVITlp JNVdJyfUn0VQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2020 20:17:45 -0700 IronPort-SDR: QNM+gl4/U/w7MT0SPNZ7AoxR99nQ/l2Ucf/ZhhDNk/QM7Ym2yPSI1LgX8hXhPMjYZp5uPR/+gl EdDYx2ujm0yw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,322,1580803200"; d="scan'208";a="248514984" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 29 Mar 2020 20:17:45 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 29 Mar 2020 20:17:45 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 30 Mar 2020 11:17:42 +0800 Received: from shsmsx603.ccr.corp.intel.com ([10.109.6.143]) by SHSMSX603.ccr.corp.intel.com ([10.109.6.143]) with mapi id 15.01.1713.004; Mon, 30 Mar 2020 11:17:42 +0800 From: "Wang, Yinan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1]conf/test_case_checklist: niantic not support those two cases Thread-Index: AQHWAo7jRbEnZuO6ekebY0dH5moFAKhgflzg Date: Mon, 30 Mar 2020 03:17:42 +0000 Message-ID: <754d579b45c34686af51cad3b5c8906c@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: dlp-reaction: no-action dlp-version: 11.2.0.6 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" 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" Acked-by: Wang, Yinan > -----Original Message----- > From: dts On Behalf Of Xiao Qimai > Sent: 2020=1B$BG/=1B(B3=1B$B7n=1B(B25=1B$BF|=1B(B 18:14 > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts] [PATCH V1]conf/test_case_checklist: niantic not support th= ose 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