[dpdk-dev] [PATCH 2/2] ethdev: allow unknown link speed

2020-04-07 Thread 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 is optional. The value ET

Re: [dpdk-dev] [PATCH 2/2] ethdev: allow unknown link speed

2020-04-26 Thread Matan Azrad
Hi 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 i

Re: [dpdk-dev] [PATCH 2/2] ethdev: allow unknown link speed

2020-04-07 Thread Jerin Jacob
On Wed, Apr 8, 2020 at 3:57 AM Thomas Monjalon wrote: > > 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 mak

Re: [dpdk-dev] [PATCH 2/2] ethdev: allow unknown link speed

2020-04-10 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, April 8, 2020 12:27 AM > > 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 (a

Re: [dpdk-dev] [PATCH 2/2] ethdev: allow unknown link speed

2020-04-13 Thread Andrew Rybchenko
On 4/8/20 1:26 AM, Thomas Monjalon wrote: > 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

Re: [dpdk-dev] [PATCH 2/2] ethdev: allow unknown link speed

2020-04-16 Thread Ferruh Yigit
On 4/13/2020 3:26 PM, Andrew Rybchenko wrote: > On 4/8/20 1:26 AM, Thomas Monjalon wrote: >> 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/f