dpdk: be a plugin
[vpp.git] / src / plugins / dpdk / device / dpdk.h
similarity index 99%
rename from src/vnet/devices/dpdk/dpdk.h
rename to src/plugins/dpdk/device/dpdk.h
index bf9f276..2a1a620 100644 (file)
@@ -390,6 +390,9 @@ typedef struct
 
   /* mempool */
   struct rte_mempool **pktmbuf_pools;
+
+  /* API message ID base */
+  u16 msg_id_base;
 } dpdk_main_t;
 
 dpdk_main_t dpdk_main;