This repository was archived by the owner on Aug 12, 2024. It is now read-only.
Tags: intel/qatgo
Tags
Fixes response when QAT returns QZ_BUF_ERROR Resolves #1 Changes the Reader to use the processed results after a buffer error from QAT. Adds a max buffer growth option that will cap the output buffer Changes the default output buffer growth amount to 128MB Signed-off-by: Parker Harris <parker.harris@intel.com>
qatgo: Release v1.0.0 * io.Reader and io.Writer interface * Direct mode interface * Supported compression algorithms: * DEFLATE (gzip and raw) * lz4 (QAT 2.0 only) * zstd compression (QAT 2.0 only) * qgzip compression utility Signed-off-by: Mark F. Brown <mark.f.brown@intel.com> Co-authored-by: Parker Harris <parker.harris@intel.com> Co-authored-by: Eugene Damiba <eugene.t.damiba@intel.com>