From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 0C65B234 for ; Fri, 7 Aug 2015 10:03:18 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 07 Aug 2015 01:03:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,628,1432623600"; d="scan'208";a="621037155" Received: from kmsmsx154.gar.corp.intel.com ([172.21.73.14]) by orsmga003.jf.intel.com with ESMTP; 07 Aug 2015 01:03:17 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 7 Aug 2015 16:03:07 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.38]) by shsmsx102.ccr.corp.intel.com ([169.254.2.126]) with mapi id 14.03.0224.002; Fri, 7 Aug 2015 16:03:06 +0800 From: "Liu, Yong" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/2] Warn user if system has more than 64 cores when using VM power manager Thread-Index: AQHQ0Dg4LCx29D+COEWfa/YwRxM5b54ALnZg Date: Fri, 7 Aug 2015 08:03:05 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10EB6A22@SHSMSX103.ccr.corp.intel.com> References: <1438859262-16655-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1438859262-16655-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/2] Warn user if system has more than 64 cores when using VM power manager X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2015 08:03:19 -0000 Tested-by: Marvin Liu > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, August 06, 2015 7:08 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] Warn user if system has more than 64 core= s > when using VM power manager >=20 > Pablo de Lara (2): > examples/vm_power_mgr: show warning when using systems with more than > 64 cores > doc: add known issue regarding VM power mgr in release notes >=20 > doc/guides/rel_notes/known_issues.rst | 24 +++++++++++++++++++++++= + > examples/vm_power_manager/channel_manager.c | 11 +++++------ > 2 files changed, 29 insertions(+), 6 deletions(-) >=20 > -- > 2.4.2