[dpdk-dev] [PATCH v1] examples/ptp_tap_relay_sw: fix build inclusion
Bruce Richardson
bruce.richardson at intel.com
Wed Sep 2 11:42:46 CEST 2026
On Wed, Sep 02, 2026 at 01:55:23PM +0530, jerinj at marvell.com wrote:
> 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>
> ---
> 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',
Minor nit, the ptp_tap_relay_sw line should be before ptpclient rather than
after, as word breaks or underscores count before "a" alphabetically,
rather than being skipped.
Otherwise:
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> --
> 2.54.0
>
More information about the stable
mailing list