]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/qede/qede_ethdev.h
net/qede: add fastpath support for VXLAN tunneling
[dpdk.git] / drivers / net / qede / qede_ethdev.h
index 6d0616e57bfcdfd5637e8e68545996da0214da72..d7362465787b2e0ef5f75c38ff72300c03c71611 100644 (file)
@@ -15,6 +15,7 @@
 #include <rte_ether.h>
 #include <rte_ethdev.h>
 #include <rte_dev.h>
+#include <rte_ip.h>
 
 /* ecore includes */
 #include "base/bcm_osal.h"
@@ -184,6 +185,8 @@ static int qede_rss_reta_update(struct rte_eth_dev *eth_dev,
                                struct rte_eth_rss_reta_entry64 *reta_conf,
                                uint16_t reta_size);
 
+static inline uint32_t qede_rx_cqe_to_pkt_type(uint16_t flags);
+
 /* Non-static functions */
 void qede_init_rss_caps(uint8_t *rss_caps, uint64_t hf);