]> git.droids-corp.org - dpdk.git/blobdiff - drivers/compress/zlib/zlib_pmd_private.h
net/bnxt: fix enable/disable VLAN filtering
[dpdk.git] / drivers / compress / zlib / zlib_pmd_private.h
index 0e391a4815d69fdd7d20100dd691bff7b65ad986..bda49759dc1f6239ea23a382dca3a32b0dbbf549 100644 (file)
@@ -2,8 +2,8 @@
  * Copyright(c) 2018 Cavium Networks
  */
 
-#ifndef _RTE_ZLIB_PMD_PRIVATE_H_
-#define _RTE_ZLIB_PMD_PRIVATE_H_
+#ifndef _ZLIB_PMD_PRIVATE_H_
+#define _ZLIB_PMD_PRIVATE_H_
 
 #include <zlib.h>
 #include <rte_compressdev.h>
@@ -61,7 +61,11 @@ struct zlib_priv_xform {
        struct zlib_stream stream;
 } __rte_cache_aligned;
 
+int
+zlib_set_stream_parameters(const struct rte_comp_xform *xform,
+               struct zlib_stream *stream);
+
 /** Device specific operations function pointer structure */
 extern struct rte_compressdev_ops *rte_zlib_pmd_ops;
 
-#endif /* _RTE_ZLIB_PMD_PRIVATE_H_ */
+#endif /* _ZLIB_PMD_PRIVATE_H_ */