Re: [PATCH V11 0/6] mdev based hardware virtio offloading support

2019-11-07 Thread Michael S. Tsirkin
On Thu, Nov 07, 2019 at 11:11:03PM +0800, Jason Wang wrote: > Hi all: > > There are hardwares that can do virtio datapath offloading while > having its own control path. This path tries to implement a mdev based > unified API to support using kernel virtio driver to drive those > devices. This is

[PATCH V11 0/6] mdev based hardware virtio offloading support

2019-11-07 Thread Jason Wang
Hi all: There are hardwares that can do virtio datapath offloading while having its own control path. This path tries to implement a mdev based unified API to support using kernel virtio driver to drive those devices. This is done by introducing a new mdev transport for virtio (virtio_mdev) and re