RE: [PATCH v6] sched: enable CMAN at runtime

2022-06-22 Thread Danilewicz, MarcinX
Hi Cristian, > The code changes in the library (rte-sched.c) look good to me, but I do have > some questions for the qos_sched app and the Soft NIC driver on how CMAN > gets enabled/disabled. That was open q from start. We finally found a time to discuss this. > How do we control whether conges

RE: [PATCH v6] sched: enable CMAN at runtime

2022-06-21 Thread Dumitrescu, Cristian
Hi Marcin, The code changes in the library (rte-sched.c) look good to me, but I do have some questions for the qos_sched app and the Soft NIC driver on how CMAN gets enabled/disabled. How do we control whether congestion management (CMAN) should be disabled on enabled (WRED/PIE)? It looks to

[PATCH v6] sched: enable CMAN at runtime

2022-06-21 Thread Marcin Danilewicz
Added changes to enable CMAN (RED or PIE) at init from profile configuration file. By default CMAN code is enable but not in use, when there is no RED or PIE profile configured. Signed-off-by: Marcin Danilewicz --- Log: v2 change in rte_sched.h to avoid ABI breakage. v3 changes from comment