Re: [dpdk-dev] [PATCH v2] net/ice: fix incorrect firmware version

2020-08-06 Thread Yang, Qiming
> -Original Message- > From: Wang, ShougangX > Sent: Thursday, August 6, 2020 18:28 > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Wang, ShougangX ; > sta...@dpdk.org > Subject: [PATCH v2] net/ice: fix incorrect firmware version > > Kernel driver shows firmware version as hex b

[dpdk-dev] [PATCH v2] net/ice: fix incorrect firmware version

2020-08-06 Thread Shougang Wang
Kernel driver shows firmware version as hex but ice PMD shows as decimal. This patch fixes the issue to make consistent with kernel driver. Fixes: f9204d8a23c3 ("net/ice: fix firmware version result of ethtool") Cc: sta...@dpdk.org Signed-off-by: Shougang Wang --- v2: corrected fixes version ---