“20cee16ced631f70a62c97bdebae08a1c9470448”上不存在“arch/powerpc/mm/imalloc.c”
  • E
    net: loopback: set default mtu to 64K · 0cf833ae
    Eric Dumazet 提交于
    loopback current mtu of 16436 bytes allows no more than 3 MSS TCP
    segments per frame, or 48 Kbytes. Changing mtu to 64K allows TCP
    stack to build large frames and significantly reduces stack overhead.
    
    Performance boost on bulk TCP transferts can be up to 30 %, partly
    because we now have one ACK message for two 64KB segments, and a lower
    probability of hitting /proc/sys/net/ipv4/tcp_reordering default limit.
    Signed-off-by: NEric Dumazet <edumazet@google.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    0cf833ae
loopback.c 5.4 KB