From 8362b19bbfac3cc41d3fe5b85e43a0d9374b98a8 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Thu, 18 Jan 2024 19:26:18 +0000 Subject: T5958: QoS add basic implementation of policy shaper-hfsc QoS policy shaper-hfsc was not implemented after rewriting the traffic-policy to qos policy. We had CLI but it does not use the correct class. Add a basic implementation of policy shaper-hfsc. Write the class `TrafficShaperHFS` (cherry picked from commit f6b6ee636e34f98d336ee53599666afd1f395d78) --- interface-definitions/include/qos/hfsc-m1.xml.i | 2 +- interface-definitions/include/qos/hfsc-m2.xml.i | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'interface-definitions/include/qos') diff --git a/interface-definitions/include/qos/hfsc-m1.xml.i b/interface-definitions/include/qos/hfsc-m1.xml.i index 677d817ba..21b9c4f32 100644 --- a/interface-definitions/include/qos/hfsc-m1.xml.i +++ b/interface-definitions/include/qos/hfsc-m1.xml.i @@ -27,6 +27,6 @@ bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec - 100%% + 0bit diff --git a/interface-definitions/include/qos/hfsc-m2.xml.i b/interface-definitions/include/qos/hfsc-m2.xml.i index 7690df4b0..24e8f5d63 100644 --- a/interface-definitions/include/qos/hfsc-m2.xml.i +++ b/interface-definitions/include/qos/hfsc-m2.xml.i @@ -27,6 +27,6 @@ bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec - 100%% + 100% -- cgit v1.2.3