net/liquidio: add to meson build

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Shijith Thotton <shijith.thotton@caviumnetworks.com>
This commit is contained in:
Bruce Richardson 2018-06-08 22:20:44 +01:00 committed by Ferruh Yigit
parent 3479586fe6
commit bad475c03f
4 changed files with 10 additions and 1 deletions

View File

@ -15,7 +15,7 @@ LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs
LDLIBS += -lrte_bus_pci
EXPORT_MAP := rte_pmd_lio_version.map
EXPORT_MAP := rte_pmd_liquidio_version.map
LIBABIVER := 1

View File

@ -0,0 +1,8 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation
sources = files('base/lio_23xx_vf.c',
'base/lio_mbox.c',
'lio_ethdev.c',
'lio_rxtx.c')
includes += include_directories('base')

View File

@ -17,6 +17,7 @@ drivers = ['af_packet',
'ifc',
'ixgbe',
'kni',
'liquidio',
'mvpp2', 'null', 'octeontx', 'pcap', 'ring',
'sfc', 'thunderx', 'virtio']
std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc