Re: [dpdk-dev] [PATCH v5] testpmd: add speed capability in device info

2020-10-09 Thread Ferruh Yigit
On 10/9/2020 10:27 AM, Ferruh Yigit wrote: On 10/8/2020 7:25 PM, Sarosh Arif wrote: Called rte_eth_dev_info_get() in testpmd, to get device info so that speed capabilities can be printed under "show device info" ​ Bugzilla ID: 496 Signed-off-by: Sarosh Arif Reviewed-by: Ferruh Yigit > Appl

Re: [dpdk-dev] [PATCH v5] testpmd: add speed capability in device info

2020-10-09 Thread Ferruh Yigit
On 10/8/2020 7:25 PM, Sarosh Arif wrote: Called rte_eth_dev_info_get() in testpmd, to get device info so that speed capabilities can be printed under "show device info" ​ Bugzilla ID: 496 Signed-off-by: Sarosh Arif --- app/test-pmd/config.c | 43 +++ 1

[dpdk-dev] [PATCH v5] testpmd: add speed capability in device info

2020-10-08 Thread Sarosh Arif
Called rte_eth_dev_info_get() in testpmd, to get device info so that speed capabilities can be printed under "show device info" ​ Bugzilla ID: 496 Signed-off-by: Sarosh Arif --- app/test-pmd/config.c | 43 +++ 1 file changed, 43 insertions(+) diff --git a/