Page MenuHomeVyOS Platform

Backport Intel ice Out-Of-Tree driver (E825-C, E835-C support) to Stream and LTS, Related to T6847, T8147.
Open, NormalPublicFEATURE REQUEST

Description

Backport the Intel ice Out-Of-Tree (OOT) driver, introduced in the Rolling release via PR #1185 to VyOS Stream and LTS 1.5, in order to add support for Intel E825-C and E835-C Ethernet controllers.

The following NICs are currently invisible to VyOS on Stream and LTS due to missing PCI IDs in the in-tree ice driver in kernel 6.6.128-vyos:

E825-C

8086:579C
8086:579D
8086:579E
8086:579F

E835-C

8086:1248
8086:1249
8086:1261
8086:1262
8086:1263
VyOS 2026.05.26-0047-rolling, post PR #1185:

E825-C

$ modinfo ice | grep "alias.*pci" | grep "v00008086" | grep "579"
alias: pci:v00008086d0000579Fsv*sd*bc*sc*i*
alias: pci:v00008086d0000579Esv*sd*bc*sc*i*
alias: pci:v00008086d0000579Dsv*sd*bc*sc*i*
alias: pci:v00008086d0000579Csv*sd*bc*sc*i*

E835-C

$ modinfo ice | grep "alias.*pci" | grep "v00008086" | grep -E "1248|1249|124a|1261|1262|1263"
alias: pci:v00008086d00001263sv*sd*bc*sc*i*
alias: pci:v00008086d00001262sv*sd*bc*sc*i*
alias: pci:v00008086d00001261sv*sd*bc*sc*i*
alias: pci:v00008086d00001249sv*sd*bc*sc*i*
alias: pci:v00008086d00001248sv*sd*bc*sc*i*

RELATED OBJECTS

T6847
T8147

Details

Version
1.5.0
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

c.faria triaged this task as Normal priority.
c.faria created this object in space S1 VyOS Public.
c.faria created this object with edit policy "All Users".