Enable OOT drivers i40e, iavf

In order to deal with a firmware incompatibility or if a problem is
found with the in-tree driver, we want to continue to support one
version of each out-of-tree driver. Since the versions have already
been validated. We will be preserving i40e 2.20.12, iavf 4.5.3.2,
and ice 1.9.11as OOT drivers, along with the NVME update utility
version 9.20 for the 700 series NICs and version 4.22 for the E810
series of NICs.

We only enable i40e and iavf here because ice is already enabled in
the previous commit "Use the in-tree drivers in initramfs".

Verification:
- installs from iso succeed on servers with ice(ntel E810-2C-QDA2
  Chapman beach) and i40e hw(Intel Ethernet Controller X710) for
  rt and std.
- interfaces are up and pass packets for rt and std.
- create vfs, ensure that they are picked up by the new iavf
  driver and that the interface can come up and pass packets
  on rt and std system.
- Check dmesg to see DDP package is loaded successfully and
  the version is 1.3.30.0 for rt and std.

Story: 2011056
Task: 49672

Depends-On: https://review.opendev.org/c/starlingx/kernel/+/911397
Depends-On: https://review.opendev.org/c/starlingx/tools/+/915214

Change-Id: I1c4a76ca3e11199349e744e64cc052b50166444e
Signed-off-by: Jiping Ma <jiping.ma2@windriver.com>
(cherry picked from commit 3994bd147d)
Signed-off-by: Jiping Ma <jiping.ma2@windriver.com>
This commit is contained in:
Jiping Ma 2024-03-06 06:21:46 +00:00
parent c77e3e2503
commit 43676bbdc5
1 changed files with 4 additions and 0 deletions

View File

@ -40,8 +40,12 @@ packages:
- grep
- grub2
- gzip
- iavf
- iavf-rt
- ice
- ice-rt
- i40e
- i40e-rt
- ifupdown
- initramfs-ostree
- iproute2