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

2020-05-07 Thread Ferruh Yigit
On 5/7/2020 4:19 AM, Ajit Khaparde wrote: > bnxt_fw_version_get is not indicating the complete FW version. > Fix it to indicate complete version string. > > Fixes: e2652b0a20a0 ("net/bnxt: support get FW version") > Cc: sta...@dpdk.org > > Signed-off-by: Ajit Khaparde Applied to dpdk-next-net/m

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

2020-05-07 Thread Ajit Khaparde
bnxt_fw_version_get is not indicating the complete FW version. Fix it to indicate complete version string. Fixes: e2652b0a20a0 ("net/bnxt: support get FW version") Cc: sta...@dpdk.org Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_ethdev.c | 5 +++-- 1 file changed, 3 insertions(+), 2 d