From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9EC131B71C
 for <dev@dpdk.org>; Tue,  6 Feb 2018 21:32:53 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 3BA5120AF9;
 Tue,  6 Feb 2018 15:32:53 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Tue, 06 Feb 2018 15:32:53 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=Id8bt7i7kY8phORP02hQtNrlal
 kTHlRU29OSRXVPz2Y=; b=TbucBSCG2J2PR2scHPSS01EDLdgdYgfsk+T4jVifyf
 BsBwyhrYyJckmXwJAyKeIW8H4eokKh4WHj2nYqnaoJwi8dAOUNnlC/q1XPptU8rX
 EhQkgYQLl3jGLnovwN0mNA7cTJZjotDgK7xt+K4MUx52Uul32LlqhT6v6kxBonnR
 w=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=Id8bt7
 i7kY8phORP02hQtNrlalkTHlRU29OSRXVPz2Y=; b=gvVpkBnCkuGNLtSYbdCn9J
 S/bseW9ZvNaXwP1fWWVXNsh5Cw1SEX97G7PARgxy9VQLASy3k14piPTeU+uVLVoU
 hwh/oY2HLjXSnCBQWaUbzyZRQ/LKV/Sg9W0tRA8emIu78OZC9kP8tJqO62LQCBsf
 27IvFCyqbqQSqLtY5H4EmWiFRhtBUSyEJNKr0AZZnk789gW3qeERJgYac5Dw8mEG
 eqBXefTnkvPaQr1FgkrJv6HzE8C2iKgIRAbmqR+GHtdJstsOA+lpT6BVkGTQkDab
 /rjWOWmigtToAxnnNmXf+0lUcq4a1vSmzUDZVM24zQK95VOt+RwvZRLf58fq9arw
 ==
X-ME-Sender: <xms:9RB6Wjd894jt5aGNQwB38GTWtMcdAKru-bULLr6lx1JbIfoQisNfTA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id DC68F240B6;
 Tue,  6 Feb 2018 15:32:52 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: "Hunt, David" <david.hunt@intel.com>
Cc: dev@dpdk.org, "Kovacevic, Marko" <marko.kovacevic@intel.com>
Date: Tue, 06 Feb 2018 21:32:49 +0100
Message-ID: <2256921.6yx1Kykiaq@xps>
In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F6634358A@IRSMSX104.ger.corp.intel.com>
References: <1517401786-118971-1-git-send-email-david.hunt@intel.com>
 <6DC05C7C5F25994B81B3F2F214251F6634358A@IRSMSX104.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] doc: add info on hyperthreading to power
	library
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 06 Feb 2018 20:32:53 -0000

06/02/2018 14:27, Kovacevic, Marko:
> > Signed-off-by: David Hunt <david.hunt@intel.com>
> > ---
> >  doc/guides/prog_guide/power_man.rst | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> > 
> > diff --git a/doc/guides/prog_guide/power_man.rst
> > b/doc/guides/prog_guide/power_man.rst
> 
> <...>
> 
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

Applied, thanks