diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-05-08 22:38:39 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-05-08 22:44:08 +0200 |
| commit | f3a221bf83c58f43059386f00237e0f00818de25 (patch) | |
| tree | 9131b714e043ac3edbaf3a7bcc3a7679cc33064c /data | |
| parent | 0e1197b2900559793f6eb746c7ebe5d5423e0973 (diff) | |
| download | vyos-build-f3a221bf83c58f43059386f00237e0f00818de25.tar.gz vyos-build-f3a221bf83c58f43059386f00237e0f00818de25.zip | |
Kernel: T6847: add Intel IAVF out-of-tree Kernel driver with custom patches
The Intel iavf driver (formerly i40evf) is the Linux virtual function driver
for modern Intel Ethernet adapters supporting SR-IOV, including the X700/E800
series.
Renamed to iavf to support future devices, it replaced i40evf entirely by 2019.
The driver facilitates high-performance networking in virtualized environments.
This commit contains custom patches to make the driver build.
Diffstat (limited to 'data')
| -rw-r--r-- | data/architectures/amd64.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/architectures/amd64.toml b/data/architectures/amd64.toml index 9e3c85d0..e8edcd18 100644 --- a/data/architectures/amd64.toml +++ b/data/architectures/amd64.toml @@ -9,6 +9,7 @@ packages = [ "vyos-intel-ixgbevf", "vyos-intel-i40e", "vyos-intel-ice", + "vyos-intel-iavf", "vyos-ipt-netflow", "intel-microcode", "amd64-microcode" |
