Add implementation of traffic manager action. Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
9 lines
278 B
Meson
9 lines
278 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
version = 3
|
|
allow_experimental_apis = true
|
|
sources = files('rte_pipeline.c', 'rte_table_action.c')
|
|
headers = files('rte_pipeline.h', 'rte_table_action.h')
|
|
deps += ['port', 'table', 'meter', 'sched']
|