[dpdk-dev] [PATCH v2] examples/ptp_tap_relay_sw: fix build inclusion
jerinj at marvell.com
jerinj at marvell.com
Wed Sep 2 17:33:30 CEST 2026
From: Jerin Jacob <jerinj at 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 at dpdk.org
Signed-off-by: Jerin Jacob <jerinj at marvell.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
v2:
- fix the order in meson file(Bruce)
examples/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/examples/meson.build b/examples/meson.build
index 25d9c88457..7d2b7716c1 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -42,6 +42,7 @@ all_examples = [
'ntb',
'packet_ordering',
'pipeline',
+ 'ptp_tap_relay_sw',
'ptpclient',
'qos_meter',
'qos_sched',
--
2.54.0
More information about the dev
mailing list