Re: [dpdk-dev] [PATCH v2 1/8] net/i40e: add API to convert VF MAC to VSI index

2017-09-26 Thread Wu, Jingjing
> -Original Message- > From: Hunt, David > Sent: Monday, September 25, 2017 8:27 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; Wu, Jingjing > ; Sexton, Rory ; Marjanovic, > Nemanja > ; Hunt, David > Subject: [PATCH v2 1/8] net/i40e: add API to convert VF MAC to VSI index > VSI inde

[dpdk-dev] [PATCH v2 1/8] net/i40e: add API to convert VF MAC to VSI index

2017-09-25 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