Upversion ixgbe, ixgbevf drivers
This commit upgrades the ixgbe and ixgbevf drivers to the latest versions. ixgbe is upversioned to 5.5.5 from 5.5.3 ixgbevf is upversioned to 4.5.3 from 4.5.1 For ixgbe, Intel has noted that RHEL 7.6 support is introduced in version 5.5.5, whereas only RHEL 7.5 support is present in version 5.5.3. The 5.5.5 version will also pick up a bug fix needed for SR-IOV operations. For ixgbevf, Intel has verified RHEL 7.6 support in version 4.5.3, while they have verified only RHEL 7.5 in version 4.5.1. Depends-On: https://review.opendev.org/#/c/664280 Change-Id: Ic7e0089a7b218094f3367cdce17ec950359cedae Closes-Bug: #1830636 Signed-off-by: Steven Webster <steven.webster@windriver.com>
This commit is contained in:
parent
6c7632be90
commit
8dbd4fbcf8
@ -1,4 +1,4 @@
|
||||
COPY_LIST=" \
|
||||
$PKG_BASE/files/* \
|
||||
$STX_BASE/downloads/ixgbe-5.5.3.tar.gz"
|
||||
$STX_BASE/downloads/ixgbe-5.5.5.tar.gz"
|
||||
TIS_PATCH_VER=1
|
||||
|
@ -8,7 +8,7 @@
|
||||
%define kmod_name ixgbe
|
||||
|
||||
Name: %{kmod_name}-kmod%{?bt_ext}
|
||||
Version: 5.5.3
|
||||
Version: 5.5.5
|
||||
Release: 0%{?_tis_dist}.%{tis_patch_ver}
|
||||
Group: System Environment/Kernel
|
||||
License: GPLv2
|
||||
|
@ -1,4 +1,4 @@
|
||||
COPY_LIST=" \
|
||||
$PKG_BASE/files/* \
|
||||
$STX_BASE/downloads/ixgbevf-4.5.1.tar.gz"
|
||||
$STX_BASE/downloads/ixgbevf-4.5.3.tar.gz"
|
||||
TIS_PATCH_VER=1
|
||||
|
@ -8,7 +8,7 @@
|
||||
%define kmod_name ixgbevf
|
||||
|
||||
Name: %{kmod_name}-kmod%{?bt_ext}
|
||||
Version: 4.5.1
|
||||
Version: 4.5.3
|
||||
Release: 0%{?_tis_dist}.%{tis_patch_ver}
|
||||
Group: System Environment/Kernel
|
||||
License: GPLv2
|
||||
|
Loading…
Reference in New Issue
Block a user