From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 04B6FA04A8; Tue, 25 Jan 2022 07:27:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F3AC8411B6; Tue, 25 Jan 2022 07:27:42 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 6F28A4013F for ; Tue, 25 Jan 2022 07:27:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643092061; x=1674628061; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=TennljBR80t6+VsKj7YQBppIaI74CPp6fKRqBzlNVbM=; b=J/SNyrhtYYOp3W/s7+ZjcJdC/v2GA3WkLUCxciEGqXpxlIge1Dh+BtU/ wP9Ml2Lh4S2JwjLjfPNADa6sfUyxsjsR0Gwh+WZWyqjMFtXnBn+xWDZdH JqFs0eRS8Y8DFP9QXP+7iPVop6E2shT0YjPH9NIgmff9zMvKjpdkyw1wD bNe/hBYjYUR0fsAP1wvicS3L1FkO+KpfDEwBe/N5z5j3GZ7BUYIxoteel kt06+x09fR5L7CosGU8hMIXBOTkr87hgO5DwR2sL1QpI7q8XRBtxpywvm wSM+dBBlRLuRaq86JgVe7uD52nPg1gQCIwI8ohl7R3eyoY7w3o7WDp0GE g==; X-IronPort-AV: E=McAfee;i="6200,9189,10237"; a="226210464" X-IronPort-AV: E=Sophos;i="5.88,314,1635231600"; d="scan'208";a="226210464" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jan 2022 22:27:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,314,1635231600"; d="scan'208";a="624359813" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga002.fm.intel.com with ESMTP; 24 Jan 2022 22:27:28 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Mon, 24 Jan 2022 22:27:27 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Tue, 25 Jan 2022 14:27:26 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Tue, 25 Jan 2022 14:27:26 +0800 From: "Tu, Lijuan" To: "ohilyard@iol.unh.edu" , "dts@dpdk.org" CC: "lylavoie@iol.unh.edu" Subject: RE: [PATCH] conf: Added skips to TestVirtioUserInterrupt Thread-Topic: [PATCH] conf: Added skips to TestVirtioUserInterrupt Thread-Index: AQHYBkZM0bz/nBmErE+E4uAOlDfedqxzXBAw Date: Tue, 25 Jan 2022 06:27:26 +0000 Message-ID: <0534718c1e5d4950b2646ae7c1bfd561@intel.com> References: <20220110171941.23183-1-ohilyard@iol.unh.edu> In-Reply-To: <20220110171941.23183-1-ohilyard@iol.unh.edu> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 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 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 > -----Original Message----- > From: ohilyard@iol.unh.edu > Sent: 2022=1B$BG/=1B(B1=1B$B7n=1B(B11=1B$BF|=1B(B 1:20 > To: dts@dpdk.org > Cc: Tu, Lijuan ; lylavoie@iol.unh.edu; Owen Hilyard > > Subject: [PATCH] conf: Added skips to TestVirtioUserInterrupt >=20 > From: Owen Hilyard >=20 > Some tests in TestVirtioUserInterrupt only support the igb_uio. > Previously they emitted a failure for the test when it was run with the w= rong > driver. This update will make the test cases be skipped if a supported dr= iver is not > used. >=20 > Signed-off-by: Owen Hilyard > --- > conf/test_case_supportlist.json | 91 ++++++++++++++++++++++++++------- > 1 file changed, 73 insertions(+), 18 deletions(-) >=20 > diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist= .json > index e3eefd40..4206356a 100644 > --- a/conf/test_case_supportlist.json > +++ b/conf/test_case_supportlist.json > @@ -1826,23 +1826,6 @@ > "Comments": "This case currently support for x550/x540" > } > ], > - "perf_kernel_pf_dpdk_iavf_perf_host_only": [ > - { > - "OS": [ > - "ALL" > - ], > - "NIC": [ > - "fortville_eagle", > - "fortville_spirit", > - "fortville_25g" > - ], > - "Target": [ > - "ALL" > - ], > - "Bug ID": "", > - "Comments": "this case only support on fortville" > - } > - ], I am confused why removes perf_kernel_pf_dpdk_iavf_perf_host_only here.