ethdev: add new offload flag to keep CRC
[dpdk.git] / drivers / net / meson.build
index 11a5303..d19b195 100644 (file)
@@ -11,11 +11,22 @@ drivers = ['af_packet',
        'dpaa', 'dpaa2',
        'e1000',
        'ena',
-       'enic', 'fm10k', 'i40e',
+       'enic',
+       'failsafe',
+       'fm10k', 'i40e',
        'ifc',
        'ixgbe',
-       'mvpp2', 'null', 'octeontx', 'pcap', 'ring',
-       'sfc', 'thunderx', 'virtio']
+       'kni',
+       'liquidio',
+       'mvpp2',
+       '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