DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/1] bbdev: adding missing symbols in version map
@ 2024-06-26  0:04 Nicolas Chautru
  2024-06-26  0:04 ` [PATCH v1 1/1] bbdev: add " Nicolas Chautru
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Chautru @ 2024-06-26  0:04 UTC (permalink / raw)
  To: dev, maxime.coquelin, david.marchand
  Cc: thomas, hernan.vargas, Nicolas Chautru

Hi Maxime, David, Thomas,

I just realized that some symbols have been missing for a long while
in the bbdev version map! Basically the 4 functions for ldpc enc/dec.
I have put them directly in the DPDK_24 section since these are really
not considered experimental for many releases now arguably. Let me know
if you prefer to add them back under experimental section first.
Unsure how we missed them at the time but good to correct now in coming
release.

Thanks
Nic

Nicolas Chautru (1):
  bbdev: add missing symbols in version map

 lib/bbdev/version.map | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.34.1


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

* [PATCH v1 1/1] bbdev: add missing symbols in version map
  2024-06-26  0:04 [PATCH v1 0/1] bbdev: adding missing symbols in version map Nicolas Chautru
@ 2024-06-26  0:04 ` Nicolas Chautru
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Chautru @ 2024-06-26  0:04 UTC (permalink / raw)
  To: dev, maxime.coquelin, david.marchand
  Cc: thomas, hernan.vargas, Nicolas Chautru

A few functions were somehow missing for the last few years
in the version map file.

Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
---
 lib/bbdev/version.map | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/bbdev/version.map b/lib/bbdev/version.map
index 1840d2b2a4..9d6dac3cca 100644
--- a/lib/bbdev/version.map
+++ b/lib/bbdev/version.map
@@ -10,6 +10,8 @@ DPDK_24 {
 	rte_bbdev_dec_op_free_bulk;
 	rte_bbdev_dequeue_dec_ops;
 	rte_bbdev_dequeue_enc_ops;
+	rte_bbdev_dequeue_ldpc_dec_ops;
+	rte_bbdev_dequeue_ldpc_enc_ops;
 	rte_bbdev_dequeue_fft_ops;
 	rte_bbdev_device_status_str;
 	rte_bbdev_devices;
@@ -17,6 +19,8 @@ DPDK_24 {
 	rte_bbdev_enc_op_free_bulk;
 	rte_bbdev_enqueue_dec_ops;
 	rte_bbdev_enqueue_enc_ops;
+	rte_bbdev_enqueue_ldpc_dec_ops;
+	rte_bbdev_enqueue_ldpc_enc_ops;
 	rte_bbdev_enqueue_fft_ops;
 	rte_bbdev_enqueue_status_str;
 	rte_bbdev_fft_op_alloc_bulk;
-- 
2.34.1


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

end of thread, other threads:[~2024-06-25 23:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-26  0:04 [PATCH v1 0/1] bbdev: adding missing symbols in version map Nicolas Chautru
2024-06-26  0:04 ` [PATCH v1 1/1] bbdev: add " Nicolas Chautru

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