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: c19beb3f38cd ("examples/vhost_blk: introduce vhost storage sample")
I don't think the Fixes tag makes sense, so I removed it.
> Signed-off-by: Jin Yu <jin...@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>
Next time, please rebase your patch on top of next-virtio/master or net-
next/master before posting.
> ---
> V2 - fix build error in 32-bit
> ---
> doc/guides/sample_app_ug/vhost_blk.rst | 8 +-
> examples/vhost_blk/blk.c | 13 +-
> examples/vhost_blk/vhost_blk.c | 1139 ++++++++++--------------
> examples/vhost_blk/vhost_blk.h | 39 +-
> 4 files changed, 494 insertions(+), 705 deletions(-)
>
Thanks,
Maxime