[dpdk-dev] [dpdk-dev v10 2/4] cryptodev: add raw crypto data-path APIs

Akhil Goyal akhil.goyal at nxp.com
Thu Oct 8 16:37:20 CEST 2020


> +/**
> + * Start processing all enqueued descriptors from last
> + * rte_cryptodev_raw_configure_dp_context() call.
> + *
> + * @param	ctx	The initialized raw data-path context data.
> + * @param	n	The total number of submitted descriptors.
> +

What does this API return?
Check for other comments as well in other APIs


 */
> +__rte_experimental
> +int
> +rte_cryptodev_raw_enqueue_done(struct rte_crypto_raw_dp_ctx *ctx,
> +		uint32_t n);
> +


More information about the dev mailing list