]> git.droids-corp.org - dpdk.git/blobdiff - drivers/compress/isal/isal_compress_pmd_ops.c
eventdev: move Rx adapter to separate function
[dpdk.git] / drivers / compress / isal / isal_compress_pmd_ops.c
index 970a0413b989e15975e2bb2a09a05fb05c672797..585f22802d1e09c62bd51b0fa45cd76b3029772c 100644 (file)
@@ -12,7 +12,9 @@
 static const struct rte_compressdev_capabilities isal_pmd_capabilities[] = {
        {
                .algo = RTE_COMP_ALGO_DEFLATE,
-               .comp_feature_flags =   RTE_COMP_FF_SHAREABLE_PRIV_XFORM,
+               .comp_feature_flags =   RTE_COMP_FF_SHAREABLE_PRIV_XFORM |
+                                       RTE_COMP_FF_HUFFMAN_FIXED |
+                                       RTE_COMP_FF_HUFFMAN_DYNAMIC,
                .window_size = {
                        .min = 15,
                        .max = 15,