DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Soumyadeep Hore <soumyadeep.hore@intel.com>
Cc: <dev@dpdk.org>, <rajesh3.kumar@intel.com>,
	<aman.deep.singh@intel.com>, <manoj.kumar.subbarao@intel.com>
Subject: Re: [PATCH v2 4/4] doc: add PTP IDPF documentation
Date: Thu, 30 Oct 2025 09:41:49 +0000	[thread overview]
Message-ID: <aQMy3RaFEOzhsb0U@bricha3-mobl1.ger.corp.intel.com> (raw)
In-Reply-To: <20251028060758.233929-5-soumyadeep.hore@intel.com>

On Tue, Oct 28, 2025 at 02:07:58AM -0400, Soumyadeep Hore wrote:
> Updated the IDPF Documentation with PTP feature.
> 
> Signed-off-by: Soumyadeep Hore <soumyadeep.hore@intel.com>
> ---
>  doc/guides/nics/idpf.rst | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst
> index b99cc18188..e76632904b 100644
> --- a/doc/guides/nics/idpf.rst
> +++ b/doc/guides/nics/idpf.rst
> @@ -109,3 +109,19 @@ The paths are chosen based on 2 conditions:
>    A value "P" means the offload feature is not supported by vector path.
>    If any not supported features are used, idpf vector PMD is disabled
>    and the scalar paths are chosen.
> +
> +Time Synchronisation
> +~~~~~~~~~~~~~~~~~~~~
> +
> +The system operator can run a PTP (Precision Time Protocol) client application
> +to synchronise the time on the network card in ACC
> +(and optionally the time on the system) to the PTP master.
> +
> +IDPF PMD supports PTP client applications that use the DPDK IEEE 1588 API
> +to communicate with the PTP master clock.
> +Note that PTP client application needs to run on PF in ACC
> +and add the ``--force-max-simd-bitwidth=64`` startup parameter to disable vector mode.
> +
> +.. code-block:: console
> +
> +   examples/dpdk-ptpclient -l 0-3 -n 3 -a 0000:ec:00.1 --force-max-simd-bitwidth=64 -- -T 1 -p 0x1 -c 1

Why is force-max-simd-bitwidth necessary? When using a feature not
supported by the vector driver path, the driver itself must be the one
which selects a scalar path. That task cannot fall to the user, or require
the user to know that he needs to select a scalar path.

/Bruce

> -- 
> 2.47.1
> 

  reply	other threads:[~2025-10-30  9:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-24 12:08 [PATCH v1 0/4] Enable PTP feature for MEV Soumyadeep Hore
2025-10-24 12:08 ` [PATCH v1 1/4] net/idpf: add a new API for PTP support Soumyadeep Hore
2025-10-24 12:08 ` [PATCH v1 2/4] net/idpf: add PTP virtchnl2 support Soumyadeep Hore
2025-10-24 12:08 ` [PATCH v1 3/4] net/intel: add support for Precision Time Protocol Soumyadeep Hore
2025-10-24 12:08 ` [PATCH v1 4/4] doc: add PTP IDPF documentation Soumyadeep Hore
2025-10-24 16:28   ` Stephen Hemminger
2025-10-28  6:07   ` [PATCH v2 0/4] Enable PTP feature for MEV Soumyadeep Hore
2025-10-28  6:07     ` [PATCH v2 1/4] net/idpf: add a new API for PTP support Soumyadeep Hore
2025-10-28  6:07     ` [PATCH v2 2/4] net/idpf: add PTP virtchnl2 support Soumyadeep Hore
2025-10-28  6:07     ` [PATCH v2 3/4] net/intel: add support for Precision Time Protocol Soumyadeep Hore
2025-10-28  6:07     ` [PATCH v2 4/4] doc: add PTP IDPF documentation Soumyadeep Hore
2025-10-30  9:41       ` Bruce Richardson [this message]
2025-11-03 16:06     ` [PATCH v3 0/4] Enable PTP feature for MEV Soumyadeep Hore
2025-11-03 16:06       ` [PATCH v3 1/4] net/idpf: add a new API for PTP support Soumyadeep Hore
2025-11-03 16:06       ` [PATCH v3 2/4] net/idpf: add PTP virtchnl2 support Soumyadeep Hore
2025-11-03 16:06       ` [PATCH v3 3/4] net/intel: add support for Precision Time Protocol Soumyadeep Hore
2025-11-03 16:06       ` [PATCH v3 4/4] doc: add PTP IDPF documentation Soumyadeep Hore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aQMy3RaFEOzhsb0U@bricha3-mobl1.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=aman.deep.singh@intel.com \
    --cc=dev@dpdk.org \
    --cc=manoj.kumar.subbarao@intel.com \
    --cc=rajesh3.kumar@intel.com \
    --cc=soumyadeep.hore@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).