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:
parent
3f156ec284
commit
f3130f7a5f
@ -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)
|
||||
{
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user