From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 6B4F0C33C for ; Mon, 3 Aug 2015 17:14:42 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so126234915wib.0 for ; Mon, 03 Aug 2015 08:14:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Pj4ibRbc8ZfCAhsiyHyqWGRU8enmRONOCLcP56/Blms=; b=L3lcGvFX6RhEC4TLz5uR7ZaZR2JH3xVQipbRGYTkJthXcyYZA6GbaXGfMiQrI6aSCp Q8ULfOa4bo9Ez6A3XPW1Q5URvvpw33n5ihELQirgviNy2UZbvg/boJVfjRexSuePOfeC 2uMdrNl+nAV6tcNeCQkW0rKMaf4/9NqOyQXUSgolx3tWIyjmvo0xZNh1xwUqtcwJcLgx Nvjgl2eUMea2xgxnNvWebIRJsFhBkab2YinXtyIXQy38gcYlfGXzx1ft+J3boxAN6PRX ikVEWYfLPxokgFwaPVrMbSVKxJoWxjsqJiRHLws3NT6G/9dV1/J20hY4i78RE8rZePsE g6lA== X-Gm-Message-State: ALoCoQny3NMr5kCSmS+IY8o6WJVJ8bClNHvLUMnZLy59tyXB11nY1sD3NjNk85Xt4xV83fFeLdaq X-Received: by 10.194.185.8 with SMTP id ey8mr34568404wjc.118.1438614882297; Mon, 03 Aug 2015 08:14:42 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ej5sm23365750wjd.22.2015.08.03.08.14.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 08:14:41 -0700 (PDT) From: Thomas Monjalon To: Alan Carew , Pablo de Lara Date: Mon, 03 Aug 2015 17:13:28 +0200 Message-ID: <1546664.IF6R2IkT3F@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <65297849.3rxAozRbCH@xps13> References: <1436258198-9293-1-git-send-email-yong.liu@intel.com> <65297849.3rxAozRbCH@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] rte_power: fix sample vm_power_mgr not work with Haswell cpus 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: Mon, 03 Aug 2015 15:14:42 -0000 Ping 2015-07-10 14:24, Thomas Monjalon: > Alan, Pablo, any comment? > By the way, we need a maintainer for rte_power. > > 2015-07-07 16:36, Yong Liu: > > From: Marvin Liu > > > > Two socket Haswell cpus on cottonwoodPass have 72 cores totally. And this > > number oversize the default value of maximum core number 64. > > > > Total number of channels should also increased for match core number. > > > > Signed-off-by: Marvin Liu >