DPDK patches and discussions
 help / color / mirror / Atom feed
From: Nipun Gupta <nipun.gupta@nxp.com>
To: thomas@monjalon.net
Cc: dev@dpdk.org, hemant.agrawal@nxp.com, sachin.saxena@oss.nxp.com,
	david.marchand@redhat.com, Nipun Gupta <nipun.gupta@nxp.com>
Subject: [dpdk-dev] [PATCH 3/4] bus/fslmc: remove experimental and move to internal
Date: Fri,  3 Sep 2021 12:47:13 +0530	[thread overview]
Message-ID: <20210903071714.16798-3-nipun.gupta@nxp.com> (raw)
In-Reply-To: <20210903071714.16798-1-nipun.gupta@nxp.com>

remove experimental tag from internal API dpaa2_seqn.
This API was introduced in DPDK 20.11 and is now moved to
internal tag

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
---
 drivers/bus/fslmc/rte_fslmc.h | 5 +----
 drivers/bus/fslmc/version.map | 1 +
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/bus/fslmc/rte_fslmc.h b/drivers/bus/fslmc/rte_fslmc.h
index 37d45dffe5..a71cac7a9f 100644
--- a/drivers/bus/fslmc/rte_fslmc.h
+++ b/drivers/bus/fslmc/rte_fslmc.h
@@ -45,15 +45,12 @@ typedef uint32_t dpaa2_seqn_t;
 extern int dpaa2_seqn_dynfield_offset;
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  * Read dpaa2 sequence number from mbuf.
  *
  * @param mbuf Structure to read from.
  * @return pointer to dpaa2 sequence number.
  */
-__rte_experimental
+__rte_internal
 static inline dpaa2_seqn_t *
 dpaa2_seqn(struct rte_mbuf *mbuf)
 {
diff --git a/drivers/bus/fslmc/version.map b/drivers/bus/fslmc/version.map
index 4e53ea048d..79b29746b6 100644
--- a/drivers/bus/fslmc/version.map
+++ b/drivers/bus/fslmc/version.map
@@ -22,6 +22,7 @@ INTERNAL {
 	dpaa2_get_mcp_ptr;
 	dpaa2_io_portal;
 	dpaa2_seqn_dynfield_offset;
+	dpaa2_seqn;
 	dpaa2_svr_family;
 	dpaa2_virt_mode;
 	dpbp_disable;
-- 
2.17.1


  parent reply	other threads:[~2021-09-03  7:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-03  7:17 [dpdk-dev] [PATCH 1/4] bus/dpaa: remove experimental tag " Nipun Gupta
2021-09-03  7:17 ` [dpdk-dev] [PATCH 2/4] bus/fslmc: remove experimental tag from API Nipun Gupta
2021-09-09  7:11   ` Hemant Agrawal
2021-09-09  7:50   ` David Marchand
2021-09-09  7:54     ` Nipun Gupta
2021-09-09  8:01       ` David Marchand
2021-09-24 16:57         ` Thomas Monjalon
2021-09-03  7:17 ` Nipun Gupta [this message]
2021-09-09  7:11   ` [dpdk-dev] [PATCH 3/4] bus/fslmc: remove experimental and move to internal Hemant Agrawal
2021-09-03  7:17 ` [dpdk-dev] [PATCH 4/4] net/dpaa2: remove experimental tag from API Nipun Gupta
2021-09-09  7:12   ` Hemant Agrawal
2021-09-09  7:10 ` [dpdk-dev] [PATCH 1/4] bus/dpaa: remove experimental tag and move to internal Hemant Agrawal

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=20210903071714.16798-3-nipun.gupta@nxp.com \
    --to=nipun.gupta@nxp.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=hemant.agrawal@nxp.com \
    --cc=sachin.saxena@oss.nxp.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).