[PATCH v8 2/4] examples/ptp_tap_relay_sw: add PTP software transparent clock relay
Thomas Monjalon
thomas at monjalon.net
Tue Jun 9 11:15:06 CEST 2026
09/06/2026 10:52, Thomas Monjalon:
> 10/05/2026 01:25, Rajesh Kumar:
> > Add a new example application demonstrating a software PTP Transparent
> > Clock relay between a DPDK-bound physical NIC and a Linux kernel TAP
> > virtual interface.
> [...]
> > doc/guides/sample_app_ug/index.rst | 1 +
> > doc/guides/sample_app_ug/ptp_tap_relay_sw.rst | 212 +++++++++
> > examples/ptp_tap_relay_sw/Makefile | 41 ++
> > examples/ptp_tap_relay_sw/meson.build | 13 +
> > examples/ptp_tap_relay_sw/ptp_parse.h | 211 +++++++++
> > examples/ptp_tap_relay_sw/ptp_tap_relay_sw.c | 432 ++++++++++++++++++
> > 6 files changed, 910 insertions(+)
>
> You didn't update the file MAINTAINERS.
> I assume you will be the maintainer for this new example?
> I will update when merging.
Sorry I see you did the update in the lib patch.
More information about the dev
mailing list