From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8027FA0551; Fri, 21 Feb 2020 19:02:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 274441BFAC; Fri, 21 Feb 2020 19:02:23 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 1F3A71BFA9 for ; Fri, 21 Feb 2020 19:02:22 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F0DCA216A6; Fri, 21 Feb 2020 13:02:20 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 21 Feb 2020 13:02:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Cg/TuyUTstdEPLEJN1UqDtaCtHAqk3kpOkC9G4k7aGI=; b=ZVLarGexYhmV mUJxo8MTpTGuVK4YwgE0oR8vJqYr+phE1+3IBIBm8gqTMIOqgPi3ONnmHGloKcWa xdFEy/DMuyA2GbHMAVyOf9mphv8OL3dqopkfifE7EqBPBo8nMXBh+sRKmxNqdcAV icDoQ9AnCtPPxaP2iPDbsiR8P01Hwwo= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=Cg/TuyUTstdEPLEJN1UqDtaCtHAqk3kpOkC9G4k7a GI=; b=g2Nw+GXLglEyZFvXgbK+h7hCore6Wj1BzhGWJI+TsxSj/D/Ej0nvS9dl9 m7AqecHFV34OwyqA51DPbFZxmh4DYJG/z8vL7ukUcLRNmJ/Md28wlftDMM9WgZGL uOEuVk7GS1DLuD0jW33N0fVB4wbjhEos5+6UmvKPOSn1cP2Djc5Frsg0GTc2fEnh 2OPbUXxoMQZgKEIeeLnTA0gF+Ko3ITwncfQ55fnpEmV40i7qxY0Htb67Fy4ewiPu Xk/dVzF/hSiDma15mEG4fbl8tKoiDA3dWUmNZgZpIeNpxCWtxBEVc44Bq6oRbOsQ 9G69u9G3+IVKeeXqhEF+SEVe2soEg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkeeggddutdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2BD1E3280059; Fri, 21 Feb 2020 13:02:20 -0500 (EST) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org, john.mcnamara@intel.com Date: Fri, 21 Feb 2020 19:02:19 +0100 Message-ID: <12865369.RDIVbhacDa@xps> In-Reply-To: <20200217104817.23401-1-david.hunt@intel.com> References: <20200107091343.22965-1-david.hunt@intel.com> <20200217104817.23401-1-david.hunt@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: rework vm power manager user guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/02/2020 11:48, David Hunt: > Review and re-work of vm_power_manager documentation. Hopefully this > is clearer, easier to follow. > > Signed-off-by: David Hunt > > --- > changes in v2 > * Fixed typos. Typos not found even with checkpatch from kernel 5.5.4, but > when the codespell package is installed, the typos are magically > revealed! > * Moved the text blocks from within the high level image out into normal > text for easier future maintenance. Applied, thanks