DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] examples/ptp_tap_relay_sw: fix build inclusion
@ 2026-09-02  8:25 jerinj
  2026-09-02  9:09 ` David Marchand
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: jerinj @ 2026-09-02  8:25 UTC (permalink / raw)
  To: Rajesh Kumar
  Cc: dev, thomas, bruce.richardson, david.marchand, Jerin Jacob,
	stable

From: Jerin Jacob <jerinj@marvell.com>

The ptp_tap_relay_sw example was not building because
examples/meson.build was not updated to wire up this directory.

Fixes: bec00deaa8fb ("examples/ptp_tap_relay_sw: add PTP transparent clock relay")
Cc: stable@dpdk.org

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 examples/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/meson.build b/examples/meson.build
index 25d9c88457..ab82cf5fbd 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -43,6 +43,7 @@ all_examples = [
         'packet_ordering',
         'pipeline',
         'ptpclient',
+        'ptp_tap_relay_sw',
         'qos_meter',
         'qos_sched',
         'rxtx_callbacks',
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-09-02 15:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-02  8:25 [dpdk-dev] [PATCH v1] examples/ptp_tap_relay_sw: fix build inclusion jerinj
2026-09-02  9:09 ` David Marchand
2026-09-02  9:41   ` Bruce Richardson
2026-09-02  9:42 ` Bruce Richardson
2026-09-02 15:33 ` [dpdk-dev] [PATCH v2] " jerinj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox