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 0030EA2EDB for ; Mon, 30 Sep 2019 11:54:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1506D3237; Mon, 30 Sep 2019 11:54:43 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 73BD02BF1 for ; Mon, 30 Sep 2019 11:54:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Sep 2019 02:54:40 -0700 X-IronPort-AV: E=Sophos;i="5.64,565,1559545200"; d="scan'208";a="365946802" Received: from dhunt5-mobl4.ger.corp.intel.com (HELO [10.237.221.113]) ([10.237.221.113]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/AES256-SHA; 30 Sep 2019 02:54:39 -0700 Cc: dev@dpdk.org, Marcin Hajkowski References: <20190403171601.9788-2-marcinx.hajkowski@intel.com> <20190927121601.23661-1-david.hunt@intel.com> <20190927121601.23661-2-david.hunt@intel.com> From: "Hunt, David" Message-ID: <2e9cc339-c573-7963-90bc-4437895e387e@intel.com> Date: Mon, 30 Sep 2019 10:54:37 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190927121601.23661-2-david.hunt@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 1/4] power: extend guest channel for query freq 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" On 27/09/2019 13:15, David Hunt wrote: > From: Marcin Hajkowski > > Extend incoming packet reading API with new packet > type which carries CPU frequencies. > > Signed-off-by: Marcin Hajkowski > Tested-by: David Hunt > Acked-by: Lee Daly > --- > lib/librte_power/channel_commands.h | 21 +++++++++++++++++++++ > lib/librte_power/guest_channel.c | 27 ++++++++++++++++----------- > lib/librte_power/guest_channel.h | 22 +++++++++++++++++----- > 3 files changed, 54 insertions(+), 16 deletions(-) Please note that these changes depends on (http://patches.dpdk.org/project/dpdk/list/?series=6568) which should be applied first.