net/octeontx2: add flow MCAM utility functions
[dpdk.git] / drivers / net / octeontx2 / otx2_ethdev.h
index 8f8d93a..e8a22b6 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "otx2_common.h"
 #include "otx2_dev.h"
+#include "otx2_flow.h"
 #include "otx2_irq.h"
 #include "otx2_mempool.h"
 #include "otx2_rx.h"
@@ -173,12 +174,6 @@ struct otx2_eth_qconf {
        uint16_t nb_desc;
 };
 
-struct otx2_npc_flow_info {
-       uint16_t channel; /*rx channel */
-       uint16_t flow_prealloc_size;
-       uint16_t flow_max_priority;
-};
-
 struct otx2_fc_info {
        enum rte_eth_fc_mode mode;  /**< Link flow control mode */
        uint8_t rx_pause;