net/octeontx: fix packet corruption on Tx
[dpdk.git] / drivers / net / meson.build
index f40958d..9c28ed4 100644 (file)
@@ -18,8 +18,16 @@ drivers = ['af_packet',
        'ixgbe',
        'kni',
        'liquidio',
-       'mvpp2', 'null', 'octeontx', 'pcap', 'ring',
-       'sfc', 'thunderx', 'virtio']
+       'mvpp2',
+       'netvsc',
+       'nfp',
+       'null', 'octeontx', 'pcap', 'ring',
+       'sfc',
+       'softnic',
+       'szedata2',
+       'thunderx',
+       'vhost',
+       'virtio']
 std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc
 std_deps += ['bus_pci']         # very many PMDs depend on PCI, so make std
 std_deps += ['bus_vdev']        # same with vdev bus