[dpdk-dev] [PATCH] bbdev: add missing APIs to map file

Akhil Goyal akhil.goyal at nxp.com
Tue Dec 18 07:46:38 CET 2018



On 12/14/2018 9:52 PM, Amr Mokhtar wrote:
> some application facing functions are missing from
> the map file. these are added by this patch.
>
> Signed-off-by: Amr Mokhtar <amr.mokhtar at intel.com>
> ---
>   lib/librte_bbdev/rte_bbdev_version.map | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/lib/librte_bbdev/rte_bbdev_version.map b/lib/librte_bbdev/rte_bbdev_version.map
> index d3b81ea..c392f41 100644
> --- a/lib/librte_bbdev/rte_bbdev_version.map
> +++ b/lib/librte_bbdev/rte_bbdev_version.map
> @@ -6,9 +6,13 @@ EXPERIMENTAL {
>   	rte_bbdev_callback_unregister;
>   	rte_bbdev_close;
>   	rte_bbdev_count;
> +	rte_bbdev_dec_op_alloc_bulk;
> +	rte_bbdev_dec_op_free_bulk;
>   	rte_bbdev_dequeue_dec_ops;
>   	rte_bbdev_dequeue_enc_ops;
>   	rte_bbdev_devices;
> +	rte_bbdev_enc_op_alloc_bulk;
> +	rte_bbdev_enc_op_free_bulk
semicolon is also missing.
>   	rte_bbdev_enqueue_dec_ops;
>   	rte_bbdev_enqueue_enc_ops;
>   	rte_bbdev_find_next;



More information about the dev mailing list