]> git.droids-corp.org - dpdk.git/blobdiff - examples/tep_termination/vxlan_setup.h
examples/tep_term: add encap/decap configuration
[dpdk.git] / examples / tep_termination / vxlan_setup.h
index 189d491b11c2714009d067d73143edce9e06a151..1846540fa8999046e8f6a18e95cea569d267f9d5 100644 (file)
@@ -41,6 +41,8 @@ extern uint8_t ports[RTE_MAX_ETHPORTS];
 extern struct ether_addr ports_eth_addr[RTE_MAX_ETHPORTS];
 extern uint32_t enable_stats;
 extern struct device_statistics dev_statistics[MAX_DEVICES];
+extern uint8_t rx_decap;
+extern uint8_t tx_encap;
 
 typedef int (*ol_port_configure_t)(uint8_t port,
                                   struct rte_mempool *mbuf_pool);