Re: [dpdk-dev] [PATCH v3 3/7] app: UNKNOWN link speed print format

2020-06-17 Thread Ferruh Yigit
On 6/15/2020 10:01 AM, Ivan Dyukov wrote: > Add usage of rte_eth_link_format function to example > applications > > Signed-off-by: Ivan Dyukov <...> > @@ -155,7 +155,7 @@ static void > app_ports_check_link(void) > { > uint32_t all_ports_up, i; > - > + char status_text[50]; I think

[dpdk-dev] [PATCH v3 3/7] app: UNKNOWN link speed print format

2020-06-15 Thread Ivan Dyukov
Add usage of rte_eth_link_format function to example applications Signed-off-by: Ivan Dyukov --- app/proc-info/main.c | 9 +++-- app/test-pipeline/init.c | 10 -- app/test-pmd/config.c| 19 +++ app/test-pmd/testpmd.c | 9 + app/test/test_pmd_perf.c