> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of > Mateusz Polchlopek > Sent: Friday, July 26, 2024 3:49 PM > To: intel-wired-...@lists.osuosl.org > Cc: net...@vger.kernel.org; Drewek, Wojciech <wojciech.dre...@intel.com>; > Polchlopek, Mateusz <mateusz.polchlo...@intel.com> > Subject: [Intel-wired-lan] [PATCH iwl-net v1] ice: Fix incorrect assigns of > FEC counts > > The commit > ac21add2540e ("ice: Implement driver functionality to dump fec statistics") > introduces obtaining FEC correctable and uncorrectable stats per netdev in > ICE driver. Unfortunately the assignment of values to fec_stats structure has > been done incorrectly. This commit fixes the assignments. > > Fixes: ac21add2540e ("ice: Implement driver functionality to dump fec > statistics") > Reviewed-by: Wojciech Drewek <wojciech.dre...@intel.com> > Signed-off-by: Mateusz Polchlopek <mateusz.polchlo...@intel.com> > --- > drivers/net/ethernet/intel/ice/ice_ethtool.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pu...@intel.com> (A Contingent worker at Intel)