https://bugs.dpdk.org/show_bug.cgi?id=1534 Bug ID: 1534 Summary: Transmit errors with iavf VF using SR-IOV on VM Product: DPDK Version: 24.07 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: Junya.Oda@anritsu.com Target Milestone: --- Overview: I have created an application based on “examples/l2fwd”. There is a problem that unable to transmit any packets. (Receiving packets is working) It seems similar to the following bug: https://bugs.dpdk.org/show_bug.cgi?id=590 Steps to Reproduce: 1. Create SR-IOV VF on Hypervisor 2. Create VM with SR-IOV-Passthrough 3. Bind "igb_uio" to VF 4. Launch software At step2, VF can communicate a external switch Actual Results: No packets are transmitted. When "rte_eth_stats_get" is executed, “oerrors” matched the number of packets that were attempted to be sent. Expected Results: The packets should be transmitted. --- VM information --- OS : Ubuntu 22.04.4 LTS NIC : Intel E810 ``` lspci -Dknn 0000:07:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Adaptive Virtual Function [8086:1889] (rev 02) Subsystem: Intel Corporation Ethernet Adaptive Virtual Function [8086:0000] Kernel driver in use: iavf Kernel modules: iavf ``` -- You are receiving this mail because: You are the assignee for the bug.