]> git.droids-corp.org - dpdk.git/blobdiff - drivers/compress/qat/qat_comp_pmd.h
common/qat: add multi-process handling of capabilities
[dpdk.git] / drivers / compress / qat / qat_comp_pmd.h
index 5c7fa9f0f378adcd8b93086431a457ccbdadf2e6..ed27120604b0b3cc3dd0427320c489ec4c50be7e 100644 (file)
@@ -32,6 +32,8 @@ struct qat_comp_dev_private {
        /**< The device's pool for qat_comp_xforms */
        struct rte_mempool *streampool;
        /**< The device's pool for qat_comp_streams */
+       const struct rte_memzone *capa_mz;
+       /* Shared memzone for storing capabilities */
        uint16_t min_enq_burst_threshold;
 };