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

2020-07-21 Thread Ferruh Yigit
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 Series applied to dpdk-next-net/master, thanks.

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

2020-07-20 Thread Hemant Agrawal
-Original Message- From: Ferruh Yigit Sent: Tuesday, July 21, 2020 7:03 AM To: Hemant Agrawal ; 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

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

2020-07-20 Thread Ferruh Yigit
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 <...> > -/** > - * @warning > - * @b EXPERIMENTAL: this API may change, or be removed, without p