doc: add missing auth algo for IPsec example

Adding the missing SHA256-HMAC authentication algorithm
in ipsec-secgw guide.

Fixes: b5350285ce6e ("examples/ipsec-secgw: support SHA256 HMAC")
Cc: stable@dpdk.org

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
This commit is contained in:
Gagandeep Singh 2022-05-20 09:51:04 +05:30 committed by Akhil Goyal
parent 0b61dae807
commit d05828ac58

View File

@ -116,8 +116,8 @@ Constraints
* No IPv6 options headers. * No IPv6 options headers.
* No AH mode. * No AH mode.
* Supported algorithms: AES-CBC, AES-CTR, AES-GCM, 3DES-CBC, DES-CBC, * Supported algorithms: AES-CBC, AES-CTR, AES-GCM, 3DES-CBC, DES-CBC,
HMAC-SHA1, AES-GMAC, AES_CTR, AES_XCBC_MAC, AES_CCM, CHACHA20_POLY1305 HMAC-SHA1, HMAC-SHA256, AES-GMAC, AES_CTR, AES_XCBC_MAC, AES_CCM,
and NULL. CHACHA20_POLY1305 and NULL.
* Each SA must be handle by a unique lcore (*1 RX queue per port*). * Each SA must be handle by a unique lcore (*1 RX queue per port*).
Compiling the Application Compiling the Application
@ -595,6 +595,7 @@ where each options means:
* *null*: NULL algorithm * *null*: NULL algorithm
* *sha1-hmac*: HMAC SHA1 algorithm * *sha1-hmac*: HMAC SHA1 algorithm
* *sha256-hmac*: HMAC SHA256 algorithm
* *aes-xcbc-mac*: AES XCBC MAC algorithm * *aes-xcbc-mac*: AES XCBC MAC algorithm
``<auth_key>`` ``<auth_key>``