Re: [dpdk-dev] [PATCH] app/testpmd: fix Tx/Rx descriptor query error log

2021-03-28 Thread Min Hu (Connor)
Hi, xiaoyun, All has been done in v2, please review it, thanks. 在 2021/3/29 13:49, Li, Xiaoyun 写道: Hi -Original Message- From: Min Hu (Connor) Sent: Saturday, March 27, 2021 15:35 To: dev@dpdk.org Cc: Yigit, Ferruh ; Li, Xiaoyun Subject: [PATCH] app/testpmd: fix Tx/Rx descrip

Re: [dpdk-dev] [PATCH] app/testpmd: fix Tx/Rx descriptor query error log

2021-03-28 Thread Li, Xiaoyun
Hi > -Original Message- > From: Min Hu (Connor) > Sent: Saturday, March 27, 2021 15:35 > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Li, Xiaoyun > Subject: [PATCH] app/testpmd: fix Tx/Rx descriptor query error log > > From: Hongbo Zheng > > Currently in testpmd, if we input "show port 0 rx

[dpdk-dev] [PATCH] app/testpmd: fix Tx/Rx descriptor query error log

2021-03-27 Thread Min Hu (Connor)
From: Hongbo Zheng Currently in testpmd, if we input "show port 0 rxq 0 desc status" and if rte_eth_rx_descriptor_status return a negative value, testpmd will print "Invalid queueid = 0", seems user input an invalid queueid, while the actual situation may be that is out of bounds, curre