X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ether%2Frte_tm_driver.h;h=b2e8ccf805c1194524a09cb036aa0e9b8cb7bcba;hb=bc104bb853bddc048464e4d7b340cdedc3ad561f;hp=a5b698fe0b05a498248b10101e006c6f74e30d5e;hpb=5d109deffa87a39a7804c3db7890d3459fac0205;p=dpdk.git diff --git a/lib/librte_ether/rte_tm_driver.h b/lib/librte_ether/rte_tm_driver.h index a5b698fe0b..b2e8ccf805 100644 --- a/lib/librte_ether/rte_tm_driver.h +++ b/lib/librte_ether/rte_tm_driver.h @@ -357,7 +357,7 @@ rte_tm_error_set(struct rte_tm_error *error, * success, NULL otherwise. */ const struct rte_tm_ops * -rte_tm_ops_get(uint8_t port_id, struct rte_tm_error *error); +rte_tm_ops_get(uint16_t port_id, struct rte_tm_error *error); #ifdef __cplusplus }