dpdk: add multi-txq support
[vpp.git] / src / plugins / dpdk / device / dpdk.h
index 6f3680c..008c82d 100644 (file)
@@ -94,6 +94,7 @@ typedef struct
 {
   CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
   clib_spinlock_t lock;
+  u32 queue_index;
 } dpdk_tx_queue_t;
 
 typedef struct