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

2018-05-22 Thread Ferruh Yigit
On 5/22/2018 5:31 PM, Ferruh Yigit wrote: > On 5/22/2018 4:10 PM, Bernard Iremonger wrote: >> Call the rte_eth_rxq_info_get() and rte_eth_txq_info_get() functions >> to update the number of rx and tx descriptors. >> >> Fixes: d44f8a485f5d ("app/testpmd: enable per queue configure") >> Signed-off-by

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

2018-05-22 Thread Ferruh Yigit
On 5/22/2018 4:10 PM, Bernard Iremonger wrote: > Call the rte_eth_rxq_info_get() and rte_eth_txq_info_get() functions > to update the number of rx and tx descriptors. > > Fixes: d44f8a485f5d ("app/testpmd: enable per queue configure") > Signed-off-by: Bernard Iremonger Acked-by: Ferruh Yigit

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

2018-05-22 Thread Bernard Iremonger
Call the rte_eth_rxq_info_get() and rte_eth_txq_info_get() functions to update the number of rx and tx descriptors. Fixes: d44f8a485f5d ("app/testpmd: enable per queue configure") Signed-off-by: Bernard Iremonger --- app/test-pmd/config.c | 21 +++-- 1 file changed, 19 insertions