From: Nicolas Chautru <nicolas.chautru@intel.com>
To: dev@dpdk.org, maxime.coquelin@redhat.com
Cc: hemant.agrawal@nxp.com, david.marchand@redhat.com,
hernan.vargas@intel.com,
Nicolas Chautru <nicolas.chautru@intel.com>
Subject: [PATCH v2 1/1] bbdev: removing unnecessaray symbols from version map
Date: Tue, 27 Aug 2024 16:03:09 -0700 [thread overview]
Message-ID: <20240827230309.3943238-2-nicolas.chautru@intel.com> (raw)
In-Reply-To: <20240827230309.3943238-1-nicolas.chautru@intel.com>
A number of inline functions should not be in the
version map since ABI versionning would be irrelevant.
Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
---
lib/bbdev/rte_bbdev.h | 1 -
lib/bbdev/rte_bbdev_op.h | 2 --
lib/bbdev/version.map | 24 +-----------------------
3 files changed, 1 insertion(+), 26 deletions(-)
diff --git a/lib/bbdev/rte_bbdev.h b/lib/bbdev/rte_bbdev.h
index 25514c58ac..bd49a0a304 100644
--- a/lib/bbdev/rte_bbdev.h
+++ b/lib/bbdev/rte_bbdev.h
@@ -897,7 +897,6 @@ rte_bbdev_dequeue_fft_ops(uint16_t dev_id, uint16_t queue_id,
* The number of operations actually dequeued (this is the number of entries
* copied into the @p ops array).
*/
-__rte_experimental
static inline uint16_t
rte_bbdev_dequeue_mldts_ops(uint16_t dev_id, uint16_t queue_id,
struct rte_bbdev_mldts_op **ops, uint16_t num_ops)
diff --git a/lib/bbdev/rte_bbdev_op.h b/lib/bbdev/rte_bbdev_op.h
index 459631d0d0..5b862c13a6 100644
--- a/lib/bbdev/rte_bbdev_op.h
+++ b/lib/bbdev/rte_bbdev_op.h
@@ -1159,7 +1159,6 @@ rte_bbdev_fft_op_alloc_bulk(struct rte_mempool *mempool,
* - 0 on success.
* - EINVAL if invalid mempool is provided.
*/
-__rte_experimental
static inline int
rte_bbdev_mldts_op_alloc_bulk(struct rte_mempool *mempool,
struct rte_bbdev_mldts_op **ops, uint16_t num_ops)
@@ -1236,7 +1235,6 @@ rte_bbdev_fft_op_free_bulk(struct rte_bbdev_fft_op **ops, unsigned int num_ops)
* @param num_ops
* Number of structures
*/
-__rte_experimental
static inline void
rte_bbdev_mldts_op_free_bulk(struct rte_bbdev_mldts_op **ops, unsigned int num_ops)
{
diff --git a/lib/bbdev/version.map b/lib/bbdev/version.map
index e0d82ff752..2a5baacd90 100644
--- a/lib/bbdev/version.map
+++ b/lib/bbdev/version.map
@@ -6,21 +6,9 @@ DPDK_25 {
rte_bbdev_callback_unregister;
rte_bbdev_close;
rte_bbdev_count;
- rte_bbdev_dec_op_alloc_bulk;
- rte_bbdev_dec_op_free_bulk;
- rte_bbdev_dequeue_dec_ops;
- rte_bbdev_dequeue_enc_ops;
- rte_bbdev_dequeue_fft_ops;
rte_bbdev_device_status_str;
rte_bbdev_devices;
- rte_bbdev_enc_op_alloc_bulk;
- rte_bbdev_enc_op_free_bulk;
- rte_bbdev_enqueue_dec_ops;
- rte_bbdev_enqueue_enc_ops;
- rte_bbdev_enqueue_fft_ops;
rte_bbdev_enqueue_status_str;
- rte_bbdev_fft_op_alloc_bulk;
- rte_bbdev_fft_op_free_bulk;
rte_bbdev_find_next;
rte_bbdev_get_named_dev;
rte_bbdev_info_get;
@@ -44,14 +32,4 @@ DPDK_25 {
rte_bbdev_stop;
local: *;
-};
-
-EXPERIMENTAL {
- global:
-
- # added in 23.11
- rte_bbdev_dequeue_mldts_ops;
- rte_bbdev_enqueue_mldts_ops;
- rte_bbdev_mldts_op_alloc_bulk;
- rte_bbdev_mldts_op_free_bulk;
-};
+};
\ No newline at end of file
--
2.34.1
next prev parent reply other threads:[~2024-08-27 23:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-27 23:03 [PATCH v2 0/1] bbdev: removing unnecessaray symbols Nicolas Chautru
2024-08-27 23:03 ` Nicolas Chautru [this message]
2024-09-10 16:20 ` [PATCH v2 1/1] bbdev: removing unnecessaray symbols from version map Maxime Coquelin
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=20240827230309.3943238-2-nicolas.chautru@intel.com \
--to=nicolas.chautru@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=hemant.agrawal@nxp.com \
--cc=hernan.vargas@intel.com \
--cc=maxime.coquelin@redhat.com \
/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).