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

2020-04-20 Thread oulijun
在 2020/4/20 21:29, Ferruh Yigit 写道: On 4/18/2020 3:30 AM, oulijun wrote: 在 2020/4/18 8:42, Ferruh Yigit 写道: On 4/17/2020 11:59 AM, Lijun Ou wrote: 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 accordin

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

2020-04-20 Thread Ferruh Yigit
On 4/18/2020 3:30 AM, oulijun wrote: > > > 在 2020/4/18 8:42, Ferruh Yigit 写道: >> On 4/17/2020 11:59 AM, Lijun Ou wrote: >>> 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

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

2020-04-17 Thread oulijun
在 2020/4/18 8:42, Ferruh Yigit 写道: On 4/17/2020 11:59 AM, Lijun Ou wrote: 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 testp

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

2020-04-17 Thread Ferruh Yigit
On 4/17/2020 11:59 AM, Lijun Ou wrote: > 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

[dpdk-dev] [PATCH] 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

[dpdk-dev] [PATCH] 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