> What we would rather do in KVM, is have the VFs appear in
> the host as standard network devices.  We would then like
> to back our existing PV driver to this VF directly
> bypassing the host networking stack.  A key feature here
> is being able to fill the VF's receive queue with guest
> memory instead of host kernel memory so that you can get
> zero-copy  
> receive traffic.  This will perform just as well as doing
> passthrough (at least) and avoid all that ugliness of
> dealing with SR-IOV in the guest. 
> 

Anthony:
        This is already addressed by VMDq solution(or so called netchannel2), 
right? Qing He is debugging the KVM side patch and pretty much close to end.

        For this single purpose, we don't need SR-IOV. BTW at least Intel 
SR-IOV NIC also supports VMDq, so you can achieve this by simply use "native" 
VMDq enabled driver here, plus the work we are debugging now.

Thx, eddie
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to