In PMD feature matrices (.ini files), it is not required to have the list of features that are not supported, just the ones that are. Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Lee Daly <lee.daly@intel.com>
14 lines
270 B
INI
14 lines
270 B
INI
;
|
|
; Refer to default.ini for the full list of available PMD features.
|
|
;
|
|
; Supported features of 'ISA-L' compression driver.
|
|
;
|
|
[Features]
|
|
CPU SSE = Y
|
|
CPU AVX = Y
|
|
CPU AVX2 = Y
|
|
CPU AVX512 = Y
|
|
Deflate = Y
|
|
Fixed = Y
|
|
Dynamic = Y
|