Re: [dpdk-dev] [PATCH v1 1/6] ethdev: allow unknown link speed

2020-05-01 Thread Andrew Rybchenko
On 4/27/20 12:57 PM, Ivan Dyukov wrote: From: Thomas Monjalon When querying the link informations, the link status is a mandatory major information. Other boolean values are supposed to be accurate: - duplex mode (half/full) - negotiation (auto/fixed) This API update is making

[dpdk-dev] [PATCH v1 1/6] ethdev: allow unknown link speed

2020-04-27 Thread Ivan Dyukov
From: Thomas Monjalon When querying the link informations, the link status is a mandatory major information. Other boolean values are supposed to be accurate: - duplex mode (half/full) - negotiation (auto/fixed) This API update is making explicit that the link speed information i