drivers/net/ethernet/sfc/siena

Solarflare SFC9000 "Siena" 10 Gigabit Ethernet adapters

Solarflare's SFC9000-series 10 Gigabit Ethernet controllers, shipped on the SFN5000 and SFN6000 PCIe NIC families that were popular in low-latency finance and high-performance networking deployments from roughly 2010 through the late 2010s. Solarflare was acquired by Xilinx and then AMD, and the Siena generation was declared end-of-life in November 2021.

keep-annotate conf=0.81 last_sold=2021 deploy=low replacement=sfc subsystem=net category=networking-ethernet
81%

recommendation

Worth keeping but flagging as legacy hardware. The cards have been end-of-life since 2021 and AMD's current Solarflare lineup has moved on to newer chips, but the code was deliberately split out from the main sfc driver in Linux 5.19 precisely so the older silicon could continue to be supported on a lower-maintenance footing. Netdev traffic as recent as June 2025 shows the code still receiving compatibility updates, so removal would be premature, but its niche should be documented since the hardware is no longer sold new.

repository signals

47 files
46,864 source lines
73 commits, 5y
+49,848 / −2,927 lines added / removed, 5y
38 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 73 total · active in 31/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 22 commits · +49,436 −2,341 2022-06: 4 commits · +9 −11 2022-07: 2 commits · +3 −5 2022-08: 1 commit · +7 −7 2022-09: 4 commits · +15 −3 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +4 −3 2022-12: 1 commit · +1 −1 2023-01: 0 commits · +0 −0 2023-02: 2 commits · +8 −4 2023-03: 1 commit · +0 −5 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 3 commits · +31 −19 2023-07: 2 commits · +14 −11 2023-08: 1 commit · +1 −1 2023-09: 1 commit · +1 −1 2023-10: 0 commits · +0 −0 2023-11: 1 commit · +38 −27 2023-12: 2 commits · +99 −95 2024-01: 0 commits · +0 −0 2024-02: 2 commits · +3 −4 2024-03: 1 commit · +1 −0 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +1 −1 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +4 −4 2024-08: 0 commits · +0 −0 2024-09: 3 commits · +9 −217 2024-10: 1 commit · +2 −1 2024-11: 1 commit · +34 −39 2024-12: 1 commit · +5 −2 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +3 −3 2025-05: 1 commit · +3 −2 2025-06: 2 commits · +44 −44 2025-07: 1 commit · +7 −7 2025-08: 2 commits · +2 −5 2025-09: 2 commits · +3 −2 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +9 −4 2026-02: 4 commits · +51 −58 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. cateee.net

    CONFIG_SFC_SIENA builds module sfc-siena for Solarflare SFC9000 hardware, with PCI IDs 1924:0803 (SFC9020) and 1924:0813 (SFL9021).

  2. spinics.net

    Netdev traffic in June 2025 still touched siena files as part of ongoing ethtool/RXFH API migration work, indicating upstream maintenance rather than removal.

  3. phoronix.com

    The Siena split-out happened because SFN5000/SFN6000 SFC9000 hardware had been announced end-of-life in November 2021, with vendor testing reduced to a minimum.

  4. amd.com

    AMD/Solarflare documentation states SolarCapture v1.6 does not support SFN5000 or SFN6000 series adapters, reinforcing that Siena-generation parts are legacy rather than current-platform targets.

  5. amd.com

    Current AMD Solarflare adapter downloads are organized around newer adapter lines rather than SFN5000/SFN6000 Siena-era products, suggesting new deployments have moved to newer families.

codex reasoning notes (technical)

Local shell inspection (`rg`) confirms this is a real PCI NIC driver and identifies Siena as SFC9000-family support. Web search found LKDDb for exact hardware IDs/module name, a 2025 netdev archive page showing active siena-related maintenance, Phoronix coverage of the 2022 split noting vendor EOL/testing reduction, and AMD documentation pages showing Siena-era SFN5000/SFN6000 are legacy and absent from current product focus. That combination supports keep-annotate: old and no longer sold new, but still seeing upstream compatibility work, so deprecate/remove would be too aggressive.