lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 17 Feb 2012 11:41:04 -0500
From:	Neal Cardwell <ncardwell@...gle.com>
To:	Eric Dumazet <eric.dumazet@...il.com>
Cc:	alekcejk@...glemail.com, netdev@...r.kernel.org
Subject: Re: Re: Re: Re: limited network bandwidth with 3.2.x kernels

On Thu, Feb 16, 2012 at 5:35 PM, Eric Dumazet <eric.dumazet@...il.com> wrote:
> An incoming skb is considered as "good citizen" in term of memory usage
> if its truesize is no more than
> len + len/4   (if adv_win_scale == 2)
>
> That was true when truesize was 1500+NET_SKB_PAD+sizeof(sk_buff),
> but not true anymore when truesize is 2048+sizeof(sk_buff), or even more
> when its 4096+sizeof(sk_buff)
>
> So receiver doesnt increase rcv_ssthresh and cannot open its window.
>
> tcp_grow_window() should be tweaked to :
>
> 1) Relax the requirements
> 2) Allow bigger increase in case of super packets (LRO/GRO)

That sounds great. Is this something you're planning on tackling?

neal
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ