> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Mateusz Polchlopek > Sent: Friday, July 26, 2024 3:49 PM > To: [email protected] > Cc: [email protected]; Drewek, Wojciech <[email protected]>; > Polchlopek, Mateusz <[email protected]> > 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 <[email protected]> > Signed-off-by: Mateusz Polchlopek <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_ethtool.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
