/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/guides/compressdevs/features/default.ini
34 строки
883 B
Michael Baum
compressdev: support LZ4 algorithm
16 фев 2023, 17:01
16 фев 2023, 17:01
3372c4a
Код
Авторство
О чём код?
; ; Features of a default compression driver. ; ; This file defines the features that are valid for inclusion in ; the other driver files and also the order that they appear in ; the features table in the documentation. ; [Features] HW Accelerated = CPU SSE = CPU AVX = CPU AVX2 = CPU AVX512 = CPU NEON = Stateful Compression = Stateful Decompression = Pass-through = OOP SGL In SGL Out = OOP SGL In LB Out = OOP LB In SGL Out = Deflate = LZS = LZ4 = Adler32 = Crc32 = Adler32&Crc32 = xxHash32 = Fixed = Dynamic = LZ4 Dictionary ID = LZ4 Content Checksum = LZ4 Content Size = LZ4 Block Checksum = LZ4 Block Independence =