]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_compressdev/rte_compressdev.h
build: add single source of DPDK version number
[dpdk.git] / lib / librte_compressdev / rte_compressdev.h
index 7b68170a5f1130b44ad7bcb7c28b985e87abead6..d3c0000f0154d4580d4e989f99ce8868f4c676f8 100644 (file)
@@ -73,6 +73,12 @@ rte_compressdev_capability_get(uint8_t dev_id,
 /**< Utilises CPU SIMD AVX512 instructions */
 #define        RTE_COMPDEV_FF_CPU_NEON                 (1ULL << 5)
 /**< Utilises CPU NEON instructions */
+#define RTE_COMPDEV_FF_OP_DONE_IN_DEQUEUE      (1ULL << 6)
+/**< A PMD should set this if the bulk of the
+ * processing is done during the dequeue. It should leave it
+ * cleared if the processing is done during the enqueue (default).
+ * Applications can use this as a hint for tuning.
+ */
 
 /**
  * Get the name of a compress device feature flag.