Re: [dpdk-dev] [PATCH] ptpclient: enable timestamp offload support

2021-03-17 Thread Thomas Monjalon
04/03/2021 17:59, Rybalchenko, Kirill: > From: Hemant Agrawal > > > > This patch add support to enabled rx offload for timestamp. > > It is required to be enabled for some pmds e.g. dpaa2 > > > > Signed-off-by: Gagandeep Singh > > Signed-off-by: Hemant Agrawal > > Acked-by: Kirill Rybalchenko

Re: [dpdk-dev] [PATCH] ptpclient: enable timestamp offload support

2021-03-04 Thread Rybalchenko, Kirill
> -Original Message- > From: Hemant Agrawal > Sent: Tuesday 23 February 2021 06:14 > To: dev@dpdk.org; Rybalchenko, Kirill > Cc: Gagandeep Singh > Subject: [PATCH] ptpclient: enable timestamp offload support > > This patch add support to enabled rx offload for timestamp. > It is requ

[dpdk-dev] [PATCH] ptpclient: enable timestamp offload support

2021-02-22 Thread Hemant Agrawal
This patch add support to enabled rx offload for timestamp. It is required to be enabled for some pmds e.g. dpaa2 Signed-off-by: Gagandeep Singh Signed-off-by: Hemant Agrawal --- examples/ptpclient/ptpclient.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/ptpclient/ptpclient.c