examples/l3fwd-vf: remove example
[dpdk.git] / examples / meson.build
index 53a786e..20b788a 100644 (file)
@@ -13,7 +13,7 @@ all_examples = [
        'bbdev_app', 'bond',
        'bpf', 'cmdline',
        'distributor', 'ethtool',
-       'eventdev_pipeline', 'exception_path',
+       'eventdev_pipeline',
        'fips_validation', 'flow_classify',
        'flow_filtering', 'helloworld',
        'ip_fragmentation', 'ip_pipeline',
@@ -23,9 +23,14 @@ all_examples = [
        'l2fwd-crypto', 'l2fwd-jobstats',
        'l2fwd-keepalive', 'l3fwd',
        'l3fwd-acl', 'l3fwd-power',
-       'l3fwd-vf', 'link_status_interrupt',
-       'load_balancer', 'multi_process',
-       'netmap_compat', 'packet_ordering',
+       'link_status_interrupt',
+       'load_balancer',
+       'multi_process/client_server_mp/mp_client',
+       'multi_process/client_server_mp/mp_server',
+       'multi_process/hotplug_mp',
+       'multi_process/simple_mp',
+       'multi_process/symmetric_mp',
+       'netmap_compat', 'ntb', 'packet_ordering',
        'performance-thread', 'ptpclient',
        'qos_meter', 'qos_sched',
        'quota_watermark', 'rxtx_callbacks',
@@ -33,7 +38,7 @@ all_examples = [
        'skeleton', 'tep_termination',
        'timer', 'vdpa',
        'vhost', 'vhost_crypto',
-       'vhost_scsi', 'vm_power_manager',
+       'vm_power_manager',
        'vmdq', 'vmdq_dcb',
 ]
 # install all example code on install - irrespective of whether the example in
@@ -60,9 +65,6 @@ if cc.has_argument('-Wno-format-truncation')
        default_cflags += '-Wno-format-truncation'
 endif
 
-# specify -D_GNU_SOURCE unconditionally
-default_cflags += '-D_GNU_SOURCE'
-
 foreach example: examples
        name = example.split('/')[-1]
        build = true