|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2 |
|
| #
59e380f1 |
| 04-Nov-2021 |
Tal Shnaiderman <[email protected]> |
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 Shn
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 <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
|
Revision tags: v21.11-rc1, v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2, v21.05-rc1, v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2, v21.02-rc1, v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2, v20.11-rc1, v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1, v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2, v20.05-rc1 |
|
| #
b3aaf24d |
| 16-Apr-2020 |
Pablo de Lara <[email protected]> |
cryptodev: add session-less feature flag
Add feature flag for symmetric sessionless support, so it can be checked by applications.
Signed-off-by: Pablo de Lara <[email protected]> Acke
cryptodev: add session-less feature flag
Add feature flag for symmetric sessionless support, so it can be checked by applications.
Signed-off-by: Pablo de Lara <[email protected]> Acked-by: Adam Dybkowski <[email protected]> Tested-by: Ruifeng Wang <[email protected]> Acked-by: Fiona Trahe <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
|
Revision tags: v20.02, v20.02-rc4, v20.02-rc3, v20.02-rc2, v20.02-rc1, v19.11, v19.11-rc4, v19.11-rc3 |
|
| #
b795e127 |
| 20-Nov-2019 |
Akhil Goyal <[email protected]> |
crypto/openssl: support in-place scatter gather
As per current support, Scatter Gather is only supported for out of place input and output buffers. This patch add support for Scatter Gather for in-p
crypto/openssl: support in-place scatter gather
As per current support, Scatter Gather is only supported for out of place input and output buffers. This patch add support for Scatter Gather for in-place buffers.
Signed-off-by: Akhil Goyal <[email protected]> Acked-by: Anoob Joseph <[email protected]>
show more ...
|
|
Revision tags: v19.11-rc2, v19.11-rc1, v19.08, v19.08-rc4, v19.08-rc3, v19.08-rc2, v19.08-rc1, v19.05, v19.05-rc4, v19.05-rc3, v19.05-rc2, v19.05-rc1 |
|
| #
378e08eb |
| 28-Mar-2019 |
Ayuj Verma <[email protected]> |
crypto/openssl: set RSA private op feature flag
openssl PMD support RSA private key operation using both qt and exp key type. Set rsa key type feature flag
Signed-off-by: Ayuj Verma <ayverma@marvel
crypto/openssl: set RSA private op feature flag
openssl PMD support RSA private key operation using both qt and exp key type. Set rsa key type feature flag
Signed-off-by: Ayuj Verma <[email protected]> Signed-off-by: Shally Verma <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
|
Revision tags: v19.02, v19.02-rc4, v19.02-rc3, v19.02-rc2, v19.02-rc1, v18.11, v18.11-rc5, v18.11-rc4, v18.11-rc3, v18.11-rc2, v18.11-rc1, v18.08, v18.08-rc3, v18.08-rc2 |
|
| #
11e5ba72 |
| 23-Jul-2018 |
Ashish Gupta <[email protected]> |
doc: add crypto asymmetric feature list
Signed-off-by: Sunila Sahu <[email protected]> Signed-off-by: Shally Verma <[email protected]> Signed-off-by: Ashish Gupta <ashish.
doc: add crypto asymmetric feature list
Signed-off-by: Sunila Sahu <[email protected]> Signed-off-by: Shally Verma <[email protected]> Signed-off-by: Ashish Gupta <[email protected]>
show more ...
|
|
Revision tags: v18.08-rc1 |
|
| #
2717246e |
| 05-Jul-2018 |
Pablo de Lara <[email protected]> |
cryptodev: replace mbuf scatter gather flag
The current mbuf scatter gatter feature flag is too ambiguous, as it is not clear if input and/or output buffers can be scatter gather mbufs or not, plus
cryptodev: replace mbuf scatter gather flag
The current mbuf scatter gatter feature flag is too ambiguous, as it is not clear if input and/or output buffers can be scatter gather mbufs or not, plus if in-place and/or out-of-place is supported.
Therefore, five new flags will replace this flag: - RTE_CRYPTODEV_FF_IN_PLACE_SGL - RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT - RTE_CRYPTODEV_FF_OOP_SGL_IN_LB_OUT - RTE_CRYPTODEV_FF_OOP_LB_IN_SGL_OUT - RTE_CRYPTODEV_FF_OOP_LB_IN_LB_OUT
Signed-off-by: Pablo de Lara <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
|
Revision tags: v18.05, v18.05-rc6, v18.05-rc5, v18.05-rc4, v18.05-rc3, v18.05-rc2, v18.05-rc1, v18.02, v18.02-rc4, v18.02-rc3, v18.02-rc2 |
|
| #
42c3576d |
| 22-Jan-2018 |
Akhil Goyal <[email protected]> |
doc: update feature list for cryptodevs
Signed-off-by: Akhil Goyal <[email protected]> Acked-by: Pablo de Lara <[email protected]>
|
|
Revision tags: v18.02-rc1, v17.11, v17.11-rc4, v17.11-rc3, v17.11-rc2, v17.11-rc1 |
|
| #
1a4998dc |
| 21-Sep-2017 |
Pablo de Lara <[email protected]> |
crypto/openssl: support AES-CCM
Add support to AES-CCM, for 128, 192 and 256-bit keys.
Signed-off-by: Pablo de Lara <[email protected]> Acked-by: Fan Zhang <[email protected]>
|
|
Revision tags: v17.08, v17.08-rc4, v17.08-rc3, v17.08-rc2, v17.08-rc1, v17.05, v17.05-rc4, v17.05-rc3, v17.05-rc2, v17.05-rc1 |
|
| #
1dee7bc7 |
| 23-Feb-2017 |
Pablo de Lara <[email protected]> |
crypto/openssl: support DES DOCSIS BPI
Adds support in OpenSSL PMD for algorithm following the DOCSIS specification, which combines DES-CBC for full DES blocks (8 bytes) and DES-CFB for last runt bl
crypto/openssl: support DES DOCSIS BPI
Adds support in OpenSSL PMD for algorithm following the DOCSIS specification, which combines DES-CBC for full DES blocks (8 bytes) and DES-CFB for last runt block (less than 8 bytes).
Signed-off-by: Pablo de Lara <[email protected]> Acked-by: Deepak Kumar Jain <[email protected]> Tested-by: Yang Gang <[email protected]>
show more ...
|
| #
807418f2 |
| 23-Mar-2017 |
Pablo de Lara <[email protected]> |
doc: reformat crypto drivers overview
Follow the approach in the network devices overview, for the feature matrix, so it improves readibility and maintainability.
Signed-off-by: Pablo de Lara <pabl
doc: reformat crypto drivers overview
Follow the approach in the network devices overview, for the feature matrix, so it improves readibility and maintainability.
Signed-off-by: Pablo de Lara <[email protected]> Acked-by: John McNamara <[email protected]>
show more ...
|