cd346367f8
ZUC, SNOW3G and KASUMI PMDs support Out-of-place operations, but their feature flags did not reflect this. Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag") Cc: stable@dpdk.org Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
33 lines
609 B
INI
33 lines
609 B
INI
;
|
|
; Supported features of the 'kasumi' crypto driver.
|
|
;
|
|
; Refer to default.ini for the full list of available PMD features.
|
|
;
|
|
[Features]
|
|
Symmetric crypto = Y
|
|
Sym operation chaining = Y
|
|
Symmetric sessionless = Y
|
|
Non-Byte aligned data = Y
|
|
OOP LB In LB Out = Y
|
|
|
|
;
|
|
; Supported crypto algorithms of the 'kasumi' crypto driver.
|
|
;
|
|
[Cipher]
|
|
KASUMI F8 = Y
|
|
;
|
|
; Supported authentication algorithms of the 'kasumi' crypto driver.
|
|
;
|
|
[Auth]
|
|
KASUMI F9 = Y
|
|
|
|
;
|
|
; Supported AEAD algorithms of the 'kasumi' crypto driver.
|
|
;
|
|
[AEAD]
|
|
|
|
;
|
|
; Supported Asymmetric algorithms of the 'kasumi' crypto driver.
|
|
;
|
|
[Asymmetric]
|