RE: [PATCH v2] net/ixgbe: fix ixgbe firmware version inconsistency

2023-01-16 Thread Zhang, Qi Z
> -Original Message- > From: Morten Brørup > Sent: Monday, January 9, 2023 3:48 PM > To: He, ShiyangX ; dev@dpdk.org > Cc: Zhou, YidingX ; sta...@dpdk.org; Yang, Qiming > ; Wu, Wenjun1 ; Remy > Horton > Subject: RE: [PATCH v2] net/ixgbe: fix ixgbe firmwa

RE: [PATCH v2] net/ixgbe: fix ixgbe firmware version inconsistency

2023-01-08 Thread Morten Brørup
> From: Shiyang He [mailto:shiyangx...@intel.com] > Sent: Monday, 9 January 2023 07.53 > > This patch follows the code of ixgbe kernel driver so that it keeps the > firmware version obtained by dpdk-ethtool consistent with that obtained > by linux-ethtool. > > Fixes: 8b0b56574269 ("net/ixgbe: add

[PATCH v2] net/ixgbe: fix ixgbe firmware version inconsistency

2023-01-08 Thread Shiyang He
This patch follows the code of ixgbe kernel driver so that it keeps the firmware version obtained by dpdk-ethtool consistent with that obtained by linux-ethtool. Fixes: 8b0b56574269 ("net/ixgbe: add firmware version get") Cc: sta...@dpdk.org Signed-off-by: Shiyang He v2: follow the code of ixgb