Jerin Jacob 80bdf91dc8 eventdev: promote adapter functions as stable
Promote the adapter functions and rte_event_port_unlinks_in_progress()
as stable as it's been added for a while now and multiple drivers and
test application like test-eventdev has been tested using the adapter APIs.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2019-04-22 13:20:33 +02:00

15 lines
310 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Cavium, Inc
sources = files('evt_main.c',
'evt_options.c',
'evt_test.c',
'parser.c',
'test_order_common.c',
'test_order_atq.c',
'test_order_queue.c',
'test_perf_common.c',
'test_perf_atq.c',
'test_perf_queue.c')
deps += 'eventdev'