Bug 2101310
Summary: | passt: Warning message "Can't run AVX2 build" with passt command | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Quan Wenli <wquan> |
Component: | passt | Assignee: | Stefano Brivio <sbrivio> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lei Yang <leiyang> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9.1 | CC: | aadam |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | 0.git.2022_08_04.b516d15 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-11-02 08:03:04 UTC | 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
Quan Wenli
2022-06-27 07:09:57 UTC
Pre-verified it with passt-0.git.2022_08_04.b516d15-0.el9.x86_64, the issus is fixed. [test@dell-per440-18 ~]$ passt -f -t 10001 -u 10001 -P passt.pid Outbound interface (IPv4): eno1 Outbound interface (IPv6): eno1 MAC: host: 2c:ea:7f:71:b6:ee DHCP: assign: 10.73.114.95 mask: 255.255.254.0 router: 10.73.115.254 DNS: 10.73.2.107 10.73.2.108 10.66.127.10 DNS search list: lab.eng.pek2.redhat.com NDP/DHCPv6: assign: 2620:52:0:4972:c2ea:8fbd:2a2f:a168 router: fe80::cee1:9402:8b35:be41 our link-local: fe80::10fc:4758:1541:ef2f DNS search list: lab.eng.pek2.redhat.com UNIX domain socket bound at /tmp/passt_1.socket You can now start qrap: ./qrap 5 kvm ... -net socket,fd=5 -net nic,model=virtio or directly qemu, patched with: qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch as follows: kvm ... -net socket,connect=/tmp/passt_1.socket -net nic,model=virtio Confirmed with Stefano, it's fixed within coment #2, we can close it with current release. |