Re: [PATCH net-next 0/3] net: stmmac: dwmac-loongson: Add Loongson-2K3000 support

From: Henry Chen
Date: Tue Apr 15 2025 - 07:42:40 EST


On 4/15/25 15:11, Huacai Chen wrote:
This series add stmmac driver support for Loongson-2K3000/Loongson-3B6000M,
which introduces a new CORE ID (0x12) and a new PCI device ID (0x7a23). The
new core reduces channel numbers from 8 to 4, but checksum is supported for
all channels.

Huacai Chen (3):
net: stmmac: dwmac-loongson: Move queue number init to common function
net: stmmac: dwmac-loongson: Add new multi-chan IP core support
net: stmmac: dwmac-loongson: Add new GMAC's PCI device ID support

Tested-by: Biao Dong <dongbiao@xxxxxxxxxxx>
Signed-off-by: Baoqi Zhang <zhangbaoqi@xxxxxxxxxxx>
Signed-off-by: Huacai Chen <chenhuacai@xxxxxxxxxxx>
---
.../net/ethernet/stmicro/stmmac/dwmac-loongson.c | 105 ++++++++++-----------
1 file changed, 49 insertions(+), 56 deletions(-)
---
2.27.0



I have tested This patch series on my Loongson-3A5000-HV-7A2000-1w-V0.1-
EVB. The onboard STMMAC ethernet works as expected.

Tested-by: Henry Chen <chenx97@xxxxxxx>

Henry