[dpdk-dev] [v2] ethdev: support Tx queue used count

Ferruh Yigit ferruh.yigit at amd.com
Mon Jan 29 16:03:04 CET 2024


On 1/18/2024 9:47 AM, jerinj at 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.



More information about the dev mailing list