]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_regexdev/rte_regexdev.h
regexdev: add resource limit reached flag
[dpdk.git] / lib / librte_regexdev / rte_regexdev.h
index 0001658925c9ff595f6f7a104c35eff8314c7553..86f0b231b06aa5e81a090bac54b727309da3c5a8 100644 (file)
@@ -1333,6 +1333,11 @@ struct rte_regexdev_match {
  * @see RTE_REGEXDEV_ATTR_MAX_PREFIX
  */
 
+#define RTE_REGEX_OPS_RSP_RESOURCE_LIMIT_REACHED_F (1 << 4)
+/**< Indicates that the RegEx device has reached the max allowed resource
+ * allowed while scanning the given buffer.
+ */
+
 /**
  * The generic *rte_regex_ops* structure to hold the RegEx attributes
  * for enqueue and dequeue operation.