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

2020-10-07 Thread Ferruh Yigit
On 10/4/2020 9:51 AM, Asaf Penso wrote: -Original Message- From: dev On Behalf Of Sarosh Arif Sent: Monday, September 28, 2020 1:01 PM To: ferruh.yi...@intel.com Cc: dev@dpdk.org; Sarosh Arif Subject: [dpdk-dev] [PATCH v2] testpmd: add speed capability in device info Called

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

2020-10-04 Thread Asaf Penso
>-Original Message- >From: dev On Behalf Of Sarosh Arif >Sent: Monday, September 28, 2020 1:01 PM >To: ferruh.yi...@intel.com >Cc: dev@dpdk.org; Sarosh Arif >Subject: [dpdk-dev] [PATCH v2] testpmd: add speed capability in device info > >Called rte_eth_dev_info_

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

2020-09-28 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 | 38 ++ 1 file changed, 38 insertions(+) diff --git a/app/t