Thread (18 messages) flat view 18 messages, 6 authors, 2016-11-28

Re: Large performance regression with 6in4 tunnel (sit)

From: Sven-Haegar Koch <hidden>
Date: 2016-11-25 04:16:16

On Fri, 25 Nov 2016, Stephen Rothwell wrote:
On Fri, 25 Nov 2016 10:18:12 +0800 Eli Cooper [off-list ref] wrote:
quoted
Sounds like TSO/GSO packets are not properly segmented and therefore
dropped.

Could you first try turning off segmentation offloading for the tunnel
interface?
    ethtool -K sit0 tso off gso off
On Thu, 24 Nov 2016 18:30:14 -0800 Eric Dumazet [off-list ref]
quoted
You also could try to disable TSO and see if this makes a difference

ethtool -K sixtofour0 tso off
So turning off tso brings performance up to IPv4 levels ...

Thanks for that, it solves my immediate problem.
Somehow this problem description really reminds me of a report on 
netdev a bit ago, which the following patch fixed:

commit 9ee6c5dc816aa8256257f2cd4008a9291ec7e985
Author: Lance Richardson [off-list ref]
Date:   Wed Nov 2 16:36:17 2016 -0400

    ipv4: allow local fragmentation in ip_finish_output_gso()
    
    Some configurations (e.g. geneve interface with default
    MTU of 1500 over an ethernet interface with 1500 MTU) result
    in the transmission of packets that exceed the configured MTU.
    While this should be considered to be a "bad" configuration,
    it is still allowed and should not result in the sending
    of packets that exceed the configured MTU.

Could this be related?

I suppose it would be difficult to test this patch on this machine?

c'ya
sven-haegar

-- 
Three may keep a secret, if two of them are dead.
- Ben F.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help