]> git.droids-corp.org - dpdk.git/blobdiff - drivers/compress/isal/isal_compress_pmd_private.h
compress/isal: add ISA-L decomp functionality
[dpdk.git] / drivers / compress / isal / isal_compress_pmd_private.h
index 6ba34a6376b8841f3bb0893a06ec190c688ea4e1..46e9fcfaab797494a246a614b464df010e690fd3 100644 (file)
@@ -30,6 +30,8 @@ struct isal_comp_qp {
        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;