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

