From a0e0018c9a7ef5ce7f6d2c3ae16aecbbd16a8f67 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 16:18:53 +0200 Subject: Adding upstream version 6.1.0. Signed-off-by: Daniel Baumann --- tc/tc_cbq.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tc/tc_cbq.h (limited to 'tc/tc_cbq.h') diff --git a/tc/tc_cbq.h b/tc/tc_cbq.h new file mode 100644 index 0000000..fa17d24 --- /dev/null +++ b/tc/tc_cbq.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef _TC_CBQ_H_ +#define _TC_CBQ_H_ 1 + +unsigned tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt, + int ewma_log, unsigned maxburst); +unsigned tc_cbq_calc_offtime(unsigned bndw, unsigned rate, unsigned avpkt, + int ewma_log, unsigned minburst); + +#endif -- cgit v1.2.3