Loading
rte_virtio: removed hw->nb_tx_queues field
The field was set, but unused. virtio_hw already has max_queues field. Since SPDK rte_virtio does not provide any virtqueue abstraction nb_tx_queues and it's setup functions are not needed. Change-Id: Ib9bbdc86e6b6cede13a6cc251331590d6985db66 Signed-off-by:Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/376345 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Pawel Wodkowski <pawelx.wodkowski@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com>