X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_regexdev%2Frte_regexdev.h;h=0001658925c9ff595f6f7a104c35eff8314c7553;hb=5b38d8cd4663;hp=4077e62c9533975d01cf9879d00fa53ebcd1ff7c;hpb=f66967d21878ceada957d1aa02b931424f066c18;p=dpdk.git diff --git a/lib/librte_regexdev/rte_regexdev.h b/lib/librte_regexdev/rte_regexdev.h index 4077e62c95..0001658925 100644 --- a/lib/librte_regexdev/rte_regexdev.h +++ b/lib/librte_regexdev/rte_regexdev.h @@ -474,6 +474,15 @@ rte_regexdev_get_dev_id(const char *name); * @see RTE_REGEXDEV_CFG_MATCH_ALL_F */ +#define RTE_REGEXDEV_CAPA_QUEUE_PAIR_OOS_F (1ULL << 22) +/**< RegEx device supports out of order scan. + * Out of order scan means the response of a specific job can be returned as + * soon as it is ready even if previous jobs on the same queue didn't complete. + * + * @see RTE_REGEX_QUEUE_PAIR_CFG_OOS_F + * @see struct rte_regexdev_info::regexdev_capa + */ + /* Enumerates PCRE rule flags */ #define RTE_REGEX_PCRE_RULE_ALLOW_EMPTY_F (1ULL << 0) /**< When this flag is set, the pattern that can match against an empty string,