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

2016-12-19 Thread Ferruh Yigit
On 12/19/2016 12:01 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 th

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

2016-12-19 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. v5: Fix missing parenthesis v