Bug 2106856
| Summary: | [Rebase] Rebase to DPDK 21.11.1 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Timothy Redaelli <tredaelli> |
| Component: | dpdk | Assignee: | Timothy Redaelli <tredaelli> |
| Status: | VERIFIED --- | QA Contact: | Jiying Qiu <jiqiu> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.1 | CC: | ovs-qe |
| Target Milestone: | rc | Keywords: | Rebase, Triaged |
| Target Release: | 9.1 | Flags: | 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
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. 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 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. |