On 07-08-2024 21:09, Ferruh Yigit wrote:
On 8/1/2024 11:53 AM, Hemant Agrawal wrote:
From: Vanshika Shukla <vanshika.shu...@nxp.com>
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 <vanshika.shu...@nxp.com>
---
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.
ok, fixed it in relevant patch.