On 8/16/11 9:02 AM, "Stefan Berger" <stefanb(a)linux.vnet.ibm.com> wrote:
On 08/16/2011 12:28 AM, Roopa Prabhu wrote:
> This patch tries to fix getPhysFn in macvtap.c to get the physical
> function(PF) of the direct attach interface, if the interface is a SR-IOV VF.
>
> It moves some of the sriov pci device handling code from node_device_driver
> to src/util/pci.[ch].
>
> This patch series implements the following
> 01/4 - pci: Move some pci sriov helper code out of node device driver to
> util/pci
> 02/4 - pci: Add helper functions for sriov devices
> 03/4 - interface: Add functions to get sriov PF/VF relationship of a net
> interface
> 04/4 - macvtap: Fix getPhysfn to get the PF of a direct attach network
> interface
I now checked the functions into the repository fixing the nits on the way.
Thanks stefan.