[PATCH v2 14/18] net/dpaa: add Tx rate limiting DPAA PMD API
Ferruh Yigit
ferruh.yigit at amd.com
Sun Sep 22 05:14:26 CEST 2024
On 8/23/2024 8:32 AM, Hemant Agrawal wrote:
> diff --git a/drivers/net/dpaa/version.map b/drivers/net/dpaa/version.map
> index 3fdb63caf3..24a28ce649 100644
> --- a/drivers/net/dpaa/version.map
> +++ b/drivers/net/dpaa/version.map
> @@ -6,6 +6,13 @@ DPDK_25 {
> local: *;
> };
>
> +EXPERIMENTAL {
> + global:
> +
> + # added in 24.11
> + rte_pmd_dpaa_port_set_rate_limit;
> +};
> +
> INTERNAL {
> global:
>
PMD specific API needs to be justified, can't we use TM framework for
this, does TM needs to be improved for this support?
What do you think to send the rest of the set without this patch, so
they can progress, and this one can be discussed separately (assuming
there is no dependency).
More information about the dev
mailing list