On 6/15/2020 10:01 AM, Ivan Dyukov wrote: > Add usage of rte_eth_link_format function to example > applications > > Signed-off-by: Ivan Dyukov <[email protected]>
<...>
> @@ -155,7 +155,7 @@ static void
> app_ports_check_link(void)
> {
> uint32_t all_ports_up, i;
> -
> + char status_text[50];
I think better to add 'link' to variable name to clarify, like 'link_status' as
done in other app, or 'link_status_text' if you prefer, etc...

