[dpdk-dev] [PATCH v3 3/7] app: UNKNOWN link speed print format
Ferruh Yigit
ferruh.yigit at intel.com
Wed Jun 17 18:49:16 CEST 2020
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 <i.dyukov at samsung.com>
<...>
> @@ -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...
More information about the dev
mailing list