login
Login
/
Register
Search
Header Space
Forums
News
Jobs
Blogs
Features
Man Pages
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
2
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce per cpu access overhead
view
thread
Score:
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
David Miller <davem@...>
To: <clameter@...>
Cc: <akpm@...>, <linux-arch@...>, <linux-kernel@...>, <mathieu.desnoyers@...>, <penberg@...>
Subject:
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce per cpu access overhead
Date: Thursday, November 1, 2007 - 10:51 pm
From: Christoph Lameter <clameter@sgi.com> Date: Thu, 1 Nov 2007 18:06:17 -0700 (PDT)
quoted text
> A reasonable implementation for 64 bit is likely going to depend on > reserving some virtual memory space for the per cpu mappings so that they > can be dynamically grown up to what the reserved virtual space allows. > > F.e. If we reserve 256G of virtual space and support a maximum of 16k cpus > then there is a limit on the per cpu space available of 16MB.
Now that I understand your implementation better, yes this sounds just fine. -
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:
[patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce per cp...
, Christoph Lameter
, (Wed Oct 31, 8:02 pm)
[PATCH 1/7] One less parameter to __d_path
, Jan Blunck
, (Mon Oct 29, 8:41 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Eric Dumazet
, (Thu Nov 1, 3:17 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 8:57 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 5:28 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 6:11 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 6:14 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 6:16 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 3:57 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 9:01 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 5:25 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 8:24 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 8:26 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 8:27 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 8:31 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 8:51 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 8:53 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 9:00 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 9:01 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 9:09 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 9:12 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Wed Oct 31, 9:13 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 12:16 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 3:01 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 5:14 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 9:03 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 5:29 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 6:15 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 6:38 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 6:48 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Eric Dumazet
, (Thu Nov 1, 7:00 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 9:40 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 8:58 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 6:58 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Herbert Xu
, (Mon Nov 12, 6:52 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Mon Nov 12, 5:28 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Mon Nov 12, 3:14 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Eric Dumazet
, (Mon Nov 12, 3:48 pm)
RE: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Luck, Tony
, (Mon Nov 12, 3:57 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Eric Dumazet
, (Mon Nov 12, 4:14 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Mon Nov 12, 6:46 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Mon Nov 12, 3:56 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Eric Dumazet
, (Mon Nov 12, 4:18 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Mon Nov 12, 6:46 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Peter Zijlstra
, (Fri Nov 2, 6:28 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Fri Nov 2, 10:35 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Peter Zijlstra
, (Fri Nov 2, 11:20 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Fri Nov 2, 11:29 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Thu Nov 1, 9:06 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 10:51 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 1:38 am)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, Christoph Lameter
, (Wed Oct 31, 9:21 pm)
Re: [patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce pe...
, David Miller
, (Thu Nov 1, 1:27 am)
Navigation
Create content
Mailing list archives
Recent posts
Mail archive search
Enter your search terms.
all mailing lists
alsa-devel
dragonflybsd-bugs
dragonflybsd-commit
dragonflybsd-docs
dragonflybsd-kernel
dragonflybsd-submit
dragonflybsd-user
freebsd-announce
freebsd-bugs
freebsd-chat
freebsd-cluster
freebsd-current
freebsd-drivers
freebsd-embeded
freebsd-fs
freebsd-hackers
freebsd-hardware
freebsd-mobile
freebsd-net
freebsd-performance
freebsd-pf
freebsd-security
freebsd-security-notifications
freebsd-threads
git
git-commits-head
linux-activists
linux-arm
linux-ath5k-devel
linux-btrfs
linux-c-programming
linux-driver-devel
linux-ext4
linux-fsdevel
linux-ia64
linux-input
linux-kernel
linux-kernel-janitors
linux-kernel-mentors
linux-kernel-newbies
linux-kvm
linux-net
linux-netdev
linux-newbie
linux-nfs
linux-raid
linux-scsi
linux-security-module
linux-sparse
linux-usb
linux-usb-devel
madwifi-devel
netbsd-announce
netbsd-tech-kern
open-graphics
open-graphics-announce-kt
openbsd-announce
openbsd-bugs
openbsd-ipv6
openbsd-misc
openbsd-security-announce
openbsd-smp
openbsd-source-changes
openbsd-tech
openfabrics-general
openmoko-community
openmoko-devel
openmoko-kernel
reiserfs-devel
tux3
ucarp
Optionally limit your search to a specific mailing list.
advanced
Popular discussions
linux-kernel
:
Ingo Molnar
Re: [REPORT] cfs-v4 vs sd-0.44
Pierre Ossman
post 2.6.26 requires pciehp_slot_with_bus
Andi Kleen
Re: RFC: outb 0x80 in inb_p, outb_p harmful on some modern AMD64 with MCP51 laptops
Andrew Morton
Re: 2.6.24-rc6-mm1
git
:
Bill Lear
Meaning of "fatal: protocol error: bad line length character"?
Sergei Organov
Newbie: report of first experience with git-rebase.
R. Tyler Ballance
Public repro case! Re: [PATCH/RFC] Allow writing loose objects that are corrupted ...
Mark Levedahl
[PATCH] git-clone - Set remotes.origin config variable
openbsd-misc
:
Richard Stallman
Real men don't attack straw men
James Hartley
scp batch mode?
Juan Miscaro
When will OpenBSD support UTF8?
Luca Dell'Oca
Authenticate squid in Active Directory
linux-netdev
:
Gerrit Renker
[PATCH 34/37] dccp: Auto-load (when supported) CCID plugins for negotiation
David Woodhouse
Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Daniel J Blueman
[sky2, solved] transmit timeouts and firmware update...
Latest forum posts
Tune CFS for htpc usage to decoding HD 1080p x264 video streams
9 hours ago
Linux kernel
Calling functions from system call
11 hours ago
Linux kernel
How to write in kernel memory
11 hours ago
Linux kernel
linux_wrappers.c:306: error: unknown field ‘nopage’ specified in initializer
11 hours ago
Linux kernel
Packet Replay Check
17 hours ago
FreeBSD
Cannot rdr from internal network to a squid proxy running on pf bridge firewall.
1 day ago
OpenBSD
Cannot compile kernel modules
1 day ago
Linux kernel
Intelligent enclosure (SES, SAF-TE) monitoring & configuration
3 days ago
Applications and Utilities
I/O operations
3 days ago
Linux kernel
Future of grsecurity
3 days ago
Linux kernel
Show all forums...
Recent Tags
more tags
Colocation donated by:
Who's online
There are currently
2 users
and
914 guests
online.
Online users
TheBashar
Rathi
Syndicate
speck-geostationary