net/ice/base: specify global RSS LUT id in get/set RSS LUT
[dpdk.git] / drivers / net / meson.build
index d56b240..29f4777 100644 (file)
@@ -50,6 +50,7 @@ drivers = ['af_packet',
        'szedata2',
        'tap',
        'thunderx',
+       'txgbe',
        'vdev_netvsc',
        'vhost',
        'virtio',
@@ -59,4 +60,3 @@ 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@'