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

Akhil Goyal akhil.goyal at nxp.com
Mon Dec 17 10:55:50 CET 2018


Hi,

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
>   	rte_bbdev_enqueue_dec_ops;
>   	rte_bbdev_enqueue_enc_ops;
>   	rte_bbdev_find_next;
I think rte_experimental tag should also be added in the API definition.

I believe this patch should be updated 
(http://patches.dpdk.org/patch/48524/)

-Akhil



More information about the dev mailing list