summaryrefslogtreecommitdiff
path: root/service/include
diff options
context:
space:
mode:
authorLu Qiuwen <[email protected]>2023-11-22 10:40:38 +0800
committerLu Qiuwen <[email protected]>2023-11-22 10:40:38 +0800
commit334e8b72b4b3df083919d6c582544b23ef6e3315 (patch)
tree9dbb03e3947b8f62d0356fe2921d9f27e3fba13f /service/include
parent0b76e814841e8b676e0909ec14fc76e34a0347b2 (diff)
feature: remove the ltx tunnel.
Diffstat (limited to 'service/include')
-rw-r--r--service/include/sc_vdev.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/service/include/sc_vdev.h b/service/include/sc_vdev.h
index f7691df..6314ffd 100644
--- a/service/include/sc_vdev.h
+++ b/service/include/sc_vdev.h
@@ -52,11 +52,6 @@ struct _vdev
struct vnode_prod * vnode_rx_prod;
struct vnode_cons * vnode_tx_cons;
struct vnode_cons * vnode_ftx_cons;
- struct vnode_cons * vnode_ctrl_cons;
-
- /* LOOP Buffer*/
- struct rte_ring ** rx_loop_buffers;
- struct rte_ring ** tx_loop_buffers;
/* Mempool */
struct rte_mempool * direct_pool;