> -----Original Message-----
> From: Shally Verma [mailto:[email protected]]
> Sent: Tuesday, July 24, 2018 4:06 PM
> To: De Lara Guarch, Pablo <[email protected]>
> Cc: [email protected]; [email protected];
> [email protected]
> Subject: [PATCH v5 0/5] compress: add ZLIB compression PMD
>
> This patch series add software zlib library (http://zlib.net/) based
> compression
> PMD in DPDK compress drivers.
>
> Application must need to install zlib prior to enabling this PMD to avail
> compression/decompression services.
> Currently driver only tested for deflate, stateless compression and
> decompression with direct buffers.
>
> Changes in v5:
> - removed scatter-gather support as not fully tested
> - add return code check from compressdev_pmd_parse_args
>
> TBDs:
> - revisit macro to inline conversion for COMPUTE_DST_BUF
Series applied to dpdk-next-crypto, with pending action described above.
Thanks for the work!
Pablo