diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-09-12 23:09:09 +0200 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-09-12 23:09:09 +0200 |
| commit | c9eaf71fe0e4da8ffa9487832d60743a43586b56 (patch) | |
| tree | a1734afd1ce53ad9e69eb1a2d344df2210daf65b /data | |
| parent | 0b69d007405cacb680fc8a6130f2e4f9765ca977 (diff) | |
| download | vyos-build-c9eaf71fe0e4da8ffa9487832d60743a43586b56.tar.gz vyos-build-c9eaf71fe0e4da8ffa9487832d60743a43586b56.zip | |
Revert "Kernel: T2843: upgrade Kernel to v5.8.5"
This reverts commit 78c43c2078e292ac9b53d2d6a41a47466d283914.
Unfortunately we must revert the Kernel upgrade as there are two problematic
issues. One which is the break of ABI functionality with parted [1] and second
the internal cryptop API [2] which removed required literals for the build of
Intel QAT acceleration.
In the two weeks running 5.8 we still learned a lot - we experienced a
performance improvement of ~30% when doing NAT @ > 10GBit/s and also utilizing
the build in updated drivers for Intel NICs and WireGuard.
We are looking forward to the release of this years LTS kernel and we hope to
ship this in the final 1.3 release.
1: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.8.y&id=692d062655
2: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.5.y&id=d63007eb95
Diffstat (limited to 'data')
| -rw-r--r-- | data/defaults.json | 2 | ||||
| -rw-r--r-- | data/package-lists/vyos-x86.list.chroot | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json index 85e3482..393966c 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -5,7 +5,7 @@ "debian_distribution": "buster", "vyos_mirror": "http://dev.packages.vyos.net/repositories/current", "vyos_branch": "current", - "kernel_version": "5.8.8", + "kernel_version": "4.19.142", "kernel_flavor": "amd64-vyos", "release_train": "equuleus", "additional_repositories": [ diff --git a/data/package-lists/vyos-x86.list.chroot b/data/package-lists/vyos-x86.list.chroot index 7bd0608..6275157 100644 --- a/data/package-lists/vyos-x86.list.chroot +++ b/data/package-lists/vyos-x86.list.chroot @@ -6,4 +6,9 @@ vyos-netplug vyos-xe-guest-utilities vyos-1x-vmware vyos-linux-firmware +vyos-intel-i40e +vyos-intel-igb +vyos-intel-ixgbe +vyos-intel-ixgbevf +vyos-intel-iavf vyos-intel-qat |
