Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Tags: intel/qatgo

Tags

v1.1.0

Toggle v1.1.0's commit message
qatgo: Release v1.1.0

Issue #1: Decompressing large file triggers OOM

Signed-off-by: Mark F. Brown <mark.f.brown@intel.com>
Co-authored-by: Parker Harris <parker.harris@intel.com>

v1.1.0-rc1

Toggle v1.1.0-rc1's commit message
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>

v1.0.1

Toggle v1.0.1's commit message
qatgo: Release v1.0.1

GTO-154: Add additional stats
GTO-147: Adds environment variable support
GTO-158: Close() Error Status not cleared on Reset

Signed-off-by: Mark F. Brown <mark.f.brown@intel.com>
Co-authored-by: Parker Harris <parker.harris@intel.com>

v1.0.0

Toggle v1.0.0's commit message
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>