From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 54C1FA0576; Thu, 11 Mar 2021 14:37:38 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C652C22A482; Thu, 11 Mar 2021 14:37:37 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 7B7FD22A448 for ; Thu, 11 Mar 2021 14:37:35 +0100 (CET) IronPort-SDR: N/9+exynj5UpXp+L78N5+eYqZErVVLdXFvZiMwam9KfBz86g1Z/cXy48vPHUQa67tu9FofZZtl S04E9TgiXweg== X-IronPort-AV: E=McAfee;i="6000,8403,9919"; a="250030715" X-IronPort-AV: E=Sophos;i="5.81,240,1610438400"; d="scan'208";a="250030715" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2021 05:37:34 -0800 IronPort-SDR: qzm+SucCeiK1AL6og9MpUAyRFZQGsw2UVAFwVyFrgo5uZAmwbU4zpxEDd3hykBfXvngf8Il2M2 rBQDpfcW0jeQ== X-IronPort-AV: E=Sophos;i="5.81,240,1610438400"; d="scan'208";a="404075254" Received: from waraffer-mobl.ger.corp.intel.com (HELO [10.213.211.246]) ([10.213.211.246]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2021 05:37:32 -0800 To: David Hunt , dev@dpdk.org Cc: jingjing.wu@intel.com, beilei.xing@intel.com References: <20210311115510.21066-1-david.hunt@intel.com> From: "Burakov, Anatoly" Message-ID: <3b43d8f4-baf1-8735-2381-cf19ed184581@intel.com> Date: Thu, 11 Mar 2021 13:37:25 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: <20210311115510.21066-1-david.hunt@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1] net/iavf: implement power management API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 11-Mar-21 11:55 AM, David Hunt wrote: > Implement support for the power management API by implementing a > `get_monitor_addr` function that will return an address of an RX ring's > status bit. > > This patch is basically a cut-and-paste of the changes already > committed in ixgbe, i40e and ice drivers in 21.02. This extends > the availability of the power-saving mechanism to the iavf driver, > which is needed for those use-cases using virtual functions. > > Patch set where PMD Power Manamgement added in 21.02: > http://patchwork.dpdk.org/project/dpdk/list/?series=14756 > > Signed-off-by: David Hunt > --- LGTM as far as using the API correctly goes. Acked-by: Anatoly Burakov -- Thanks, Anatoly