DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] regexdev: add OOS capability definition
@ 2020-10-20  8:16 guyk
  2020-10-20  9:11 ` Ori Kam
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: guyk @ 2020-10-20  8:16 UTC (permalink / raw)
  To: orika; +Cc: thomas, guyk, smadarf, dovrat, dev, jerinj

From: Guy Kaneti <guyk@marvell.com>

Add out of order scan capability to check PMD
support for OOS.

Signed-off-by: Guy Kaneti <guyk@marvell.com>
---
 lib/librte_regexdev/rte_regexdev.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/lib/librte_regexdev/rte_regexdev.h b/lib/librte_regexdev/rte_regexdev.h
index 4077e62c9..60cccf816 100644
--- a/lib/librte_regexdev/rte_regexdev.h
+++ b/lib/librte_regexdev/rte_regexdev.h
@@ -474,6 +474,14 @@ 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 support out of order scan, this means the scan can be retired
+ * as soon as device returns completion.
+ *
+ * @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,
-- 
2.28.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-11-03  0:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  8:16 [dpdk-dev] [PATCH v1] regexdev: add OOS capability definition guyk
2020-10-20  9:11 ` Ori Kam
2020-10-20 12:37 ` Thomas Monjalon
2020-10-20 14:24   ` [dpdk-dev] [EXT] " Guy Kaneti
2020-10-21  7:15     ` Ori Kam
2020-10-21  7:39       ` Guy Kaneti
2020-10-21  7:53         ` Thomas Monjalon
2020-10-21  8:03 ` [dpdk-dev] [PATCH v2] " guyk
2020-10-21  9:17   ` Ori Kam
2020-10-27  9:19     ` Guy Kaneti
2020-11-03  0:35     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).