numam-dpdk/lib/sched
Wojciech Liguzinski 44c730b0e3 sched: add PIE based congestion management
Implement PIE based congestion management based on rfc8033.

The Proportional Integral Controller Enhanced (PIE) algorithm works
by proactively dropping packets randomly.
PIE is implemented as more advanced queue management is required to
address the bufferbloat problem and provide desirable quality of
service to users.

Tests for PIE code added to test application.
Added PIE related information to documentation.

Signed-off-by: Wojciech Liguzinski <wojciechx.liguzinski@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
2021-11-04 15:41:49 +01:00
..
meson.build sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00
rte_approx.c
rte_approx.h
rte_pie.c sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00
rte_pie.h sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00
rte_red.c
rte_red.h
rte_sched_common.h sched: get 64-bit greatest common divisor 2021-09-27 17:24:16 +02:00
rte_sched.c sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00
rte_sched.h sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00
version.map sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00