Re: [dpdk-dev] [PATCH] net/bnxt: fix FW version log

2021-01-21 Thread Ajit Khaparde
On Sun, Jan 17, 2021 at 7:58 PM Kalesh A P wrote: > > From: Kalesh AP > > Driver is not logging the complete FW version along with HSI version. > Fix it to indicate complete FW version string. > > Fixes: 9a891c1764ea ("net/bnxt: update HWRM to version 1.9.2") > Cc: sta...@dpdk.org > > Signed-off-

[dpdk-dev] [PATCH] net/bnxt: fix FW version log

2021-01-17 Thread Kalesh A P
From: Kalesh AP Driver is not logging the complete FW version along with HSI version. Fix it to indicate complete FW version string. Fixes: 9a891c1764ea ("net/bnxt: update HWRM to version 1.9.2") Cc: sta...@dpdk.org Signed-off-by: Kalesh AP Reviewed-by: Somnath Kotur Reviewed-by: Ajit Kumar K