net/hns3: list supported ptypes for advanced Rx descriptor
[dpdk.git] / drivers / net / meson.build
index 266448f..fb9ff05 100644 (file)
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+
 drivers = ['af_packet',
        'af_xdp',
        'ark',
@@ -22,6 +23,7 @@ drivers = ['af_packet',
        'iavf',
        'ice',
        'igc',
+       'ionic',
        'ipn3ke',
        'ixgbe',
        'kni',
@@ -37,6 +39,7 @@ drivers = ['af_packet',
        'null',
        'octeontx',
        'octeontx2',
+       'octeontx_ep',
        'pcap',
        'pfe',
        'qede',
@@ -46,6 +49,7 @@ drivers = ['af_packet',
        'szedata2',
        'tap',
        'thunderx',
+       'txgbe',
        'vdev_netvsc',
        'vhost',
        'virtio',
@@ -54,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@'