A technique to enable efficient interrupt communication within a computer system. In one embodiment, an advanced programmable interrupt controller (APlC) is interfaced via a set of bits within an APIC interface register using various interface instructions or operations, without using memory-mapped input/output (mmio).
|
21. A system comprising:
a memory including a memory-mapped input/output (mmio) address space;
a plurality of processors having a plurality of advanced programmable interrupt controllers (APICs), wherein each of the plurality of APICs is able to communicate interrupt information via an interrupt command register (icr) interface without writing or reading the interrupt information to or from the mmio address space within the memory, and wherein the plurality of processors is able to co-exist with a legacy icr interface;
a first processor of the plurality of processors to store an icr destination identifier portion to a first memory location in response to a determination that a delivery status bit indicates availability of the icr; and
a second processor of the plurality of processors to store the delivery status bit deasserted to a second memory location.
11. An apparatus comprising:
a first register to store an interrupt destination identifier (id);
a second register to store an interrupt vector;
a third register to store an interrupt command register (icr) offset;
logic to communicate interrupt information from a first agent to a second agent, wherein the logic includes an interrupt control interface (ici) to communicate interrupt information to be manipulated by at least one instruction without accessing memory-mapped input/output (mmio) regions, and to co-exist with a legacy ici;
said first agent to store a destination id portion to a first memory location via an uncached mmio write operation, and to perform one of said at least one instruction to write the contents of said first and second registers to the icr offset address of the third register; and
said second agent to store the interrupt vector to a second memory location via an uncached mmio write operation.
1. An apparatus comprising:
a first register to store an interrupt destination identifier (id);
a second register to store an interrupt vector and a delivery status bit;
a third register to store an interrupt command register (icr) offset;
logic to communicate interrupt information from at least a first agent to at least a second agent, wherein the logic includes an interrupt control interface (ici) to communicate interrupt information to be manipulated by an instruction without accessing memory-mapped input/output (mmio) regions, and to co-exist with a legacy ici;
said first agent to store a destination id portion to a first memory location in response to a determination that the delivery status bit indicates availability of the icr, and to perform the instruction to write the contents of said first and second registers to the icr offset address of the third register; and
said second agent to store the interrupt vector and said delivery status bit deasserted to a second memory location.
17. A method comprising:
communicating an interrupt via an interrupt command register (icr) comprising one or more model-specific registers (MSRs) without using memory-mapped input/output (mmio) storage, wherein communicating the interrupt includes:
storing a target address of the interrupt in a first general purpose register;
storing the interrupt mode, vector information and a delivery status bit in a second general purpose register;
storing an icr offset address in a third general purpose register;
performing an instruction to write the target address and the mode and vector information to the icr offset address; and
co-existing with a legacy interrupt control interface (ici), wherein co-existing includes:
performing a first operation in response to a determination that the delivery status bit indicates availability of the icr to write a portion of the target address into a first memory location;
performing a second operation in response to said write to the icr offset address to write said delivery status bit deasserted into a second memory location.
2. The apparatus of
3. The apparatus of
4. The apparatus of
7. The apparatus of
8. The apparatus of
9. The apparatus of
10. The apparatus of
12. The apparatus of
13. The apparatus of
14. The apparatus of
15. The apparatus of
16. The apparatus of
18. The method of
20. The method of
22. The system of
|
This is a continuation of application Ser. No. 12/290,208, filed Oct. 28, 2008, now U.S. Pat. No. 8,103,816.
Embodiments of the invention relate generally to the field of information processing and more specifically, to the field of communicating interrupts in computing systems and microprocessors.
As processors incorporate more computing cores, either heterogeneous or homogeneous, and computer systems incorporate more processors, management of interrupts becomes increasingly difficult. Some prior art techniques have managed interrupts using a memory-mapped-input/output (MMIO) scheme, in which a processor or core (referred to generically herein as “agent”) communicates interrupt information through a region of memory (e.g., DRAM) specifically reserved for interrupt communication information. For example, one prior art interrupt communicating technique, in which an advanced programmable interrupt controller (APIC) is to be programmed, may communicate the information to be programmed to the APIC through the MMIO region.
Communication of interrupt information to/from an APIC in through MMIO may have several drawbacks, which are exacerbated as the number of agents, and therefore interrupt traffic, increases. For example, MMIO accesses may require the memory region associated with the APIC to be mapped with an un-cached (UC) access attribute, which has a high performance overhead associated with it. The UC interface also enforces a serialization behavior, which may not be needed for a large subset of the APIC registers.
Using an MMIO interface may also require the use of posted write semantics and provides an agent with limited control over ordering of reads and writes to the APIC, which can impact the efficiency of sending interrupts with a larger number of reads/writes needed for basic interrupt related instructions. For example, sending an interrupt from one processor to another via inter-processor interrupt (IPI) in some prior art MMIO implementations, may require either 1 UC read and 2 UC writes if software does not need a guarantee that the interrupt has left the local APIC or 2 UC reads and 2 UC writes if software needs a guarantee that the interrupt has left the local APIC.
Use of a prior art MMIO interface may limit the ability to efficiently provide the system software desired mechanisms for interrupt delivery. Specific examples include operations for changing interrupt priority levels, which may be done in some prior art implementations by system software writing to the task priority register (TPR), and “end-of-interrupt” (EOI) operations, which may be done by system software writing to the EOI register of the APIC. System software may desire completion of these operations to be associated with completion of any re-prioritization operation so that any interrupts deterministically posted ahead of these operations are raised immediately following these operations. Lacking these guarantees, system software may use inefficient polling-based mechanisms, which increase APIC traffic.
Use of MMIO-based interrupt information may also affect other features within a computer system. For example, use of prior art MMIO interrupt communication interface techniques may increases virtualization complexity and overhead for virtualization of APIC accesses. For example, instructions that are used to access the interrupt controller may require the use of a virtual machine monitor (VMM) to support virtualization in a computer system. The overhead previously discussed with MMIO operations may be compounded with those used by the VMM to enter and exit virtual machines in the system.
Lastly, detecting and enforcing reserved bits within an APIC interface may have a high implementation cost when interfaced through MMIO, particularly as the number of agents using the APIC is increased. Some prior art interrupt communication techniques may limit the use of reserved bit locations for future extendable architectures since legacy software could incorrectly write to one of the registers.
For at least the above reasons, some prior art interrupt communication techniques, including those that use MMIO in communicating interrupt information, may not be suitable to support an increasing number of processing cores in multi-core processors or processors in multiprocessor systems.
The present invention is illustrated by way of example and not limitation in the figures of the accompanying drawings.
In one embodiment, logic 119 may include an APIC interface register or registers, the contents of which may be manipulated or read through a set of standard or implementation-specific instructions without using MMIO. For example, in one embodiment, the logic 119 includes a register interface, which may be communicated with using a native instruction set architecture (ISA). In one embodiment, supporting a register, registers, or other storage, which can be interfaced via native ISA, may reduce the number of access cycles and overhead associated with communicating interrupts, compared to some prior art techniques. In one embodiment, a model-specific register or registers (MSR) may be used and accessed via prior art read and write operations (e.g., “RDMSR” and “WRMSR” instructions) using prior art MSR addresses. In other embodiments, a new set of read/write instructions and address space for the interrupt controller registers. In one embodiment, new semantics are explicitly supported within a new APIC register interface that may reduce the number of access cycles, in relation to prior art, that are necessary to communicate interrupt information. In one embodiment, existing micro-architectural mechanisms may be used for reserved bit checking to ensure use of reserved register locations for future architecture extensions. In one embodiment, some system software may continue to use the legacy MMIO interface. Therefore, at least one embodiment may provide both the legacy as well as the new APIC register interface described herein. In one embodiment, an implementation of a new APIC register interface using MSRs may co-exist with the legacy interface with a relatively low incremental implementation cost.
In addition to the FSB computer system illustrated in
The registers and information contained therein illustrated in
In one embodiment, a processor may generate an inter-processor interrupt (IPI) by writing to an interrupt command register of a local APIC. In one embodiment, the APIC ICR contains a legacy delivery status bit (bit 12 in
In one embodiment, enabling the association (and more efficient implementation) of specific semantics with typical interrupt controller related operations, specifically TPR writes and EOI writes, may improve efficiency of interrupt-related communication and traffic while requiring the least amount of software rework. For example, the semantics for reading and writing to the TPR register via the ICRs illustrated in
In one embodiment, the use of MSRs to implement the ICR's illustrated in
“MSR register offset=Legacy register offset/16”
For an ICR according to one embodiment, however, two 32-bit legacy registers are combined into one 64-bit MSR, as illustrated in
In one embodiment, the invention addresses issues associated with prior art MMIO-based interfaces with an APIC. Furthermore, at least one implementation of embodiments of the invention also provides for low incremental implementation cost in a system that needs to support both the legacy and the ICRs associated with at least one embodiment.
One or more aspects of at least one embodiment may be implemented by representative data stored on a machine-readable medium which represents various logic within the processor, which when read by a machine causes the machine to fabricate logic to perform the techniques described herein. Such representations, known as “IP cores” may be stored on a tangible, machine readable medium (“tape”) and supplied to various customers or manufacturing facilities to load into the fabrication machines that actually make the logic or processor.
Thus, a method and apparatus for directing micro-architectural memory region accesses has been described. It is to be understood that the above description is intended to be illustrative and not restrictive. Many other embodiments will be apparent to those of skill in the art upon reading and understanding the above description. The scope of the invention should, therefore, be determined with reference to the appended claims, along with the full scope of equivalents to which such claims are entitled.
Kaushik, Shivnandan, Tiruvallur, Keshavan, Crossland, James B., Parthasarathy, Rajesh, Hood, Luke
Patent | Priority | Assignee | Title |
10019390, | Mar 30 2012 | Intel Corporation | Using memory cache for a race free interrupt scheme without the use of “read clear” registers |
9043520, | Jul 27 2010 | Fujitsu Limited | Interrupt control method and multicore processor system |
9747225, | May 05 2015 | Microsoft Technology Licensing, LLC | Interrupt controller |
9875198, | Mar 30 2012 | Intel Corporation | Using memory cache for a race free interrupt scheme without the use of “read clear” registers |
Patent | Priority | Assignee | Title |
5495615, | Dec 21 1990 | Intel Corporation | Multiprocessor interrupt controller with remote reading of interrupt control registers |
5987538, | Aug 15 1997 | Hewlett Packard Enterprise Development LP | Apparatus for initiating generation of an inter-processor interrupt by a peripheral device not directly connected to any of the multi-processor local interrupt controllers |
6370606, | Nov 05 1998 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | System and method for simulating hardware interrupts in a multiprocessor computer system |
6968412, | Dec 30 1999 | Intel Corporation | Method and apparatus for interrupt controller data re-direction |
7051137, | Oct 31 2002 | Intel Corporation | Event delivery |
7143223, | Oct 14 2004 | International Business Machines Corporation | Method, system and program product for emulating an interrupt architecture within a data processing system |
7627706, | Sep 06 2007 | Intel Corporation | Creation of logical APIC ID with cluster ID and intra-cluster ID |
20040088460, | |||
20060085179, | |||
20060095624, | |||
20070067521, | |||
20090070511, | |||
KR100292660, | |||
WO9518416, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jan 24 2012 | Intel Corporation | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Oct 16 2012 | ASPN: Payor Number Assigned. |
Apr 29 2016 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Jul 06 2020 | REM: Maintenance Fee Reminder Mailed. |
Dec 21 2020 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Nov 13 2015 | 4 years fee payment window open |
May 13 2016 | 6 months grace period start (w surcharge) |
Nov 13 2016 | patent expiry (for year 4) |
Nov 13 2018 | 2 years to revive unintentionally abandoned end. (for year 4) |
Nov 13 2019 | 8 years fee payment window open |
May 13 2020 | 6 months grace period start (w surcharge) |
Nov 13 2020 | patent expiry (for year 8) |
Nov 13 2022 | 2 years to revive unintentionally abandoned end. (for year 8) |
Nov 13 2023 | 12 years fee payment window open |
May 13 2024 | 6 months grace period start (w surcharge) |
Nov 13 2024 | patent expiry (for year 12) |
Nov 13 2026 | 2 years to revive unintentionally abandoned end. (for year 12) |