On 7/10/2020 5:21 PM, Hemant Agrawal wrote: > This experimental API is no longer required as the same > purpose can be solved with standard DEV_RX_OFFLOAD_TIMESTAMP > > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com>
<...> > -/** > - * @warning > - * @b EXPERIMENTAL: this API may change, or be removed, without prior notice > - * > - * Enable/Disable timestamping update in mbuf for LX2160 kind of devices. > - * For LS2088/LS1088 devices, timestamping will be updated in mbuf without > - * calling this API. > - * > - * @param pmd_dpaa2_ts > - * Enum to enable/disable timestamp update in mbuf for LX2160 devices. > - */ > -__rte_experimental > -void rte_pmd_dpaa2_set_timestamp(enum pmd_dpaa2_ts); Need to remove from .map file too, I can do while merging.