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 /scripts/package-build/linux-kernel/package.toml | |
| 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 'scripts/package-build/linux-kernel/package.toml')
| -rw-r--r-- | scripts/package-build/linux-kernel/package.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/package-build/linux-kernel/package.toml b/scripts/package-build/linux-kernel/package.toml index 41389d10..085c4074 100644 --- a/scripts/package-build/linux-kernel/package.toml +++ b/scripts/package-build/linux-kernel/package.toml @@ -65,6 +65,12 @@ scm_url = "http://github.com/intel/ethernet-linux-ice" build_cmd = "build_intel_nic" [[packages]] +name = "iavf" +commit_id = "v4.13.20" +scm_url = "http://github.com/intel/ethernet-linux-iavf" +build_cmd = "build_intel_nic" + +[[packages]] name = "jool" commit_id = "" scm_url = "" |
