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

2020-10-08 Thread Ferruh Yigit
On 10/8/2020 12:49 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 --- v2: display all speed capabilities in a single line remove switch case v3: a

[dpdk-dev] [PATCH v3] 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 --- v2: display all speed capabilities in a single line remove switch case v3: add missing speeds make a function for displ