DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] build: fix missing crypto vec limits in version
@ 2022-12-06  9:23 Volodymyr Fialko
  2022-12-06  9:28 ` Zhang, Fan
  2023-01-18 10:21 ` [PATCH v2] eventdev/crypto: fix missing crypto vec limits Volodymyr Fialko
  0 siblings, 2 replies; 7+ messages in thread
From: Volodymyr Fialko @ 2022-12-06  9:23 UTC (permalink / raw)
  To: dev, Jerin Jacob, Volodymyr Fialko, Akhil Goyal; +Cc: anoobj

Add missing function `rte_event_crypto_adapter_vector_limits_get` to
version.map.

Fixes: c1749bc5ee10 ("eventdev: introduce event cryptodev vector type")

Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
---
 lib/eventdev/version.map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/eventdev/version.map b/lib/eventdev/version.map
index dd63ec6f68..1a7fffd17f 100644
--- a/lib/eventdev/version.map
+++ b/lib/eventdev/version.map
@@ -20,6 +20,7 @@ DPDK_23 {
 	rte_event_crypto_adapter_stats_get;
 	rte_event_crypto_adapter_stats_reset;
 	rte_event_crypto_adapter_stop;
+	rte_event_crypto_adapter_vector_limits_get;
 	rte_event_dequeue_timeout_ticks;
 	rte_event_dev_attr_get;
 	rte_event_dev_close;
-- 
2.25.1


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

end of thread, other threads:[~2023-01-23 13:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06  9:23 [PATCH] build: fix missing crypto vec limits in version Volodymyr Fialko
2022-12-06  9:28 ` Zhang, Fan
2023-01-17 16:25   ` Jerin Jacob
2023-01-17 21:10     ` Thomas Monjalon
2023-01-18 10:21 ` [PATCH v2] eventdev/crypto: fix missing crypto vec limits Volodymyr Fialko
2023-01-23  9:35   ` Gujjar, Abhinandan S
2023-01-23 13:26     ` Jerin Jacob

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).