Re: [dpdk-dev] [PATCH] app/testpmd: fix transmission from speed to str

2020-10-09 Thread Ferruh Yigit
On 10/9/2020 4:45 AM, Min Hu (Connor) wrote: This patch uses a new 'rte_eth_link_speed_to_str()' API in the ethdev which enables removing above global 'eth_speed_name' array [1]. Fixes: 466c55e4d85b ("app/testpmd: add FEC command") Signed-off-by: Min Hu (Connor) Squashed into relevant commi

[dpdk-dev] [PATCH] app/testpmd: fix transmission from speed to str

2020-10-08 Thread Min Hu (Connor)
This patch uses a new 'rte_eth_link_speed_to_str()' API in the ethdev which enables removing above global 'eth_speed_name' array [1]. Fixes: 466c55e4d85b ("app/testpmd: add FEC command") Signed-off-by: Min Hu (Connor) --- app/test-pmd/config.c | 47 ++