Skip to content
Snippets Groups Projects
Commit 92be4be8 authored by Giovanni Cabiddu's avatar Giovanni Cabiddu
Browse files

[linux] Expose ZSTD_compressSequencesAndLiterals() in the kernel


Make the function ZSTD_compressSequencesAndLiterals() available in kernel
space. This will be used by Intel QAT driver.

Additionally, (1) expose the function ZSTD_CCtx_setParameter(), which is
required to set parameters before calling ZSTD_compressSequencesAndLiterals(),
(2) update the build process to include `compress/zstd_preSplit.o` and
(3) replace `asm/unaligned.h` with `linux/unaligned.h`.

Signed-off-by: default avatarGiovanni Cabiddu <giovanni.cabiddu@intel.com>
parent ab542851
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment