Description

This article explains about the meaning of log message -'tsec3 cur_rx_stuck_at: 0x1640164 rx_stuck_count: 0'. This message helps to understand tsec rx stuck condition.

Symptoms

Log message - tsec3 cur_rx_stuck_at: 0x1640164 rx_stuck_count: 0.

Solution

This message helps to understand tsec rx stuck condition. The count in the message identifies that the  rx of tsec is not stuck. This is harmless.

Description:

  • tsec - It is a hardware device which stands for 'trispeed ethernet controller'
  • 3 - digit 3 means it is the 3 rd controller in the CPU
  • cur - current


Tsec Rx lockup occurs because of Tsec RX FIFO overflow. There is no way to avoid Tx lockup condition, so SW detects the lockup condition and recovers from there. To avoid any false detection, SW has the count of 3 as the threshold, before declaring Rx Lockup. This message is kept for better understanding of the system.

Modification History

19-11-2025: Minor, non-technical edit