[dpdk-dev] [PATCH v1] regexdev: add OOS capability definition

Thomas Monjalon thomas at monjalon.net
Tue Oct 20 14:37:03 CEST 2020


20/10/2020 10:16, guyk at marvell.com:
> From: Guy Kaneti <guyk at marvell.com>
> 
> Add out of order scan capability to check PMD
> support for OOS.
> 
> Signed-off-by: Guy Kaneti <guyk at marvell.com>
> ---
> --- a/lib/librte_regexdev/rte_regexdev.h
> +++ b/lib/librte_regexdev/rte_regexdev.h
> +#define RTE_REGEXDEV_CAPA_QUEUE_PAIR_OOS_F (1ULL << 22)
> +/**< RegEx device support out of order scan, this means the scan can be retired

s/support/supports/

What means "retired"?

> + * as soon as device returns completion.
> + *
> + * @see RTE_REGEX_QUEUE_PAIR_CFG_OOS_F
> + * @see struct rte_regexdev_info::regexdev_capa
> + */





More information about the dev mailing list