drivers/net/dsa/xrs700x

Arrow SpeedChips XRS7000 industrial Ethernet switches

A family of small managed gigabit Ethernet switch chips (XRS7003 and XRS7004) sold by Arrow for industrial networking gear that needs HSR and PRP redundancy, such as smart-grid equipment, factory automation, and motion-control systems. The chips connect to a host CPU over either I2C or MDIO and are typically found on rugged, low-port-count industrial boards.

keep conf=0.87 deploy=low replacement=none subsystem=net category=networking-ethernet
87%

recommendation

It should stay in the kernel because the hardware is still actively sold in 2025, with Arrow listing XRS7004E parts and reference boards as in stock for industrial automation and smart-grid use. The driver also saw real upstream maintenance recently, including a late-2025 netdev fix from Vladimir Oltean covering unsupported HSR configurations, so it is neither orphaned nor superseded by another driver.

repository signals

7 files
1,451 source lines
25 commits, 5y
+224 / −83 lines added / removed, 5y
12 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 25 total · active in 16/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 2 commits · +86 −8 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 1 commit · +43 −0 2021-10: 2 commits · +9 −11 2021-11: 0 commits · +0 −0 2021-12: 4 commits · +9 −8 2022-01: 0 commits · +0 −0 2022-02: 2 commits · +13 −19 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 2 commits · +5 −6 2022-09: 2 commits · +0 −4 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +2 −3 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +1 −1 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +1 −1 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +12 −6 2023-10: 1 commit · +6 −6 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +22 −4 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +2 −2 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +2 −4 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +11 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    The upstream Kconfig describes this directory as support for Arrow SpeedChips XRS7003/7004 gigabit Ethernet switches.

  2. lore.kernel.org

    The driver saw substantive upstream work in late 2025, including a functional fix for unsupported HSR configurations.

  3. arrow.com

    Arrow still marketed the SpeedChips family with XRS7004E/XRS7004F products and reference boards shown as in stock on a page crawled recently.

  4. arrow.com

    Arrow listed ARWSC-XRS7004E as an active product, indicating continued commercial availability beyond legacy-only status.

  5. arrow.com

    Arrow positions XRS7003/XRS7004 for industrial automation, smart grid, motion control, and similar redundancy-focused deployments, supporting ongoing niche use.

codex reasoning notes (technical)

Local shell inspection (`rg`, `sed`) identified the family as Arrow SpeedChips XRS7003/XRS7004 and showed both I2C and MDIO transport drivers; the kernel.org Kconfig URL is canonical recall for that local finding. `mcp__lore_http__.lore_activity` and `lore_file_timeline` showed steady activity through 2025 with a recent netdev fix and stable backports, which argues against deprecation or removal. `web.search_query` found current Arrow marketing/product/reference-design pages showing active listings and niche industrial use, so this looks like a still-sold industrial switch family with low but real new deployments and no natural replacement driver.