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 DAC32A0524; Tue, 25 Feb 2020 02:31:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C96A01BE85; Tue, 25 Feb 2020 02:31:56 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 641EA2C39 for ; Tue, 25 Feb 2020 02:31:55 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Feb 2020 17:31:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,482,1574150400"; d="scan'208";a="260534527" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 24 Feb 2020 17:31:54 -0800 Received: from fmsmsx161.amr.corp.intel.com (10.18.125.9) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 24 Feb 2020 17:31:53 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX161.amr.corp.intel.com (10.18.125.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 24 Feb 2020 17:31:53 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.201]) with mapi id 14.03.0439.000; Tue, 25 Feb 2020 09:31:51 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] conf/test_case_checklist:only support i40e Thread-Index: AQHV6tFIxaVkodeF1EKCAIvrnk4pJagrIQzg Date: Tue, 25 Feb 2020 01:31:50 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCDC03@SHSMSX101.ccr.corp.intel.com> References: <1582521565-153044-1-git-send-email-weix.xie@intel.com> In-Reply-To: <1582521565-153044-1-git-send-email-weix.xie@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] conf/test_case_checklist:only support i40e 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 Xie Wei > Sent: Monday, February 24, 2020 1:19 PM > To: dts@dpdk.org > Cc: Xie, WeiX > Subject: [dts] [PATCH V1] conf/test_case_checklist:only support i40e >=20 > Signed-off-by: Xie Wei > --- > conf/test_case_checklist.json | 35 +++++++++++++++++++++++++++++++++++ > 1 file changed, 35 insertions(+) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index b7251a8..c12e3e3 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2641,5 +2641,40 @@ > "Bug ID": "", > "Comments": "the nic not support this case" > } > + ], > + "nic_multi_queues_interrupt_VF_vfio_pci": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "sagepond", > + "sageville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case" > + } > + ], > + "nic_multi_queues_interrupt_VM_vfio_pci": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "sagepond", > + "sageville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case" > + } > ] > + > } > -- > 2.17.2