net/softnic: add thread
[dpdk.git] / drivers / net / softnic / meson.build
index 7fd4b19..16604fc 100644 (file)
@@ -10,5 +10,6 @@ sources = files('rte_eth_softnic_tm.c',
        'rte_eth_softnic_link.c',
        'rte_eth_softnic_tap.c',
        'rte_eth_softnic_action.c',
-       'rte_eth_softnic_pipeline.c')
+       'rte_eth_softnic_pipeline.c',
+       'rte_eth_softnic_thread.c')
 deps += ['pipeline', 'port', 'table', 'sched']