X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmeson.build;h=c300afb911e84e5c894604c03b124476e87dab70;hb=368f9f2f777627f367bcdc91c6541a89f006afe1;hp=5f02852298a233a002d1aa3287ec09fa07a62c6e;hpb=508cfe6be9f1d53e94cb840fce2b333567007f11;p=dpdk.git diff --git a/drivers/net/meson.build b/drivers/net/meson.build index 5f02852298..c300afb911 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -2,7 +2,9 @@ # Copyright(c) 2017 Intel Corporation drivers = ['af_packet', + 'af_xdp', 'ark', + 'atlantic', 'avp', 'axgbe', 'bonding', 'bnx2x', @@ -11,20 +13,44 @@ drivers = ['af_packet', 'dpaa', 'dpaa2', 'e1000', 'ena', + 'enetc', 'enic', 'failsafe', 'fm10k', 'i40e', + 'hinic', + 'hns3', + 'iavf', + 'ice', 'ifc', + 'ipn3ke', 'ixgbe', 'kni', 'liquidio', + 'memif', + 'mlx4', + 'mlx5', + 'mvneta', 'mvpp2', + 'netvsc', + 'nfb', 'nfp', - 'null', 'octeontx', 'pcap', 'ring', + 'null', + 'octeontx', + 'octeontx2', + 'pcap', + 'pfe', + 'qede', + 'ring', 'sfc', 'softnic', 'szedata2', - 'thunderx', 'virtio'] + 'tap', + 'thunderx', + 'vdev_netvsc', + 'vhost', + '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