Re: [dpdk-dev] [PATCH v6 1/9] net/i40e: add API to convert VF MAC to VF id

2017-10-05 Thread Hunt, David
Hi Konstantin, On 5/10/2017 1:45 PM, Ananyev, Konstantin wrote: Hi Dave, -Original Message- From: Hunt, David Sent: Thursday, October 5, 2017 1:26 PM To: dev@dpdk.org Cc: Ananyev, Konstantin ; Wu, Jingjing ; santosh.shu...@caviumnetworks.com; Sexton, Rory ; Marjanovic, Nemanja ; Hun

Re: [dpdk-dev] [PATCH v6 1/9] net/i40e: add API to convert VF MAC to VF id

2017-10-05 Thread Ananyev, Konstantin
Hi Dave, > -Original Message- > From: Hunt, David > Sent: Thursday, October 5, 2017 1:26 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; Wu, Jingjing > ; santosh.shu...@caviumnetworks.com; > Sexton, Rory ; Marjanovic, Nemanja > ; Hunt, David > Subject: [PATCH v6 1/9] net/i40e: add API

[dpdk-dev] [PATCH v6 1/9] net/i40e: add API to convert VF MAC to VF id

2017-10-05 Thread David Hunt
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. Si