Re: [dpdk-dev] [PATCH v4] nfp: report link speed using hardware info

2016-12-19 Thread Alejandro Lucero
On Mon, Dec 19, 2016 at 10:24 AM, Ferruh Yigit wrote: > On 12/16/2016 5:10 PM, Alejandro Lucero wrote: > > Previous reported speed was hardcoded because there was not firmware > > support for getting this information. This change needs to support old > > firmware versions, keeping with the hardco

Re: [dpdk-dev] [PATCH v4] nfp: report link speed using hardware info

2016-12-19 Thread Ferruh Yigit
On 12/16/2016 5:10 PM, Alejandro Lucero wrote: > Previous reported speed was hardcoded because there was not firmware > support for getting this information. This change needs to support old > firmware versions, keeping with the hardcoded report, and the new > versions, where the firmware makes tha

[dpdk-dev] [PATCH v4] nfp: report link speed using hardware info

2016-12-16 Thread Alejandro Lucero
Previous reported speed was hardcoded because there was not firmware support for getting this information. This change needs to support old firmware versions, keeping with the hardcoded report, and the new versions, where the firmware makes that information available. v4: Make conditional simple a