[v1,1/1] crypto/bcmfs: fix documentation error

Message ID 20201016044944.22913-2-vikas.gupta@broadcom.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series documentation error fix |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot success Travis build: passed
ci/Intel-compilation fail Compilation issues

Commit Message

Vikas Gupta Oct. 16, 2020, 4:49 a.m. UTC
  Fix documentation error in bcmfs.ini. Add a section for
asymmetric algorithms.

Signed-off-by: Vikas Gupta <vikas.gupta@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
 doc/guides/cryptodevs/features/bcmfs.ini | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
  

Comments

Thomas Monjalon Oct. 16, 2020, 10:28 a.m. UTC | #1
16/10/2020 06:49, Vikas Gupta:
> Fix documentation error in bcmfs.ini. Add a section for
> asymmetric algorithms.
> 
> Signed-off-by: Vikas Gupta <vikas.gupta@broadcom.com>
> Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>

The word "error" can be removed after "fix".

Applied, thanks
  

Patch

diff --git a/doc/guides/cryptodevs/features/bcmfs.ini b/doc/guides/cryptodevs/features/bcmfs.ini
index 6a718856b..f7fb2ed88 100644
--- a/doc/guides/cryptodevs/features/bcmfs.ini
+++ b/doc/guides/cryptodevs/features/bcmfs.ini
@@ -41,7 +41,6 @@  SHA512       = Y
 SHA512 HMAC  = Y
 AES GMAC     = Y
 AES CMAC (128) = Y
-AES CBC MAC = Y
 AES XCBC MAC = Y
 
 ;
@@ -54,3 +53,8 @@  AES GCM (256)     = Y
 AES CCM (128)     = Y
 AES CCM (192)     = Y
 AES CCM (256)     = Y
+
+;
+; Supported Asymmetric algorithms of the 'bcmfs' crypto driver.
+;
+[Asymmetric]