DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 486] i40e driver has very bad performance when VXLAN TSO is enabled
@ 2020-05-28 12:01 bugzilla
  2020-07-30  3:45 ` bugzilla
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2020-05-28 12:01 UTC (permalink / raw)
  To: dev

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@dpdk.org
          Reporter: yangyi01@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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-30  3:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28 12:01 [dpdk-dev] [Bug 486] i40e driver has very bad performance when VXLAN TSO is enabled bugzilla
2020-07-30  3:45 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).