[dpdk-dev] [PATCH v3 6/7] example: PTP client slave minimal implementation

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Tue Nov 3 21:06:34 CET 2015


Hi Daniel,

> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Daniel Mrzyglod
> Sent: Tuesday, November 03, 2015 4:39 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v3 6/7] example: PTP client slave minimal
> implementation
> 
> Add a sample application that acts as a PTP slave using the
> DPDK ieee1588 functions.
> 
> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod at intel.com>
> ---
>  MAINTAINERS                          |   3 +
>  doc/guides/rel_notes/release_2_2.rst |   5 +
>  examples/Makefile                    |   1 +
>  examples/ptpclient/Makefile          |  56 +++
>  examples/ptpclient/ptpclient.c       | 779
> +++++++++++++++++++++++++++++++++++
>  5 files changed, 844 insertions(+)
>  create mode 100644 examples/ptpclient/Makefile
>  create mode 100644 examples/ptpclient/ptpclient.c
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c8be5d2..0638665 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -520,3 +520,6 @@ F: examples/tep_termination/
>  F: examples/vmdq/
>  F: examples/vmdq_dcb/
>  F: doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst
> +
> +M: Daniel Mrzyglod <danielx.t.mrzyglod at intel.com>
> +F: examples/ptpclient
> diff --git a/doc/guides/rel_notes/release_2_2.rst
> b/doc/guides/rel_notes/release_2_2.rst
> index 09fd642..c32338c 100644
> --- a/doc/guides/rel_notes/release_2_2.rst
> +++ b/doc/guides/rel_notes/release_2_2.rst
> @@ -141,6 +141,11 @@ Libraries
>  Examples
>  ~~~~~~~~
> 
> +* **ptpclient: simple PTP slave client.**
> +
> +  Add a sample application that acts as a PTP slave using the
> +  DPDK ieee1588 functions.
> +
> 

You have added this in a wrong place in release notes, under Resolved issues.
Could you move it to the correct place in the document?

Thanks,
Pablo


More information about the dev mailing list