Re: [dpdk-dev] [PATCH] app/test-pmd: fix testpmd log of start command

2018-05-18 Thread Ferruh Yigit
On 5/15/2018 5:24 PM, Bernard Iremonger wrote: > In the testpmd log of the start command, show the RX and TX > descriptor values from dev_info instead of the default > values. > > Fixes: d44f8a485f5d ("app/testpmd: enable per queue configure") > > Reported-by: Ferruh Yigit > Signed-off-by: Berna

[dpdk-dev] [PATCH] app/test-pmd: fix testpmd log of start command

2018-05-15 Thread Bernard Iremonger
In the testpmd log of the start command, show the RX and TX descriptor values from dev_info instead of the default values. Fixes: d44f8a485f5d ("app/testpmd: enable per queue configure") Reported-by: Ferruh Yigit Signed-off-by: Bernard Iremonger --- app/test-pmd/testpmd.c | 4 ++-- 1 file chan