RE: [PATCH v3 00/10] add generic vDPA device support

2022-03-28 Thread longpeng2--- via
at.com; Gonglei (Arei) ; Yechuan > ; Huangzhichao ; > qemu-devel@nongnu.org > Subject: Re: [PATCH v3 00/10] add generic vDPA device support > > On Sat, Mar 19, 2022 at 03:20:02PM +0800, Longpeng(Mike) wrote: > >From: Longpeng > > > >Hi guys, > > > >

Re: [PATCH v3 00/10] add generic vDPA device support

2022-03-28 Thread Stefano Garzarella
On Sat, Mar 19, 2022 at 03:20:02PM +0800, Longpeng(Mike) wrote: From: Longpeng Hi guys, With the generic vDPA device, QEMU won't need to touch the device types any more, such like vfio. We can use the generic vDPA device as follow: -device vhost-vdpa-device-pci,vdpa-dev=/dev/vhost-vdpa-X I'

[PATCH v3 00/10] add generic vDPA device support

2022-03-19 Thread Longpeng(Mike)
From: Longpeng Hi guys, With the generic vDPA device, QEMU won't need to touch the device types any more, such like vfio. We can use the generic vDPA device as follow: -device vhost-vdpa-device-pci,vdpa-dev=/dev/vhost-vdpa-X I've done some simple tests on Huawei's offloading card (net, 0.95)