net/memif: introduce memory interface PMD
[dpdk.git] / drivers / net / memif / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018-2019 Cisco Systems, Inc.  All rights reserved.
3
4 if host_machine.system() != 'linux'
5         build = false
6 endif
7
8 sources = files('rte_eth_memif.c',
9                 'memif_socket.c')
10
11 allow_experimental_apis = true
12 # Experimantal APIs:
13 # - rte_intr_callback_unregister_pending
14
15 deps += ['hash']