[dpdk-dev] [PATCH 1/9] net/dpaa2: remove Rx timestamp enable PMD API

Ferruh Yigit ferruh.yigit at intel.com
Tue Jul 21 03:32:38 CEST 2020


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.agrawal at 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.



More information about the dev mailing list