]> git.droids-corp.org - dpdk.git/commitdiff
bus/fslmc: move experimental function to internal
authorNipun Gupta <nipun.gupta@nxp.com>
Fri, 3 Sep 2021 07:17:13 +0000 (12:47 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 24 Sep 2021 16:44:00 +0000 (18:44 +0200)
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
drivers/bus/fslmc/version.map

index 37d45dffe5dc29203c6a480981d521a0d1ae2e96..a71cac7a9fd62a42c621fc71ebec051a9b7c0f61 100644 (file)
@@ -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)
 {
index 4e53ea048d8d6ad815f00502a477f44e9973ef0c..79b29746b66e87cb107493e2d5d2ed9c62856bb1 100644 (file)
@@ -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;