Re: [dpdk-dev] [PATCH v6] vhost: add vhost-user-blk example which support inflight

2019-11-06 Thread Maxime Coquelin
On 11/4/19 5:36 PM, Jin Yu wrote: > A vhost-user-blk example that support inflight feature. It uses the > new APIs that introduced in the first patch, so it can show how these > APIs work to support inflight feature. > > Signed-off-by: Jin Yu > --- > v1 - add the case. > v2 - add the rte_vhost

Re: [dpdk-dev] [PATCH v6] vhost: add vhost-user-blk example which support inflight

2019-11-06 Thread Maxime Coquelin
On 11/4/19 5:36 PM, Jin Yu wrote: > A vhost-user-blk example that support inflight feature. It uses the > new APIs that introduced in the first patch, so it can show how these > APIs work to support inflight feature. > > Signed-off-by: Jin Yu > --- > v1 - add the case. > v2 - add the rte_vhost

[dpdk-dev] [PATCH v6] vhost: add vhost-user-blk example which support inflight

2019-11-04 Thread Jin Yu
A vhost-user-blk example that support inflight feature. It uses the new APIs that introduced in the first patch, so it can show how these APIs work to support inflight feature. Signed-off-by: Jin Yu --- v1 - add the case. v2 - add the rte_vhost prefix. v3 - add packed ring support v4 - fix build,