SR-IOV DPDK traffic loss

It has been found that the current version of the i40e driver
causes SR-IOV VF interfaces to report a speed of 100Mbps when
used by DPDK applications.

Uprevving the i40e and iavf drivers to the latest release
will resolve the issue.

Change-Id: I503001f979252f319cb849f9f3fd148b050062a8
Closes-Bug: #1885020
Signed-off-by: Steven Webster <steven.webster@windriver.com>
This commit is contained in:
Steven Webster
2020-06-25 16:33:24 -04:00
parent 58597630f6
commit a8c66d3860
6 changed files with 28 additions and 24 deletions

View File

@@ -1,9 +1,9 @@
COPY_LIST=" \
$PKG_BASE/files/* \
$STX_BASE/downloads/iavf-3.7.61.20.tar.gz"
$STX_BASE/downloads/iavf-3.9.5.tar.gz"
OPT_DEP_LIST_FOR_BUILD_TYPE[std]=$GIT_BASE/kernel-std
OPT_DEP_LIST_FOR_BUILD_TYPE[rt]=$GIT_BASE/kernel-rt
BASE_SRCREV_FOR_PATH[$GIT_BASE/kernel-std]=145ff64b9734e5c45cfd8eb837a04e257b4b9581
BASE_SRCREV_FOR_PATH[$GIT_BASE/kernel-rt]=c0fee2da8ef34aa816ddd76690ed425b2ff94c90
PKG_BASE_SRCREV=e51acfabf349d27780a3663bfa76887116b1bfee
TIS_PATCH_VER=PKG_GITREVCOUNT+OTHER_GITREVCOUNT+1
BASE_SRCREV_FOR_PATH[$GIT_BASE/kernel-std]=58597630f681940c2a20cca75dc96c06ae9be15b
BASE_SRCREV_FOR_PATH[$GIT_BASE/kernel-rt]=58597630f681940c2a20cca75dc96c06ae9be15b
PKG_BASE_SRCREV=58597630f681940c2a20cca75dc96c06ae9be15b
TIS_PATCH_VER=PKG_GITREVCOUNT+OTHER_GITREVCOUNT

View File

@@ -8,7 +8,7 @@
%define kmod_name iavf
Name: %{kmod_name}-kmod%{?bt_ext}
Version: 3.7.61.20
Version: 3.9.5
Release: 0%{?_tis_dist}.%{tis_patch_ver}
Group: System Environment/Kernel
License: GPLv2