Re: [dpdk-dev] [PATCH v2] app/testpmd: configure rxd and txd number correctly

2020-04-21 Thread Ferruh Yigit
On 4/21/2020 12:50 PM, Iremonger, Bernard wrote: >> -Original Message- >> From: dev On Behalf Of Lijun Ou >> Sent: Saturday, April 18, 2020 4:45 AM >> To: Ye, Xiaolong ; Zhang, Qi Z >> >> Cc: dev@dpdk.org; linux...@huawei.com >> Subject: [dpdk-

Re: [dpdk-dev] [PATCH v2] app/testpmd: configure rxd and txd number correctly

2020-04-21 Thread Iremonger, Bernard
> -Original Message- > From: dev On Behalf Of Lijun Ou > Sent: Saturday, April 18, 2020 4:45 AM > To: Ye, Xiaolong ; Zhang, Qi Z > > Cc: dev@dpdk.org; linux...@huawei.com > Subject: [dpdk-dev] [PATCH v2] app/testpmd: configure rxd and txd number > correctly >

[dpdk-dev] [PATCH v2] app/testpmd: configure rxd and txd number correctly

2020-04-17 Thread Lijun Ou
When users configure rxds and txds by used port config cmd based on testpmd application, it will not be able to configure rxd and txd according to the max capability range supported by the actual NIC hardware. Due testpmd defects, it can only configure a fixed range to 0 to 2048. The final result i