DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Help with RED (Dropper) Implementation
@ 2019-09-19 14:08 Gokul Bargaje
  0 siblings, 0 replies; only message in thread
From: Gokul Bargaje @ 2019-09-19 14:08 UTC (permalink / raw)
  To: users

Hi,

I am trying to understand the implementation of Random Early Detection
(RED) AQM in DPDK. I have read the dpdk/lib/librte_sched/rte_red.c and
rte_red.h files but i don't understand the implementation.

Please help me to understand the following questions.
1. How RED parameters are configured?
2. What is *wq_log2*, *maxp_inv* and How their default values are
determined? (original terms in RED paper are wq and maxp)
3. What is *uint16_t rte_red_log2_1_minus_Wq[RTE_RED_WQ_LOG2_NUM]* and
*uint16_t
rte_red_pow2_frac_inv[16]* and how the size of these arrays is determined?
4. I found that wq is calculated using lookup tables, how this is actually
implemented?

Thanks in advance!

Thanks,
Gokul

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-19 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19 14:08 [dpdk-users] Help with RED (Dropper) Implementation Gokul Bargaje

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).