Pablo de Lara cd346367f8 drivers/crypto: add missing OOP feature flag
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>
2020-07-08 00:15:35 +02:00

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]