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

2019-10-11 Thread Maxime Coquelin
On 10/9/19 10:48 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_vhos

[dpdk-dev] [PATCH v11 9/9] vhost: add vhost-user-blk example which support inflight

2019-10-09 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 --- examples/v