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 73C3FA04AE; Wed, 12 Aug 2020 10:58:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3F46D1C0DB; Wed, 12 Aug 2020 10:58:42 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7E7671C0DA for ; Wed, 12 Aug 2020 10:58:40 +0200 (CEST) IronPort-SDR: Cz0ZbWf+V+03xcFybc5YaUwngu/F/RNxYCxvB+NitsG0FsxBbXBMKwBxBKRVforwsUrG7fzI6U Koh2I7cfe3rw== X-IronPort-AV: E=McAfee;i="6000,8403,9710"; a="238762390" X-IronPort-AV: E=Sophos;i="5.76,303,1592895600"; d="scan'208";a="238762390" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Aug 2020 01:58:39 -0700 IronPort-SDR: b3IwmayWUjGgSxW0QDbipHcOZem9AWGgNvMMU6oC+HKZYeYFh6lvm4dBcEDUETB3gImROSG7sW CrsQVkF5Lntg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,303,1592895600"; d="scan'208";a="494968709" Received: from unknown (HELO fmsmsx606.amr.corp.intel.com) ([10.18.84.216]) by fmsmga006.fm.intel.com with ESMTP; 12 Aug 2020 01:58:39 -0700 Received: from fmsmsx606.amr.corp.intel.com (10.18.126.86) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 12 Aug 2020 01:58:39 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Wed, 12 Aug 2020 01:58:39 -0700 Received: from cdsmsx152.ccr.corp.intel.com (172.17.4.41) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 12 Aug 2020 01:58:38 -0700 Received: from cdsmsx102.ccr.corp.intel.com ([169.254.2.136]) by CDSMSX152.ccr.corp.intel.com ([169.254.6.187]) with mapi id 14.03.0439.000; Wed, 12 Aug 2020 16:58:36 +0800 From: "Xie, WeiX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1] conf/test_case_supportlist:add NIC not supported Thread-Index: AQHWcIaFxMNFogfXVEuyqLSWeG4Ia6k0LGew Date: Wed, 12 Aug 2020 08:58:35 +0000 Message-ID: <6FD6A7610D20924F885A4ECF34E8AC9104654A6D@CDSMSX102.ccr.corp.intel.com> References: <20200812085641.29111-1-weix.xie@intel.com> In-Reply-To: <20200812085641.29111-1-weix.xie@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.17.6.105] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] conf/test_case_supportlist:add NIC not supported 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: Xie,WeiX < weix.xie@intel.com> Regards, Xie Wei -----Original Message----- From: Xie, WeiX=20 Sent: Wednesday, August 12, 2020 4:57 PM To: dts@dpdk.org Cc: Xie, WeiX Subject: [dts][PATCH V1] conf/test_case_supportlist:add NIC not supported CVL nics not support multi-queue interrupt. Signed-off-by: Xie wei --- conf/test_case_checklist.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json = index 68f1591..c3663f0 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2766,6 +2766,8 @@ "sageville", "fortville_25g", "twinpond", + "columbiaville_25g", + "columbiaville_100g", "powerville" ], "Target": [ @@ -2786,6 +2788,8 @@ "sageville", "fortville_25g", "twinpond", + "columbiaville_25g", + "columbiaville_100g", "powerville" ], "Target": [ -- 2.17.1