Spdk/lib/bdev/virtio/rte_virtio
Dariusz Stojaczyk 72ebd59086 rte_virtio: removed pci/user distinctions in common virtio_hw path
This patch removes unnecessary if (hw->virtio_user_dev)
conditions. It also makes vq_ring_mem explicitly
a physical address. There's already a separate
vq_ring_virt_mem field that's used for vhost-user.

Change-Id: Ie8d97458744b4e3ae9d0e3d72b28d29f19179706
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/376965
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-09-15 16:32:20 -04:00
..
virtio_user rte_virtio: added virtio_queue.c/.h 2017-09-15 16:32:20 -04:00
virtio_dev.c rte_virtio: removed pci/user distinctions in common virtio_hw path 2017-09-15 16:32:20 -04:00
virtio_dev.h rte_virtio: removed eth_virtio_dev_init() 2017-09-14 13:48:09 -04:00
virtio_logs.h bdev_virtio: fix logging with enabled debug 2017-09-11 19:10:43 -04:00
virtio_pci.c rte_virtio: added virtio_queue.c/.h 2017-09-15 16:32:20 -04:00
virtio_pci.h rte_virtio: removed unused code 2017-09-06 13:31:27 -04:00
virtio_queue.c rte_virtio: added virtio_queue.c/.h 2017-09-15 16:32:20 -04:00
virtio_queue.h rte_virtio: removed pci/user distinctions in common virtio_hw path 2017-09-15 16:32:20 -04:00
virtio_user.c rte_virtio: added virtio_queue.c/.h 2017-09-15 16:32:20 -04:00