* [dpdk-dev] [PATCH] examples/fips_validation: fix typo
@ 2020-02-14 11:41 Fan Zhang
2020-02-14 13:13 ` David Marchand
0 siblings, 1 reply; 2+ messages in thread
From: Fan Zhang @ 2020-02-14 11:41 UTC (permalink / raw)
To: dev; +Cc: akhil.goyal, Fan Zhang, ssarananaga
This patch fixes the cipher len keyword typo.
Fixes: 07f5e4553293 ("examples/fips_validation: fix cipher length for AES-GCM")
Cc: ssarananaga@marvell.com
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
---
examples/fips_validation/fips_validation_gcm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/fips_validation/fips_validation_gcm.c b/examples/fips_validation/fips_validation_gcm.c
index f29502559..bc2d37dcb 100644
--- a/examples/fips_validation/fips_validation_gcm.c
+++ b/examples/fips_validation/fips_validation_gcm.c
@@ -19,7 +19,7 @@
#define PTLEN_STR "PTlen = "
#define AADLEN_STR "AADlen = "
#define TAGLEN_STR "Taglen = "
-#define CTLEN_STR "PTlen = "
+#define CTLEN_STR "CTlen = "
#define COUNT_STR "Count = "
#define KEY_STR "Key = "
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] examples/fips_validation: fix typo
2020-02-14 11:41 [dpdk-dev] [PATCH] examples/fips_validation: fix typo Fan Zhang
@ 2020-02-14 13:13 ` David Marchand
0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2020-02-14 13:13 UTC (permalink / raw)
To: Fan Zhang; +Cc: dev, Akhil Goyal, ssarananaga, Anoob Joseph
On Fri, Feb 14, 2020 at 12:41 PM Fan Zhang <roy.fan.zhang@intel.com> wrote:
>
> This patch fixes the cipher len keyword typo.
>
> Fixes: 07f5e4553293 ("examples/fips_validation: fix cipher length for AES-GCM")
>
Suggested-by: Akhil Goyal <akhil.goyal@nxp.com>
> Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: David Marchand <david.marchand@redhat.com>
Applied, thanks.
--
David Marchand
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-14 13:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 11:41 [dpdk-dev] [PATCH] examples/fips_validation: fix typo Fan Zhang
2020-02-14 13:13 ` David Marchand
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).