[PATCH v2 4/4] doc: fix typo in l2fwd-crypto guide

2024-07-18 Thread Joel Kavanagh
This patch fixes a typo in the l2fwd-crypto documentation where the l2fwd-crypt was changed to l2fwd-crypto. Fixes: 7cacb0565539 ("doc: add generic build instructions for sample apps") Cc: sta...@dpdk.org Signed-off-by: Joel Kavanagh --- doc/guides/sample_app_ug/l2_forward_crypto.rst

[PATCH v2 3/4] crypto/qat: fix typo in log message

2024-07-18 Thread Joel Kavanagh
This patch fixes a typo in the log message for rte_security support. The typo incorrectly spelled 'enabled' as 'ensabled' in the log message indicating that rte_security support is enabled. Fixes: fb3b9f492205 ("crypto/qat: rework burst data path") Cc: sta...

[PATCH v2 2/4] app/test: fix typo in error message allocation

2024-07-18 Thread Joel Kavanagh
ather") Cc: sta...@dpdk.org Signed-off-by: Joel Kavanagh --- app/test/test_cryptodev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index 6042db36a4..c846b26ed1 100644 --- a/app/test/test_cryptodev.c +++ b/app/

[PATCH v2 1/4] crypto/aesni_mb: fix typo in error message

2024-07-18 Thread Joel Kavanagh
This patch fixes a typo in the log message for error allocation. The typo incorrectly spelled 'allocating' as 'allocationg' in the log message for error allocation. Fixes: f9dfb59edbcc ("crypto/ipsec_mb: support remaining SGL") Cc: sta...@dpdk.org Signed-off-by:

[PATCH v2 0/4] Fix spelling mistakes

2024-07-18 Thread Joel Kavanagh
Fix up crypto spelling mistakes. v2: Added more typo fixes to patchset Joel Kavanagh (4): crypto/aesni_mb: fix typo in error message app/test: fix typo in error message allocation crypto/qat: fix typo in log message doc: fix typo in l2fwd-crypto guide .mailmap

[PATCH v1] crypto/aesni_mb: fix typo in error message

2024-07-11 Thread Joel Kavanagh
il addresses. Fixes: f9dfb59 ("crypto/ipsec_mb: support remaining SGL") Cc: sta...@dpdk.org Signed-off-by: Joel Kavanagh --- .mailmap | 1 + drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mailm