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 303D4A034E; Fri, 11 Mar 2022 13:28:02 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 221B040140; Fri, 11 Mar 2022 13:28:02 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id D889240042 for ; Fri, 11 Mar 2022 13:28:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647001681; x=1678537681; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=Pg/Djh3eEcr3oze8dkx7OUDhzQqCr1YOQXuuBHNll44=; b=MoR4WLpS2Nwgd3ijT5qNn3lmObBVTgsWXWiSO1Z65aGFO0dP7oN/mQ27 9165OHm/FvS9P35qCZItWU9A27HUjyDDSpwY5P98ndT6mYtfEaJogjHsd HaXjJMYLWdF4XUBw/3mIubsPlUp2JmA+EN39MuEWNUHqfZZgHgvdT6f1q EXFfTqsXRWJZTgtfNabeYwA6XPhir9ypH3+JoK6tt+tEJRy0k50tIm6DM NrCoJxP0F5ZrOO4NEef2iRqF1Rr7Xxwn4/syyPRKRUICgOdU3f7iBdG8c Ws0X3HPyW0xUUos0psCeX7k8m/DCD70bzbrN6kq515ChKR3KIY/bSoYnu A==; X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="235514799" X-IronPort-AV: E=Sophos;i="5.90,173,1643702400"; d="scan'208";a="235514799" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2022 04:28:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,173,1643702400"; d="scan'208";a="689050075" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga001.fm.intel.com with ESMTP; 11 Mar 2022 04:28:00 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Fri, 11 Mar 2022 04:27:59 -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.21; Fri, 11 Mar 2022 20:27:57 +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.021; Fri, 11 Mar 2022 20:27:57 +0800 From: "Tu, Lijuan" To: "Kearney, Tadhg" , "dts@dpdk.org" CC: "Pattan, Reshma" , "Kearney, Tadhg" Subject: RE: [dts][PATCH 2/2] tests/TestSuite_vm_power_manager: modify vm_power_manger to use 8 CPU's over 4 Thread-Topic: [dts][PATCH 2/2] tests/TestSuite_vm_power_manager: modify vm_power_manger to use 8 CPU's over 4 Thread-Index: AQHYNKAwF49OVa87Jkqe0lEgLBhk+ay6HY9g Date: Fri, 11 Mar 2022 12:27:57 +0000 Message-ID: <58782a914d5c4f2ea3f76b6cd8cede37@intel.com> References: <20220310165856.889349-1-tadhg.kearney@intel.com> <20220310165856.889349-3-tadhg.kearney@intel.com> In-Reply-To: <20220310165856.889349-3-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(B3=1B$B7n=1B(B11=1B$BF|=1B(B 0:59 > To: dts@dpdk.org > Cc: Pattan, Reshma ; Kearney, Tadhg > > Subject: [dts][PATCH 2/2] tests/TestSuite_vm_power_manager: modify > vm_power_manger to use 8 CPU's over 4 >=20 > Signed-off-by: Tadhg Kearney Series applied