[dpdk-dev] [PATCH V6] app/test-pmd: support cleanup txq mbufs command

2021-04-21 Thread Lijun Ou
From: Chengwen Feng This patch supports cleanup txq mbufs command: port cleanup (port_id) txq (queue_id) (free_cnt) Signed-off-by: Chengwen Feng Signed-off-by: Lijun Ou --- V5->V6: - use Tx/Rx instead of RX/TX - update 'cmd_help_long_parsed' V4->V5: - rewrite patch title - define the new cmd.

Re: [dpdk-dev] [PATCH V6] app/test-pmd: support cleanup txq mbufs command

2021-04-21 Thread Ferruh Yigit
On 4/21/2021 9:45 AM, Lijun Ou wrote: From: Chengwen Feng This patch supports cleanup txq mbufs command: port cleanup (port_id) txq (queue_id) (free_cnt) Signed-off-by: Chengwen Feng Signed-off-by: Lijun Ou Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.