Skip to content

Commit 2ab5f8a

Browse files
kolacinskikaroljfvogel
authored andcommitted
ice: Fix ETH56G FC-FEC Rx offset value
[ Upstream commit 2e60560 ] Fix ETH56G FC-FEC incorrect Rx offset value by changing it from -255.96 to -469.26 ns. Those values are derived from HW spec and reflect internal delays. Hex value is a fixed point representation in Q23.9 format. Fixes: 7cab44f ("ice: Introduce ETH56G PHY model for E825C products") Reviewed-by: Arkadiusz Kubalewski <[email protected]> Signed-off-by: Karol Kolacinski <[email protected]> Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) Signed-off-by: Tony Nguyen <[email protected]> Signed-off-by: Sasha Levin <[email protected]> (cherry picked from commit 2e166786d088e13e836b65763480c0a6eb26df61) Signed-off-by: Jack Vogel <[email protected]>
1 parent 0ef5e00 commit 2ab5f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/intel/ice/ice_ptp_consts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ struct ice_eth56g_mac_reg_cfg eth56g_mac_cfg[NUM_ICE_ETH56G_LNK_SPD] = {
131131
.rx_offset = {
132132
.serdes = 0xffffeb27, /* -10.42424 */
133133
.no_fec = 0xffffcccd, /* -25.6 */
134-
.fc = 0xfffe0014, /* -255.96 */
134+
.fc = 0xfffc557b, /* -469.26 */
135135
.sfd = 0x4a4, /* 2.32 */
136136
.bs_ds = 0x32 /* 0.0969697 */
137137
}

0 commit comments

Comments
 (0)