mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
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: Giovanni Cabiddu <giovanni.cabiddu@intel.com> |
||
|---|---|---|
| .. | ||
| compiler.h | ||
| errno.h | ||
| kernel.h | ||
| limits.h | ||
| math64.h | ||
| module.h | ||
| printk.h | ||
| stddef.h | ||
| swab.h | ||
| types.h | ||
| unaligned.h | ||
| xxhash.h | ||