Re: [PATCH v6] vhost: introduce mdev based hardware backend

2019-11-07 Thread Jason Wang
On 2019/11/7 下午3:35, Tiwei Bie wrote: This patch introduces a mdev based hardware vhost backend. This backend is built on top of the same abstraction used in virtio-mdev and provides a generic vhost interface for userspace to accelerate the virtio devices in guest. This backend is implemented a

Re: [PATCH v6] vhost: introduce mdev based hardware backend

2019-11-07 Thread Michael S. Tsirkin
On Thu, Nov 07, 2019 at 03:35:30PM +0800, Tiwei Bie wrote: > This patch introduces a mdev based hardware vhost backend. > This backend is built on top of the same abstraction used > in virtio-mdev and provides a generic vhost interface for > userspace to accelerate the virtio devices in guest. > >

[PATCH v6] vhost: introduce mdev based hardware backend

2019-11-06 Thread Tiwei Bie
This patch introduces a mdev based hardware vhost backend. This backend is built on top of the same abstraction used in virtio-mdev and provides a generic vhost interface for userspace to accelerate the virtio devices in guest. This backend is implemented as a mdev device driver on top of the same