net/cnxk: add TM capabilities and queue rate limit handlers
[dpdk.git] / drivers / net / cnxk / cn9k_ethdev.h
index bd7bf50..3d4a206 100644 (file)
@@ -29,6 +29,11 @@ struct cn9k_eth_rxq {
        uint32_t qmask;
        uint32_t available;
        uint16_t rq;
+       struct cnxk_timesync_info *tstamp;
 } __plt_cache_aligned;
 
+/* Rx and Tx routines */
+void cn9k_eth_set_rx_function(struct rte_eth_dev *eth_dev);
+void cn9k_eth_set_tx_function(struct rte_eth_dev *eth_dev);
+
 #endif /* __CN9K_ETHDEV_H__ */