Re: [dpdk-dev] [PATCH v4 00/22] vhost: generic vhost API

2017-04-01 Thread Yuanhan Liu
On Sat, Apr 01, 2017 at 03:22:38PM +0800, Yuanhan Liu wrote: > This patchset makes DPDK vhost library generic enough, so that we could > build other vhost-user drivers on top of it. For example, SPDK (Storage > Performance Development Kit) is trying to enable vhost-user SCSI. > > The basic idea is

[dpdk-dev] [PATCH v4 00/22] vhost: generic vhost API

2017-04-01 Thread Yuanhan Liu
This patchset makes DPDK vhost library generic enough, so that we could build other vhost-user drivers on top of it. For example, SPDK (Storage Performance Development Kit) is trying to enable vhost-user SCSI. The basic idea is, let DPDK vhost be a vhost-user agent. It stores all the info about th