bus/dpaa: move experimental function to internal

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>
This commit is contained in:
Nipun Gupta 2021-09-03 12:47:11 +05:30 committed by Thomas Monjalon
parent 3f156ec284
commit f3130f7a5f
2 changed files with 2 additions and 4 deletions

View 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)
{

View 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;