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 62E3FA00B8; Sun, 27 Oct 2019 20:59:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 53CB21BEFF; Sun, 27 Oct 2019 20:59:51 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 3C6C21BEF6 for ; Sun, 27 Oct 2019 20:59:50 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id A6CB45C4; Sun, 27 Oct 2019 15:59:48 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 Oct 2019 15:59:48 -0400 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=vANKtoheCkD4z+RVjcQ5O7FptLq+Z85c8DFEzwf7zas=; b=HVdwJalC7YEq pDA3xIzF0rf+Dbp2a95AENPkNrDtEfvtIAsh0yXVBy71bxrrk43MLaypz52IBk9E O1dAlIp0bz/LEoZwGNI9G594hEiIFL3P2zBuEWM8nxPt5rDmJuqOK6jZbA1oqOjf UM0jfZGiHaJ+A93RMmtdW23n1YbACRk= 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=fm1; bh=vANKtoheCkD4z+RVjcQ5O7FptLq+Z85c8DFEzwf7z as=; b=vPZwa2jjsbn3kjNBWLqfgOFyyub9t5szdW0CHR+TUlLx5a++1B3d7P5sy G/1IrUABFWPjFiiD3BHcbnq5JXHR8PV/0nWEfh2GJNOd/eTZ46dsEgX7B9Fm22wN 2gnLrr7R2SY7sCMWFMWl01pR3pfk6cZEGth/aBZWm/5cQcsYNoHgvMgt6WI7KWDk +J4cWO6mVH7EDO1ejQnLsch40kEX3NDUW6QXtBqh7c/P8QgTkZSVXXdm10Gqq961 PyfWtkgVOPuAKr6fasc4Q2FYst93tKflt/pPUxB/Tz1x5Y6Ztaxx41GAoz7MC5m2 ZHzELif09YqLbeoJuGiFdITrcmGkA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleejgddufeehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 5AEBE8005A; Sun, 27 Oct 2019 15:59:47 -0400 (EDT) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org Date: Sun, 27 Oct 2019 20:59:46 +0100 Message-ID: <3961034.5eiR8Z2LL1@xps> In-Reply-To: <20190927121601.23661-1-david.hunt@intel.com> References: <20190403171601.9788-2-marcinx.hajkowski@intel.com> <20190927121601.23661-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 0/4] frequency list query from guest 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" 27/09/2019 14:15, David Hunt: > Marcin Hajkowski (4): > 1/4 power: extend guest channel for query freq > 2/4 power: process cpu freq query > 3/4 power: add mechanism to disable queries > 4/4 power: add cmd to query CPU freq This first patch needs a fix to be able to compile (missing size parameter). Such fix is done only in the patch 4. I adjust it while merging. Applied, thanks