RE: [PATCH v2 4/6] net/axgbe: reset PHY Rx when mailbox command timeout

2022-01-27 Thread Namburu, Chandu-babu
[Public] Acked-by: Chandubabu Namburu -Original Message- From: sseba...@amd.com Sent: Tuesday, January 25, 2022 5:48 PM To: dev@dpdk.org Subject: [PATCH v2 4/6] net/axgbe: reset PHY Rx when mailbox command timeout From: Selwin Sebastian Sometimes mailbox commands timeout when the

[PATCH v2 4/6] net/axgbe: reset PHY Rx when mailbox command timeout

2022-01-25 Thread ssebasti
From: Selwin Sebastian 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: Sel