> +/** > + * 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); > +