DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] cryptodev: add missing feature name
@ 2020-04-14 17:29 Pablo de Lara
  2020-04-14 18:29 ` Trahe, Fiona
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo de Lara @ 2020-04-14 17:29 UTC (permalink / raw)
  To: declan.doherty; +Cc: dev, akhil.goyal, Pablo de Lara, stable

String for asymmetric sesionless support was missing.

Fixes: f2b2a4497100 ("cryptodev: add asymmetric session-less")
Cc: stable@dpdk.org

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 lib/librte_cryptodev/rte_cryptodev.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/librte_cryptodev/rte_cryptodev.c b/lib/librte_cryptodev/rte_cryptodev.c
index 65d61a3..f2ade83 100644
--- a/lib/librte_cryptodev/rte_cryptodev.c
+++ b/lib/librte_cryptodev/rte_cryptodev.c
@@ -495,6 +495,8 @@ rte_cryptodev_get_feature_name(uint64_t flag)
 		return "DIGEST_ENCRYPTED";
 	case RTE_CRYPTODEV_FF_SYM_CPU_CRYPTO:
 		return "SYM_CPU_CRYPTO";
+	case RTE_CRYPTODEV_FF_ASYM_SESSIONLESS:
+		return "ASYM_SESSIONLESS";
 	default:
 		return NULL;
 	}
-- 
2.7.5


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

end of thread, other threads:[~2020-04-17 21:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 17:29 [dpdk-dev] [PATCH] cryptodev: add missing feature name Pablo de Lara
2020-04-14 18:29 ` Trahe, Fiona
2020-04-14 19:40   ` Lukasz Wojciechowski
2020-04-15  4:51     ` Anoob Joseph
2020-04-17 21:01       ` 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).