Loading
rte_virtio/user: operate on virtio_dev structs where possible
We currently pass virtio_user_dev as an argument to various function in belief they will access the virtio_dev via virtio_user_dev->vdev field. However, this field is about to be removed soon. This patch is a mid-step towards a bigger change. See the next patch for details. Change-Id: Ie684aa1614d9777d79d350bbfda79effe2a2d5f6 Signed-off-by:Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/385422 Reviewed-by:
Jim Harris <james.r.harris@intel.com> Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com>