[dpdk-dev] [PATCH v10 10/10] baseband/acc100: add configure function

Maxime Coquelin maxime.coquelin at redhat.com
Thu Oct 1 16:11:22 CEST 2020


Hi Nicolas,

On 10/1/20 5:14 AM, Nicolas Chautru wrote:
> diff --git a/drivers/baseband/acc100/rte_pmd_bbdev_acc100_version.map b/drivers/baseband/acc100/rte_pmd_bbdev_acc100_version.map
> index 4a76d1d..91c234d 100644
> --- a/drivers/baseband/acc100/rte_pmd_bbdev_acc100_version.map
> +++ b/drivers/baseband/acc100/rte_pmd_bbdev_acc100_version.map
> @@ -1,3 +1,10 @@
>  DPDK_21 {
>  	local: *;
>  };
> +
> +EXPERIMENTAL {
> +	global:
> +
> +	acc100_configure;
> +
> +};
> -- 

Ideally we should not need to have device specific APIs, but at least it
should be prefixed with "rte_".

Regards,
Maxime



More information about the dev mailing list