> -----Original Message-----
> From: Ashish Gupta [mailto:[email protected]]
> Sent: Wednesday, July 25, 2018 6:05 PM
> To: De Lara Guarch, Pablo <[email protected]>
> Cc: [email protected]; [email protected];
> [email protected]; Trahe, Fiona <[email protected]>; Shally
> Verma <[email protected]>
> Subject: [PATCH v4 0/6] compress: add Octeontx ZIP compression PMD
>
> From: Shally Verma <[email protected]>
>
> This patch series add compression PMD for cavium octeontx ZIP module in DPDK
> compress drivers.
> Currently PMD only tested for deflate, stateless compression and
> decompression with direct memory buffers.
>
> Changes in v4:
> - removed scatter-gather implementation as not tested
> - revisit qp stats enqd and enqd_err count update condition
> after seeking more clarification about its intended purpose
>
> Changes in v3:
> - update doc
> - add comp feature flags
> - remove stateful pmd ops
> - update pmd name and logtype as per naming conventions
>
> Changes in v2:
> - enable OCTEONTX_ZIPVF bydefault, and remove static debug flag
> - fix meson build in compress/driver/octeontx
> - fix 32-bit compiler error
> - remove global declared data structure
> - header files in alphabetical order
> - update doc with correct feature support
>
> V1 support:
> Octeontx ZIP PMD implementation
> Confuguration and Makefile changes to build Octeontx ZIP PMD Documentation
> ZIP PMD Build support in driver/compress meson for Octeontx ZIP PMD
>
> TBDs:
> Enqueue error stats logic needs to be revisited Scatter Gather support,
> Stateful
> compression/decompression, test for performance
Series applied to dpdk-next-crypto.
Thanks for the work,
Pablo