Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 2106856

Summary: [Rebase] Rebase to DPDK 21.11.1
Product: Red Hat Enterprise Linux 9 Reporter: Timothy Redaelli <tredaelli>
Component: dpdkAssignee: Timothy Redaelli <tredaelli>
Status: VERIFIED --- QA Contact: Jiying Qiu <jiqiu>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.1CC: ovs-qe
Target Milestone: rcKeywords: Rebase, Triaged
Target Release: 9.1Flags: jhsiao: needinfo? (tredaelli)
pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: dpdk-21.11.1-1.el9 Doc Type: Rebase: Bug Fixes and Enhancements
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Timothy Redaelli 2022-07-13 17:06:13 UTC

Comment 3 Jean-Tsung Hsiao 2022-08-24 19:06:39 UTC
Hi Tim,

When tested against the ICE card, got the following failures:

EAL: libarchive not linked, /lib/firmware/intel/ice/ddp/ice.pkg.xz cannot be decompressed
ice_load_pkg(): failed to search file path

ice_dev_init(): Failed to load the DDP package,Use safe-mode-support=1 to enter Safe Mode

After manually decompressing ice-1.3.26.0.pkg.xz and relink, dpdk-testpmd worked --- see log below.

-rw-r--r--. 1 root root 21088 Apr 12 10:55 ice-1.3.26.0.pkg.xz
lrwxrwxrwx. 1 root root    19 Apr 12 10:55 ice.pkg.xz -> ice-1.3.26.0.pkg.xz
[root@wsfd-advnetlab10 ddp]# ll /lib/firmware/intel/ice/ddp/ice.pkg.xz
lrwxrwxrwx. 1 root root 19 Apr 12 10:55 /lib/firmware/intel/ice/ddp/ice.pkg.xz -> ice-1.3.26.0.pkg.xz
[root@wsfd-advnetlab10 ddp]# xz -d ice-1.3.26.0.pkg.xz
[root@wsfd-advnetlab10 ddp]# ll
total 624
-rw-r--r--. 1 root root 635256 Apr 12 10:55 ice-1.3.26.0.pkg
lrwxrwxrwx. 1 root root     19 Apr 12 10:55 ice.pkg.xz -> ice-1.3.26.0.pkg.xz
[root@wsfd-advnetlab10 ddp]# rm -rf ice.pkg.xz 
[root@wsfd-advnetlab10 ddp]# ln -s ice-1.3.26.0.pkg ice.pkg
[root@wsfd-advnetlab10 ddp]# ll
total 624
-rw-r--r--. 1 root root 635256 Apr 12 10:55 ice-1.3.26.0.pkg
lrwxrwxrwx. 1 root root     16 Aug 24 14:37 ice.pkg -> ice-1.3.26.0.pkg

[root@wsfd-advnetlab10 ~]# dpdk-testpmd -l 2,4,28,6,30 -a 0000:3b:00.0 -a 0000:3b:00.1 -- -i --nb-cores=4 --rxq=2 --txq=2 --rxd=1024 --txd=1024
EAL: Detected CPU lcores: 48
EAL: Detected NUMA nodes: 2
EAL: Detected shared linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: No available 2048 kB hugepages reported
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:3b:00.0 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.26.0, ICE OS Default Package (double VLAN mode)
EAL: Probe PCI driver: net_ice (8086:1592) device: 0000:3b:00.1 (socket 0)
ice_load_pkg_type(): Active package is: 1.3.26.0, ICE OS Default Package (double VLAN mode)
TELEMETRY: No legacy callbacks, legacy socket not created
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=179456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 0)
ice_set_rx_function(): Using AVX2 OFFLOAD Vector Rx (port 0).
Port 0: 40:A6:B7:18:FC:D8
Configuring Port 1 (socket 0)
ice_set_rx_function(): Using AVX2 OFFLOAD Vector Rx (port 1).
Port 1: 40:A6:B7:18:FC:D9
Checking link statuses...
Done
testpmd>

P2P got 68+ Mpps.

Comment 6 Jean-Tsung Hsiao 2022-08-24 19:50:40 UTC
Hi Tim,
Please check comment 3 above.
There is a failure against ICE card:

EAL: libarchive not linked, /lib/firmware/intel/ice/ddp/ice.pkg.xz cannot be decompressed
ice_load_pkg(): failed to search file path

Want to fix here? Or, file another bug ?

Thanks!
Jean

Comment 7 Jean-Tsung Hsiao 2022-08-25 19:03:08 UTC
Ran P2P/dpdk-testpmd against 100 Gb ICE card. Got 68+ Mpps based Trex Trafficgen binary search --- 1K flow 0.002% loss 30 seconds trials and 60 seconds  validations.

Set the status to VERIFIED.