Re: [dpdk-dev] [PATCH v11 07/24] examples: new link status print format

2020-09-21 Thread Ferruh Yigit
On 9/15/2020 8:07 PM, Ivan Dyukov wrote: Add usage of rte_eth_link_to_str function to example applications: * ipv4_multicast * l2fwd-jobstats * l2fwd-keepalive * l3fwd * link_status_interrupt Signed-off-by: Ivan Dyukov <...> diff --git a/examples/l3fw

Re: [dpdk-dev] [PATCH v11 07/24] examples: new link status print format

2020-09-18 Thread Ferruh Yigit
On 9/15/2020 8:07 PM, Ivan Dyukov wrote: Add usage of rte_eth_link_to_str function to example applications: * ipv4_multicast * l2fwd-jobstats * l2fwd-keepalive * l3fwd * link_status_interrupt Signed-off-by: Ivan Dyukov <...> @@ -457,13 +458,9 @@ lsi_e

Re: [dpdk-dev] [PATCH v11 07/24] examples: new link status print format

2020-09-18 Thread Ferruh Yigit
On 9/15/2020 8:07 PM, Ivan Dyukov wrote: Add usage of rte_eth_link_to_str function to example applications: * ipv4_multicast * l2fwd-jobstats * l2fwd-keepalive * l3fwd * link_status_interrupt Signed-off-by: Ivan Dyukov <...> --- a/examples/link_status