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] [day] [month] [year] [list]
Message-ID: <1434067060.27504.69.camel@edumazet-glaptop2.roam.corp.google.com>
Date:	Thu, 11 Jun 2015 16:57:40 -0700
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	David Miller <davem@...emloft.net>
Cc:	edumazet@...gle.com, netdev@...r.kernel.org, ncardwell@...gle.com,
	ycheng@...gle.com, edumazet@...il.com
Subject: Re: [PATCH net-next 0/5] tcp: defer shinfo->gso_size|type settings

On Thu, 2015-06-11 at 16:45 -0700, David Miller wrote:

> Series applied, however long term I worry that using a u16 will not
> work with TSO'd ipv6 jumbograms.

Well, this would be very long term, as we currently limit GSO/TSO
packets to less than 64KB anyway (tcp_xmit_size_goal())

new_size_goal = sk->sk_gso_max_size - 1 - MAX_TCP_HEADER;

Thanks


--
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