From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2C08D2716 for ; Fri, 7 Aug 2015 12:06:15 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 07 Aug 2015 03:06:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,629,1432623600"; d="scan'208";a="537671038" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.159]) ([10.237.220.159]) by FMSMGA003.fm.intel.com with ESMTP; 07 Aug 2015 03:06:13 -0700 Message-ID: <55C48314.1070505@intel.com> Date: Fri, 07 Aug 2015 11:06:12 +0100 From: "Gonzalez Monroy, Sergio" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Pablo de Lara , dev@dpdk.org 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> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 10:06:15 -0000 On 06/08/2015 12:07, Pablo de Lara wrote: > 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 > > doc/guides/rel_notes/known_issues.rst | 24 ++++++++++++++++++++++++ > examples/vm_power_manager/channel_manager.c | 11 +++++------ > 2 files changed, 29 insertions(+), 6 deletions(-) > Acked-by: Sergio Gonzalez Monroy