Re: [libvirt] [PATCH 0/4 v3] macvtap: Support for sending port profile message for a SRIOV VF to its PF

2011-08-16 Thread Roopa Prabhu
On 8/16/11 9:02 AM, "Stefan Berger" 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

Re: [libvirt] [PATCH 0/4 v3] macvtap: Support for sending port profile message for a SRIOV VF to its PF

2011-08-16 Thread Stefan Berger
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 pat

[libvirt] [PATCH 0/4 v3] macvtap: Support for sending port profile message for a SRIOV VF to its PF

2011-08-15 Thread Roopa Prabhu
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 -