login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
July
»
13
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapping and x2apic support
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Suresh Siddha
Subject:
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapping and x2apic support
Date: Saturday, July 12, 2008 - 6:01 pm
On Sat, Jul 12, 2008 at 12:49:53AM -0700, Yinghai Lu wrote:
quoted text
> On Sat, Jul 12, 2008 at 12:02 AM, Eric W. Biederman > <ebiederm@xmission.com> wrote: > > "Yinghai Lu" <yhlu.kernel@gmail.com> writes: > > > >> On Fri, Jul 11, 2008 at 8:52 PM, Eric W. Biederman > >> <ebiederm@xmission.com> wrote: > >>> "Yinghai Lu" <yhlu.kernel@gmail.com> writes: > >>> > >>>> 1. wonder if x2apic can be use with uniprocessor. > >>>> > >>>> in APIC_init_uniprocessor, it will try to enable x2apic, but later > >>>> > >>>> apic_write(APIC_ID, SET_APIC_ID(boot_cpu_physical_apicid)); > >>>> > >>>> but SET_APIC_ID is still for xapic version. so need to GET_APIC_ID, > >>>> SET_APIC_ID for different > >>>> genapic like 32bit. > >>>> > >>>> 2 check_x2apic is called in setup_arch, but it only set apic_ops, > >>>> and genapic still not changed, aka apic_flat... > >>>> wonder if you need to call setup_apic_routing to set genapic. > >>>> > >>>> otherwise read_apic_id could have use the one from apic_flat....need > >>>> to shift...... > >>>> > >>>> 3.or move read_apic_id to apic_ops intead...together with GET_APIC_ID too. > >>>> but 32bit version seems like to put GET_APIC_ID with genapic... > >>>> > >>>> which one is better? 2 or 3 > >>> > >>> Z finish untangle SMP support from apic initialization and move the apic > >>> initialization up into init_IRQ. > >>> > >>> That is better but is likely the wrong short term approach. > >> > >> plan to add get_apic_id(x) into 64bit genapic, and will use > >> #define GET_APIC_ID(x) genapic->get_apic_id(x) > >> #define read_apic_id() GET_APIC_ID(apic_read(APIC_ID)) > >> > >> so it is identical to 32bit, and we smooth the merging of 32/64 apic code > >> > >> also read the x2APIC spec pdf, it doesn't say anything about interrupt > >> remapping...need to be used with x2apic... > > > > Clustered logical mode won't work as it requires > 16 bits of apicid. > > So only flat physical mode will work. > > current read_apic_id in genx2apic_cluster and genx2apic_phys is the same...
read_apic_id() corresponds to physical apic id and it is same irrespective of whether we use logical cluster mode or physical mode. thanks, suresh --
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 00/26] x64, x2apic/intr-remap: Interrupt-remapping ...
, Suresh Siddha
, (Thu Jul 10, 11:16 am)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Ingo Molnar
, (Thu Jul 10, 12:53 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Eric W. Biederman
, (Thu Jul 10, 1:05 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Ingo Molnar
, (Thu Jul 10, 1:18 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Thu Jul 10, 1:22 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Eric W. Biederman
, (Thu Jul 10, 2:07 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Thu Jul 10, 2:15 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Thu Jul 10, 2:56 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Arjan van de Ven
, (Thu Jul 10, 3:09 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Eric W. Biederman
, (Thu Jul 10, 3:52 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Eric W. Biederman
, (Thu Jul 10, 3:54 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Thu Jul 10, 7:35 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Eric W. Biederman
, (Thu Jul 10, 8:15 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Ingo Molnar
, (Fri Jul 11, 3:28 am)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Ingo Molnar
, (Fri Jul 11, 1:09 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Fri Jul 11, 1:31 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Yinghai Lu
, (Fri Jul 11, 1:42 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Ingo Molnar
, (Fri Jul 11, 1:45 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Ingo Molnar
, (Fri Jul 11, 1:49 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Fri Jul 11, 2:24 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Yinghai Lu
, (Fri Jul 11, 3:02 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Yinghai Lu
, (Fri Jul 11, 8:16 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Eric W. Biederman
, (Fri Jul 11, 8:52 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Ingo Molnar
, (Fri Jul 11, 10:37 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Yinghai Lu
, (Fri Jul 11, 11:06 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Yinghai Lu
, (Fri Jul 11, 11:17 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Ingo Molnar
, (Fri Jul 11, 11:45 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Eric W. Biederman
, (Sat Jul 12, 12:02 am)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Yinghai Lu
, (Sat Jul 12, 12:49 am)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Eric W. Biederman
, (Sat Jul 12, 1:11 am)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Yinghai Lu
, (Sat Jul 12, 1:37 am)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Eric W. Biederman
, (Sat Jul 12, 2:46 am)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Sat Jul 12, 5:55 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Sat Jul 12, 6:00 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Sat Jul 12, 6:01 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Sat Jul 12, 6:02 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Suresh Siddha
, (Sat Jul 12, 6:32 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Yong Wang
, (Wed Jul 16, 7:37 am)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Ingo Molnar
, (Wed Jul 16, 7:53 am)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Andrew Morton
, (Tue Jul 22, 1:49 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Mike Travis
, (Tue Jul 22, 2:00 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Andrew Morton
, (Tue Jul 22, 2:14 pm)
Re: [patch 00/26] x64, x2apic/intr-remap: Interrupt-remapp ...
, Ingo Molnar
, (Wed Jul 23, 10:03 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Michael Trimarchi
Re: [PATCH] VFS: make file->f_pos access atomic on 32bit arch
Miklos Szeredi
[patch 14/15] vfs: more path_permission() conversions
Serge E. Hallyn
Re: [RFC v5][PATCH 7/8] Infrastructure for shared objects
Bernd Schmidt
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Takashi Iwai
[PATCH 2/2] input: Add LED support to Synaptics device
git
:
Junio C Hamano
Re: mingw, windows, crlf/lf, and git
Eyvind Bernhardsen
Re: Where has "git ls-remote" reference pattern matching gone?
Shawn O. Pearce
Re: Switching from CVS to GIT
Todd Zullinger
Re: [PATCH 2/2] send-email: rfc2047-quote subject lines with non-ascii characters
Santi Béjar
Re: How to use git-fmt-merge-msg?
linux-netdev
:
Ramkrishna Vepa
[net-2.6 PATCH 1/10] Neterion: New driver: Driver help file
Mark Anthony
invitation / inquiry
Ingo Molnar
Re: [PATCH 08/16] dma-debug: add core checking functions
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Sascha Hauer
[PATCH 03/12] fec: do not typedef struct types
git-commits-head
:
Linux Kernel Mailing List
amba: struct device - replace bus_id with dev_name(), dev_set_name()
Linux Kernel Mailing List
MIPS: Yosemite: Convert SMP startup lock to arch spinlock.
Linux Kernel Mailing List
ARM: S5PC100: IRQ and timer
Linux Kernel Mailing List
davinci: edma: clear interrupt status for interrupt enabled channels only
Linux Kernel Mailing List
x86, mm, kprobes: fault.c, simplify notify_page_fault()
openbsd-misc
:
Daniel A. Ramaley
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Matthias Kilian
Re: can't get vesa @ 1280x800 or nv
Tobias Ulmer
Re: Problem after upgrade 4.5 to 4.6: ERR M
Philip Guenther
Re: SIGCHLD and libpthread.so
J.C. Roberts
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Colocation donated by:
Syndicate