net/mvpp2: change default policer configuration
[dpdk.git] / drivers / net / softnic / meson.build
index 16604fc..ff98227 100644 (file)
@@ -11,5 +11,8 @@ sources = files('rte_eth_softnic_tm.c',
        'rte_eth_softnic_tap.c',
        'rte_eth_softnic_action.c',
        'rte_eth_softnic_pipeline.c',
-       'rte_eth_softnic_thread.c')
+       'rte_eth_softnic_thread.c',
+       'rte_eth_softnic_cli.c',
+       'parser.c',
+       'conn.c')
 deps += ['pipeline', 'port', 'table', 'sched']