Re: [dpdk-dev] [PATCH 2/2] lib/sched: optimize exception handling code

2021-07-13 Thread Cristian Dumitrescu
Acked-by: Cristian Dumitrescu

[dpdk-dev] [PATCH 2/2] lib/sched: optimize exception handling code

2021-04-23 Thread Min Hu (Connor)
From: Huisong Li 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") F