]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.h
app/testpmd: fix type of FEC mode parsing output
[dpdk.git] / app / test-pmd / testpmd.h
index 283b5e3680d2f559dba50325b1b32af639405992..9ae4d90dd1435a5eb5d4325acf90dd1364668359 100644 (file)
@@ -885,7 +885,7 @@ void show_tx_pkt_segments(void);
 void set_tx_pkt_times(unsigned int *tx_times);
 void show_tx_pkt_times(void);
 void set_tx_pkt_split(const char *name);
-int parse_fec_mode(const char *name, enum rte_eth_fec_mode *mode);
+int parse_fec_mode(const char *name, uint32_t *fec_capa);
 void show_fec_capability(uint32_t num, struct rte_eth_fec_capa *speed_fec_capa);
 void set_nb_pkt_per_burst(uint16_t pkt_burst);
 char *list_pkt_forwarding_modes(void);