Re: [dpdk-dev] [PATCH v10 02/24] ethdev: format a link status text

2020-09-10 Thread Morten Brørup
> From: Ivan Dyukov [mailto:i.dyu...@samsung.com] > Sent: Thursday, September 10, 2020 9:34 PM > > There is new link_speed value introduced. It's INT_MAX value which > means that speed is unknown. To simplify processing of the value > in application, new function is added which convert link_speed

[dpdk-dev] [PATCH v10 02/24] ethdev: format a link status text

2020-09-10 Thread Ivan Dyukov
There is new link_speed value introduced. It's INT_MAX value which means that speed is unknown. To simplify processing of the value in application, new function is added which convert link_speed to string. Also dpdk examples have many duplicated code which format entire link status structure to tex