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.

