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 5935AA00C3; Sun, 27 Feb 2022 15:14:09 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 559624068A; Sun, 27 Feb 2022 15:14:08 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id D9EFC40683 for ; Sun, 27 Feb 2022 15:14:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645971247; x=1677507247; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=LoIiBUzldFEeBEGlnmnCJ8aVVIr2XCejIQJr3eOAIcg=; b=bws54T8SLY38dl4fLAgaJUDG+4syrtnFrCLhqwiTPSivL/YmfTPmNV2d 4Ks/xJV8+4q7ImzG3fTnYU6ALrMTYsOjCWQTONEQLnY8bXNjHZ7Bu3Vx/ YMteKFIkJEsfk4MCHteEtmTih5PmeuDHAEqcJSuzTJRLF4iT4smRUX/N2 w6aleM82UVtZCJQzVcxuAt9ecxxYOOeCEMZD6qtOxtigIv5wTeLjLhqzT aL51SLojPS03FRC25yGnZyNXtZkDo1FN6MSkVgW/nbWJFAs/SppH3fDnN s8oRFpzK8HmaLnK5yT8brGaqCjgAn3/HWg5memC8PgYBSVBo+5qVIrVmY w==; X-IronPort-AV: E=McAfee;i="6200,9189,10270"; a="236243444" X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="236243444" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2022 06:14:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="799756560" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga005.fm.intel.com with ESMTP; 27 Feb 2022 06:14:03 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) 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.21; Sun, 27 Feb 2022 06:14:03 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) 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.2308.20; Sun, 27 Feb 2022 22:14:01 +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; Sun, 27 Feb 2022 22:14:01 +0800 From: "Tu, Lijuan" To: "Kearney, Tadhg" , "Pattan, Reshma" CC: "dts@dpdk.org" , "Kearney, Tadhg" Subject: RE: [PATCH] tests/vm_power_manager: remove multimvs test case Thread-Topic: [PATCH] tests/vm_power_manager: remove multimvs test case Thread-Index: AQHYKZfAi6CNCm4TbUutezREb+Ol5KyndUFQ Date: Sun, 27 Feb 2022 14:14:00 +0000 Message-ID: <9f66e7c91e694788af150bc607cdf44a@intel.com> References: <20220224160047.669996-1-tadhg.kearney@intel.com> In-Reply-To: <20220224160047.669996-1-tadhg.kearney@intel.com> 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.401.20 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: Tadhg Kearney > Sent: 2022=1B$BG/=1B(B2=1B$B7n=1B(B25=1B$BF|=1B(B 0:01 > To: Pattan, Reshma > Cc: dts@dpdk.org; Kearney, Tadhg > Subject: [PATCH] tests/vm_power_manager: remove multimvs test case >=20 > Test "test_vm_power_multivms" removed due to: > 1.Not being relevant to the power managment test suite. > 2.Not a test that needs to be carried out regardless. >=20 > Signed-off-by: Tadhg Kearney Applied, thanks