Re: [PATCH 09/17] net/dpaa: support IEEE 1588 PTP
From: Ferruh Yigit <hidden>
Date: 2024-08-07 15:39:54
On 8/1/2024 11:53 AM, Hemant Agrawal wrote:
quoted hunk ↗ jump to hunk
From: Vanshika Shukla <redacted> This patch adds the support for the ethdev APIs to enable/disable and read/write/adjust IEEE1588 PTP timestamps for DPAA platform. Signed-off-by: Vanshika Shukla <redacted> --- doc/guides/nics/dpaa.rst | 1 + drivers/bus/dpaa/base/fman/fman.c | 15 ++++++ drivers/bus/dpaa/include/fman.h | 45 +++++++++++++++++ drivers/net/dpaa/dpaa_ethdev.c | 5 ++ drivers/net/dpaa/dpaa_ethdev.h | 16 +++++++ drivers/net/dpaa/dpaa_ptp.c | 80 ++++++++++++++++++++++++++++++- 6 files changed, 160 insertions(+), 2 deletions(-)diff --git a/doc/guides/nics/dpaa.rst b/doc/guides/nics/dpaa.rst index e8402dff52..580edd9327 100644 --- a/doc/guides/nics/dpaa.rst +++ b/doc/guides/nics/dpaa.rst@@ -148,6 +148,7 @@ Features - Packet type information - Checksum offload - Promiscuous mode + - IEEE1588 PTP
When PTP is enabled, please update the .ini file to advertise the feature.