net/memif: support multi-process
[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 # - rte_mp_action_register
15 # - rte_mp_reply
16 # - rte_mp_request_sync
17
18 deps += ['hash']