DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test/cryptodev: fix typo in blockcipher test output
@ 2020-11-11  9:42 Ciara Power
  2020-11-12 21:10 ` Akhil Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Ciara Power @ 2020-11-11  9:42 UTC (permalink / raw)
  To: dev; +Cc: Ciara Power, pablo.de.lara.guarch, stable, Declan Doherty

The print statement had a typo, "sesionless" should have been
"sessionless". This is now fixed.

Fixes: afcfa2fd0431 ("test/crypto: check session-less support")
Cc: pablo.de.lara.guarch@intel.com
Cc: stable@dpdk.org

Signed-off-by: Ciara Power <ciara.power@intel.com>
---
 app/test/test_cryptodev_blockcipher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_cryptodev_blockcipher.c b/app/test/test_cryptodev_blockcipher.c
index 0ddc5e3583..135e57b9fa 100644
--- a/app/test/test_cryptodev_blockcipher.c
+++ b/app/test/test_cryptodev_blockcipher.c
@@ -103,7 +103,7 @@ test_blockcipher_one_case(const struct blockcipher_test_case *t,
 
 	if (t->feature_mask & BLOCKCIPHER_TEST_FEATURE_SESSIONLESS) {
 		if (!(feat_flags & RTE_CRYPTODEV_FF_SYM_SESSIONLESS)) {
-			printf("Device doesn't support sesionless operations "
+			printf("Device doesn't support sessionless operations "
 				"Test Skipped.\n");
 			snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN,
 				"SKIPPED");
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] test/cryptodev: fix typo in blockcipher test output
  2020-11-11  9:42 [dpdk-dev] [PATCH] test/cryptodev: fix typo in blockcipher test output Ciara Power
@ 2020-11-12 21:10 ` Akhil Goyal
  0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2020-11-12 21:10 UTC (permalink / raw)
  To: Ciara Power, dev; +Cc: pablo.de.lara.guarch, stable, Declan Doherty

> The print statement had a typo, "sesionless" should have been
> "sessionless". This is now fixed.
> 
> Fixes: afcfa2fd0431 ("test/crypto: check session-less support")
> Cc: pablo.de.lara.guarch@intel.com
> Cc: stable@dpdk.org
> 
> Signed-off-by: Ciara Power <ciara.power@intel.com>
> ---
Applied to dpdk-next-crypto

Thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-12 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11  9:42 [dpdk-dev] [PATCH] test/cryptodev: fix typo in blockcipher test output Ciara Power
2020-11-12 21:10 ` 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).