doc: update feature support for cryptodevs

Message ID 1537510842-29482-1-git-send-email-anoob.joseph@caviumnetworks.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series doc: update feature support for cryptodevs |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Anoob Joseph Sept. 21, 2018, 6:20 a.m. UTC
  Adding 3DES-ECB & AES-XTS to the list of ciphers supported

Signed-off-by: Anoob Joseph <anoob.joseph@caviumnetworks.com>
---
 doc/guides/cryptodevs/features/default.ini | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Akhil Goyal Sept. 26, 2018, 12:33 p.m. UTC | #1
On 9/21/2018 11:50 AM, Anoob Joseph wrote:
> Adding 3DES-ECB & AES-XTS to the list of ciphers supported
>
> Signed-off-by: Anoob Joseph <anoob.joseph@caviumnetworks.com>
> ---
>   doc/guides/cryptodevs/features/default.ini | 4 ++++
>   1 file changed, 4 insertions(+)
>
>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Apllied to dpdk-next-crypto

Thanks
  

Patch

diff --git a/doc/guides/cryptodevs/features/default.ini b/doc/guides/cryptodevs/features/default.ini
index 92a7ccf..810da0d 100644
--- a/doc/guides/cryptodevs/features/default.ini
+++ b/doc/guides/cryptodevs/features/default.ini
@@ -38,9 +38,13 @@  AES ECB (256)  =
 AES CTR (128)  =
 AES CTR (192)  =
 AES CTR (256)  =
+AES XTS (128)  =
+AES XTS (192)  =
+AES XTS (256)  =
 AES DOCSIS BPI =
 3DES CBC       =
 3DES CTR       =
+3DES ECB       =
 DES CBC        =
 DES DOCSIS BPI =
 SNOW3G UEA2    =