Loading lib/vhost/task.c +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ typedef TAILQ_HEAD(, spdk_vhost_task) need_iovecs_tailq_t; static struct rte_mempool *g_task_pool; static struct rte_mempool *g_iov_buffer_pool; need_iovecs_tailq_t g_need_iovecs[RTE_MAX_LCORE]; static need_iovecs_tailq_t g_need_iovecs[RTE_MAX_LCORE]; void spdk_vhost_task_put(struct spdk_vhost_task *task) Loading lib/vhost/vhost.c +2 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,8 @@ struct spdk_vhost_scsi_ctrlr { } __rte_cache_aligned; /* This maps from the integer index passed by DPDK to the our controller representation. */ struct spdk_vhost_scsi_ctrlr *dpdk_vid_mapping[MAX_VHOST_DEVICE]; /* MAX_VHOST_DEVICE from DPDK. */ /* MAX_VHOST_DEVICE from DPDK. */ static struct spdk_vhost_scsi_ctrlr *dpdk_vid_mapping[MAX_VHOST_DEVICE]; /* * Get available requests from avail ring. Loading Loading
lib/vhost/task.c +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ typedef TAILQ_HEAD(, spdk_vhost_task) need_iovecs_tailq_t; static struct rte_mempool *g_task_pool; static struct rte_mempool *g_iov_buffer_pool; need_iovecs_tailq_t g_need_iovecs[RTE_MAX_LCORE]; static need_iovecs_tailq_t g_need_iovecs[RTE_MAX_LCORE]; void spdk_vhost_task_put(struct spdk_vhost_task *task) Loading
lib/vhost/vhost.c +2 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,8 @@ struct spdk_vhost_scsi_ctrlr { } __rte_cache_aligned; /* This maps from the integer index passed by DPDK to the our controller representation. */ struct spdk_vhost_scsi_ctrlr *dpdk_vid_mapping[MAX_VHOST_DEVICE]; /* MAX_VHOST_DEVICE from DPDK. */ /* MAX_VHOST_DEVICE from DPDK. */ static struct spdk_vhost_scsi_ctrlr *dpdk_vid_mapping[MAX_VHOST_DEVICE]; /* * Get available requests from avail ring. Loading