X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmeson.build;h=4cbca96414fa55e6fdf0a58c0eec52a2582b423f;hb=df96fd0d73955bdc7ca3909e772ff2ad903249c6;hp=a16861e5f15956ad879a312da46836f8bc57c577;hpb=4ccc8d770d3b70b038facf880694744ee0acb521;p=dpdk.git diff --git a/drivers/net/meson.build b/drivers/net/meson.build index a16861e5f1..4cbca96414 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -1,9 +1,11 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation + drivers = ['af_packet', + 'af_xdp', 'ark', - 'avf', + 'atlantic', 'avp', 'axgbe', 'bonding', 'bnx2x', @@ -12,25 +14,41 @@ drivers = ['af_packet', 'dpaa', 'dpaa2', 'e1000', 'ena', + 'enetc', 'enic', 'failsafe', 'fm10k', 'i40e', - 'ifc', + 'hinic', + 'hns3', + 'iavf', + 'ice', + 'igc', + 'ionic', + 'ipn3ke', 'ixgbe', 'kni', 'liquidio', + 'memif', 'mlx4', 'mlx5', 'mvneta', 'mvpp2', 'netvsc', + 'nfb', 'nfp', - 'null', 'octeontx', 'pcap', 'qede', 'ring', + 'null', + 'octeontx', + 'octeontx2', + 'pcap', + 'pfe', + 'qede', + 'ring', 'sfc', 'softnic', 'szedata2', 'tap', 'thunderx', + 'txgbe', 'vdev_netvsc', 'vhost', 'virtio', @@ -39,5 +57,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@'