Bug 1770119
| Summary: | [mlx5_core] testpmd: infiniband mlx5_0: mlx5_ib_post_send_wait:919:(pid 2105): reg umr failed (5) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | qding | ||||||||
| Component: | DPDK | Assignee: | Kevin Traynor <ktraynor> | ||||||||
| DPDK sub component: | sriov | QA Contact: | liting <tli> | ||||||||
| Status: | NEW --- | Docs Contact: | |||||||||
| Severity: | unspecified | ||||||||||
| Priority: | medium | CC: | ctrautma, goetz.waschk, jhsiao, knweiss, mleitner, qding, sscheink | ||||||||
| Version: | FDP 19.G | ||||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| 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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
qding
2019-11-08 08:05:47 UTC
Hi qding, does this still reproduce? if so, can you please provide a setup with reproduction steps? Thanks, Alaa Created attachment 1657761 [details]
XML for creating guest
Created attachment 1657762 [details]
XML for attaching VF1 to guest
Created attachment 1657766 [details]
XML for attaching VF2 to guest
(In reply to Alaa Hleihel (Mellanox) from comment #3) > Hi qding, > > does this still reproduce? > if so, can you please provide a setup with reproduction steps? > 1. set bootoption in host as below and reboot system if anything changed [root@dell-per740-10 ~]# cat /proc/cmdline BOOT_IMAGE=/vmlinuz-3.10.0-1125.el7.x86_64 root=/dev/mapper/rhel_dell--per740--10-root ro crashkernel=auto intel_iommu=on iommu=pt default_hugepagesz=1GB hugepagesz=1G hugepages=16 spectre_v2=retpoline rd.lvm.lv=rhel_dell-per740-10/root rd.lvm.lv=rhel_dell-per740-10/swap console=ttyS0,115200n81 [root@dell-per740-10 ~]# 2. install required packages wget http://download-node-02.eng.bos.redhat.com/brewroot/packages/qemu-kvm-rhev/2.12.0/33.el7_7.8/x86_64/qemu-img-rhev-2.12.0-33.el7_7.8.x86_64.rpm wget http://download-node-02.eng.bos.redhat.com/brewroot/packages/qemu-kvm-rhev/2.12.0/33.el7_7.8/x86_64/qemu-kvm-common-rhev-2.12.0-33.el7_7.8.x86_64.rpm wget http://download-node-02.eng.bos.redhat.com/brewroot/packages/qemu-kvm-rhev/2.12.0/33.el7_7.8/x86_64/qemu-kvm-rhev-2.12.0-33.el7_7.8.x86_64.rpm yum -y install libvirt yum -y install virt-install yum -y install libguestfs-tools systemctl restart libvirtd 3. create sriov vfs echo 1 > /sys/bus/pci/devices/0000:5e:00.0/sriov_numvfs echo 1 > /sys/bus/pci/devices/0000:5e:00.1/sriov_numvfs 4. create VM and attach VFs to guest virsh create g1.xml virsh attach-device g1 vf1.xml virsh attach-device g1 vf2.xml * please see the attachment for the files 5. install required packages in guest yum -y install http://download-node-02.eng.bos.redhat.com/brewroot/packages/dpdk/18.11.2/1.el7/x86_64/dpdk-18.11.2-1.el7.x86_64.rpm yum -y install http://download-node-02.eng.bos.redhat.com/brewroot/packages/dpdk/18.11.2/1.el7/x86_64/dpdk-tools-18.11.2-1.el7.x86_64.rpm yum -y install libibverbs 6. set bootoptions in guest as below and reboot guest if anything changed [root@localhost ~]# cat /proc/cmdline BOOT_IMAGE=/vmlinuz-3.10.0-1118.el7.x86_64 root=/dev/mapper/rhel-root ro rhgb intel_iommu=on default_hugepagesz=1GB hugepagesz=1G hugepages=2 console=ttyS0,115200 crashkernel=auto spectre_v2=retpoline rd.lvm.lv=rhel/root rd.lvm.lv=rhel/swap console=ttyS0 [root@localhost ~]# history 7. run testpmd testpmd -l 0,1,2 -n 4 --socket-mem 1024 --legacy-mem -w 0000:03:00.0 -w 0000:04:00.0 -- --burst=64 -i --forward-mode=mac --auto-start --nb-cores=2 --rxq=1 --txq=1 --rxd=2048 --txd=2048 --disable-rss Thanks Qijun |