Re: [PATCH v3 1/2] net: ethernet: mediatek: split tx and rx fields in mtk_soc_data struct

From: Przemek Kitszel
Date: Wed May 08 2024 - 06:58:32 EST


On 5/8/24 12:43, Daniel Golle wrote:
From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>

Split tx and rx fields in mtk_soc_data struct. This is a preliminary
patch to roll back to ADMAv1 for MT7986 and MT7981 SoC in order to fix a
hw hang if the device receives a corrupted packet when using ADMAv2.0.

Fixes: 197c9e9b17b1 ("net: ethernet: mtk_eth_soc: introduce support for mt7986 chipset")
Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
Signed-off-by: Daniel Golle <daniel@xxxxxxxxxxxxxx>
---
v2: improve commit message
v3: resend because messages were accidentally sent inline

drivers/net/ethernet/mediatek/mtk_eth_soc.c | 210 ++++++++++++--------
drivers/net/ethernet/mediatek/mtk_eth_soc.h | 29 +--
2 files changed, 139 insertions(+), 100 deletions(-)


next time please collect provided tags
for this series:
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@xxxxxxxxx>