Spdk/lib/bdev/virtio/rte_virtio
Dariusz Stojaczyk 8d26e7e24a virtio: added low level virtqueue API
The old API is simply not sufficient.
We assumed that each request contains
a single request and a single response
descriptor. However that's not the case
for e.g. virtio scsi eventq, where each
event contains only a response.

This patch only introduces the new API,
keeping the old one intact. The old API
will be removed in subsequent patches.

Change-Id: I89e53d602165aa0c7ceb25d98237f87550f4eae7
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/390854
Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2017-12-15 15:56:48 -05:00
..
virtio_user astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
virtio_pci.c bdev/virtio: cleanup virtio device management 2017-12-11 19:46:01 -05:00
virtio_user.c bdev/virtio: cleanup virtio device management 2017-12-11 19:46:01 -05:00
virtio.c virtio: added low level virtqueue API 2017-12-15 15:56:48 -05:00
virtio.h virtio: added low level virtqueue API 2017-12-15 15:56:48 -05:00