net/hns3: fix queue state when concurrent with reset
[dpdk.git] / drivers / net / meson.build
index eb1c6b6..fb9ff05 100644 (file)
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+
 drivers = ['af_packet',
        'af_xdp',
        'ark',
@@ -21,7 +22,8 @@ drivers = ['af_packet',
        'hns3',
        'iavf',
        'ice',
-       'ifc',
+       'igc',
+       'ionic',
        'ipn3ke',
        'ixgbe',
        'kni',
@@ -37,13 +39,17 @@ drivers = ['af_packet',
        'null',
        'octeontx',
        'octeontx2',
+       'octeontx_ep',
        'pcap',
+       'pfe',
+       'qede',
        'ring',
        'sfc',
        'softnic',
        'szedata2',
        'tap',
        'thunderx',
+       'txgbe',
        'vdev_netvsc',
        'vhost',
        'virtio',
@@ -52,5 +58,3 @@ drivers = ['af_packet',
 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
-config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
-driver_name_fmt = 'rte_pmd_@0@'