Re: [dpdk-dev] [PATCH v2 6/7] net/bnxt: add 100G speed detection

2018-01-26 Thread Ajit Khaparde
On Fri, Jan 26, 2018 at 9:08 AM, Ferruh Yigit wrote: > On 1/25/2018 10:47 PM, Ajit Khaparde wrote: > > When the driver is loaded on a 100G NIC, the port speed is not > > displayed correctly. Parse the 100G speed before displaying it. > > > > Signed-off-by: Ajit Khaparde > > --- > > drivers/net/

Re: [dpdk-dev] [PATCH v2 6/7] net/bnxt: add 100G speed detection

2018-01-26 Thread Ferruh Yigit
On 1/25/2018 10:47 PM, Ajit Khaparde wrote: > When the driver is loaded on a 100G NIC, the port speed is not > displayed correctly. Parse the 100G speed before displaying it. > > Signed-off-by: Ajit Khaparde > --- > drivers/net/bnxt/bnxt_hwrm.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff

[dpdk-dev] [PATCH v2 6/7] net/bnxt: add 100G speed detection

2018-01-25 Thread Ajit Khaparde
When the driver is loaded on a 100G NIC, the port speed is not displayed correctly. Parse the 100G speed before displaying it. Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_hwrm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/bnxt/bnxt_hwrm.c b/drivers/net/bnxt/bnxt_