bus/dpaa: move experimental function to internal
authorNipun Gupta <nipun.gupta@nxp.com>
Fri, 3 Sep 2021 07:17:11 +0000 (12:47 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 23 Sep 2021 19:46:28 +0000 (21:46 +0200)
Remove experimental tag from internal API dpaa_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/dpaa/rte_dpaa_bus.h
drivers/bus/dpaa/version.map

index 48d5cf4..ecc6638 100644 (file)
@@ -28,15 +28,12 @@ typedef uint32_t dpaa_seqn_t;
 extern int dpaa_seqn_dynfield_offset;
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  * Read dpaa sequence number from mbuf.
  *
  * @param mbuf Structure to read from.
  * @return pointer to dpaa sequence number.
  */
-__rte_experimental
+__rte_internal
 static inline dpaa_seqn_t *
 dpaa_seqn(struct rte_mbuf *mbuf)
 {
index 1bd5a01..900635b 100644 (file)
@@ -18,6 +18,7 @@ INTERNAL {
        dpaa_update_link_speed;
        dpaa_intr_disable;
        dpaa_intr_enable;
+       dpaa_seqn;
        dpaa_svr_family;
        dpaa_update_link_status;
        fman_dealloc_bufs_mask_hi;