net/octeontx: fix packet corruption on Tx
[dpdk.git] / drivers / net / meson.build
index f437ed0..9c28ed4 100644 (file)
@@ -9,11 +9,25 @@ drivers = ['af_packet',
        'bnxt',
        'cxgbe',
        'dpaa', 'dpaa2',
-       'e1000', 'enic', 'fm10k', 'i40e',
+       'e1000',
+       'ena',
+       'enic',
+       'failsafe',
+       'fm10k', 'i40e',
        'ifc',
        'ixgbe',
-       'mvpp2', 'null', 'octeontx', 'pcap', 'ring',
-       'sfc', 'thunderx', 'virtio']
+       'kni',
+       'liquidio',
+       '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