net/hinic: add build and doc files
[dpdk.git] / drivers / net / meson.build
index bd60fdd..86e704e 100644 (file)
@@ -2,7 +2,9 @@
 # Copyright(c) 2017 Intel Corporation
 
 drivers = ['af_packet',
+       'af_xdp',
        'ark',
+       'atlantic',
        'avp',
        'axgbe', 'bonding',
        'bnx2x',
@@ -11,17 +13,27 @@ drivers = ['af_packet',
        'dpaa', 'dpaa2',
        'e1000',
        'ena',
+       'enetc',
        'enic',
        'failsafe',
        'fm10k', 'i40e',
+       'hinic',
+       'iavf',
+       'ice',
        'ifc',
+       'ipn3ke',
        'ixgbe',
        'kni',
        'liquidio',
+       'memif',
+       'mlx4',
+       'mlx5',
+       'mvneta',
        'mvpp2',
        'netvsc',
+       'nfb',
        'nfp',
-       'null', 'octeontx', 'pcap', 'ring',
+       'null', 'octeontx', 'pcap', 'qede', 'ring',
        'sfc',
        'softnic',
        'szedata2',
@@ -29,7 +41,9 @@ drivers = ['af_packet',
        'thunderx',
        'vdev_netvsc',
        'vhost',
-       'virtio']
+       'virtio',
+       'vmxnet3',
+]
 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