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]
Date:	22 Feb 2007 14:47:38 +0100
From:	Andi Kleen <andi@...stfloor.org>
To:	"Hua Zhong" <hzhong@...il.com>
Cc:	<netdev@...r.kernel.org>
Subject: Re: Linux 2.6 HTB does only work with existing connections

"Hua Zhong" <hzhong@...il.com> writes:

> Correction: it's TSO, not TOE.
> 
> By googling I found that specifying a big MTU (like 16500) on the "tc class"
> command avoids the "giant" packets. No idea where they come from.

They come from TCP because it will pass down a max MTU sized packet
(upto 64k) for the NIC to segment (Tcp Segmentation Offload)

But the traffic control cannot work with such large packets.

> Any better idea on a proper fix?

Hmm, that's nasty.   The only workaround I could think of would
be to force TSO/LSO off when a non standard queueing discipline is active.

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