c9b0c48736
Adding bare minimum PMD library and doc build infrastructure and claim the maintainership for octeontx end point PMD. Signed-off-by: Nalla Pradeep <pnalla@marvell.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
61 lines
859 B
Meson
61 lines
859 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
|
|
drivers = ['af_packet',
|
|
'af_xdp',
|
|
'ark',
|
|
'atlantic',
|
|
'avp',
|
|
'axgbe', 'bonding',
|
|
'bnx2x',
|
|
'bnxt',
|
|
'cxgbe',
|
|
'dpaa', 'dpaa2',
|
|
'e1000',
|
|
'ena',
|
|
'enetc',
|
|
'enic',
|
|
'failsafe',
|
|
'fm10k', 'i40e',
|
|
'hinic',
|
|
'hns3',
|
|
'iavf',
|
|
'ice',
|
|
'igc',
|
|
'ionic',
|
|
'ipn3ke',
|
|
'ixgbe',
|
|
'kni',
|
|
'liquidio',
|
|
'memif',
|
|
'mlx4',
|
|
'mlx5',
|
|
'mvneta',
|
|
'mvpp2',
|
|
'netvsc',
|
|
'nfb',
|
|
'nfp',
|
|
'null',
|
|
'octeontx',
|
|
'octeontx2',
|
|
'octeontx_ep',
|
|
'pcap',
|
|
'pfe',
|
|
'qede',
|
|
'ring',
|
|
'sfc',
|
|
'softnic',
|
|
'szedata2',
|
|
'tap',
|
|
'thunderx',
|
|
'txgbe',
|
|
'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
|