Re: [RFC v1 0/4] vDPA support in qemu

2020-04-21 Thread Cindy Lu
Thanks Jason, I will fix these problems and send new version soon On Tue, Apr 21, 2020 at 12:05 PM Jason Wang wrote: > > On 2020/4/20 下午5:32, Cindy Lu wrote: > > vDPA device is a device that uses a datapath which complies with the > > virtio specifications with vendor specific control path. vDPA

Re: [RFC v1 0/4] vDPA support in qemu

2020-04-20 Thread Jason Wang
On 2020/4/20 下午5:32, Cindy Lu wrote: vDPA device is a device that uses a datapath which complies with the virtio specifications with vendor specific control path. vDPA devices can be both physically located on the hardware or emulated by software. This RFC introduce the vDPA support in qemu

Re: [RFC v1 0/4] vDPA support in qemu

2020-04-20 Thread Jason Wang
On 2020/4/20 下午5:32, Cindy Lu wrote: vDPA device is a device that uses a datapath which complies with the virtio specifications with vendor specific control path. vDPA devices can be both physically located on the hardware or emulated by software. This RFC introduce the vDPA support in qemu

[RFC v1 0/4] vDPA support in qemu

2020-04-20 Thread Cindy Lu
vDPA device is a device that uses a datapath which complies with the virtio specifications with vendor specific control path. vDPA devices can be both physically located on the hardware or emulated by software. This RFC introduce the vDPA support in qemu Cindy Lu (3): net: Introduce qemu_get_pee