Re: [PATCH 1/4] amd-xgbe: Reset the PHY rx data path when mailbox command timeout

2021-02-12 Thread Tom Lendacky
On 2/12/21 12:00 PM, Shyam Sundar S K wrote: Sometimes mailbox commands timeout when the RX data path becomes unresponsive. This prevents the submission of new mailbox commands to DXIO. This patch identifies the timeout and resets the RX data path so that the next message can be submitted properl

[PATCH 1/4] amd-xgbe: Reset the PHY rx data path when mailbox command timeout

2021-02-12 Thread Shyam Sundar S K
Sometimes mailbox commands timeout when the RX data path becomes unresponsive. This prevents the submission of new mailbox commands to DXIO. This patch identifies the timeout and resets the RX data path so that the next message can be submitted properly. Signed-off-by: Sudheesh Mavila Signed-off-