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:	Mon, 08 Sep 2008 16:10:16 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	herbert@...dor.apana.org.au
Cc:	netdev@...r.kernel.org
Subject: Re: net: Enable TSO if supported by at least one device

From: Herbert Xu <herbert@...dor.apana.org.au>
Date: Mon, 8 Sep 2008 18:42:03 +1000

> net: Enable TSO if supported by at least one device
> 
> As it stands users of netdev_compute_features (e.g., bridges/bonding)
> will only enable TSO if all consituent devices support it.  This
> is unnecessarily pessimistic since even on devices that do not
> support hardware TSO and SG, emulated TSO still performs to a par
> with TSO off.
> 
> This patch enables TSO if at least on constituent device supports
> it in hardware.
> 
> The direct beneficiaries will be virtualisation that uses bridging
> since this means that TSO will always be enabled for communication
> from the host to the guests.
> 
> Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au>

Applied to net-next-2.6, thanks Herbert.
--
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