7b3c4f3517
rte_sched_port_free should release only enqueued packets of all queues. Previous behavior is that enqueued and already dequeued packets of only first 4 queues are released. Fixes: 61383240 ("sched: release enqueued mbufs when freeing port") Signed-off-by: Hiroyuki Mikita <h.mikita89@gmail.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>