On 1/18/2024 9:47 AM, jer...@marvell.com wrote: > diff --git a/lib/ethdev/version.map b/lib/ethdev/version.map > index a050baab0f..73a788d91a 100644 > --- a/lib/ethdev/version.map > +++ b/lib/ethdev/version.map > @@ -319,6 +319,7 @@ EXPERIMENTAL { > > # added in 24.03 > rte_eth_find_rss_algo; > + rte_eth_tx_queue_count; >
As new API, 'rte_eth_tx_queue_count()', is static inline function, no need to add it into .map file. Patch is already merged but I will update it in next-net, and will remove above update to 'ethdev/version.map' file.