examples/performance-thread: add l3fwd-thread to meson
[dpdk.git] / examples / meson.build
index 968c4b1..940ec7a 100644 (file)
@@ -30,7 +30,8 @@ all_examples = [
        'multi_process/simple_mp',
        'multi_process/symmetric_mp',
        'ntb', 'packet_ordering',
-       'performance-thread', 'ptpclient',
+       'performance-thread/l3fwd-thread',
+       'ptpclient',
        'qos_meter', 'qos_sched',
        'rxtx_callbacks',
        'server_node_efd', 'service_cores',