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 264A2A00C3; Wed, 26 Jan 2022 06:51:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 161EE426DE; Wed, 26 Jan 2022 06:51:12 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 968644069D for ; Wed, 26 Jan 2022 06:51:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643176271; x=1674712271; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=m+Jh+qU3dhu+mXjhLD8d27bIAxpHaXHcbv/TdJWjAJw=; b=JZ3lNTn6p2pyGJjgSDXAabdHZ4KLaUsWaCwgFZkqnkvt0ZPDD2fcciBU YF4Bq8I6bSL3RG2PcG9wckRNJ4wJP71x0zwNLXxOSxP7uARgahh5Z9SQD AMMXpytIpw6YbCG3X3k/z4CxMS6Cu/HjLlXALaELWpyXgp7qB4cvxxBpq Zk6fhdFPGgVnFmtk6iH+3xiS3YeWJSgMkT5xXLmTrPDa9CFF4It4WUiyk LC6Ca95WJKralewFhzf9nGg91/1liGVDErioJM0gxp9OJZSIyy7uCSjBS JuTJQR2wc73FVqopkg6TO4eJunjNf+K4v0y/koZJ2/jueE5g7bUOhgGSR g==; X-IronPort-AV: E=McAfee;i="6200,9189,10238"; a="246264712" X-IronPort-AV: E=Sophos;i="5.88,316,1635231600"; d="scan'208";a="246264712" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2022 21:51:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,316,1635231600"; d="scan'208";a="674253377" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga001.fm.intel.com with ESMTP; 25 Jan 2022 21:51:09 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx603.amr.corp.intel.com (10.18.126.83) 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 21:51:08 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 26 Jan 2022 13:51:07 +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; Wed, 26 Jan 2022 13:51:07 +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+E4uAOlDfedqx05NEQ Date: Wed, 26 Jan 2022 05:51:07 +0000 Message-ID: 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 Applied, thanks