login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
14
Re: 2.6.24-rc2: Network commit causes SLUB performance regression with tbench
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Nick Piggin
Subject:
Re: 2.6.24-rc2: Network commit causes SLUB performance regression with tbench
Date: Tuesday, November 13, 2007 - 5:02 pm
On Wednesday 14 November 2007 22:48, Herbert Xu wrote:
quoted text
> On Wed, Nov 14, 2007 at 03:10:22AM -0800, David Miller wrote: > > So the thing that's being effected here in TCP is > > net/ipv4/tcp.c:select_size(), specifically the else branch: > > Thanks for the pointer. Indeed there is a bug in that area. > I'm not sure whether it's causing the problem at hand but it's > certainly suboptimal. > > [TCP]: Fix size calculation in sk_stream_alloc_pskb
This looks like it fixes the problem! Still interested to know why SLAB didn't see the same thing...
quoted text
> We round up the header size in sk_stream_alloc_pskb so that > TSO packets get zero tail room. Unfortunately this rounding > up is not coordinated with the select_size() function used by > TCP to calculate the second parameter of sk_stream_alloc_pskb. > > As a result, we may allocate more than a page of data in the > non-TSO case when exactly one page is desired. > > In fact, rounding up the head room is detrimental in the non-TSO > case because it makes memory that would otherwise be available to > the payload head room. TSO doesn't need this either, all it wants > is the guarantee that there is no tail room. > > So this patch fixes this by adjusting the skb_reserve call so that > exactly the requested amount (which all callers have calculated in > a precise way) is made available as tail room. > > Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> > > Cheers,
-
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
2.6.24-rc2 slab vs slob tbench numbers
, Nick Piggin
, (Fri Nov 9, 5:36 am)
Re: 2.6.24-rc2 slab vs slob tbench numbers
, Christoph Lameter
, (Fri Nov 9, 8:15 am)
Re: 2.6.24-rc2 slab vs slob tbench numbers
, Christoph Lameter
, (Fri Nov 9, 10:49 am)
2.6.24-rc2: Network commit causes SLUB performance regress ...
, Christoph Lameter
, (Fri Nov 9, 4:46 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Fri Nov 9, 6:29 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Fri Nov 9, 8:28 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Christoph Lameter
, (Mon Nov 12, 12:44 pm)
Re: 2.6.24-rc2 slab vs slob tbench numbers
, Matt Mackall
, (Mon Nov 12, 1:13 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Tue Nov 13, 4:41 am)
Re: 2.6.24-rc2 slab vs slob tbench numbers
, Nick Piggin
, (Tue Nov 13, 4:44 am)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Tue Nov 13, 10:36 am)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Tue Nov 13, 11:14 am)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Tue Nov 13, 3:27 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Tue Nov 13, 3:55 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Tue Nov 13, 4:39 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Tue Nov 13, 5:02 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, David Miller
, (Tue Nov 13, 6:58 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, David Miller
, (Tue Nov 13, 11:12 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, David Miller
, (Tue Nov 13, 11:37 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, David Miller
, (Wed Nov 14, 4:10 am)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Herbert Xu
, (Wed Nov 14, 4:48 am)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, David Miller
, (Wed Nov 14, 5:10 am)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Christoph Lameter
, (Wed Nov 14, 11:33 am)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, David Miller
, (Wed Nov 14, 4:46 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Wed Nov 14, 5:21 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, David Miller
, (Wed Nov 14, 5:27 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Christoph Lameter
, (Wed Nov 14, 6:03 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Herbert Xu
, (Wed Nov 14, 6:11 pm)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ...
, Nick Piggin
, (Wed Nov 14, 6:47 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
Re: [PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing
Jeremy Fitzhardinge
Re: Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in BUILD
Nick Piggin
Re: [patch] CFS (Completely Fair Scheduler), v2
Gary Hade
Re: [PATCH 0/5][RFC] Physical PCI slot objects
Dave Johnson
Re: expected behavior of PF_PACKET on NETIF_F_HW_VLAN_RX device?
linux-netdev
:
Arnd Bergmann
Re: 64-bit net_device_stats
Stephens, Allan
RE: [PATCH]: tipc: Fix oops on send prior to entering networked mode
frank.blaschka
[patch 3/5] [PATCH] qeth: support z/VM VSWITCH Port Isolation
Wu Fengguang
Re: [PATCH] dm9601: handle corrupt mac address
David Miller
Re: [PATCH net-2.6.24] Fix refcounting problem with netif_rx_reschedule()
git
:
Junio C Hamano
Re: [PATCH] [RFC] add Message-ID field to log on git-am operation
Junio C Hamano
Re: Handling large files with GIT
Karl
Re: [ANNOUNCE] pg - A patch porcelain for GIT
Josh Triplett
Re: [RFC][PATCH 00/10] Sparse: Git's "make check" target
Pierre Habouzit
Re: [PATCH] git-daemon: more powerful base-path/user-path settings, using formats.
git-commits-head
:
Linux Kernel Mailing List
MIPS: RBTX4939: Fix IOC pin-enable register updating
Linux Kernel Mailing List
regulator: update email address for Liam Girdwood
Linux Kernel Mailing List
[SCSI] ipr: add message to error table
Linux Kernel Mailing List
powerpc/32: Wire up the trampoline code for kdump
Linux Kernel Mailing List
USB: omap_udc: sync with OMAP tree
openbsd-misc
:
Josh Grosse
Re: error : pkg add phpMyAdmin
Brian Candler
Re: OBSD's perspective on SELinux
Jacob Meuser
Re: /dev/audio: Device busy
David Vasek
Re: Inexpensive, low power, "wall wart" computer
William Boshuck
Re: Richard Stallman...
Colocation donated by:
Syndicate