DPDK patches and discussions
 help / color / mirror / Atom feed
From: Nicolas Chautru <nicolas.chautru@intel.com>
To: dev@dpdk.org, maxime.coquelin@redhat.com, david.marchand@redhat.com
Cc: thomas@monjalon.net, hernan.vargas@intel.com,
	Nicolas Chautru <nicolas.chautru@intel.com>
Subject: [PATCH v1 1/1] bbdev: add missing symbols in version map
Date: Tue, 25 Jun 2024 17:04:51 -0700	[thread overview]
Message-ID: <20240626000451.1230464-2-nicolas.chautru@intel.com> (raw)
In-Reply-To: <20240626000451.1230464-1-nicolas.chautru@intel.com>

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


      reply	other threads:[~2024-06-25 23:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-26  0:04 [PATCH v1 0/1] bbdev: adding " Nicolas Chautru
2024-06-26  0:04 ` Nicolas Chautru [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240626000451.1230464-2-nicolas.chautru@intel.com \
    --to=nicolas.chautru@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=hernan.vargas@intel.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).