e16b06da09
All higher priority traffic classes contain only one queue, thus remove wrr function for them. The lowest priority best-effort traffic class conitnue to have multiple queues and packet are scheduled from its queues using wrr function. Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com> Signed-off-by: Abraham Tovar <abrahamx.tovar@intel.com> Signed-off-by: Lukasz Krakowiak <lukaszx.krakowiak@intel.com>
9 lines
261 B
Meson
9 lines
261 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
version = 3
|
|
sources = files('rte_sched.c', 'rte_red.c', 'rte_approx.c')
|
|
headers = files('rte_sched.h', 'rte_sched_common.h',
|
|
'rte_red.h', 'rte_approx.h')
|
|
deps += ['mbuf', 'meter']
|