Re: [dpdk-dev] [PATCH v2] examples/vhost_blk: refactor vhost-blk example

2020-04-30 Thread Maxime Coquelin
On 4/30/20 7:20 PM, Jin Yu wrote: > Decrease the code and make it easier to read. It's > useful for understanding the inflight APIs and how > packed ring works. Update the RST because the packed > ring patch has been merged to QEMU master and ring_packed > parameter changes to packed. > > Fixes

Re: [dpdk-dev] [PATCH v2] examples/vhost_blk: refactor vhost-blk example

2020-04-30 Thread Maxime Coquelin
On 4/30/20 7:20 PM, Jin Yu wrote: > Decrease the code and make it easier to read. It's > useful for understanding the inflight APIs and how > packed ring works. Update the RST because the packed > ring patch has been merged to QEMU master and ring_packed > parameter changes to packed. > > Fixes

[dpdk-dev] [PATCH v2] examples/vhost_blk: refactor vhost-blk example

2020-04-30 Thread Jin Yu
Decrease the code and make it easier to read. It's useful for understanding the inflight APIs and how packed ring works. Update the RST because the packed ring patch has been merged to QEMU master and ring_packed parameter changes to packed. Fixes: c19beb3f38cd ("examples/vhost_blk: introduce vhos