File: mlx5.ini

package info (click to toggle)
dpdk 22.11.9-1~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 103,496 kB
  • sloc: ansic: 1,826,658; python: 4,473; sh: 4,351; makefile: 2,001; awk: 53
file content (44 lines) | stat: -rw-r--r-- 783 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
;
; Features of a mlx5 crypto driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Symmetric crypto       = Y
HW Accelerated         = Y
In Place SGL           = Y
OOP SGL In SGL Out     = Y
OOP SGL In LB  Out     = Y
OOP LB  In SGL Out     = Y
OOP LB  In LB  Out     = Y
Cipher multiple data units = Y
Cipher wrapped key     = Y

;
; Supported crypto algorithms of a mlx5 crypto driver.
;
[Cipher]
AES XTS (128)  = Y
AES XTS (256)  = Y

;
; Supported authentication algorithms of a mlx5 crypto driver.
;
[Auth]

;
; Supported AEAD algorithms of a mlx5 crypto driver.
;
[AEAD]

;
; Supported Asymmetric algorithms of a mlx5 crypto driver.
;
[Asymmetric]

;
; Supported Operating systems of the 'mlx5' crypto driver.
;
[OS]
Linux = Y
Windows = Y