Re: [libvirt] [PATCH 4/5 v3] Functionality to implicitly get interface pool from SR-IOV PF.

2012-01-10 Thread Daniel P. Berrange
On Wed, Dec 14, 2011 at 10:50:30AM +, Shradha Shah wrote: If a system has 64 or more VF's, it is quite tedious to mention each VF in the interface pool. The following modification will implicitly create an interface pool from the SR-IOV PF. --- src/network/bridge_driver.c | 93

[libvirt] [PATCH 4/5 v3] Functionality to implicitly get interface pool from SR-IOV PF.

2011-12-14 Thread Shradha Shah
If a system has 64 or more VF's, it is quite tedious to mention each VF in the interface pool. The following modification will implicitly create an interface pool from the SR-IOV PF. --- src/network/bridge_driver.c | 93 +- 1 files changed, 73