-----Original Message----- From: Ferruh Yigit <ferruh.yi...@intel.com> Sent: Tuesday, July 21, 2020 7:03 AM To: Hemant Agrawal <hemant.agra...@nxp.com>; dev@dpdk.org Subject: Re: [PATCH 1/9] net/dpaa2: remove Rx timestamp enable PMD API Importance: High
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. [Hemant] Thanks!