RE: [EXT] [PATCH] cryptodev: remove unused extern

2024-01-09 Thread Akhil Goyal
> The variable rte_cyptodev_names is unused and misspelled. > > Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented") Cc: sta...@dpdk.org > Signed-off-by: Stephen Hemminger Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks for the fix Stephen.

[PATCH] cryptodev: remove unused extern

2023-12-12 Thread Stephen Hemminger
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 --- lib/cryptodev/rte_cryptodev.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cryptodev/rte_cryptodev.h b/lib/crypt