Re: [dpdk-dev] [PATCH v11 00/24] ethdev: allow unknown link speed

2020-09-18 Thread Ferruh Yigit
On 9/18/2020 6:23 PM, Ferruh Yigit wrote: On 9/15/2020 8:06 PM, Ivan Dyukov wrote: <...> v11 changes: * 0 Mbps =>  None * Invalid speed => Invalid * Change code style of rte_eth_link_speed_to_str v10 changes: * remove format string arg from rte_eth_link_to_str function * add rte_eth_link_spee

Re: [dpdk-dev] [PATCH v11 00/24] ethdev: allow unknown link speed

2020-09-18 Thread Ferruh Yigit
On 9/15/2020 8:06 PM, Ivan Dyukov wrote: <...> v11 changes: * 0 Mbps => None * Invalid speed => Invalid * Change code style of rte_eth_link_speed_to_str v10 changes: * remove format string arg from rte_eth_link_to_str function * add rte_eth_link_speed_to_str function * add usage of rte_eth_li

[dpdk-dev] [PATCH v11 00/24] ethdev: allow unknown link speed

2020-09-15 Thread Ivan Dyukov
MAINTAINERS | 1 + app/proc-info/main.c | 11 ++--- app/test-pipeline/init.c | 11 ++--- app/test-pmd/config.c| 9 ++-- app/test-pmd/testpmd.c