17/04/2020 17:54, Maxime Coquelin:
> Hi Ferruh,
>
> On 4/17/20 5:44 PM, Ferruh Yigit wrote:
> > On 4/17/2020 4:14 PM, Maxime Coquelin wrote:
> >> Hi Ferruh & Andrew,
> >>
> >> On 4/17/20 8:40 AM, Ivan Dyukov wrote:
> >>> Hello Everyone,
> >>>
> >>> Ook. I can take care about examples updates. link
Hi Ferruh,
On 4/17/20 5:44 PM, Ferruh Yigit wrote:
> On 4/17/2020 4:14 PM, Maxime Coquelin wrote:
>> Hi Ferruh & Andrew,
>>
>> On 4/17/20 8:40 AM, Ivan Dyukov wrote:
>>> Hello Everyone,
>>>
>>> Ook. I can take care about examples updates. link_speed could be printed
>>> in following way:
>>> ("li
On 4/17/2020 4:14 PM, Maxime Coquelin wrote:
> Hi Ferruh & Andrew,
>
> On 4/17/20 8:40 AM, Ivan Dyukov wrote:
>> Hello Everyone,
>>
>> Ook. I can take care about examples updates. link_speed could be printed
>> in following way:
>> ("link speed %u%s", link_speed, link_speed
>> ==ETH_SPEED_NUM_UN
Hi Ferruh & Andrew,
On 4/17/20 8:40 AM, Ivan Dyukov wrote:
> Hello Everyone,
>
> Ook. I can take care about examples updates. link_speed could be printed
> in following way:
> ("link speed %u%s", link_speed, link_speed
> ==ETH_SPEED_NUM_UNKNOWN?"(UNKNOWN)":"")
>
> Please let me know if you hav
Hello Everyone,
Ook. I can take care about examples updates. link_speed could be printed
in following way:
("link speed %u%s", link_speed, link_speed
==ETH_SPEED_NUM_UNKNOWN?"(UNKNOWN)":"")
Please let me know if you have any objections.
There are about 47 cases.
$ grep -rn link_speed examples
Hi,
Please look at an update below from ethdev co-maintainers.
16/04/2020 14:42, Ivan Dyukov:
> UNKNOWN speed equals to 0x
[...]
> +#define ETH_SPEED_NUM_UNKNOWN 0x /**< Unknown */
This approach is being rejected in another thread:
http://inbox.dpdk.org/dev/42de4bd1-0a6c-6591-cd2
UNKNOWN speed equals to 0x
Signed-off-by: Ivan Dyukov
---
lib/librte_ethdev/rte_ethdev.h | 27 ++-
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h
index d1a593ad1..a15ea572e 100644
---
7 matches
Mail list logo