20/10/2020 10:16, g...@marvell.com: > From: Guy Kaneti <g...@marvell.com> > > Add out of order scan capability to check PMD > support for OOS. > > Signed-off-by: Guy Kaneti <g...@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 > + */