Re: [dpdk-dev] [PATCH V3] app/testpmd: support Tx mbuf free on demand cmd

2021-04-19 Thread Ferruh Yigit
On 4/19/2021 1:40 PM, oulijun wrote: 在 2021/4/19 11:11, Li, Xiaoyun 写道: Hi -Original Message- From: Lijun Ou Sent: Monday, April 12, 2021 21:13 To: Yigit, Ferruh Cc: Li, Xiaoyun ; dev@dpdk.org; linux...@openeuler.org Subject: [PATCH V3] app/testpmd: support Tx mbuf free on demand c

Re: [dpdk-dev] [PATCH V3] app/testpmd: support Tx mbuf free on demand cmd

2021-04-19 Thread oulijun
在 2021/4/19 11:11, Li, Xiaoyun 写道: Hi -Original Message- From: Lijun Ou Sent: Monday, April 12, 2021 21:13 To: Yigit, Ferruh Cc: Li, Xiaoyun ; dev@dpdk.org; linux...@openeuler.org Subject: [PATCH V3] app/testpmd: support Tx mbuf free on demand cmd From: Chengwen Feng This patch

Re: [dpdk-dev] [PATCH V3] app/testpmd: support Tx mbuf free on demand cmd

2021-04-18 Thread Li, Xiaoyun
Hi > -Original Message- > From: Lijun Ou > Sent: Monday, April 12, 2021 21:13 > To: Yigit, Ferruh > Cc: Li, Xiaoyun ; dev@dpdk.org; > linux...@openeuler.org > Subject: [PATCH V3] app/testpmd: support Tx mbuf free on demand cmd > > From: Chengwen Feng > > This patch support tx_done_cle

[dpdk-dev] [PATCH V3] app/testpmd: support Tx mbuf free on demand cmd

2021-04-12 Thread Lijun Ou
From: Chengwen Feng This patch support tx_done_cleanup command: tx_done_cleanup port (port_id) (queue_id) (free_cnt) Users must make sure there are no concurrent access to the same Tx queue (like rte_eth_tx_burst, rte_eth_dev_tx_queue_stop and so on) this command executed. Signed-off-by: Chengw