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.
Description of problem: On hosts with Intel X722 iWARP HCA, all perftest commands fail. Version-Release number of selected component (if applicable): RHEL-8.7 [root@rdma-perf-04 perftest]$ cat /etc/redhat-release Red Hat Enterprise Linux release 8.7 Beta (Ootpa) [root@rdma-perf-04 perftest]$ uname -r 4.18.0-411.el8.x86_64 [root@rdma-perf-04 perftest]$ grep -i distro /etc/motd DISTRO=RHEL-8.7.0-20220727.0 [root@rdma-perf-04 perftest]$ lspci | grep -i x722 88:00.0 Ethernet controller: Intel Corporation Ethernet Connection X722 for 10GbE SFP+ (rev 02) 88:00.1 Ethernet controller: Intel Corporation Ethernet Connection X722 for 10GbE SFP+ (rev 02) 88:00.2 Ethernet controller: Intel Corporation Ethernet Connection X722 for 10GbE SFP+ (rev 02) 88:00.3 Ethernet controller: Intel Corporation Ethernet Connection X722 for 10GbE SFP+ (rev 02) [root@rdma-perf-04 perftest]$ ibv_devinfo -d irdma1 hca_id: irdma1 transport: iWARP (1) fw_ver: 0.2 node_guid: a6bf:01ff:fe05:b59c sys_image_guid: a6bf:01ff:fe05:b59c vendor_id: 0x8086 vendor_part_id: 14288 hw_ver: 0x2 phys_port_cnt: 1 port: 1 state: PORT_ACTIVE (4) max_mtu: 4096 (5) active_mtu: 1024 (3) sm_lid: 0 port_lid: 1 port_lmc: 0x00 link_layer: Ethernet [root@rdma-perf-04 perftest]$ ibstatus irdma1 Infiniband device 'irdma1' port 1 status: default gid: a4bf:0105:b59c:0000:0000:0000:0000:0000 base lid: 0x1 sm lid: 0x0 state: 4: ACTIVE phys state: 5: LinkUp rate: 100 Gb/sec (4X EDR) link_layer: Ethernet [root@rdma-perf-04 perftest]$ How reproducible: Always Steps to Reproduce: 1. Install RHEL-8.7 on rdma-perf-04 & rdma-perf-05 servers (both with Intel X722 iWARP irdma) 2. execute perftest test scripts 3. Actual results: perftest test results on rdma-perf-04/rdma-perf-05 & Beaker job J:6873193: 4.18.0-411.el8.x86_64, rdma-core-37.2-1.el8, i40e, iw, & irdma1 Result | Status | Test ---------+--------+------------------------------------ FAIL | 1 | ib_read_bw RC FAIL | 1 | ib_read_lat RC FAIL | 124 | ib_send_bw RC FAIL | 124 | ib_send_lat RC FAIL | 124 | ib_write_bw RC FAIL | 124 | ib_write_lat RC Expected results: Test to pass Additional info: Beaker job: https://beaker.engineering.redhat.com/jobs/6873193 The solution mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=2032739#c1 doesn't make a difference.