]> git.droids-corp.org - dpdk.git/blobdiff - drivers/compress/isal/isal_compress_pmd_private.h
mbuf: fix offload flag name and list
[dpdk.git] / drivers / compress / isal / isal_compress_pmd_private.h
index 7505c763f72ac9b67560c4cef9a7ff84a4be7103..46e9fcfaab797494a246a614b464df010e690fd3 100644 (file)
@@ -28,6 +28,10 @@ struct isal_comp_qp {
        struct rte_ring *processed_pkts;
        /* Queue pair statistics */
        struct rte_compressdev_stats qp_stats;
+       /* Compression stream information*/
+       struct isal_zstream *stream;
+       /* Decompression state information*/
+       struct inflate_state *state;
        /* Number of free elements on ring */
        uint16_t num_free_elements;
 } __rte_cache_aligned;