[DPDK/ethdev Bug 1534] Transmit errors with iavf VF using SR-IOV on VM
bugzilla at dpdk.org
bugzilla at dpdk.org
Fri Sep 6 08:57:22 CEST 2024
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 at dpdk.org
Reporter: Junya.Oda at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240906/3d5a1ea5/attachment-0001.htm>
More information about the dev
mailing list