Mechanism to generate logically dedicated read and write channels in a memory controller
According to one embodiment, a system is disclosed. The system includes a memory controller to schedule read commands to frames via a first dedicated command slot and to schedule write commands and corresponding data to frames via a dedicated second or third command slot.
Latest Intel Patents:
- Systems and methods for module configurability
- Hybrid boards with embedded planes
- Edge computing local breakout
- Separate network slicing for security events propagation across layers on special packet data protocol context
- Quick user datagram protocol (UDP) internet connections (QUIC) packet offloading
The present invention relates to computer systems; more particularly, the present invention relates to memory controllers.
BACKGROUNDFully Buffered DIMM (or FB-DIMM) Dynamic Random Access Memory (DRAM) memory devices provide a memory solution that can be used to increase reliability, speed and density of memory systems. Traditionally, data lines from a memory controller are connected to data lines in every DRAM module. As memory width, as well as access speed, increases, the signal degrades at the interface of the interconnect and the device. This limits the speed and/or the memory density. FB-DIMM devicers take a different approach to solve this problem.
The FB-DIMM architecture includes an Advanced Memory Buffer (AMB) between the memory controller and the memory module. Unlike the parallel interconnect architecture of traditional DRAMs, a FB-DIMM has a serial interface between the memory controller and the AMB that enables an increase to the width of the memory without increasing the pin count of the memory controller beyond a feasible level. With this architecture, the memory controller does not write to the memory module directly, rather it is done via the AMB.
FB-DIMM devices typically allow the memory controller to pack up to three memory commands in one frame. The duration of one FB-DIMM frame is one DRAM command. Thus in FB-DIMM based memory controllers, the memory controller theoretically has an opportunity to transmit three DRAM commands in one cycle.
Practically, however, two Read Column Address Strobes (CAS) commands cannot be transmitted back to back in a single FB-DIMM channel because of contention in the memory to memory controller (e.g., or northbound (NB)) FB-DIMM lanes. For instance, the memory controller typically has to provide one no operation (NOP) frame between two read CAS commands for a read having a burst length of four.
The NOP frame is inserted to slow down the commands so that data doesn't overlap for different read commands. Thus, the insertion of the NOP frame restricts a host from sending three read CAS commands in a single FB-DIMM frame. Due to this restriction, most of the designs include a single command mode for keeping the memory controller scheduler simple.
Designs that incorporate a three command mode, face complexity issues in resolving conflicts between the commands before scheduling. A problem exists in one command scenarios in which every write command introduces a minimum two idle frames in NB lanes.
The invention is illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements, and in which:
A mechanism for generating logically dedicated read and write channels in a memory controller accessing a FB-DIMM memory device is described. In the following detailed description of the present invention numerous specific details are set forth in order to provide a thorough understanding of the present invention. However, it will be apparent to one skilled in the art that the present invention may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form, rather than in detail, in order to avoid obscuring the present invention.
Reference in the specification to “one embodiment” or “an embodiment” means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the invention. The appearances of the phrase “in one embodiment” in various places in the specification are not necessarily all referring to the same embodiment.
In a further embodiment, a chipset 107 is also coupled to interconnect 105. Chipset 107 may include a memory control hub (MCH) 110. MCH 110 may include a memory controller 112 that is coupled to a main system memory 115. Main system memory 115 stores data and sequences of instructions that are executed by CPU 102 or any other device included in system 100.
In one embodiment, main system memory 115 includes dynamic random access memory (DRAM) incorporating a FB-DIMM architecture; however, main system memory 115 may be implemented using other memory types. Additional devices may also be coupled to interconnect 105, such as multiple CPUs and/or multiple system memories.
MCH 110 may be coupled to an input/output control hub (ICH) 140 via a hub interface. ICH 140 provides an interface to input/output (I/O) devices within computer system 100. ICH 140 may support standard I/O operations on I/O interconnects such as peripheral component interconnect (PCI), accelerated graphics port (AGP), universal serial interconnect (USB), low pin count (LPC) interconnect, or any other kind of I/O interconnect (not shown). In one embodiment, ICH 140 is coupled to a wireless transceiver 160.
According to one embodiment, memory controller 112 includes a scheduler 118 that schedules read and write commands to memory 115. As discussed above, although FB-DIMM theoretically enables three DRAM commands in one cycle, single mode commands are typically implemented to reduce complexity in scheduler design. However, in one command scenarios, every write command introduces a minimum two idle frames in NB lanes.
While the third and fourth frames are being transmitted via the SB lanes, data frames D10 and D11, corresponding to the first read command, are being received at the memory controller via the NB lanes. However, the next two frames on the NB lanes are idle because corresponding write frames were transmitted on the SB lanes, resulting in no data being received on the NB lanes for two frames prior to data frames D20 and D21 being received, corresponding to the second read command. Thus, out of six frames received on the NB lanes, only four includes useful data, while two frames are wasted on a write command.
According to one embodiment, scheduler 118 optimizes the write commands to avoid idle NB frames attributed to the write commands. As discussed above, FB-DIMM devices allow the memory controller to schedule up to three memory commands in one frame. Thus, scheduling at the memory controller can be logically divided as slots A, B and C. As per the FB-DIMM specification, slots B and C can be used for transmitting either command or write data. Typically, a scheduler takes care of data multiplexing whenever required. The three command supporting schedulers have additional complexity in multiplexing data in B and C slots.
According to one embodiment, scheduler 118 always uses slot A for read commands, while using either of slots B and C for write commands.
As shown in
The read and write commands are transmitted on the SB lanes by read command scheduler 330 inserting a second read command into slot A and write command scheduler 340 inserting a write command into slots B or C. Subsequently, two more frames of a third read command are transmitted on the SB lanes by read command scheduler 330 inserting a third read command into slot A.
While the third and fourth frames are being transmitted via the SB lanes, data frames D10 and D11, corresponding to the first read command, are being received at memory controller 112 via the NB lanes. The next two frames on the NB lanes are data frames D20 and D21 corresponding to the second read command. Finally data frames D30 and D31 being received, corresponding to the third read command.
According to one embodiment, a write response is acknowledged after receiving a STATUS response to a synchronization frame's (SYNC) signal. In such an embodiment, if STATUS is the response for SYNC, all write transactions prior to the SYNC occurred with no error. However if STATUS gives ALERT patterns, the writes have failed. As a result, all data is disregarded and all writes prior to the previous SYNC are repeated.
In another embodiment, a write response is acknowledged after valid error free read data. In such an embodiment, the fact that read data received on the NB lanes, corresponding to the read command transmitted along with the write command on the SB lanes (e.g., D20 and D21 in
According to one embodiment, logic 350 is included within scheduler 118 to resolve conflicts between commands which were scheduled, but have a response pending (e.g., “in-flight memory commands”) and commands exposed from command queues 310 and 320. Logic 350 feeds the resolved commands into schedulers 330 and 340. In a further embodiment, logic 350 considers the command currently sitting in slot A before feeding a command to write command scheduler 340.
Because 20-30% of commands in a computer system are write commands that decrease bandwidth for read commands in one command FB-DIMM schedulers, the above-described invention enables read bandwidth to not be disturbed by write commands by providing logically dedicated channels for write commands.
Whereas many alterations and modifications of the present invention will no doubt become apparent to a person of ordinary skill in the art after having read the foregoing description, it is to be understood that any particular embodiment shown and described by way of illustration is in no way intended to be considered limiting. Therefore, references to details of various embodiments are not intended to limit the scope of the claims, which in themselves recite only those features regarded as essential to the invention.
Claims
1. A system comprising:
- a memory controller to schedule a read command component to a first frame via a first dedicated command slot, schedule a write command component and data corresponding to the write command component to the first frame via a dedicated second or third command slot, and receive a second set of frames corresponding to the read command component from a memory device immediately after receiving a first set of frames corresponding to a first read command component.
2. The system of claim 1 wherein the memory controller comprises:
- a read command scheduler to schedule read commands onto the first dedicated command slot; and
- a write command scheduler to schedule write commands onto the second or third dedicated command slots.
3. The system of claim 2 wherein the memory controller further comprises:
- a read queue coupled to the read command scheduler; and
- a write queue coupled to the write command scheduler.
4. The system of claim 3 wherein the memory controller further comprises resolution logic to resolve conflicts between in-flight memory commands and commands from the read and write queues.
5. The system of claim 4 wherein the resolution logic forwards resolved commands into the read command scheduler and the write command scheduler.
6. The system of claim 1 wherein the memory controller acknowledges a write response after transmitting frames including a write command and corresponding data.
7. The system of claim 6 wherein the memory controller acknowledges the write response upon receiving a response status of a synchronization frame.
8. The system of claim 6 wherein the memory controller acknowledged the write response upon receiving data corresponding to a read command transmitted in the first frame with the write command.
9. A method comprising:
- a memory controller scheduling a first read command component to a first frame via a first command slot dedicated to read commands;
- the memory controller scheduling a second read command component to a second frame via the first command slot; and
- the memory controller scheduling a first write command component and data corresponding to the first write command component to the second frame via a second command slot or a third command slot dedicated to write commands;
- receiving a first set of frames corresponding to the first read command component from a memory device; and
- receiving a second set of frames corresponding to the second read command component from the memory device immediately after receiving the first set of frames.
10. The method of claim 9 further comprising:
- transmitting the first frame to a memory device; and
- transmitting the second frame to the memory device.
11. A memory controller comprising:
- command slots to insert one or more commands into a frame;
- a read command scheduler to schedule a read command component to a first frame via a first dedicated command slot; and
- a write command scheduler to schedule a write command component and data corresponding to the write command component to the first frame via dedicated second or third command slots, the memory controller receiving a second set of frames corresponding to the read command component from a memory device immediately after receiving a first set of frames corresponding to a first read command component.
12. The memory controller of claim 11 further comprising:
- a read queue coupled to the read command scheduler; and
- a write queue coupled to the write command scheduler.
13. The memory controller of claim 12 further comprising resolution logic to resolve conflicts between in-flight memory commands and commands from the read and write queues.
14. The memory controller of claim 13 wherein the resolution logic forwards resolved commands into the read command scheduler and the write command scheduler.
15. The memory controller of claim 11 wherein the memory controller acknowledges a write response after transmitting frames including a write command and corresponding data.
16. A system comprising:
- Fully Buffered DIMM memory device; and
- a memory controller, coupled to the memory device, to schedule a read command component to a first frame via a first dedicated command slot, schedule a write command component and data corresponding to the write command component to the first frame via a dedicated second or third command slot, and receive a second set of frames corresponding to the read command component from the memory device immediately after receiving a first set of frames corresponding to a first read command component.
17. The system of claim 16 wherein a first read command and a first write command are scheduled into a first frame.
18. The system of claim 16 wherein the memory controller comprises:
- a read command scheduler to schedule read commands onto the first dedicated command slot; and
- a write command scheduler to schedule write commands onto the second and third dedicated command slots.
5504876 | April 2, 1996 | Dougall et al. |
20030167385 | September 4, 2003 | Lai et al. |
20060020729 | January 26, 2006 | Nakamura et al. |
20060095592 | May 4, 2006 | Borkenhagen |
2248322 | April 1992 | GB |
Type: Grant
Filed: Sep 27, 2006
Date of Patent: Jan 5, 2010
Patent Publication Number: 20080077761
Assignee: Intel Corporation (Santa Clara, CA)
Inventors: Ramesh Subashchandrabose (Bangalore), Anupam Mohanty (Bangalore), Rajat Agarwal (Beaverton, OR)
Primary Examiner: Matt Kim
Assistant Examiner: John P Fishburn
Attorney: Blakely, Sokoloff, Taylor & Zafman LLP
Application Number: 11/528,774
International Classification: G06F 13/00 (20060101);