Re: [dpdk-dev] [PATCH 2/2] lib/sched: optimize exception handling code
Acked-by: Cristian Dumitrescu
[dpdk-dev] [PATCH 2/2] lib/sched: optimize exception handling code
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