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:	Thu, 02 Oct 2008 11:49:20 -0400
From:	Patrick McManus <mcmanus@...ksong.com>
To:	"Brandeburg, Jesse" <jesse.brandeburg@...el.com>,
	herbert@...dor.apana.org.au, davem@...emloft.net
Cc:	netdev@...r.kernel.org
Subject: RE: 2.6.27 problem with shaping using netem/ifb (regression?) [TSO]

Testing a little further, the key element is tso on loopback. 

It is off by default for 23->26, and on by default in 27. My script is
always broken whenever I turn tso on for lo regardless of version.

So maybe just a lo/tso interaction problem not a regression.

The change that turned it on by default went into 27-rc4:

commit f22f8567cb0a530d8958d177e0f268783bd0d894
Author: Herbert Xu <herbert@...dor.apana.org.au>
Date:   Fri Aug 15 14:52:08 2008 -0700

    loopback: Enable TSO

    This patch enables TSO since the loopback device is naturally
    capable of handling packets of any size.  This also means that
    we won't enable GSO on lo which is good until GSO is fixed to
    preserve netfilter state as netfilter treats loopback packets
    in a special way.

    Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au>
    Signed-off-by: David S. Miller <davem@...emloft.net>


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