|
Description
|
function npi_ipp_get_cs_err_count in file npi_ipp.c should read register IPP_TCP_CKSUM_ERR_CNT_REG instead of register IPP_ECC_ERR_COUNTER_REG.
Because of this error, this function does not do what it is supposed to do. A caller may call this function to clear the checksum-error-counter register but actually the ECC-error-counter register is cleared. Since the checksum-error-counter register is sticky, its value will never be cleared and that result in continous FMA ereports and causes a lot of complaint.
|