net/cnxk: support extended statistics
[dpdk.git] / drivers / net / cnxk / cn10k_ethdev.h
index 18deb95..d39ca31 100644 (file)
@@ -33,4 +33,8 @@ struct cn10k_eth_rxq {
        uint16_t rq;
 } __plt_cache_aligned;
 
+/* Rx and Tx routines */
+void cn10k_eth_set_rx_function(struct rte_eth_dev *eth_dev);
+void cn10k_eth_set_tx_function(struct rte_eth_dev *eth_dev);
+
 #endif /* __CN10K_ETHDEV_H__ */