net/cnxk: support marking and VLAN tagging
[dpdk.git] / drivers / net / cnxk / cn10k_ethdev.h
index 18deb95..8b6e0f2 100644 (file)
@@ -31,6 +31,11 @@ struct cn10k_eth_rxq {
        uint32_t available;
        uint16_t data_off;
        uint16_t rq;
+       struct cnxk_timesync_info *tstamp;
 } __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__ */