[PATCH 09/17] net/dpaa: support IEEE 1588 PTP
Ferruh Yigit
ferruh.yigit at amd.com
Wed Aug 7 17:39:48 CEST 2024
On 8/1/2024 11:53 AM, Hemant Agrawal wrote:
> From: Vanshika Shukla <vanshika.shukla at 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.shukla at 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.
More information about the dev
mailing list