From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH v5 1/9] net/i40e: add API to convert VF MAC to VF id Date: Thu, 5 Oct 2017 09:31:59 +0100 Message-ID: References: <1507108515-186477-1-git-send-email-david.hunt@intel.com> <1507130720-48891-1-git-send-email-david.hunt@intel.com> <1507130720-48891-2-git-send-email-david.hunt@intel.com> <0e15f564-a4f1-cdfd-69bf-b7cb9bc4617c@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: konstantin.ananyev@intel.com, jingjing.wu@intel.com, "Sexton, Rory" , Nemanja Marjanovic To: santosh , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id EAE2F1B1B0 for ; Thu, 5 Oct 2017 10:32:02 +0200 (CEST) In-Reply-To: <0e15f564-a4f1-cdfd-69bf-b7cb9bc4617c@caviumnetworks.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Santosh, On 4/10/2017 4:41 PM, santosh wrote: > Hi David, > > > On Wednesday 04 October 2017 08:55 PM, David Hunt wrote: >> From: "Sexton, Rory" >> >> Need a way to convert a vf id to a pf id on the host so as to query the pf >> for relevant statistics which are used for the frequency changes in the >> vm_power_manager app. Used when profiles are passed down from the guest >> to the host, allowing the host to map the vfs to pfs. >> >> Signed-off-by: Nemanja Marjanovic >> Signed-off-by: Rory Sexton >> Signed-off-by: David Hunt >> --- > I see that you just now sent out v5;) > But I guess v4 comment on this patch [1] > is still applicable (imo). > Thanks. > > [1] http://dpdk.org/dev/patchwork/patch/29577/ The v5 went out just as you were commenting on v4. :) I agree that your comment above needs addressing, I'll do that in v6 today. Regards. Dave.