Re: [libvirt] [PATCH 02/15] Moved the code to create implicit interface pool from PF to a new function

2012-08-13 Thread Laine Stump
On 08/10/2012 12:23 PM, Shradha Shah wrote: Just code movement no functional changes here. This makes the code reusable Signed-off-by: Shradha Shah ss...@solarflare.com --- src/network/bridge_driver.c | 86 ++ 1 files changed, 53 insertions(+), 33

Re: [libvirt] [PATCH 02/15] Moved the code to create implicit interface pool from PF to a new function

2012-08-13 Thread Laine Stump
On 08/10/2012 12:23 PM, Shradha Shah wrote: Just code movement no functional changes here. This makes the code reusable BTW - again for this patch, make the title line much shorter, e.g: network: helper function to create interface pool from PF Existing code that creates a list of

[libvirt] [PATCH 02/15] Moved the code to create implicit interface pool from PF to a new function

2012-08-10 Thread Shradha Shah
Just code movement no functional changes here. This makes the code reusable Signed-off-by: Shradha Shah ss...@solarflare.com --- src/network/bridge_driver.c | 86 ++ 1 files changed, 53 insertions(+), 33 deletions(-) diff --git