12.07.2020 10:35, Thomas Monjalon пишет:
> 11/07/2020 20:58, Ivan Dyukov:
>> 11.07.2020 14:27, Thomas Monjalon пишет:
>>> 11/07/2020 12:43, Ivan Dyukov:
+__rte_experimental
+int rte_eth_link_printf(const char *const fmt,
+ const struct rte_eth_link *eth_link);
>
On Sun, 12 Jul 2020 09:35:23 +0200
Thomas Monjalon wrote:
> 11/07/2020 20:58, Ivan Dyukov:
> > 11.07.2020 14:27, Thomas Monjalon пишет:
> > > 11/07/2020 12:43, Ivan Dyukov:
> > >> +__rte_experimental
> > >> +int rte_eth_link_printf(const char *const fmt,
> > >> + const s
11/07/2020 20:58, Ivan Dyukov:
> 11.07.2020 14:27, Thomas Monjalon пишет:
> > 11/07/2020 12:43, Ivan Dyukov:
> >> +__rte_experimental
> >> +int rte_eth_link_printf(const char *const fmt,
> >> + const struct rte_eth_link *eth_link);
> >>
> > Maybe I missed your reply,
> > I sti
11.07.2020 14:27, Thomas Monjalon пишет:
> 11/07/2020 12:43, Ivan Dyukov:
>> +__rte_experimental
>> +int rte_eth_link_printf(const char *const fmt,
>> + const struct rte_eth_link *eth_link);
>>
> Maybe I missed your reply,
> I still don't understand the need for this function.
11/07/2020 12:43, Ivan Dyukov:
> +__rte_experimental
> +int rte_eth_link_printf(const char *const fmt,
> + const struct rte_eth_link *eth_link);
>
Maybe I missed your reply,
I still don't understand the need for this function.
link status structure keeps complicated values which are hard to
represent to end user. e.g. link_speed has INT_MAX value which
means that speed is unknown. To simplify processing of the values
in application, new dpdk function is introduced.
This commit adds function which treat link status struc
6 matches
Mail list logo