[dpdk-dev] [PATCH 11/16] net/dpaa: enable Tx queue taildrop
Ferruh Yigit
ferruh.yigit at intel.com
Tue Mar 3 18:02:43 CET 2020
On 3/2/2020 2:58 PM, Hemant Agrawal wrote:
> From: Gagandeep Singh <g.singh at nxp.com>
>
> Enable congestion handling/tail drop for TX queues.
>
> Signed-off-by: Gagandeep Singh <g.singh at nxp.com>
<...>
> diff --git a/drivers/bus/dpaa/rte_bus_dpaa_version.map b/drivers/bus/dpaa/rte_bus_dpaa_version.map
> index e6ca4361e..86f5811b0 100644
> --- a/drivers/bus/dpaa/rte_bus_dpaa_version.map
> +++ b/drivers/bus/dpaa/rte_bus_dpaa_version.map
> @@ -94,3 +94,10 @@ DPDK_20.0 {
>
> local: *;
> };
> +
> +EXPERIMENTAL {
> + global:
> +
> + qman_ern_poll_free;
> + qman_ern_register_cb;
> +};
Aren't these bus APIs internal (between net/crypto/event drivers and bus
libraries)? And they are *not* for applications to use.
If they are only internal is there any point to make them experimental?
More information about the dev
mailing list