[dpdk-dev] [Bug 486] i40e driver has very bad performance when VXLAN TSO is enabled
bugzilla at dpdk.org
bugzilla at dpdk.org
Thu May 28 14:01:45 CEST 2020
https://bugs.dpdk.org/show_bug.cgi?id=486
Bug ID: 486
Summary: i40e driver has very bad performance when VXLAN TSO is
enabled
Product: DPDK
Version: 19.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: Normal
Component: ethdev
Assignee: dev at dpdk.org
Reporter: yangyi01 at inspur.com
Target Milestone: ---
Current OVS DPDK (DPDK 19.11.x) has supported TSO on vlan, but TSO isn't
enabled on vxlan.
DPDK and pmd drivers have been ready for VXLAN TSO support, I'm trying to
enable it, the first patch [1] has been posted into ovs community, it can work
in term of functionality, but performance is very bad, it is about 40Mbps on
two network namespaces on my two servers, I used OVS DPDK in one server, the
other server used OVS kernel, performance can reach about 110Mbps when I
disabled GRO on physical interface and vxlan interface (sudo ethtool -K XXX gro
off), it is about 2Gbps when I disabled tso and keep tx checksum offload on
(sudo ip netns exec ns02 ethtool -K veth2 tso off).
I checked my code many times, I can't find out root cause, I doubt it is i40e
driver issue (I'm very sure my X710 NIC can work well in OVS kernel and vxlan
tso is enabled)
[1]
https://patchwork.ozlabs.org/project/openvswitch/patch/20200525090337.110640-1-yang_y_yi@163.com/
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list