* [PATCH v3 4/7] test/crypto: fix PMD name for dpaa raw buffer crypto driver [not found] ` <20220520042104.3784908-1-g.singh@nxp.com> @ 2022-05-20 4:21 ` Gagandeep Singh 2022-05-26 13:56 ` [EXT] " Akhil Goyal 2022-05-20 4:21 ` [PATCH v3 7/7] doc: add missing authentication algorithm Gagandeep Singh 1 sibling, 1 reply; 4+ messages in thread From: Gagandeep Singh @ 2022-05-20 4:21 UTC (permalink / raw) To: gakhil, dev; +Cc: Gagandeep Singh, stable PMD name for DPAA raw buffer crypto driver test cases is updated with correct name. Fixes: cd8166c28cd1 ("test/crypto: add raw API test for dpaax") Cc: stable@dpdk.org Signed-off-by: Gagandeep Singh <g.singh@nxp.com> --- app/test/test_cryptodev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index 4ffaadc008..7c5d55368b 100644 --- a/app/test/test_cryptodev.c +++ b/app/test/test_cryptodev.c @@ -16588,7 +16588,7 @@ test_cryptodev_dpaa2_sec_raw_api(void) static int test_cryptodev_dpaa_sec_raw_api(void) { - static const char *pmd_name = RTE_STR(CRYPTODEV_NAME_DPAA2_SEC_PMD); + static const char *pmd_name = RTE_STR(CRYPTODEV_NAME_DPAA_SEC_PMD); int ret; ret = require_feature_flag(pmd_name, RTE_CRYPTODEV_FF_SYM_RAW_DP, -- 2.25.1 ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [EXT] [PATCH v3 4/7] test/crypto: fix PMD name for dpaa raw buffer crypto driver 2022-05-20 4:21 ` [PATCH v3 4/7] test/crypto: fix PMD name for dpaa raw buffer crypto driver Gagandeep Singh @ 2022-05-26 13:56 ` Akhil Goyal 0 siblings, 0 replies; 4+ messages in thread From: Akhil Goyal @ 2022-05-26 13:56 UTC (permalink / raw) To: Gagandeep Singh, dev; +Cc: stable > PMD name for DPAA raw buffer crypto driver test cases is > updated with correct name. > > Fixes: cd8166c28cd1 ("test/crypto: add raw API test for dpaax") > Cc: stable@dpdk.org > > Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Acked-by: Akhil Goyal <gakhil@marvell.com> ^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v3 7/7] doc: add missing authentication algorithm [not found] ` <20220520042104.3784908-1-g.singh@nxp.com> 2022-05-20 4:21 ` [PATCH v3 4/7] test/crypto: fix PMD name for dpaa raw buffer crypto driver Gagandeep Singh @ 2022-05-20 4:21 ` Gagandeep Singh 2022-05-26 14:00 ` [EXT] " Akhil Goyal 1 sibling, 1 reply; 4+ messages in thread From: Gagandeep Singh @ 2022-05-20 4:21 UTC (permalink / raw) To: gakhil, dev; +Cc: Gagandeep Singh, stable 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> --- doc/guides/sample_app_ug/ipsec_secgw.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/guides/sample_app_ug/ipsec_secgw.rst b/doc/guides/sample_app_ug/ipsec_secgw.rst index 5cb6a69a27..94197a34f0 100644 --- a/doc/guides/sample_app_ug/ipsec_secgw.rst +++ b/doc/guides/sample_app_ug/ipsec_secgw.rst @@ -116,8 +116,8 @@ Constraints * No IPv6 options headers. * No AH mode. * 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 - and NULL. + HMAC-SHA1, HMAC-SHA256, AES-GMAC, AES_CTR, AES_XCBC_MAC, AES_CCM, + CHACHA20_POLY1305 and NULL. * Each SA must be handle by a unique lcore (*1 RX queue per port*). Compiling the Application @@ -595,6 +595,7 @@ where each options means: * *null*: NULL algorithm * *sha1-hmac*: HMAC SHA1 algorithm + * *sha256-hmac*: HMAC SHA256 algorithm * *aes-xcbc-mac*: AES XCBC MAC algorithm ``<auth_key>`` -- 2.25.1 ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [EXT] [PATCH v3 7/7] doc: add missing authentication algorithm 2022-05-20 4:21 ` [PATCH v3 7/7] doc: add missing authentication algorithm Gagandeep Singh @ 2022-05-26 14:00 ` Akhil Goyal 0 siblings, 0 replies; 4+ messages in thread From: Akhil Goyal @ 2022-05-26 14:00 UTC (permalink / raw) To: Gagandeep Singh, dev; +Cc: stable > 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> ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-05-26 14:00 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <20220517033858.40394-2-g.singh@nxp.com> [not found] ` <20220520042104.3784908-1-g.singh@nxp.com> 2022-05-20 4:21 ` [PATCH v3 4/7] test/crypto: fix PMD name for dpaa raw buffer crypto driver Gagandeep Singh 2022-05-26 13:56 ` [EXT] " Akhil Goyal 2022-05-20 4:21 ` [PATCH v3 7/7] doc: add missing authentication algorithm Gagandeep Singh 2022-05-26 14:00 ` [EXT] " Akhil Goyal
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).