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

2018-05-22 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Monday, May 21, 2018 3:16 PM > To: Iremonger, Bernard ; dev@dpdk.org > Subject: Re: [PATCH v2] app/testpmd: fix log of start command > > On 5/21/2018 2:28 PM, Bernard Iremonger wrote: > > Call the rte_eth_rxq_info_get() and rte

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

2018-05-21 Thread Ferruh Yigit
On 5/21/2018 2:28 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 in the rte_port > variable. > > Fixes: ce8d561418d4 ("app/testpmd: add port configuration settings") > Signed-off-by: Bernard Iremon

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

2018-05-21 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 in the rte_port variable. Fixes: ce8d561418d4 ("app/testpmd: add port configuration settings") Signed-off-by: Bernard Iremonger --- app/test-pmd/testpmd.c | 16 +++- 1 f