45a192b2b4
The function rte_pie_drop was attempting to do a random probability
drop, but because of incorrect usage of fixed point divide
it would always return 1.
Change to use new rte_drand() instead.
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_approx.c | ||
rte_approx.h | ||
rte_pie.c | ||
rte_pie.h | ||
rte_red.c | ||
rte_red.h | ||
rte_sched_common.h | ||
rte_sched.c | ||
rte_sched.h | ||
version.map |