drivers/net/ethernet/mscc

Microchip Ocelot VSC7514 Industrial Ethernet Switch

A 10-port industrial Ethernet switch chip from Microsemi (now Microchip), built around the Ocelot VSC7514 silicon. It is used in embedded and industrial networking gear that needs managed switching features such as VLANs, time-sensitive networking, and PTP timestamping rather than in mainstream PCs or servers.

keep conf=0.94 last_sold=2026 deploy=low replacement=none subsystem=net category=networking-ethernet
94%

recommendation

It should stay because the hardware is still actively sold by Microchip in 2025, the evaluation board is still listed, and the driver was still receiving real upstream changes as recently as April 2025. Deployment is niche rather than mass-market, but no replacement driver covers the same silicon, so removing it would orphan working industrial switches.

repository signals

22 files
14,071 source lines
254 commits, 5y
+8,885 / −3,998 lines added / removed, 5y
43 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 254 total · active in 43/61 months
2021 2022 2023 2024 2025 2026 2021-04: 3 commits · +89 −22 2021-05: 0 commits · +0 −0 2021-06: 5 commits · +27 −11 2021-07: 5 commits · +96 −33 2021-08: 12 commits · +410 −247 2021-09: 7 commits · +16 −26 2021-10: 23 commits · +494 −226 2021-11: 15 commits · +577 −120 2021-12: 9 commits · +1,688 −544 2022-01: 6 commits · +91 −27 2022-02: 15 commits · +628 −148 2022-03: 10 commits · +432 −65 2022-04: 5 commits · +20 −7 2022-05: 23 commits · +286 −156 2022-06: 1 commit · +9 −0 2022-07: 1 commit · +8 −9 2022-08: 9 commits · +660 −286 2022-09: 19 commits · +1,239 −1,323 2022-10: 0 commits · +0 −0 2022-11: 7 commits · +238 −38 2022-12: 0 commits · +0 −0 2023-01: 11 commits · +740 −216 2023-02: 4 commits · +31 −44 2023-03: 6 commits · +110 −78 2023-04: 14 commits · +227 −57 2023-05: 2 commits · +19 −9 2023-06: 2 commits · +41 −26 2023-07: 5 commits · +25 −25 2023-08: 1 commit · +0 −3 2023-09: 1 commit · +2 −4 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 2 commits · +8 −8 2024-01: 1 commit · +1 −0 2024-02: 1 commit · +1 −1 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +2 −5 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +2 −2 2024-08: 4 commits · +267 −20 2024-09: 1 commit · +4 −8 2024-10: 2 commits · +43 −13 2024-11: 2 commits · +2 −2 2024-12: 7 commits · +135 −85 2025-01: 1 commit · +90 −11 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 2 commits · +8 −5 2025-05: 1 commit · +34 −42 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: 1 commit · +1 −1 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +4 −2 2026-01: 0 commits · +0 −0 2026-02: 5 commits · +80 −43 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The mscc Ocelot driver stack was still receiving upstream functional changes in 2025; this patch touched drivers/net/ethernet/mscc/ocelot_vsc7514.c.

  2. microchip.com

    Microchip lists VSC7514 as 'In Production' and describes it as a 10-port industrial switch.

  3. microchip.com

    Microchip still lists the VSC7514EV reference design/evaluation board, indicating ongoing hardware ecosystem availability.

  4. cateee.net

    LKDDb maps CONFIG_MSCC_OCELOT_SWITCH to drivers/net/ethernet/mscc and the OF compatible 'mscc,vsc7514-switch', confirming the covered hardware/use case.

codex reasoning notes (technical)

Keep: this is an active, niche industrial Ethernet switch driver, not an abandoned legacy leaf. `functions.exec_command` on local Kconfig/driver files identified the target as the Microsemi/Microchip Ocelot VSC7514 switch driver. `mcp__lore_http__.lore_file_timeline` on ocelot_vsc7514.c showed sustained real upstream traffic through 2025; a separate removal-search attempt (`lore_regex`) timed out and a `lei` fallback failed due local socket permissions, so there is no positive removal evidence. `web.search_query` returned Microchip product pages showing VSC7514 still in production and its eval board still listed, which supports hardware_still_sold_new_in_2025=true. Deployment today is rated low because this is specialized industrial/embedded switch silicon rather than broad commodity NIC hardware. No natural replacement driver exists upstream for the same silicon; newer switch families are different hardware, not drop-in replacements.