| ec487c18 | 22-Feb-2022 |
Megha Ajmera <[email protected]> |
sched: move grinder configuration
Grinder configuration is now moved to sched library.
Number of grinders can also modified by specifying RTE_SCHED_PORT_N_GRINDERS=N in CFLAGS, where N is number of
sched: move grinder configuration
Grinder configuration is now moved to sched library.
Number of grinders can also modified by specifying RTE_SCHED_PORT_N_GRINDERS=N in CFLAGS, where N is number of grinders.
Signed-off-by: Megha Ajmera <[email protected]> Acked-by: Cristian Dumitrescu <[email protected]>
show more ...
|
| c6ccd1e3 | 23-Apr-2021 |
Huisong Li <[email protected]> |
sched: rework configuration failure handling
Currently, rte_sched_free_memory() is called multiple times by the exception handling code in rte_sched_subport_config() and rte_sched_pipe_config().
Th
sched: rework configuration failure handling
Currently, rte_sched_free_memory() is called multiple times by the exception handling code in rte_sched_subport_config() and rte_sched_pipe_config().
This patch optimizes them into a unified outlet to free memory.
Fixes: ac6fcb841b0f ("sched: update subport rate dynamically") Fixes: 34a90f86657c ("sched: modify pipe functions for config flexibility") Fixes: ce7c4fd7c2ac ("sched: add pipe config to subport level") Cc: [email protected]
Signed-off-by: Huisong Li <[email protected]> Signed-off-by: Min Hu (Connor) <[email protected]> Acked-by: Cristian Dumitrescu <[email protected]>
show more ...
|