Re: [Autotest] [PATCH] Add pass through feature test (support SR-IOV)

2009-10-14 Thread Yolkfull Chow
On Wed, Oct 14, 2009 at 09:13:59AM -0300, Lucas Meneghel Rodrigues wrote: > Yolkfull, I've studied about single root IO virtualization before > reviewing your patch, the general approach here looks good. There were > some stylistic points as far as code is concerned, so I have rebased > your patch

Re: [Autotest] [PATCH] Add pass through feature test (support SR-IOV)

2009-10-14 Thread Lucas Meneghel Rodrigues
Yolkfull, I've studied about single root IO virtualization before reviewing your patch, the general approach here looks good. There were some stylistic points as far as code is concerned, so I have rebased your patch against the latest trunk, and added some explanation about the features being test

[PATCH] Add pass through feature test (support SR-IOV)

2009-09-14 Thread Yolkfull Chow
It supports both SR-IOV virtual functions' and physical NIC card pass through. * For SR-IOV virtual functions passthrough, we could specify the module parameter 'max_vfs' in config file. * For physical NIC card pass through, we should specify the device name(s). Signed-off-by: Yolkfull Ch