Re: [dpdk-dev] [PATCH v11 11/24] examples/ip_pipeline: 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_speed_to_str function to example applications Signed-off-by: Ivan Dyukov --- examples/ip_pipeline/cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ip_pipeline/cli.c b/examples/ip_pipeline

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

2020-09-15 Thread Ivan Dyukov
Add usage of rte_eth_link_speed_to_str function to example applications Signed-off-by: Ivan Dyukov --- examples/ip_pipeline/cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ip_pipeline/cli.c b/examples/ip_pipeline/cli.c index d79699e2e..cf3d7d462 100644 ---