DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] cryptodev: remove unused extern
@ 2023-12-12 16:31 Stephen Hemminger
  2024-01-09 17:16 ` [EXT] " Akhil Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2023-12-12 16:31 UTC (permalink / raw)
  To: dev
  Cc: Stephen Hemminger, Akhil Goyal, Fan Zhang, Pablo de Lara,
	Declan Doherty, Deepak Kumar Jain

The variable rte_cyptodev_names is unused and misspelled.

Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 lib/cryptodev/rte_cryptodev.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/cryptodev/rte_cryptodev.h b/lib/cryptodev/rte_cryptodev.h
index aaeaf294e6bb..59c7d69da5cc 100644
--- a/lib/cryptodev/rte_cryptodev.h
+++ b/lib/cryptodev/rte_cryptodev.h
@@ -26,8 +26,6 @@ extern "C" {
 
 #include "rte_cryptodev_trace_fp.h"
 
-extern const char **rte_cyptodev_names;
-
 /* Logging Macros */
 
 #define CDEV_LOG_ERR(...) \
-- 
2.42.0


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

* RE: [EXT] [PATCH] cryptodev: remove unused extern
  2023-12-12 16:31 [PATCH] cryptodev: remove unused extern Stephen Hemminger
@ 2024-01-09 17:16 ` Akhil Goyal
  0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2024-01-09 17:16 UTC (permalink / raw)
  To: Stephen Hemminger, dev
  Cc: Fan Zhang, Pablo de Lara, Declan Doherty, Deepak Kumar Jain, stable

> The variable rte_cyptodev_names is unused and misspelled.
> 
> Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented")
Cc: stable@dpdk.org

> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto

Thanks for the fix Stephen.

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

end of thread, other threads:[~2024-01-09 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12 16:31 [PATCH] cryptodev: remove unused extern Stephen Hemminger
2024-01-09 17:16 ` [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).