numam-dpdk/doc/guides/cryptodevs/features/virtio.ini
Tal Shnaiderman 59e380f193 doc: add cryptodev table for supported operating systems
Added table to the crypto device drivers documentation
stating the support of each PMD on Linux, FreeBSD and Windows.

Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
2021-11-04 19:51:11 +01:00

40 lines
695 B
INI

; Supported features of the 'virtio' crypto driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Symmetric crypto = Y
Sym operation chaining = Y
OOP LB In LB Out = Y
;
; Supported crypto algorithms of the 'virtio' crypto driver.
;
[Cipher]
AES CBC (128) = Y
AES CBC (192) = Y
AES CBC (256) = Y
;
; Supported authentication algorithms of the 'virtio' crypto driver.
;
[Auth]
SHA1 HMAC = Y
;
; Supported AEAD algorithms of the 'virtio' crypto driver.
;
[AEAD]
;
; Supported Asymmetric algorithms of the 'virtio' crypto driver.
;
[Asymmetric]
;
; Supported Operating systems of the 'virtio' crypto driver.
;
[OS]
Linux = Y
FreeBSD = Y