US20060053255A1 - Apparatus and method for retrieving data from a data storage system - Google Patents

Apparatus and method for retrieving data from a data storage system Download PDF

Info

Publication number
US20060053255A1
US20060053255A1 US11/142,358 US14235805A US2006053255A1 US 20060053255 A1 US20060053255 A1 US 20060053255A1 US 14235805 A US14235805 A US 14235805A US 2006053255 A1 US2006053255 A1 US 2006053255A1
Authority
US
United States
Prior art keywords
data
memory
cache
cpu
data block
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/142,358
Inventor
Go Sugizaki
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Assigned to FUJITSU LIMITED reassignment FUJITSU LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SUGIZAKI, GO
Publication of US20060053255A1 publication Critical patent/US20060053255A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0806Multiuser, multiprocessor or multiprocessing cache systems
    • G06F12/0811Multiuser, multiprocessor or multiprocessing cache systems with multilevel cache hierarchies
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0806Multiuser, multiprocessor or multiprocessing cache systems
    • G06F12/0813Multiuser, multiprocessor or multiprocessing cache systems with a network or matrix configuration

Definitions

  • the hierarchical structure of memory including the cache memory in the CPU and main memory of the system has been mainly formed of structure including the three layers of first-order or level-1 cache memory (L1 cache) in the CPU, secondary or level-2 cache memory (L2 cache) provided the outside of the CPU, and main memory.
  • L1 cache first-order or level-1 cache memory
  • L2 cache secondary or level-2 cache memory
  • High density implementing of LSI has been realized through progress in the semiconductor technology.
  • the number of transistors to be implemented on an LSI can be greatly increased, the level-2 cache memory can also be built into the CPU, and the tertiary or level-3 cache memory can also be built into the memory controller.
  • a high performance computer system such as a large scale SMP (Symmetrical Multi-Processor) can be realized for a computer system, such as a server which is required to provide higher processing capability for the principal jobs in a company, the processing capability can be improved by shortening the memory access time through common use of the level-3 cache memory from a plurality of processors.
  • a read request is issued to the main memory from the CPU and I/O devices, it is known how to effectively improve the performance because the program and data are locally used for memory access to simultaneously issue the read request for the data block, which is actually requested to be read and the data block adjacent to such data block.
  • the reason is that the storing of a program is generally performed in the sequence of execution of the program, or in the sequence of access. Namely, the storing of program is often conducted in the sequence of execution in the CPU.
  • a system has been employed in a high performance computer system, in which a size of the reply data to the read request is determined, when one data entry is defined as n times the size of the data block, in accordance with the registration condition of the cache memory in the data management within the cache memory.
  • FIG. 1 illustrates an example of structure of a cache memory tag in the level-2 cache memory within the CPU which controls management when a size of the data block is defined as 64 bytes, one data entry is set to 256 bytes as the data registered to the cache memory tag, which is equal to four times the size of the data block.
  • the cache memory block 101 includes an address field 102 , tag valid for data block- 0 (BLOCK- 0 VALID) 103 , tag valid for data block- 1 (BLOCK- 1 VALID) 104 , tag valid for data block- 2 (BLOCK- 2 VALID) 105 , and tag valid for data block- 3 (BLOCK- 3 VALID) 106 .
  • the BLOCK- 0 VALID 103 indicates that the data block of 64 bytes from the address 0x100 is a valid data block.
  • the BLOCK- 1 VALID 104 indicates that the data block of 64 bytes from the address 0x140 is a valid data block
  • the BLOCK- 2 VALID 105 indicates that the data block of 64 bytes from the address 0x180 is a valid data block.
  • the BLOCK- 3 VALID 106 indicates that the data block of 64 bytes from the address 0x1C0 id a valid data block.
  • the transfer size of reply data to the read request for the system controller LSI from the level-2 cache memory within the CPU is determined as 64 bytes block.
  • the system controller LSI inspects the contents of a tag of the level-2 cache memory within all CPUs on the computer system and selects any of 256 bytes or 64 bytes as the size of reply data to the read request to the main memory.
  • the CPU executes the registration in the block size of the 256 bytes consisting of 64 bytes ⁇ 4 to the level-2 cache memory thereof when the reply data has the size of 256 bytes, or executes the registration in the block size of 0.64 bytes when the reply data has the size of 64 bytes.
  • FIG. 2 illustrates an example of a conventional system in which the reply data is attained with a data block of 256 bytes.
  • the system controller LSI- 0 (SC- 0 ) 205 mounted on a system board- 0 (SB- 0 ) comprises a data reply control block (DATA-REPLY CONTROL BLOCK) 251 which is respectively connected to the CPU- 0 201 comprising the level-2 cache memory (L2-CACHE) 211 , CPU- 1 202 comprising the level-2 cache memory (L2-CACHE) 221 and the main memory- 0 (MEM- 0 ) 207 .
  • DATA-REPLY CONTROL BLOCK data reply control block
  • the system controller LSI- 1 (SC- 1 ) 206 mounted on the system board- 1 (SB- 1 ) comprises data reply control block (DATA-REPLY CONTROL BLOCK) 261 and is respectively connected with the CPU- 2 203 comprising a level-2 cache memory (L2-CACHE) 231 , the CPU- 3 204 comprising a level-2 cache memory (L2-CACHE) 241 , and a main memory- 1 (MEM- 1 ) 298 .
  • the system controller LSI- 0 (SC- 0 ) 205 and the system controller LSI- 1 (SC- 1 ) 206 are connected with a crossbar switch (XB) not illustrated in the figure to simplify the drawing.
  • the tag status (TAG-S 1 ) 211 , 221 , 231 , and 241 , stored in each level-2 cache memory (L2-CACHE) 21 . 5 , 216 , 217 and 218 before generation of read access are all holding invalid status (“I” status), indicating that none of the 64-byte data blocks among the 256-byte data blocks including the 64-byte data block from the address 0x100, which is the read request object from the CPU- 0 201 , exists effectively within the level-2 cache memory (L2-CACHE).
  • the system controller- 0 (SC- 0 ) 205 having received the read request. 291 to the address 0x100: from the level-2 cache memory (L2-CACHE) 211 in the CPU- 0 201 generates, for the main memory- 0 (MEM- 0 ) 207 , the read request 293 to the addresses 0x100, 0x140, 0x180, and 0x1C0, and the main memory- 0 (MEM- 0 ) 207 transmits the reply data 294 based on the 256-byte data block including 64-byte ⁇ 4 to the read request addresses.
  • L2-CACHE level-2 cache memory
  • the data reply control block (DATA-REPLY CONTROL BLOCK) 251 in the system controller LSI (SC- 0 ) completes the read access by transmitting the reply data 295 , including the 256-byte data block consisting of 64-byte ⁇ 4, to the level-2 cache memory (L2-CACHE) 211 .
  • the tag status (TAG-S 2 ) 213 , 223 , 233 , 243 in each level-2 cache memory L2-CACHE 211 , L2-CACHE 221 , L2-CACHE 231 and L2-CACHE 241 after completion of the read access, only the tag status (TAG-S 2 ) 213 of the level-2 cache memory (L2-CACHE) 211 changes, in all bits, to the valid status (“V” status) from the invalid status (“I” status).
  • the tag status (TAG-S 2 ) 223 , 233 , and 243 of the level-2 cache memories (L2-CACHE) 211 , 221 , 231 and 241 included in the other CPUs do not change from the status before generation of the read access.
  • FIG. 3 illustrates a case 1 in which reply data is generated with the 64-byte data block conventionally.
  • a structure of each LSI mounted on the system board- 0 (SB- 0 ) and system board- 1 (SB- 1 ) is similar to that of FIG. 2 .
  • FIG. 3 only the bits of the 64-byte data block from the address 0x140 in the tag status (TAG-S 1 ) 322 of the level-2 cache memory (L2-CACHE) 321 in the CPU- 1 before generation of read access hold the valid status (“V” status).
  • the other bits of the tag status (TAG-S 1 ) 322 and all tag status (TAG-S 1 ) 312 , 332 , 342 of the level-2 cache memories (L2-CACHE) 311 , 321 , 331 and 341 hold the invalid status (“I” status).
  • the 64-byte data block from the address 0x140 as the object of the read request from the CPU- 0 301 effectively exists in the CPU- 1 302 .
  • the system controller- 0 (SC- 0 ) 305 having received the read request 391 to the address 0x140 from the level-2 cache memory (L2-CACHE) 311 in the CPU- 0 301 , generates a read request 392 to the address 0x140 for the CPU- 1 302 and the CPU- 1 302 transmits reply data 393 by the 64-byte data block to the read request address.
  • a data reply control block (DATA-REPLY CONTROL BLOCK) 351 in the system controller LSI (SC- 0 ) 305 completes the read access by transmitting the reply data 394 including the 64-byte data block to the level-2 cache memory (L2-CACHE) 311 in the CPU- 0 301 .
  • the tag status (TAG-S 2 ) 313 of the level-2 cache memory (L2-CACHE) 311 in the CPU- 0 301 changes, in the corresponding bits, to the valid status (“V” status) from the invalid status (“I” status).
  • the tag status (TAG-S 2 ) 313 , 323 , 333 , and 343 in the level-2 cache memory after the read access and the tag status (TAG-S 2 ) 323 , 333 , 343 of the level-2 cache memories (L2-CACHE) 311 , 321 , 331 and 341 in the other CPUs do not change from the condition before generation of the read access.
  • FIG. 4 illustrates a case 2 where reply data is generated with the 64-byte data block conventionally.
  • a structure of each LSI to be mounted on the system board- 0 (SB- 0 ) and system board- 1 (SB- 1 ) is similar to that of FIG. 2 and FIG. 3 .
  • a tag status (TAG-S 1 ) 412 of a level-2 cache memory (L2-CACHE) 411 in the CPU- 0 401 before generation of the read access holds the invalid status (“I” status) with all bits thereof, and the 64-byte data block from the address 0x140 as the object of the read access does not exist.
  • the 64-byte data block of the other identical 256-byte data entry exists effectively in regard to the tag status (TAG-S 1 ) 422 , 432 , 442 of the other level-2 cache memory (L2-CACHE).
  • the system controller- 0 (SC- 0 ) 405 having received the read request 491 to the address 0x140 from the level-2 cache memory (L2-CACHE) 411 in the CPU- 0 401 transmits a read request 492 to the address 0x140 for the main memory- 0 (MEM- 0 ) and the main memory- 0 (MEM- 0 ) transmits a reply data 493 by the 64-byte data block to the read request address.
  • L2-CACHE level-2 cache memory
  • a DATA-REPLY CONTROL BLOCK 451 in the system controller LSI- 0 (SC- 0 ) 405 completes the read access by transmitting the reply data 494 including the 64-byte data block to the level-2 cache memory (L2-CACHE) 411 in the CPU-O 401 .
  • the tag status (TAG-S 2 ) 413 of the level-2 cache memory (L2-CACHE) 411 in the CPU- 0 401 changes to the valid status (“V” status) from the invalid status (“I” status) at the bits corresponding to the address 0x140 in the tag status (TAG-S 2 ) 413 , 423 , 433 , and 443 in the level-2 cache memories (L2-CACHE) 411 , 421 , 431 and 441 after completion of the read access.
  • the tag status (TAG-S 2 ) 423 , 433 , and 443 of the level-2 cache memories (L2-CACHE) 421 , 431 and 441 in the other CPUs do not change from the status before generation of the read access.
  • the cache memory of the system controller LSI (SC) has been controlled rather easily because the reply data for the read request from the CPU exists only in the level-2 cache memory (L2-CACHE) of the main memory (MEM) or the other CPU.
  • Japanese patent document number JP-A-33472/1982 discloses a memory access control system in which an intermediate buffer memory is provided in a memory controller introducing a swap system (a control system of cache memory introducing a read-through system and a write-through system) for common use of the main memory by the CPU and channel processor in the data processing apparatus.
  • a control mechanism is also provided for searching a management table to determine whether the necessary data exists in the intermediate buffer memory at the time of making access to the main memory. The new data is written into memory of the intermediate buffer memory or main memory, and the access time of the memory is simultaneously controlled based on the operations without waiting for the data corresponding to the relevant address to be read out to the intermediate buffer memory from the main memory.
  • the above-identified patent document discloses a block store control system in the memory controller introducing the swap system. What is needed is a different system in which the read access control apparatus and method is not limited only to a cache memory update control system such as the swap system or the like and which can be adapted, without any changes or modifications, to a memory controller of the write-back system in place of the swap system memory controller.
  • Japanese patent document JP-A-522090/2001 discloses a system and method for maintaining coherency of cache memory in a coherence system using a directory base memory to use a directory protocol represented by MESI protocol and a non-inclusive cache memory of the third level.
  • patent document JP-A-522090/2001 discloses the system employing the directory protocol and non-inclusive cache memory. What is needed is a system is different from the present invention which is not restricted to employment of the directory protocol and is based on the precondition of the system employing the inclusive cache memory.
  • Japanese patent document JP-A 250926/1994 discloses a system to realize non-inclusive cache memory in the data processing system including the cache memories of a plurality of hierarchies.
  • the patent document discloses only a system employing non-inclusive cache memory. What is needed is a system employing inclusive cache memory.
  • Japanese patent document JP-A 259361/1999 discloses a system for realizing non-inclusive cache memory in the high-speed data processing system including cache memories of a plurality of hierarchies.
  • the patent document disclose only a system employing non-inclusive cache memory, as employed in Japanese patent document JP-A 25092/1994. Again, what is needed is a system employing inclusive cache memory.
  • a system including a level-3 cache memory (L3-CACHE) and a memory controller such as a system controller (SC) or the like performs data access control for a block of a data entry formed of a plurality of data blocks.
  • a system has been accompanied by generation of a problem relating to deterioration of performance due to memory latency and suppression of throughput of the bus because a reply data for the read request of all data blocks included in the data entry has been read from the main memory (MEM) even when a data block of valid status is partially held under the condition that a part of the data entry in response to the read request from the CPU is scattered and held by the main memory (MEM) and level-2 cache memories (L2-CACHE) of another CPU.
  • MEM main memory
  • L2-CACHE level-2 cache memories
  • FIG. 1 is a diagram illustrating an example of data storing of cache memory in which one data entry is formed of a plurality of data blocks in a conventional system.
  • FIG. 2 is a diagram of a conventional system illustrating the read access operation when none of the data blocks of 64 bytes exists within any of the cache memories.
  • FIG. 3 is a diagram of a conventional system illustrating the read access operation when the object of a read request exists in the valid status in the level-2 cache memory.
  • FIG. 4 is a diagram of a conventional system illustrating the read access operation when the object of the read request does not exist in any of the level-2 cache memories, according to at least one embodiment of the present invention.
  • FIG. 5 is a diagram illustrating an exemplary environment of the prevent invention including hardware structure of a computer system using a crossbar switch LSI (XB), a system controller LSI (SC) and an I/O system controller LSI (IOSC).
  • XB crossbar switch LSI
  • SC system controller LSI
  • IOSC I/O system controller LSI
  • FIG. 6 is a diagram illustrating an example of hardware structure of a systeni board (SB) mounting a system controller LSI (SC) such as the one depicted in FIG. 5 .
  • SB systeni board
  • SC system controller LSI
  • FIG. 7 is a block diagram of an exemplary system controller LSI (SC) such as the one depicted in FIG. 5 .
  • SC system controller
  • FIG. 8 is a block diagram of an exemplary data reply control block comprised in the system controller LSI (SC) such as the one depicted in FIG. 5 .
  • SC system controller LSI
  • FIG. 9 is a diagram illustrating the read access operation when none of the data blocks exists in the valid status in any of the level-3 cache memories, according to at least one embodiment of the present invention.
  • FIG. 10 is a diagram illustrating the read access operation when none of the data blocks of 64 bytes exists in any of the level-2 cache memories and any of the data blocks of 64 bytes exist in the valid status in a level-3 cache memory, according to at least one embodiment of the present invention.
  • FIG. 11 is a diagram illustrating the access operation when the object of the read request exists in the valid status in the level-2 cache memory (L2-CACHE) of another CPU, according to at least one embodiment of the invention.
  • L2-CACHE level-2 cache memory
  • FIG. 12 is a diagram illustrating the access-operation when the object of the read request does not exist in any level-2 cache memory (L2-CACHE), but any of the other data blocks of 64 bytes exists in the level-2 cache memory and the object of the read request, according to at least one embodiment of the invention.
  • L2-CACHE level-2 cache memory
  • FIG. 13 is a diagram illustrating the access operation when the object of the read request does not exist in any level-2-cache memory (L2-CACHE) or level-3 cache memory, but any of the other data blocks of 64 bytes exists in the valid status in the level-2 cache memory, according to at least one embodiment of the present invention.
  • L2-CACHE level-2-cache memory
  • level-3 cache memory any of the other data blocks of 64 bytes exists in the valid status in the level-2 cache memory, according to at least one embodiment of the present invention.
  • FIG. 14 is a diagram illustrating the access operation when none of the data block of 64 bytes among the data entries of 256 bytes exists in the level-2 cache memory (L2-CACHE) but the data block of 64 bytes as the object of the read request and any of the other data blocks of 64 bytes exist in the valid status in the level-3 cache memory (L3-CACHE), according to at least one embodiment of the invention.
  • FIG. 15 is a diagram illustrating the access operation when the object of the read request from the CPU does not exist in the level-2 cache memories, or level-3 cache memories, and another data block of 64 bytes exists in the valid status in the level-3 cache memory, according to at least one embodiment of the invention.
  • FIG. 16 is a diagram illustrating the access operation when none of the data blocks of 64 bytes among the data entries of 256 bytes exists in the level-2 cache memories or (L2-CACHE), and the object of the read request does not exist in the level-3 cache memory (L3-CACHE), but the other data block of 64 bytes exists in the valid status in the level-3 cache memory (L3-CACHE), according to at least one embodiment of the present invention.
  • FIG. 17 is a diagram illustrating the access operation when none of the data blocks of 64 bytes among the data entries of 256 bytes exists in the level-2 cache memories (L2-CACHE) or level-3 cache memories, but the other data blocks of 64 bytes exist in the level-3 cache memory (L3-CACHE) within another system controller (SC), according to at least one embodiment of the invention.
  • the present invention is directed to a method and memory controller for retrieving data from a data storage system.
  • the memory controller of the present invention can be a system controller LSI that includes a level-3 cache memory.
  • Common data can be stored in combination therewith with data in a level-2 cache memory within a CPU by forming chip sets of server and PC, or the like.
  • the data blocks are simultaneously received, as a reply to the read request from the CPU, from a plurality of storage devices such as level-3 cache memory, main memory, and level-2 cache memory in the other CPUs. These data blocks can then be merged into one data entry. As a result, the necessary data can be stored into the level-2 cache memory of the CPU with a single access.
  • the system controller (SC) having received a read request from the CPU issues only necessary least read requests to the level-3 cache memory (L3-CACHE) in the system controller (SC) on another system board (SB) and to the level-2 cache memory (L2-CACHE) in the CPU on the local system board (SB) and merges the data blocks of valid status held by the local system controller (SC).
  • the data block in the valid status held by the local system controller can be used effectively, thereby reducing or eliminating the problems relating to deterioration of performance due to memory latency and suppression of throughput of the bus.
  • the present invention provides a memory controller and method which issues a read request only for a data block in an invalid status when a part of the data entry to be returned by the system controller (SC) in response to the read request from the CPU, is in an invalid status.
  • the reply data to the read request and the data block in the valid status held by the local system controller (SC) is then merged.
  • the present invention discloses a memory controller connected to at least one CPU including a first cache memory and a main memory to execute a read request from any of the CPUs and includes a second cache memory and a control block for issuing a read request to a storing area of the data block as the read request object and to a storing area of another data block included in an entry to which the first data block also belongs.
  • the present invention discloses a memory controller connected to at least one CPU including a first cache memory and a main memory to execute the process for a read request from any of the CPUs, and includes a second cache memory and a control block for comparing the valid status of the data block in the first and second cache memories with the read request from any of the CPUs and issuing a read request to respective storing areas when the data block for the read request and another data block included in the entry to which the relevant data block belongs are scattered and stored in a plurality of storing areas.
  • the present invention discloses a memory controller connected to at least one CPU including a first cache memory and a main memory to execute the process for the read request from any of the CPUs, and includes a second cache memory, a first tag memory for storing valid status of each data block included in the first cache memory of the CPU, a second tag memory for storing valid status of each data block included in the second cache memory, and a control block for comparing contents of the first and second tag memories with the read request from any of the CPUs and issuing a read request to the respective storing areas when the data block corresponding to the read request and another data block included in the entry to which the relevant data block belongs are scattered and stored to a plurality of storing areas.
  • the present invention can be characterized as receiving a plurality of data blocks respectively transmitted from a plurality of storing areas and transmitting a plurality of received data blocks to the CPU after merging these data blocks to an entry.
  • the memory controller of the present invention can be characterized by merging a relevant data block and the data blocks transmitted from a plurality of storing areas into an entry and then transmitting this entry to the CPU when at least one data block, among the other data blocks included in the entry to which the data block corresponding to the read request issued from the CPU, is stored to the second cache memory.
  • the information processor of the present invention can be characterized as including at least one CPU, a first cache memory provided in the CPU to include a plurality of entries, each of which is formed of a plurality of data blocks, a main memory, at least a memory controller for processing read requests from the CPU; and a second cache memory provided in the memory controller to include a plurality of entries, each of which is formed of a plurality of data blocks, in which the memory controller issues the read requests to the respective storing areas when the data block corresponding to the read request and the other data blocks included in the entry to which the relevant data block belongs are scattered and stored to a plurality of storing areas.
  • the information processor can be characterized as including a plurality of memory controllers, in which, when a read request is issued from the CPU connected to the other memory controllers, a memory controller inspects a storing area of the data block corresponding to the relevant read request by comparing the valid status of the data block in the first and second cache memories with the read request from the CPU connected to the other memory controllers and transmits the data block to the other memory controllers when the inspection has proved that the data block and at least one data block among the other data blocks included in the entry to which the data block belongs are stored in the first cache memory provided to the CPU connected to the memory controller or in the second cache memory provided in the memory controller.
  • the information processor of the present invention can be characterized such that the memory controller receives the data blocks transmitted from a plurality of storing areas and corresponding to the read request transmitted therefrom and transmits a plurality of data blocks received to the CPU after merging these data blocks to one entry.
  • the present invention discloses a memory control method for the memory controller to execute a read request from at least one CPU, characterized in comprising receiving the read request issued from any of the CPUs; comparing the valid status of the data block included in the cache memory of the CPU and the valid status of the data block included in the cache memory within the memory controller with the read request, and issuing the read request to the respective storing areas when the comparison has proved that the data block corresponding to the read request and the other data blocks included in the entry to which the relevant data block belongs are scattered and stored to a plurality of storing areas.
  • the memory control method of the present invention includes receiving the data blocks transmitted from a plurality of storing areas and corresponding to a read request issued from the memory controller; and transmitting a plurality of received data blocks to the CPU after merging these data blocks into one entry.
  • FIG. 5 illustrates an example of a hardware structure of a computer system using a crossbar switch LSI (XB), a system controller LSI (SC) and an I/O system controller LSI (IOSC) as the applicable product environment of the present invention.
  • XB crossbar switch LSI
  • SC system controller LSI
  • IOSC I/O system controller LSI
  • a back-plane (BP) 501 mounts a plurality of crossbar switches LSI (XB) 511 to 514 and includes interfaces with system boards (SB) 502 , 503 and I/O boards ( 10 B) 504 , 505 via connectors 561 to 564 in view of controlling the connections of the system as a whole.
  • the system boards (SB) 502 , 503 respectively mount the memory controller LSI (MAC) for controlling a plurality of system controller LSIs (SC) 521 to 524 , 531 to 534 , a plurality of CPUs, and a main memory (in the figure, the CPU and LSI such as memory controller LSI (MAC) are not illustrated).
  • the system controller LSI (SC) includes interface for the other system controller LSI (SC), a plurality of CPUs, and memory controller LSI (MAC) mounted on the system board (SB). (Details will be described herein below.)
  • the system boards (SB) 502 and 503 are considered as the expansion block of the processing capability in the relevant computer system.
  • the I/O boards ( 10 B) 504 and 505 respectively mount a plurality of I/O system controller LSIs (IOSC) 541 to 555 , 551 to 544 and PCI slot, or the like. (In the figure, the PCI slot or the like, is not illustrated.)
  • IOSC I/O system controller LSIs
  • the I/O boards ( 10 B) 504 and 505 are considered as the expansion block of the I/O in the relevant computer system.
  • FIG. 6 illustrates an example of the hardware structure of the system board (SB) to mount the system controller LSI-(SC).
  • the system board (SB) 601 mounts a plurality of system controller LSIs (SC) 611 to 614 , a plurality of CPUs 621 to 624 , a plurality of memory controller LSIs (MAC) 631 to 634 , a plurality of memory modules (DIMM) 641 to 644 , and a plurality of connectors 651 to 654 .
  • SC system controller LSI
  • the system controller LSI (SC) 611 is connected with the other system controller LSIs (SC) 612 to 614 , a plurality of CPUs 621 to 624 , and a plurality of memory controller LSIs (MAC) 631 and 632 . Moreover, the system controller LSI (SC) 611 also includes an interface, via the connector 651 , with the crossbar switch LSI (XB) mounted to the back plane. Accordingly, the system controller LSI (SC) 611 can transmit and receive data to and from the CPU and memory controller (MAC) connected to the system controller LSI (SC) by including a plurality of interfaces.
  • MAC central processing unit
  • the system controller LSI (SC) 611 and the CPUs 621 to 624 are connected via the CPU local bus type interface, while the memory controller LSIs 631 and 632 are connected via the memory bus type interface, and the system controller LSI (SC) 611 and the other system controller LSIs (SC) 612 to 614 are connected via the interconnect type interface.
  • the system controller LSI (SC) 611 and the crossbar switch LSI (XB) are connected via the interconnect type interface. In general, these are connected via the interface which is similar to the interconnect between the system controller LSIs (SC).
  • FIG. 7 illustrates an example of the hardware structure of the system controller LSI (SC).
  • a system controller LSI (SC) 701 has the interfaces, as described in FIG. 6 , with a crossbar switch LSI (XB), a plurality of system controller LSIs (SC), a plurality of CPUs, and a plurality of memory controller LSIs (MAC) and also includes a data reply control block 702 .
  • XB crossbar switch LSI
  • SC system controller LSIs
  • CPUs a plurality of CPUs
  • MAC memory controller LSIs
  • This data reply control block 702 is formed of a local access pipeline (LOCAL-PIPELINE) 722 , a copy of level-2 cache tag memory (L2-TAG2) 723 of each CPU mounted on the own system board, a level-3 cache tag memory (L3-TAG) 724 and a global access pipeline (GLOBAL-PIPELINE) 725 .
  • LOCAL-PIPELINE local access pipeline
  • L2-TAG2 level-2 cache tag memory
  • L3-TAG level-3 cache tag memory
  • GLOBAL-PIPELINE global access pipeline
  • an access such as a read request from the CPU- 0 to CPU- 3 on the local system board (SB) mounting the relevant system controller LSI (SC) 701 is respectively queued to the request boards- 0 to 3 (RQPT- 0 to RQPT- 3 ) 711 to 714 .
  • this access is made through the crossbar switch LSI (SB) passing a crossbar request queue (XBRQ) 721 and a multiplexer 761 .
  • the pipeline control is executed with the local access pipeline (LOCAL-PIPELINE) 722 , and the area to be accessed is searched by making access to the copy of level-2 cache tag (L2 TAG2) 723 of the CPU- 0 to CPU- 3 and the level-3 cache memory tag (L3-TAG) 724 .
  • L2 TAG2 level-2 cache tag
  • L3-TAG level-3 cache memory tag
  • a load request is issued to the CPU- 0 to CPU- 3 through the order queues ODRQ- 0 to ODRQ- 3 731 to 734 and multiplexers 762 to 765 .
  • the data to be accessed exists in the level-3 cache memory (L3-DATA) 754 .
  • the pipeline control is executed by the load queue (LADQ) 735 , read port (RDPT) 751 and level-3 cache memory access pipeline (L 3 DT-PIPE) 752 , and access is made to the level-3 cache memory (L3-DATA) 754 .
  • the fetch data is loaded to the CPU- 0 to CPU- 3 through the memory storage queue (MSQ- 0 to MSQ- 1 ) 741 to 742 , move-in data queue (MIDQ) 756 , and multiplexers 762 to 765 .
  • MSQ- 0 to MSQ- 1 memory storage queue
  • MIDQ move-in data queue
  • the pipeline control is executed by the global access pipeline (GLOBAL-PIPELINE) 725 through the system board port (SBPT- 0 to 1 ) 716 to 717 and multiplexer 718 .
  • the access path after the global access pipeline (GLOBAL-PIPELINE) 725 is similar to that of the local access pipeline (LOCAL-PIPELINE) 722 .
  • FIG. 8 illustrates an example of the hardware structure of the data reply control block.
  • Staging latches 811 to 815 form the local access pipeline (LOCAL-PIPELINE) and staging latches 851 to 856 form the global access pipeline (GLOBAL-PIPELINE).
  • LOCAL-PIPELINE local access pipeline
  • GLOBAL-PIPELINE global access pipeline
  • the coherence information is incorporated into the access command flowing through the staging latches 811 to 813 forming the local access pipeline (LOCAL-PIPELINE).
  • the inputs of the multiplexers 826 and 836 are switched to the side of local access pipeline (LOCAL-PIPELINE), and comparison is conducted respectively in the comparators 827 and 837 .
  • Outputs of the comparators 827 and 837 are respectively inputted to a decoder 829 .
  • the valid/invalid status of each data entry and search information of the comprehensive information of data stored in the level-2 cache memory (L2-CACHE) comprised in each CPU and the level-3 cache memory (L3-CACHE) comprised in the system controller (SC) are outputted to the staging latch 815 .
  • the read request to each CPU mounted on the local system board (SB) is issued from a CPU request control block (CPU REQUEST CONTROL) 841 or the read request to the main memory mounted on the local system board is issued from a memory request control block (MEM REQUEST CONTROL) 842 or the tag status of the copy (L2-TAG2) 823 of the level-2 cache tag memory and level-3 cache memory (L3-TAG) 833 are reflected from a tag control block (TAG CONTROL) 843 .
  • CPU REQUEST CONTROL CPU request control block
  • MEM REQUEST CONTROL memory request control block
  • L2-TAG2 tag status of the copy
  • L3-TAG level-3 cache memory
  • the read access is issued from the CPU- 0 to CPU- 3 on another system board (SB)
  • the read command flows through the staging latches 851 to 856 forming the global access pipeline (GLOBAL-PIPELINE)
  • the address information incorporated into the command passes the multiplexers 821 and 831 and is then inputted to the respective read ports 822 and 832 of the copy (L2-TAG2) 831 of the level-2 cache tag memory and the level-3 cache tag memory (L3-TAG) 833 in order to search the respective tag memories.
  • the respective search results of tag memories are outputted to respective output registers 825 and 835 .
  • a comparison is executed, as described above, in the comparators 827 and 837 because the coherency information incorporated into the access command flowing through the staging latches 851 to 853 forming the global access pipeline (GLOBAL-PIPELINE) and the inputs of the multiplexers 826 and 826 are switched to the side of the global access pipeline (GLOBAL-PIPELINE).
  • Outputs of the comparators 827 and 837 are respectively inputted to a decoder 839 .
  • the valid/invalid status and the search information such as comprehensive information of the data of each data entry stored in the level-2 cache memory (L2-CACHE) comprised in each CPU on the local system board (SB) and in the level-3 cache memory comprised in the system controller (SC), are outputted, through the crossbar switch LSI (XB), to the CPU on another system board (SB) having issued the read access.
  • L2-CACHE level-2 cache memory
  • XB crossbar switch LSI
  • the read request to each CPU mounted on the local system board is issued from the CPU request control block (CPU REQUEST CONTROL) 847 , or the read request to the main memory mounted on the local system board is issued from the memory request control block (MEM REQUEST CONTROL) 848 , or the tag status of the copy of level-2 cache tag memory (L2-TAG2) 823 and level-3 cache tag memory (L3-TAG) 833 are reflected from the tag control block (TAG CONTROL) 846 .
  • CPU REQUEST CONTROL CPU request control block
  • MEM REQUEST CONTROL memory request control block
  • TAG CONTROL tag control block
  • FIG. 9 illustrates Part 1 of the normal operation for sending a reply data with the data block of 256 bytes in the structure of the present invention.
  • a system controller LSI-0 (SC- 0 ) 905 mounted on the system board- 0 (SB- 0 ) comprises a level-3 cache memory (L3-CACHE) 951 and a data reply control block (DATA-REPLY CONTROL BLOCK) 952 connected with the CPU- 0 901 comprising the level-2 cache memory (L2-CACHE) 980 and the CPU- 1 902 comprising the level-2 cache memory (L2-CACHE) 981 , and the main memory- 0 (MEM- 0 ).
  • L3-CACHE level-3 cache memory
  • DATA-REPLY CONTROL BLOCK data reply control block
  • the system controller LSI- 1 (SC- 1 ) 906 mounted on the system board- 1 (SB- 1 ) comprises a level-3 cache memory (L3-CACHE) 961 and a data reply control block (DATA-REPLY CONTROL BLOCK) 962 connected with the CPU- 2 903 comprising the level-2 cache memory (L2-CACHE) 982 , the CPU- 3 904 comprising the level-2 cache memory (L2-CACHE) 983 , and the main memory- 1 (MEM- 1 ) 908 .
  • the system controller LSI- 0 (SC- 0 ) 905 and the system controller LSI- 1 (SC- 1 ) are connected via the crossbar switch (XB), (not illustrated to simplify the drawing).
  • the tag status (TAG-S 1 ) 953 and 954 comprised in the level-3 cache memories (L3-CACHE) 951 and 961 before generation of a read access and the tag status (TAG-S 1 ) 911 , 921 , 931 and 941 comprised in the level-2 cache memory (L2-CACHE) are all storing the invalid status (I), indicating that none of the data blocks of 64 bytes among the data blocks of 256 bytes including the data block of 64 bytes from the address 0x100 as the read request object from the CPU- 0 901 , exists in the valid state within all level-3 cache memories and level-2 cache memories.
  • the system controller- 0 (SC- 0 ) 905 having received the read request 991 to the address 0x140 from the level-2 cache memory (L2-CACHE) 980 comprised in the CPU- 0 901 generates the read request 993 in the size of 256 bytes to the address 0x100 for the main memory- 0 (MEM- 0 ) 907 , and the main memory- 0 (MEM- 0 ) transmits the reply data 994 by the data block of 256 bytes to the read request address.
  • L2-CACHE level-2 cache memory
  • the data reply control block (DATA-REPLY CONTROL BLOCK) 952 in the system controller LSI- 0 (SC- 0 ) 905 completes the read access by transmitting the reply data including the data block of 64 bytes to the level-2 cache memory (L2-CACHE) 980 .
  • the tag status (TAG-S 2 ) 954 comprised in the level-3 cache memory (L3-CACHE) 951 after completion of the read access and tag status (TAG-S 2 ) 913 in the level-2 cache memory (L2-CACHE) 911 change, at the bits corresponding to the data block of 256 bytes starting from the address-0x100, to the valid status (V) from the invalid status (I) and none of the tag status (TAG-S 2 ) 964 of the other level-3 cache memory (L3-CACHE) and the tag status (TAG-S 2 ) 923 , 933 and 943 of the level-2 cache memory (L2-CACHE) does not change from the status before generation of the read access.
  • FIG. 10 illustrates part 2 of the normal operation for sending the reply data with the data block of 256 bytes in the structure of the present invention. Structure of each LSI mounted on the system board- 0 (SB- 0 ) and system board- 1 (SB- 1 ) is similar to that of FIG. 9 .
  • the tag status (TAG-S 1 ) 1053 in the level-3 cache memory (L3-CACHE) 1051 before generation of the read access holds the valid status (V) in all bits
  • the tag status (TAG-S 1 ) 1063 comprised in the level-3 cache memory (L3-CACHE) 1061 and the tag status (TAG-S 1 ) 1012 , 1022 , 1032 and 1042 in each level-2 cache memory (L2-CACHE) are all holding the invalid status (I)
  • the data block of 256 bytes including the data block of 64 bytes starting from the address 0x100 as the object of the read request from the CPU- 0 1001 effectively exists only in the level-3 cache memory (L3-CACHE) 1051 .
  • the system controller- 0 (SC- 0 ) 1005 having received the read request 1091 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1080 in the CPU- 0 1001 transmits the reply data by the data block 1092 of 256 bytes starting from the address 0x100 to the data reply control block (DATA REPLY CONTROL BLOCK) 1052 .
  • the data reply control block (DATA-REPLAY CONTROL BLOCK) 1052 in the system controller LSI- 0 (SC- 0 ) 1005 completes the read access by transmitting the reply data 1095 by the data block of 256 bytes to the level-2 cache memory (L2-CACHE) 1080 comprised in the CPU- 0 1001 .
  • the tag status (TAG-S 2 ) 1013 in the level-2 cache memory (12-CACHE) 1080 after completion of the read access changes, in the bits corresponding to 256 bytes starting from the address 0x100, to the valid status (V) from the invalid status (I), while any of the tag status (TAG-S 2 ) 1054 , 1064 of the level-3 cache memory (L3-CACHE) and the tag status (TAG-S 2 ) 1023 , 1033 and 1043 of the other level-2 cache memory (L2-CACHE) does not change from the status before generation of the read access.
  • FIG. 11 illustrates part 1 of the normal operation in reply of data with the data block of 64 bytes in the structure of the present invention.
  • Structure of each LSI mounted on the system board- 0 (SB- 0 ) and system board- 1 (SB- 1 ) is similar to that of FIG. 9 and FIG. 10 .
  • FIG. 11 illustrates a structure of the present invention, in which the data block of 64 bytes as the object of read request among the data entry of 256 bytes including the data block of 64 bytes as the read request from the CPU exists in the valid status within the level-2 cache memory (L2-CACHE) of another CPU.
  • L2-CACHE level-2 cache memory
  • the system controller- 0 (SC- 0 ) 1105 having received the read request 1191 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1180 in the CPU- 0 1101 issues the read request 1192 for the level-2 cache (L2-CACHE) 1181 in the CPU 1102 storing the valid data block of 64 bytes starting from the address 0x140 and the data reply control block (DATA-REPLY CONTROL BLOCK) 1152 receives the reply data 1193 by the data block of 64 bytes corresponding to the read request 1192 .
  • the data reply control block (DATA-REPLY CONTROL BLOCK) 1152 completes the read access by transmitting the data block 1194 of 64 bytes to the level-2 cache (L2-CACHE) 1180 in the CPU- 0 1101 .
  • the tag status (TAG-S 2 ) 1113 in the level-2 cache memory (L2-CACHE) 1180 after completion of the read access changes, at the bits corresponding to 64 bytes from the address 0x140, to the valid status (V) from the invalid status (I), and any of the tag status (TAG-S 2 ) 1154 and 1164 of the level-3 cache memory (L3-CACHE) and the tag status (TAG-S 2 ) 1123 , 1133 and 1143 of the other level-2 cache memories (L2-CACHE) does not change from the status before generation of the read access.
  • FIG. 12 illustrates a part 2 of the normal operation in reply of data with the data block of 64 bytes in the structure of the present invention.
  • Structure of each LSI mounted on the system board- 0 (SB- 0 ) and system board- 1 (SB- 1 ) is similar to that of FIG. 9 to FIG. 11 .
  • FIG. 12 illustrates a structure of the present invention in which the data block of 64 bytes as the object of read request among the data entry of 256 bytes including the data block of 64 bytes as the object of read request from the CPU does not exist in any level-2 cache memory (L2-CACHE) but any of the other data blocks of 64 bytes exists in the level-2 cache memory (L2-CACHE) and the data block of 64 bytes as the object of the read request exits, in the valid status, within the level-3 cache memory L3-CACHE 1251 .
  • L2-CACHE level-2 cache memory
  • L2-CACHE level-2 cache memory
  • the system controller- 0 (SC- 0 ) 1205 having received the read request 1291 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1211 in the CPU- 0 1201 transmits the reply data by the data block 1292 of 64 bytes starting from the address 0x140 to the data reply control block (DATA-RELY CONTROL BLOCK) 1252 .
  • the data reply control block (DATA-REPLY CONTROL BLOCK) 1252 in the system controller LSI- 0 (SC- 0 ) 1205 completes the read access by transmitting the reply data 1293 by the data block of 64 bytes to the level-2 cache memory (L2-CACHE) 1280 in the CPU- 0 1201 .
  • the tag status (TAG-S 2 ) 1212 in the level-2 cache memory (L2-CACHE) 1280 after completion of the read access changes, in the bits corresponding to 64 bytes from the address 0x140, to the valid status (V) from the invalid status (I) and none of the tag status (TAG-S 2 ) 1254 and 1264 of the level-3 cache memories (L3-CACHE) 1251 and 1261 , respectively, and the tag status (TAG-S 2 ) 1223 , 1233 and 1243 of the other level-2 cache memories (L2-CACHE) changes from the status before generation of the read access.
  • FIG. 13 illustrates part 3 of the normal operation of reply data by the data block of 64 bytes in the structure of the present invention. Structure of each LSI mounted on the system board- 0 (SB- 0 ) and system board- 1 (SB- 1 ) is similar to that of FIG. 9 to FIG. 12 .
  • FIG. 13 illustrates a structure of the present invention, in which the data block of 64 bytes as the object of read request among the data entry of 256 bytes including the data block of 64 bytes as the object of the read request from the CPU does not exist in any of the level-2 cache memories (L2-CACHE) and level-3 cache memories (L3-CACHE), but any of the other data of 64 bytes exists, in the valid status, within the level-2 cache memories (L2-CACHE).
  • L2-CACHE level-2 cache memories
  • L3-CACHE level-3 cache memories
  • the system controller- 0 (SC- 0 ) 1305 having received the read request 1391 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1380 in the CPU- 0 1301 generates the read request 1392 in the size of 64 bytes to the address 0x140 the main memory- 0 (MEM- 0 ) 1307 , and the main memory-o (MEM- 0 ) 1307 transmits the reply data 1393 by the data block of 64 bytes to the read request address.
  • L2-CACHE level-2 cache memory
  • the data reply control block (DATA-REPLY CONTROL BLOCK) 1352 in the system controller LSI- 0 (SC- 0 ) 1305 completes the read access by transmitting the reply data 1394 by the data block of 64 bytes to the level-2 cache memory (L2-CACHE) 1311 in the CPU- 0 1301 .
  • L2-CACHE level-2 cache memory
  • the tag status (TAG-S 2 ) 1354 in the level-3 cache memory (L3-CACHE) 1351 and the tag status (TAG-S 2 ) 1313 in the level-2 cache memory (L2-CACHE) 1380 change, in the bits corresponding to the data block of 64 bytes starting from the address 0x140, to the valid status (V) from the invalid status (I), and none of the tag status (TAG-S 2 ) 1364 of the other level-3 cache memory (L3-CACHE) and the tag status (TAG-S 2 ) 1323 and 1333 of the level-2 cache memory (L2-CACHE) changes from the status before generation of read access.
  • FIG. 14 illustrates part 4 of normal operation in the reply data by the data block of 64 bytes in the structure of the present invention.
  • Structure of each LSI mounted on the system board- 0 (SB- 0 ) and system board- 1 (SB- 1 ) is similar to that of FIG. 9 to FIG. 13 .
  • FIG. 14 illustrates a structure of the present invention, in which none of the data blocks of 64 bytes among the data entries of 256 bytes including the data block of 64 bytes as the object of the read request from the CPU exists in the level-2 cache memory (L2-CACHE), but the data block of 64 bytes as the object of the read request and the other data block of 64 bytes exist in the level-3 cache memory (L3-CACHE) in the valid status.
  • L2-CACHE level-2 cache memory
  • L3-CACHE level-3 cache memory
  • the system controller- 0 (SC- 0 ) 1405 having received the read request 1491 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1480 in the CPU- 0 1401 transmits the resply data by the data block 1492 of 64 bytes starting from the address 0x140 to the data reply control block (DATA-REPLY CONTROL BLOCK) 1452 .
  • the data reply control block (BATA-REPLY CONTROL BLOCK) 1452 in the system controller LSI- 0 (SC- 0 ) completes the read access by transmitting the reply data 1493 by the data block of 64 bytes to the level-2 cache memory (L2-CACHE) 1480 .
  • the tag status (TAG-S 2 ) 1412 in the level-2 cache memory (L2-CACHE) 1480 after completion of the read access changes in the bits corresponding to the 64 bytes from the address 0x140 to the valid status (V) from the invalid status (I), and any of the tag status (TAG-S 2 ) 1454 , 1464 of the level-3 cache memory (L3-CACHE) and the tag status (TAG-S 2 ) 1423 , 1433 , 1443 of the other level-2 cache memories (L2-CACHE) does not change from the status before generation of the read access.
  • FIG. 15 illustrates part 3 of the normal operation for reply data by the data block of 64 bytes in the structure of the present invention. Structure of each LSI mounted on the system board- 0 (SB- 0 and system board- 1 (SB- 1 ) is similar to that of FIG. 9 to FIG. 14 .
  • FIG. 15 illustrates a structure of the present invention, in which none of the data blocks of 64 bytes among the data entries of 256 bytes including the data block of 64 bytes as the object of the read request from the CPU exists in the level-2 cache memory (L2-CACHE) and the data block of 64 bytes as the object of the read request also does not exist in the level-3 cache memory (L3-CACHE) but another data block of 64 bytes exist in the level-3 cache memory (L3-CACHE) in the valid status.
  • L2-CACHE level-2 cache memory
  • L3-CACHE level-3 cache memory
  • L3-CACHE level-3 cache memory
  • L3-CACHE level-3 cache memory
  • the system controller- 0 (SC- 0 ) 1505 having received the read request 1591 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1580 in the CPU- 0 1501 generates the read request 1592 of 64 bytes to the address 0x140 to the main memory- 0 (MEM- 0 ) 1507 , and the main memory- 0 (MEM- 0 ) 1507 transmits the reply data 1593 by the data block of 64 bytes to the read request address.
  • L2-CACHE level-2 cache memory
  • the data reply control block (DATA-REPLY CONTROL BLOCK) 1552 in the system controller LSI- 0 (SC- 0 ) 1505 completes the read access by transmitting the reply data 1594 by the data block of 64 bytes to the level-2 cache memory (12-CACHE) 1580 in the CPU- 0 1501 .
  • the tag status (TAG-S 2 ) 1554 in the level-3 cache memory (L3-CACHE) 1551 after completion of the read access and the tag status (TAG-S 2 ) 1513 in the level-2 cache memory (L2-CACHE) 1580 are changed in the bits corresponding to the data block of 64 bytes starting from the address 0x140 to the valid status (V) from the invalid status (I) and any of the tag status (TAG-S 2 ) 1564 of the other level-3 cache memory (L3-CACHE) and the tag status (TAG-S 2 ) 1523 , 1533 and 1543 of the level-2 cache memories (L2-CACHE) does not change from the status before generation of the read access.
  • FIG. 16 illustrates part 1 of the special operation for reply data by the data block of 64 bytes in the structure of the present invention.
  • Structure of each LSI mounted on the system board- 0 (SB- 0 ) and system board- 1 (SB- 1 ) is similar to that of FIG. 9 to FIG. 15 .
  • FIG. 16 illustrates an access operation in the structure of the present invention, in which none of the data blocks of 64 bytes among the data entries of 256 bytes including the data block of 64 bytes as the object of the read request from the CPU exists in the level-2 cache memories (L2-CACHE).
  • the data block of 64 bytes as the object of the read request does not exist in the level-3 cache memories (L3-CACHE) but the other data block of 64 bytes exist in the valid status in the level-3 cache memories (L3-CACHE).
  • the tag status (TAG-S 1 ) 1653 in the level-3 cache memory (L3-CACHE) 1651 before generation of the read access stores, in the invalid status (I), the data block of 64 bytes from the address 0x140 as the object of the read address among the data blocks of 256 bytes including the data block of 64 bytes from the address 0x140 as the object of the read request from the CPU- 0 1601 .
  • the bits for any of the other data blocks of 64 bytes store the valid status (V).
  • tag status (TAG-S 1 ) 1663 in the level-3 cache memory (L3-CACHE) 1661 and tag status (TAG-S 1 ) 1612 , 1622 , 1632 and 1642 in the level-2 cache memories (L2-CACHE) are all storing the invalid status (I), and the data block of 64 bytes from the address 0x140 as the object of the read request from the CPU- 0 1601 exists in the main memory- 0 (MEM- 0 ) 1607 in the valid status.
  • the level-3 cache memory (L3-CACHE) 1651 in the system controller- 0 (SC- 0 ) 1605 having received the read request 1691 for the address 0x140 from the level-2 cache memory (L2-CACHE) 1680 in the CPU- 0 1601 issues a reply data formed for the data block of 64 bytes starting from the address 0x100 and the data block of 64 bytes starting from the address 0x1C0 to the data reply control block (DATA-REPLY CONTROL BLOCK) 1652 and in addition, issues the read request 1693 for the data block of 64 bytes starting from the address 0x140 and the data block of 64 bytes starting from the address 0x180 to the main memory- 0 (MEM- 0 ) 1607 and also receives the reply data 1694 formed of the corresponding data block of 128 bytes.
  • DATA-REPLY CONTROL BLOCK data reply control block
  • the data reply control block (DATA-REPLY CONTROL BLOCK) 1652 in the system controller- 0 (SC- 0 ) 1605 merges the reply data 1692 by the data block of 128 bytes transmitted from the level-3 cache memory (L3-CACHE) 1651 and the reply data 1694 by the data block of 128 bytes transmitted from the main memory- 0 (MEM- 0 ) and completes the read access by transmitting the reply data 1695 formed of the data block of 256 bytes to the level-2 cache memory (L2-CACHE) 1611 in the CPU- 0 1601 .
  • DATA-REPLY CONTROL BLOCK data reply control block
  • the tag status (TAG-S 2 ) 1654 in the level-3 cache memory (L3-CACHE) 1651 after completion of the read access is changed to the valid status (V) from the invalid status (i) in all bits
  • the tag status (TAG-S 2 ) 1613 in the level-2 cache memory (L2-CACHE) 1680 is changed in all bits to the valid status (V status) from the invalid status (I status)
  • any of the tag status (TAG-S 2 ) 1664 of the level-3 cache memory (L3-CACHE) 1661 and the tag status (TAG-S 2 ) 1623 , 1633 and 1643 of the other level-2 cache memories (L2-CACHE) does not change from the status before generation of the read access.
  • FIG. 17 illustrates part 2 of the specification operation in reply of data by the data block of 256 bytes in the structure of the present invention.
  • Structure of each LSI mounted on the system board-O (SB-O) and the system board- 1 (SB- 1 ) is similar to that of FIG. 9 to FIG. 16 .
  • FIG. 17 illustrates the access operation with a structure of the present invention, in which none of the data blocks of 64 bytes among the data entries of 256 bytes including the data block of 64 bytes as the object of the read request from the CPU exists in the secondary block (L2-CACHE).
  • the data block of 64 bytes as the object of the read request does not exist in the level-3 cache memories (L3-CACHE), but the other data blocks (i.e., 1762 , 1765 ) of 64 bytes in the identical data entry of 256 bytes exists in the valid status in the level-3 cache memory (L3-CACHE) within the non-local system controller (SC).
  • SC non-local system controller
  • the tag status (TAG-S 1 ) 1753 in the level-3 cache memory (L3-CACHE) 1751 before generation of the read access stores, in the invalid status (I) the data block of 64 bytes from the address 0x140 as the object of the read request among the data blocks of 256 bytes including the data block of 64 bytes from the address.
  • the bits for any of the other data blocks of 64 bytes store the valid status (V) (i.e., 1763 and 1765 ).
  • the tag status (TAG-S 1 ) 1763 in the level-3 cache memory (L3-CACHE) 1761 and the tag status (TAG-S 1 ) 1712 , 1722 , 1732 and 1742 in each level-2 cache memory (L2-CACHE) are all storing the invalid status (I), and the data block of 64 bytes from the address 0x140 as the object of the read request from the CPU- 0 1701 exists in the valid status only in the main memory-O (MEM- 0 ) 1707 .
  • the system controller- 0 (SC- 0 ) 1705 having received the read request 1791 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1780 in the CPU- 0 1701 issues the read request 1792 for the data block of 64 bytes formed of the data block of 64 bytes starting from the address 0x100 and the data block of 64 bytes starting from the address 0x1C0 to the system controller- 1 (SC- 1 ), receives the reply data formed of the data block of 128 bytes corresponding to the read request 1792 , and in addition, issues, to the main memory- 0 (MEM- 0 ) 1707 , the read request for the data block of 64 bytes starting from the address 0x140 and the data block of 64 bytes starting from the address 0x180 and also receives the reply data 1795 formed of the corresponding data block of 128 bytes.
  • the main memory- 0 (MEM- 0 ) 1707 issues, to the main memory- 0 (MEM- 0 )
  • the data reply control block (DATA-REPLY COTNROL BLOCK) 1752 in the system controller LSI- 0 (SC- 0 ) 1705 merges the reply data 1793 including the data block of 128 bytes transmitted from the level-3 cache memory (L3-CACHE) 1761 and the reply data 1795 including the data block of 128 bytes transmitted from the main memory- 0 (MEM- 0 ) 1707 and completes the read access by transmitting the reply data 1796 formed of the data block of 256 bytes to the level-2 cache memory (L2-CACHE) 1780 in the CPU- 0 1701 .
  • L3-CACHE level-3 cache memory
  • L2-CACHE level-2 cache memory
  • the tag status (TAG-S 2 ) 1754 in the level-3 cache memory (L3-CACHE) 1751 after completion of the read access is changed to the valid status (V) from the invalid status (I) in the bits corresponding to the data block of 64-bytes from the address 0x140 and the data block of 64 bytes from the address 0x180
  • the tag status (TAG-S 2 ) 1713 in the level-2 cache memory (L2-CACHE) 1780 is changed in all bits to the valid status (V) from the invalid status (I)
  • any of the tag status (TAG-S 2 ) 1764 of the level-3 cache memory (L3-CACHE) 1761 and the tag status (TAG-S 2 ) 1723 , 1733 and 1743 of the other level-2 cache memories (L2-CACHE) does not change from the status before generation of the read access.
  • the reply data for the read request issued to the system controller (SC) in the own system board (SB) from the CPU can be scattered and stored in the main memory (MEM) 1707 and the level-3 cache memory (L3-CACHE) 1706 in the system controller (SC) on the other system board (SB) in the memory controller comprising the level-3 cache memory (L3-CACHE).
  • the necessary data can be transferred to the level-2 cache memory 1711 of the CPU- 0 1701 with single access and useless access is eliminated.
  • a reply is executed by simultaneously receiving and merging the data from a plurality of storage devices such as the level-3 cache memory (L3-CACHE) 17612 and main memory 1707 or the like.

Abstract

In a memory controller such as a system controller including a level-3 cache memory for common use of data with a level-2 cache memory within a CPU by forming a chip set such as a server, an effective memory controller and a control method are realized to store the necessary data into the level-2 cache memory of the CPU with a single access, thereby reducing or eliminating deterioration of performance and suppression of throughput caused by memory latency.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is based upon and claims priority to Japanese Patent Application No. 2004-260347, filed on Sep. 8, 2004, the contents being incorporated herein by reference.
  • BACKGROUND OF THE INVENTION
  • In a conventional computer system, the hierarchical structure of memory including the cache memory in the CPU and main memory of the system has been mainly formed of structure including the three layers of first-order or level-1 cache memory (L1 cache) in the CPU, secondary or level-2 cache memory (L2 cache) provided the outside of the CPU, and main memory.
  • High density implementing of LSI has been realized through progress in the semiconductor technology. As a result, the number of transistors to be implemented on an LSI can be greatly increased, the level-2 cache memory can also be built into the CPU, and the tertiary or level-3 cache memory can also be built into the memory controller. Particularly, since a high performance computer system such as a large scale SMP (Symmetrical Multi-Processor) can be realized for a computer system, such as a server which is required to provide higher processing capability for the principal jobs in a company, the processing capability can be improved by shortening the memory access time through common use of the level-3 cache memory from a plurality of processors.
  • In a higher performance computer system, such as a large scale SMP structure, if a read request is issued to the main memory from the CPU and I/O devices, it is known how to effectively improve the performance because the program and data are locally used for memory access to simultaneously issue the read request for the data block, which is actually requested to be read and the data block adjacent to such data block. The reason is that the storing of a program is generally performed in the sequence of execution of the program, or in the sequence of access. Namely, the storing of program is often conducted in the sequence of execution in the CPU.
  • With progress in computer architecture, a system has been employed in a high performance computer system, in which a size of the reply data to the read request is determined, when one data entry is defined as n times the size of the data block, in accordance with the registration condition of the cache memory in the data management within the cache memory.
  • FIG. 1 illustrates an example of structure of a cache memory tag in the level-2 cache memory within the CPU which controls management when a size of the data block is defined as 64 bytes, one data entry is set to 256 bytes as the data registered to the cache memory tag, which is equal to four times the size of the data block. For example when the cache memory block 101 is considered, the cache memory block 101 includes an address field 102, tag valid for data block-0 (BLOCK-0 VALID) 103, tag valid for data block-1 (BLOCK-1 VALID) 104, tag valid for data block-2 (BLOCK-2 VALID) 105, and tag valid for data block-3 (BLOCK-3 VALID) 106. Here, the BLOCK-0 VALID 103 indicates that the data block of 64 bytes from the address 0x100 is a valid data block. In the same manner, the BLOCK-1 VALID 104 indicates that the data block of 64 bytes from the address 0x140 is a valid data block, the BLOCK-2 VALID 105 indicates that the data block of 64 bytes from the address 0x180 is a valid data block. Similarly, the BLOCK-3 VALID 106 indicates that the data block of 64 bytes from the address 0x1C0 id a valid data block. In this structure, the transfer size of reply data to the read request for the system controller LSI from the level-2 cache memory within the CPU is determined as 64 bytes block.
  • When a CPU issues, as a result of an cache miss hit in the level-2 cache memory thereof, a read request to the main memory to the system controller LSI as the memory controller, the system controller LSI inspects the contents of a tag of the level-2 cache memory within all CPUs on the computer system and selects any of 256 bytes or 64 bytes as the size of reply data to the read request to the main memory. In this case, the CPU executes the registration in the block size of the 256 bytes consisting of 64 bytes×4 to the level-2 cache memory thereof when the reply data has the size of 256 bytes, or executes the registration in the block size of 0.64 bytes when the reply data has the size of 64 bytes. The reply data generating condition and operations of the prior arts described above will be described.
  • Reply with Data Block of 256 Bytes in the Prior Art
  • FIG. 2 illustrates an example of a conventional system in which the reply data is attained with a data block of 256 bytes. The system controller LSI-0 (SC-0) 205 mounted on a system board-0 (SB-0) comprises a data reply control block (DATA-REPLY CONTROL BLOCK) 251 which is respectively connected to the CPU-0 201 comprising the level-2 cache memory (L2-CACHE) 211, CPU-1 202 comprising the level-2 cache memory (L2-CACHE) 221 and the main memory-0 (MEM-0) 207.
  • In the same manner, the system controller LSI-1 (SC-1) 206 mounted on the system board-1 (SB-1) comprises data reply control block (DATA-REPLY CONTROL BLOCK) 261 and is respectively connected with the CPU-2 203 comprising a level-2 cache memory (L2-CACHE) 231, the CPU-3 204 comprising a level-2 cache memory (L2-CACHE) 241, and a main memory-1 (MEM-1) 298. Moreover, the system controller LSI-0 (SC-0) 205 and the system controller LSI-1 (SC-1) 206 are connected with a crossbar switch (XB) not illustrated in the figure to simplify the drawing.
  • In FIG. 2, the tag status (TAG-S1) 211, 221, 231, and 241, stored in each level-2 cache memory (L2-CACHE) 21.5, 216, 217 and 218 before generation of read access are all holding invalid status (“I” status), indicating that none of the 64-byte data blocks among the 256-byte data blocks including the 64-byte data block from the address 0x100, which is the read request object from the CPU-0 201, exists effectively within the level-2 cache memory (L2-CACHE).
  • In this case, the system controller-0 (SC-0) 205 having received the read request. 291 to the address 0x100: from the level-2 cache memory (L2-CACHE) 211 in the CPU-0 201 generates, for the main memory-0 (MEM-0) 207, the read request 293 to the addresses 0x100, 0x140, 0x180, and 0x1C0, and the main memory-0 (MEM-0) 207 transmits the reply data 294 based on the 256-byte data block including 64-byte×4 to the read request addresses. In addition, the data reply control block (DATA-REPLY CONTROL BLOCK) 251 in the system controller LSI (SC-0) completes the read access by transmitting the reply data 295, including the 256-byte data block consisting of 64-byte×4, to the level-2 cache memory (L2-CACHE) 211.
  • Here, in regard to the tag status (TAG-S2) 213, 223, 233, 243 in each level-2 cache memory L2-CACHE 211, L2-CACHE 221, L2-CACHE 231 and L2-CACHE 241, after completion of the read access, only the tag status (TAG-S2) 213 of the level-2 cache memory (L2-CACHE) 211 changes, in all bits, to the valid status (“V” status) from the invalid status (“I” status). The tag status (TAG-S2) 223, 233, and 243 of the level-2 cache memories (L2-CACHE) 211, 221, 231 and 241 included in the other CPUs do not change from the status before generation of the read access.
  • Reply with 64-byte Data Block in a Conventional System Part 1
  • FIG. 3 illustrates a case 1 in which reply data is generated with the 64-byte data block conventionally. A structure of each LSI mounted on the system board-0 (SB-0) and system board-1 (SB-1) is similar to that of FIG. 2. In FIG. 3, only the bits of the 64-byte data block from the address 0x140 in the tag status (TAG-S1) 322 of the level-2 cache memory (L2-CACHE) 321 in the CPU-1 before generation of read access hold the valid status (“V” status). Moreover, the other bits of the tag status (TAG-S1) 322 and all tag status (TAG-S1) 312, 332, 342 of the level-2 cache memories (L2-CACHE) 311, 321, 331 and 341 hold the invalid status (“I” status). In addition, the 64-byte data block from the address 0x140 as the object of the read request from the CPU-0 301 effectively exists in the CPU-1 302.
  • In this case, the system controller-0 (SC-0) 305, having received the read request 391 to the address 0x140 from the level-2 cache memory (L2-CACHE) 311 in the CPU-0 301, generates a read request 392 to the address 0x140 for the CPU-1 302 and the CPU-1 302 transmits reply data 393 by the 64-byte data block to the read request address. In addition, a data reply control block (DATA-REPLY CONTROL BLOCK) 351 in the system controller LSI (SC-0) 305 completes the read access by transmitting the reply data 394 including the 64-byte data block to the level-2 cache memory (L2-CACHE) 311 in the CPU-0 301.
  • Here, only the tag status (TAG-S2) 313 of the level-2 cache memory (L2-CACHE) 311 in the CPU-0 301 changes, in the corresponding bits, to the valid status (“V” status) from the invalid status (“I” status). The tag status (TAG-S2) 313, 323, 333, and 343 in the level-2 cache memory after the read access and the tag status (TAG-S2) 323, 333, 343 of the level-2 cache memories (L2-CACHE) 311, 321, 331 and 341 in the other CPUs do not change from the condition before generation of the read access.
  • Reply with 64-Byte Data Block in Conventional System: Part 2
  • FIG. 4 illustrates a case 2 where reply data is generated with the 64-byte data block conventionally. A structure of each LSI to be mounted on the system board-0 (SB-0) and system board-1 (SB-1) is similar to that of FIG. 2 and FIG. 3. In FIG. 4, a tag status (TAG-S1) 412 of a level-2 cache memory (L2-CACHE) 411 in the CPU-0 401 before generation of the read access holds the invalid status (“I” status) with all bits thereof, and the 64-byte data block from the address 0x140 as the object of the read access does not exist. But the 64-byte data block of the other identical 256-byte data entry exists effectively in regard to the tag status (TAG-S1) 422, 432, 442 of the other level-2 cache memory (L2-CACHE).
  • In this case, the system controller-0 (SC-0) 405 having received the read request 491 to the address 0x140 from the level-2 cache memory (L2-CACHE) 411 in the CPU-0 401 transmits a read request 492 to the address 0x140 for the main memory-0 (MEM-0) and the main memory-0 (MEM-0) transmits a reply data 493 by the 64-byte data block to the read request address. In addition, a DATA-REPLY CONTROL BLOCK 451 in the system controller LSI-0 (SC-0) 405 completes the read access by transmitting the reply data 494 including the 64-byte data block to the level-2 cache memory (L2-CACHE) 411 in the CPU-O 401.
  • Here, only the tag status (TAG-S2) 413 of the level-2 cache memory (L2-CACHE) 411 in the CPU-0 401 changes to the valid status (“V” status) from the invalid status (“I” status) at the bits corresponding to the address 0x140 in the tag status (TAG-S2) 413, 423, 433, and 443 in the level-2 cache memories (L2-CACHE) 411, 421, 431 and 441 after completion of the read access. The tag status (TAG-S2) 423, 433, and 443 of the level-2 cache memories (L2-CACHE) 421, 431 and 441 in the other CPUs do not change from the status before generation of the read access.
  • As described above, in the conventional system controller LSI (SC) used for a high performance computer system including a large scale SMP structure in which only one data entry is formed of a plurality of data blocks and a size of the reply data to a read request is determined with the registration condition of the cache memory for the management of data blocks in the cache memory, since a level-3 cache memory is not provided Within the system controller (SC), the cache memory of the system controller LSI (SC) has been controlled rather easily because the reply data for the read request from the CPU exists only in the level-2 cache memory (L2-CACHE) of the main memory (MEM) or the other CPU.
  • However, it has become possible, due to the progress of semiconductor technology, to include a level-3 cache memory (L3-CACHE) into a system controller (SC) provided as a memory controller. Cache memory control of the system controller (SC) is complicated because reply data to a read request from the CPU is likely assumed to exist not only in the main memory (MEM) and the level-2 cache memory (L2-CACHE) in the other CPU, but also in the level-3 cache memory (L3-CACHE) in the system controller (SC) for relaying the read access and the system controller (SC) on the other system board (SB). Particularly, since one data entry is formed of a plurality of data blocks for the data block management in the cache memory, when some of a plurality of data blocks in one data entry are not valid and some are valid, all blocks of the data entry have been read from the main memory (MEM) or the like even when the blocks of valid status are held. Namely, it has been impossible to perform effective cache memory control in the system controller (SC) of the prior art.
  • Japanese patent document number JP-A-33472/1982 discloses a memory access control system in which an intermediate buffer memory is provided in a memory controller introducing a swap system (a control system of cache memory introducing a read-through system and a write-through system) for common use of the main memory by the CPU and channel processor in the data processing apparatus. A control mechanism is also provided for searching a management table to determine whether the necessary data exists in the intermediate buffer memory at the time of making access to the main memory. The new data is written into memory of the intermediate buffer memory or main memory, and the access time of the memory is simultaneously controlled based on the operations without waiting for the data corresponding to the relevant address to be read out to the intermediate buffer memory from the main memory. The writing occurs when that the address corresponding to the intermediate buffer memory does not exist when the block store for the main memory is executed from the CPU and the data to be returned to the main memory does not exist. However, the above-identified patent document discloses a block store control system in the memory controller introducing the swap system. What is needed is a different system in which the read access control apparatus and method is not limited only to a cache memory update control system such as the swap system or the like and which can be adapted, without any changes or modifications, to a memory controller of the write-back system in place of the swap system memory controller.
  • Japanese patent document JP-A-522090/2001 discloses a system and method for maintaining coherency of cache memory in a coherence system using a directory base memory to use a directory protocol represented by MESI protocol and a non-inclusive cache memory of the third level. However, patent document JP-A-522090/2001 discloses the system employing the directory protocol and non-inclusive cache memory. What is needed is a system is different from the present invention which is not restricted to employment of the directory protocol and is based on the precondition of the system employing the inclusive cache memory.
  • Japanese patent document JP-A 250926/1994 discloses a system to realize non-inclusive cache memory in the data processing system including the cache memories of a plurality of hierarchies. However, the patent document discloses only a system employing non-inclusive cache memory. What is needed is a system employing inclusive cache memory.
  • Japanese patent document JP-A 259361/1999 discloses a system for realizing non-inclusive cache memory in the high-speed data processing system including cache memories of a plurality of hierarchies. However, the patent document disclose only a system employing non-inclusive cache memory, as employed in Japanese patent document JP-A 25092/1994. Again, what is needed is a system employing inclusive cache memory.
  • Accordingly, none of the above-identified patent documents disclose, in the technical scope thereof, any effective cache memory control method for the control method of reply data to read request. Therefore, it can be said that these patent merely documents disclose art within the scope of the conventional technology.
  • In the conventional technology, a system including a level-3 cache memory (L3-CACHE) and a memory controller such as a system controller (SC) or the like, performs data access control for a block of a data entry formed of a plurality of data blocks. Such a system has been accompanied by generation of a problem relating to deterioration of performance due to memory latency and suppression of throughput of the bus because a reply data for the read request of all data blocks included in the data entry has been read from the main memory (MEM) even when a data block of valid status is partially held under the condition that a part of the data entry in response to the read request from the CPU is scattered and held by the main memory (MEM) and level-2 cache memories (L2-CACHE) of another CPU.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a diagram illustrating an example of data storing of cache memory in which one data entry is formed of a plurality of data blocks in a conventional system.
  • FIG. 2 is a diagram of a conventional system illustrating the read access operation when none of the data blocks of 64 bytes exists within any of the cache memories.
  • FIG. 3 is a diagram of a conventional system illustrating the read access operation when the object of a read request exists in the valid status in the level-2 cache memory.
  • FIG. 4 is a diagram of a conventional system illustrating the read access operation when the object of the read request does not exist in any of the level-2 cache memories, according to at least one embodiment of the present invention.
  • FIG. 5 is a diagram illustrating an exemplary environment of the prevent invention including hardware structure of a computer system using a crossbar switch LSI (XB), a system controller LSI (SC) and an I/O system controller LSI (IOSC).
  • FIG. 6 is a diagram illustrating an example of hardware structure of a systeni board (SB) mounting a system controller LSI (SC) such as the one depicted in FIG. 5.
  • FIG. 7 is a block diagram of an exemplary system controller LSI (SC) such as the one depicted in FIG. 5.
  • FIG. 8 is a block diagram of an exemplary data reply control block comprised in the system controller LSI (SC) such as the one depicted in FIG. 5.
  • FIG. 9 is a diagram illustrating the read access operation when none of the data blocks exists in the valid status in any of the level-3 cache memories, according to at least one embodiment of the present invention.
  • FIG. 10 is a diagram illustrating the read access operation when none of the data blocks of 64 bytes exists in any of the level-2 cache memories and any of the data blocks of 64 bytes exist in the valid status in a level-3 cache memory, according to at least one embodiment of the present invention.
  • FIG. 11 is a diagram illustrating the access operation when the object of the read request exists in the valid status in the level-2 cache memory (L2-CACHE) of another CPU, according to at least one embodiment of the invention.
  • FIG. 12 is a diagram illustrating the access-operation when the object of the read request does not exist in any level-2 cache memory (L2-CACHE), but any of the other data blocks of 64 bytes exists in the level-2 cache memory and the object of the read request, according to at least one embodiment of the invention.
  • FIG. 13 is a diagram illustrating the access operation when the object of the read request does not exist in any level-2-cache memory (L2-CACHE) or level-3 cache memory, but any of the other data blocks of 64 bytes exists in the valid status in the level-2 cache memory, according to at least one embodiment of the present invention.
  • FIG. 14 is a diagram illustrating the access operation when none of the data block of 64 bytes among the data entries of 256 bytes exists in the level-2 cache memory (L2-CACHE) but the data block of 64 bytes as the object of the read request and any of the other data blocks of 64 bytes exist in the valid status in the level-3 cache memory (L3-CACHE), according to at least one embodiment of the invention.
  • FIG. 15 is a diagram illustrating the access operation when the object of the read request from the CPU does not exist in the level-2 cache memories, or level-3 cache memories, and another data block of 64 bytes exists in the valid status in the level-3 cache memory, according to at least one embodiment of the invention.
  • FIG. 16 is a diagram illustrating the access operation when none of the data blocks of 64 bytes among the data entries of 256 bytes exists in the level-2 cache memories or (L2-CACHE), and the object of the read request does not exist in the level-3 cache memory (L3-CACHE), but the other data block of 64 bytes exists in the valid status in the level-3 cache memory (L3-CACHE), according to at least one embodiment of the present invention.
  • FIG. 17 is a diagram illustrating the access operation when none of the data blocks of 64 bytes among the data entries of 256 bytes exists in the level-2 cache memories (L2-CACHE) or level-3 cache memories, but the other data blocks of 64 bytes exist in the level-3 cache memory (L3-CACHE) within another system controller (SC), according to at least one embodiment of the invention.
  • SUMMARY OF THE INVENTION
  • The present invention is directed to a method and memory controller for retrieving data from a data storage system. For example, the memory controller of the present invention can be a system controller LSI that includes a level-3 cache memory. Common data can be stored in combination therewith with data in a level-2 cache memory within a CPU by forming chip sets of server and PC, or the like. The data blocks are simultaneously received, as a reply to the read request from the CPU, from a plurality of storage devices such as level-3 cache memory, main memory, and level-2 cache memory in the other CPUs. These data blocks can then be merged into one data entry. As a result, the necessary data can be stored into the level-2 cache memory of the CPU with a single access.
  • Therefore, it has been thought that the system controller (SC), having received a read request from the CPU issues only necessary least read requests to the level-3 cache memory (L3-CACHE) in the system controller (SC) on another system board (SB) and to the level-2 cache memory (L2-CACHE) in the CPU on the local system board (SB) and merges the data blocks of valid status held by the local system controller (SC). According to this method, the data block in the valid status held by the local system controller can be used effectively, thereby reducing or eliminating the problems relating to deterioration of performance due to memory latency and suppression of throughput of the bus.
  • The present invention provides a memory controller and method which issues a read request only for a data block in an invalid status when a part of the data entry to be returned by the system controller (SC) in response to the read request from the CPU, is in an invalid status. The reply data to the read request and the data block in the valid status held by the local system controller (SC) is then merged.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • The present invention discloses a memory controller connected to at least one CPU including a first cache memory and a main memory to execute a read request from any of the CPUs and includes a second cache memory and a control block for issuing a read request to a storing area of the data block as the read request object and to a storing area of another data block included in an entry to which the first data block also belongs.
  • The present invention discloses a memory controller connected to at least one CPU including a first cache memory and a main memory to execute the process for a read request from any of the CPUs, and includes a second cache memory and a control block for comparing the valid status of the data block in the first and second cache memories with the read request from any of the CPUs and issuing a read request to respective storing areas when the data block for the read request and another data block included in the entry to which the relevant data block belongs are scattered and stored in a plurality of storing areas.
  • The present invention discloses a memory controller connected to at least one CPU including a first cache memory and a main memory to execute the process for the read request from any of the CPUs, and includes a second cache memory, a first tag memory for storing valid status of each data block included in the first cache memory of the CPU, a second tag memory for storing valid status of each data block included in the second cache memory, and a control block for comparing contents of the first and second tag memories with the read request from any of the CPUs and issuing a read request to the respective storing areas when the data block corresponding to the read request and another data block included in the entry to which the relevant data block belongs are scattered and stored to a plurality of storing areas.
  • The present invention can be characterized as receiving a plurality of data blocks respectively transmitted from a plurality of storing areas and transmitting a plurality of received data blocks to the CPU after merging these data blocks to an entry.
  • The memory controller of the present invention can be characterized by merging a relevant data block and the data blocks transmitted from a plurality of storing areas into an entry and then transmitting this entry to the CPU when at least one data block, among the other data blocks included in the entry to which the data block corresponding to the read request issued from the CPU, is stored to the second cache memory. The information processor of the present invention can be characterized as including at least one CPU, a first cache memory provided in the CPU to include a plurality of entries, each of which is formed of a plurality of data blocks, a main memory, at least a memory controller for processing read requests from the CPU; and a second cache memory provided in the memory controller to include a plurality of entries, each of which is formed of a plurality of data blocks, in which the memory controller issues the read requests to the respective storing areas when the data block corresponding to the read request and the other data blocks included in the entry to which the relevant data block belongs are scattered and stored to a plurality of storing areas.
  • The information processor can be characterized as including a plurality of memory controllers, in which, when a read request is issued from the CPU connected to the other memory controllers, a memory controller inspects a storing area of the data block corresponding to the relevant read request by comparing the valid status of the data block in the first and second cache memories with the read request from the CPU connected to the other memory controllers and transmits the data block to the other memory controllers when the inspection has proved that the data block and at least one data block among the other data blocks included in the entry to which the data block belongs are stored in the first cache memory provided to the CPU connected to the memory controller or in the second cache memory provided in the memory controller.
  • The information processor of the present invention can be characterized such that the memory controller receives the data blocks transmitted from a plurality of storing areas and corresponding to the read request transmitted therefrom and transmits a plurality of data blocks received to the CPU after merging these data blocks to one entry. The present invention discloses a memory control method for the memory controller to execute a read request from at least one CPU, characterized in comprising receiving the read request issued from any of the CPUs; comparing the valid status of the data block included in the cache memory of the CPU and the valid status of the data block included in the cache memory within the memory controller with the read request, and issuing the read request to the respective storing areas when the comparison has proved that the data block corresponding to the read request and the other data blocks included in the entry to which the relevant data block belongs are scattered and stored to a plurality of storing areas.
  • The memory control method of the present invention includes receiving the data blocks transmitted from a plurality of storing areas and corresponding to a read request issued from the memory controller; and transmitting a plurality of received data blocks to the CPU after merging these data blocks into one entry.
  • FIG. 5 illustrates an example of a hardware structure of a computer system using a crossbar switch LSI (XB), a system controller LSI (SC) and an I/O system controller LSI (IOSC) as the applicable product environment of the present invention.
  • A back-plane (BP) 501 mounts a plurality of crossbar switches LSI (XB) 511 to 514 and includes interfaces with system boards (SB) 502, 503 and I/O boards (10B) 504, 505 via connectors 561 to 564 in view of controlling the connections of the system as a whole. The system boards (SB) 502, 503 respectively mount the memory controller LSI (MAC) for controlling a plurality of system controller LSIs (SC) 521 to 524, 531 to 534, a plurality of CPUs, and a main memory (in the figure, the CPU and LSI such as memory controller LSI (MAC) are not illustrated). The system controller LSI (SC) includes interface for the other system controller LSI (SC), a plurality of CPUs, and memory controller LSI (MAC) mounted on the system board (SB). (Details will be described herein below.)
  • Therefore, the system boards (SB) 502 and 503 are considered as the expansion block of the processing capability in the relevant computer system. The I/O boards (10B) 504 and 505 respectively mount a plurality of I/O system controller LSIs (IOSC) 541 to 555, 551 to 544 and PCI slot, or the like. (In the figure, the PCI slot or the like, is not illustrated.)
  • Therefore, the I/O boards (10B) 504 and 505 are considered as the expansion block of the I/O in the relevant computer system.
  • Moreover, FIG. 6 illustrates an example of the hardware structure of the system board (SB) to mount the system controller LSI-(SC). The system board (SB) 601 mounts a plurality of system controller LSIs (SC) 611 to 614, a plurality of CPUs 621 to 624, a plurality of memory controller LSIs (MAC) 631 to 634, a plurality of memory modules (DIMM) 641 to 644, and a plurality of connectors 651 to 654. Here, an example of the system controller LSI (SC) 611 will be described. The system controller LSI (SC) 611 is connected with the other system controller LSIs (SC) 612 to 614, a plurality of CPUs 621 to 624, and a plurality of memory controller LSIs (MAC) 631 and 632. Moreover, the system controller LSI (SC) 611 also includes an interface, via the connector 651, with the crossbar switch LSI (XB) mounted to the back plane. Accordingly, the system controller LSI (SC) 611 can transmit and receive data to and from the CPU and memory controller (MAC) connected to the system controller LSI (SC) by including a plurality of interfaces.
  • The system controller LSI (SC) 611 and the CPUs 621 to 624 are connected via the CPU local bus type interface, while the memory controller LSIs 631 and 632 are connected via the memory bus type interface, and the system controller LSI (SC) 611 and the other system controller LSIs (SC) 612 to 614 are connected via the interconnect type interface. In addition, the system controller LSI (SC) 611 and the crossbar switch LSI (XB) are connected via the interconnect type interface. In general, these are connected via the interface which is similar to the interconnect between the system controller LSIs (SC).
  • Moreover, FIG. 7 illustrates an example of the hardware structure of the system controller LSI (SC). A system controller LSI (SC) 701 has the interfaces, as described in FIG. 6, with a crossbar switch LSI (XB), a plurality of system controller LSIs (SC), a plurality of CPUs, and a plurality of memory controller LSIs (MAC) and also includes a data reply control block 702. This data reply control block 702 is formed of a local access pipeline (LOCAL-PIPELINE) 722, a copy of level-2 cache tag memory (L2-TAG2) 723 of each CPU mounted on the own system board, a level-3 cache tag memory (L3-TAG) 724 and a global access pipeline (GLOBAL-PIPELINE) 725.
  • First, an access such as a read request from the CPU-0 to CPU-3 on the local system board (SB) mounting the relevant system controller LSI (SC) 701 is respectively queued to the request boards-0 to 3 (RQPT-0 to RQPT-3) 711 to 714. When the relevant access is made to another system board (SB), this access is made through the crossbar switch LSI (SB) passing a crossbar request queue (XBRQ) 721 and a multiplexer 761.
  • Next, when an access is made to the CPU-0 to CPU-3 or a common level-3 cache memory (L3-DATA) 754 on the local system board (SB), the pipeline control is executed with the local access pipeline (LOCAL-PIPELINE) 722, and the area to be accessed is searched by making access to the copy of level-2 cache tag (L2 TAG2) 723 of the CPU-0 to CPU-3 and the level-3 cache memory tag (L3-TAG) 724. When it is proved by the search that the data to be accessed exists in the CPU-0 to CPU-3, a load request is issued to the CPU-0 to CPU-3 through the order queues ODRQ-0 to ODRQ-3 731 to 734 and multiplexers 762 to 765. Moreover, the data to be accessed exists in the level-3 cache memory (L3-DATA) 754. The pipeline control is executed by the load queue (LADQ) 735, read port (RDPT) 751 and level-3 cache memory access pipeline (L3DT-PIPE) 752, and access is made to the level-3 cache memory (L3-DATA) 754.
  • When the reply data to the fetch request from the CPU-0 to CPU-3 exists, the fetch data is loaded to the CPU-0 to CPU-3 through the memory storage queue (MSQ-0 to MSQ-1) 741 to 742, move-in data queue (MIDQ) 756, and multiplexers 762 to 765.
  • In addition, when an access is made from the crossbar switch. LSI (XB on the other system board (SB-0 to SB-1), the pipeline control is executed by the global access pipeline (GLOBAL-PIPELINE) 725 through the system board port (SBPT-0 to 1) 716 to 717 and multiplexer 718. The access path after the global access pipeline (GLOBAL-PIPELINE) 725 is similar to that of the local access pipeline (LOCAL-PIPELINE) 722.
  • Next, FIG. 8 illustrates an example of the hardware structure of the data reply control block. Staging latches 811 to 815 form the local access pipeline (LOCAL-PIPELINE) and staging latches 851 to 856 form the global access pipeline (GLOBAL-PIPELINE).
  • First, operations of the local access pipeline (LOCAL-PIPELINE) will be described. When a read access is issued from the CPU0 to 3 on the local system board (SB), an access command flows into the staging latches 811 to 815 forming the local access pipeline (LOCAL-PIPELINE), the address information incorporated to the command passes the multiplexers 821 and 831, and is then inputted to the respective read ports 822 and 832 of the copy of the level-2 cache tag memory (L2-TAG2) 823 and level-3 cache memory (L3-TAG) 833, thereby allowing respective tag memory to be searched.
  • Since the search result of tag memory is respectively outputted to the output registers 827 and 837. The coherence information is incorporated into the access command flowing through the staging latches 811 to 813 forming the local access pipeline (LOCAL-PIPELINE). The inputs of the multiplexers 826 and 836 are switched to the side of local access pipeline (LOCAL-PIPELINE), and comparison is conducted respectively in the comparators 827 and 837. Outputs of the comparators 827 and 837 are respectively inputted to a decoder 829. Accordingly, for the read request from each CPU mounted on the local system board (SB), the valid/invalid status of each data entry and search information of the comprehensive information of data stored in the level-2 cache memory (L2-CACHE) comprised in each CPU and the level-3 cache memory (L3-CACHE) comprised in the system controller (SC) are outputted to the staging latch 815.
  • In addition, on the basis of the result of output from the decoder 829, the read request to each CPU mounted on the local system board (SB) is issued from a CPU request control block (CPU REQUEST CONTROL) 841 or the read request to the main memory mounted on the local system board is issued from a memory request control block (MEM REQUEST CONTROL) 842 or the tag status of the copy (L2-TAG2) 823 of the level-2 cache tag memory and level-3 cache memory (L3-TAG) 833 are reflected from a tag control block (TAG CONTROL) 843.
  • Next, the operations of the global access pipeline (GLOBAL-PIPELINE) will be described. When the read access is issued from the CPU-0 to CPU-3 on another system board (SB), the read command flows through the staging latches 851 to 856 forming the global access pipeline (GLOBAL-PIPELINE), and the address information incorporated into the command passes the multiplexers 821 and 831 and is then inputted to the respective read ports 822 and 832 of the copy (L2-TAG2) 831 of the level-2 cache tag memory and the level-3 cache tag memory (L3-TAG) 833 in order to search the respective tag memories. The respective search results of tag memories are outputted to respective output registers 825 and 835.
  • In addition, a comparison is executed, as described above, in the comparators 827 and 837 because the coherency information incorporated into the access command flowing through the staging latches 851 to 853 forming the global access pipeline (GLOBAL-PIPELINE) and the inputs of the multiplexers 826 and 826 are switched to the side of the global access pipeline (GLOBAL-PIPELINE). Outputs of the comparators 827 and 837 are respectively inputted to a decoder 839. Therefore, for the read request from each CPU mounted on another system board (SB), the valid/invalid status and the search information, such as comprehensive information of the data of each data entry stored in the level-2 cache memory (L2-CACHE) comprised in each CPU on the local system board (SB) and in the level-3 cache memory comprised in the system controller (SC), are outputted, through the crossbar switch LSI (XB), to the CPU on another system board (SB) having issued the read access.
  • Moreover, since the information processed together with the search information in the relevant system board is returned to the staging/latch 856 for the search information outputted to the other system board (SB) via the crossbar switch LSI (XB), the read request to each CPU mounted on the local system board is issued from the CPU request control block (CPU REQUEST CONTROL) 847, or the read request to the main memory mounted on the local system board is issued from the memory request control block (MEM REQUEST CONTROL) 848, or the tag status of the copy of level-2 cache tag memory (L2-TAG2) 823 and level-3 cache tag memory (L3-TAG) 833 are reflected from the tag control block (TAG CONTROL) 846. Normal Operation in Reply to the Data Block of 256 bytes in the Embodiment of the Present
  • Invention: Part 1
  • FIG. 9 illustrates Part 1 of the normal operation for sending a reply data with the data block of 256 bytes in the structure of the present invention. A system controller LSI-0 (SC-0) 905 mounted on the system board-0 (SB-0) comprises a level-3 cache memory (L3-CACHE) 951 and a data reply control block (DATA-REPLY CONTROL BLOCK) 952 connected with the CPU-0 901 comprising the level-2 cache memory (L2-CACHE) 980 and the CPU-1 902 comprising the level-2 cache memory (L2-CACHE) 981, and the main memory-0 (MEM-0). In the same manner, the system controller LSI-1 (SC-1) 906 mounted on the system board-1 (SB-1) comprises a level-3 cache memory (L3-CACHE) 961 and a data reply control block (DATA-REPLY CONTROL BLOCK) 962 connected with the CPU-2 903 comprising the level-2 cache memory (L2-CACHE) 982, the CPU-3 904 comprising the level-2 cache memory (L2-CACHE) 983, and the main memory-1 (MEM-1) 908. Moreover, the system controller LSI-0 (SC-0) 905 and the system controller LSI-1 (SC-1) are connected via the crossbar switch (XB), (not illustrated to simplify the drawing).
  • In FIG. 9, the tag status (TAG-S1) 953 and 954 comprised in the level-3 cache memories (L3-CACHE) 951 and 961 before generation of a read access and the tag status (TAG-S1) 911, 921, 931 and 941 comprised in the level-2 cache memory (L2-CACHE) are all storing the invalid status (I), indicating that none of the data blocks of 64 bytes among the data blocks of 256 bytes including the data block of 64 bytes from the address 0x100 as the read request object from the CPU-0 901, exists in the valid state within all level-3 cache memories and level-2 cache memories.
  • In this case, the system controller-0 (SC-0) 905 having received the read request 991 to the address 0x140 from the level-2 cache memory (L2-CACHE) 980 comprised in the CPU-0 901 generates the read request 993 in the size of 256 bytes to the address 0x100 for the main memory-0 (MEM-0) 907, and the main memory-0 (MEM-0) transmits the reply data 994 by the data block of 256 bytes to the read request address. In addition, the data reply control block (DATA-REPLY CONTROL BLOCK) 952 in the system controller LSI-0 (SC-0) 905 completes the read access by transmitting the reply data including the data block of 64 bytes to the level-2 cache memory (L2-CACHE) 980.
  • Here, the tag status (TAG-S2) 954 comprised in the level-3 cache memory (L3-CACHE) 951 after completion of the read access and tag status (TAG-S2) 913 in the level-2 cache memory (L2-CACHE) 911 change, at the bits corresponding to the data block of 256 bytes starting from the address-0x100, to the valid status (V) from the invalid status (I) and none of the tag status (TAG-S2) 964 of the other level-3 cache memory (L3-CACHE) and the tag status (TAG-S2) 923, 933 and 943 of the level-2 cache memory (L2-CACHE) does not change from the status before generation of the read access. Normal Operation in reply to Data Block of 256 Bytes in the Embodiment of the Present
  • Invention: Part 2
  • FIG. 10 illustrates part 2 of the normal operation for sending the reply data with the data block of 256 bytes in the structure of the present invention. Structure of each LSI mounted on the system board-0 (SB-0) and system board-1 (SB-1) is similar to that of FIG. 9.
  • In FIG. 10, the tag status (TAG-S1) 1053 in the level-3 cache memory (L3-CACHE) 1051 before generation of the read access holds the valid status (V) in all bits, moreover the tag status (TAG-S1) 1063 comprised in the level-3 cache memory (L3-CACHE) 1061 and the tag status (TAG-S1) 1012, 1022, 1032 and 1042 in each level-2 cache memory (L2-CACHE) are all holding the invalid status (I), and the data block of 256 bytes including the data block of 64 bytes starting from the address 0x100 as the object of the read request from the CPU-0 1001 effectively exists only in the level-3 cache memory (L3-CACHE) 1051.
  • In this case, the system controller-0 (SC-0) 1005 having received the read request 1091 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1080 in the CPU-0 1001 transmits the reply data by the data block 1092 of 256 bytes starting from the address 0x100 to the data reply control block (DATA REPLY CONTROL BLOCK) 1052. In addition, the data reply control block (DATA-REPLAY CONTROL BLOCK) 1052 in the system controller LSI-0 (SC-0) 1005 completes the read access by transmitting the reply data 1095 by the data block of 256 bytes to the level-2 cache memory (L2-CACHE) 1080 comprised in the CPU-0 1001.
  • Here, the tag status (TAG-S2) 1013 in the level-2 cache memory (12-CACHE) 1080 after completion of the read access changes, in the bits corresponding to 256 bytes starting from the address 0x100, to the valid status (V) from the invalid status (I), while any of the tag status (TAG-S2) 1054, 1064 of the level-3 cache memory (L3-CACHE) and the tag status (TAG-S2) 1023, 1033 and 1043 of the other level-2 cache memory (L2-CACHE) does not change from the status before generation of the read access. Normal Operation in Reply of Data Block of 64 bytes in the Embodiment of the Present
  • Invention: Part 1
  • FIG. 11 illustrates part 1 of the normal operation in reply of data with the data block of 64 bytes in the structure of the present invention. Structure of each LSI mounted on the system board-0 (SB-0) and system board-1 (SB-1) is similar to that of FIG. 9 and FIG. 10.
  • FIG. 11 illustrates a structure of the present invention, in which the data block of 64 bytes as the object of read request among the data entry of 256 bytes including the data block of 64 bytes as the read request from the CPU exists in the valid status within the level-2 cache memory (L2-CACHE) of another CPU.
  • In this case, the system controller-0 (SC-0) 1105 having received the read request 1191 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1180 in the CPU-0 1101 issues the read request 1192 for the level-2 cache (L2-CACHE) 1181 in the CPU 1102 storing the valid data block of 64 bytes starting from the address 0x140 and the data reply control block (DATA-REPLY CONTROL BLOCK) 1152 receives the reply data 1193 by the data block of 64 bytes corresponding to the read request 1192. In addition, the data reply control block (DATA-REPLY CONTROL BLOCK) 1152 completes the read access by transmitting the data block 1194 of 64 bytes to the level-2 cache (L2-CACHE) 1180 in the CPU-0 1101.
  • Here, the tag status (TAG-S2) 1113 in the level-2 cache memory (L2-CACHE) 1180 after completion of the read access changes, at the bits corresponding to 64 bytes from the address 0x140, to the valid status (V) from the invalid status (I), and any of the tag status (TAG-S2) 1154 and 1164 of the level-3 cache memory (L3-CACHE) and the tag status (TAG-S2) 1123, 1133 and 1143 of the other level-2 cache memories (L2-CACHE) does not change from the status before generation of the read access. Normal Operation in Reply of Data Block of 64 bytes in the Embodiment of the Present
  • Invention: Part 2
  • FIG. 12 illustrates a part 2 of the normal operation in reply of data with the data block of 64 bytes in the structure of the present invention. Structure of each LSI mounted on the system board-0 (SB-0) and system board-1 (SB-1) is similar to that of FIG. 9 to FIG. 11.
  • FIG. 12 illustrates a structure of the present invention in which the data block of 64 bytes as the object of read request among the data entry of 256 bytes including the data block of 64 bytes as the object of read request from the CPU does not exist in any level-2 cache memory (L2-CACHE) but any of the other data blocks of 64 bytes exists in the level-2 cache memory (L2-CACHE) and the data block of 64 bytes as the object of the read request exits, in the valid status, within the level-3 cache memory L3-CACHE 1251.
  • In this case, the system controller-0 (SC-0) 1205 having received the read request 1291 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1211 in the CPU-0 1201 transmits the reply data by the data block 1292 of 64 bytes starting from the address 0x140 to the data reply control block (DATA-RELY CONTROL BLOCK) 1252. Moreover, the data reply control block (DATA-REPLY CONTROL BLOCK) 1252 in the system controller LSI-0 (SC-0) 1205 completes the read access by transmitting the reply data 1293 by the data block of 64 bytes to the level-2 cache memory (L2-CACHE) 1280 in the CPU-0 1201.
  • Here, the tag status (TAG-S2) 1212 in the level-2 cache memory (L2-CACHE) 1280 after completion of the read access changes, in the bits corresponding to 64 bytes from the address 0x140, to the valid status (V) from the invalid status (I) and none of the tag status (TAG-S2) 1254 and 1264 of the level-3 cache memories (L3-CACHE) 1251 and 1261, respectively, and the tag status (TAG-S2) 1223, 1233 and 1243 of the other level-2 cache memories (L2-CACHE) changes from the status before generation of the read access. Normal Operation in Reply of Data Block of 64 bytes in the Embodiment of the Present Invention: Part 3
  • FIG. 13 illustrates part 3 of the normal operation of reply data by the data block of 64 bytes in the structure of the present invention. Structure of each LSI mounted on the system board-0 (SB-0) and system board-1 (SB-1) is similar to that of FIG. 9 to FIG. 12.
  • Here, FIG. 13 illustrates a structure of the present invention, in which the data block of 64 bytes as the object of read request among the data entry of 256 bytes including the data block of 64 bytes as the object of the read request from the CPU does not exist in any of the level-2 cache memories (L2-CACHE) and level-3 cache memories (L3-CACHE), but any of the other data of 64 bytes exists, in the valid status, within the level-2 cache memories (L2-CACHE).
  • The system controller-0 (SC-0) 1305 having received the read request 1391 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1380 in the CPU-0 1301 generates the read request 1392 in the size of 64 bytes to the address 0x140 the main memory-0 (MEM-0) 1307, and the main memory-o (MEM-0) 1307 transmits the reply data 1393 by the data block of 64 bytes to the read request address.
  • In addition, the data reply control block (DATA-REPLY CONTROL BLOCK) 1352 in the system controller LSI-0 (SC-0) 1305 completes the read access by transmitting the reply data 1394 by the data block of 64 bytes to the level-2 cache memory (L2-CACHE) 1311 in the CPU-0 1301.
  • Here, the tag status (TAG-S2) 1354 in the level-3 cache memory (L3-CACHE) 1351 and the tag status (TAG-S2) 1313 in the level-2 cache memory (L2-CACHE) 1380 change, in the bits corresponding to the data block of 64 bytes starting from the address 0x140, to the valid status (V) from the invalid status (I), and none of the tag status (TAG-S2) 1364 of the other level-3 cache memory (L3-CACHE) and the tag status (TAG-S2) 1323 and 1333 of the level-2 cache memory (L2-CACHE) changes from the status before generation of read access. Normal Operation in Reply of Data Block of 64 Bytes in the Embodiment of the Present
  • Invention: Part 4
  • FIG. 14 illustrates part 4 of normal operation in the reply data by the data block of 64 bytes in the structure of the present invention. Structure of each LSI mounted on the system board-0 (SB-0) and system board-1 (SB-1) is similar to that of FIG. 9 to FIG. 13.
  • Here, FIG. 14 illustrates a structure of the present invention, in which none of the data blocks of 64 bytes among the data entries of 256 bytes including the data block of 64 bytes as the object of the read request from the CPU exists in the level-2 cache memory (L2-CACHE), but the data block of 64 bytes as the object of the read request and the other data block of 64 bytes exist in the level-3 cache memory (L3-CACHE) in the valid status.
  • In this case, the system controller-0 (SC-0) 1405 having received the read request 1491 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1480 in the CPU-0 1401 transmits the resply data by the data block 1492 of 64 bytes starting from the address 0x140 to the data reply control block (DATA-REPLY CONTROL BLOCK) 1452. In addition, the data reply control block (BATA-REPLY CONTROL BLOCK) 1452 in the system controller LSI-0 (SC-0) completes the read access by transmitting the reply data 1493 by the data block of 64 bytes to the level-2 cache memory (L2-CACHE) 1480.
  • Here, the tag status (TAG-S2) 1412 in the level-2 cache memory (L2-CACHE) 1480 after completion of the read access changes in the bits corresponding to the 64 bytes from the address 0x140 to the valid status (V) from the invalid status (I), and any of the tag status (TAG-S2) 1454, 1464 of the level-3 cache memory (L3-CACHE) and the tag status (TAG-S2) 1423, 1433, 1443 of the other level-2 cache memories (L2-CACHE) does not change from the status before generation of the read access.
  • Normal Operation in Reply of Data Block of 64 Bytes in the Embodiment of the Present Invention: Part 5
  • FIG. 15 illustrates part 3 of the normal operation for reply data by the data block of 64 bytes in the structure of the present invention. Structure of each LSI mounted on the system board-0 (SB-0 and system board-1 (SB-1) is similar to that of FIG. 9 to FIG. 14.
  • Here, FIG. 15 illustrates a structure of the present invention, in which none of the data blocks of 64 bytes among the data entries of 256 bytes including the data block of 64 bytes as the object of the read request from the CPU exists in the level-2 cache memory (L2-CACHE) and the data block of 64 bytes as the object of the read request also does not exist in the level-3 cache memory (L3-CACHE) but another data block of 64 bytes exist in the level-3 cache memory (L3-CACHE) in the valid status.
  • In this case, the system controller-0 (SC-0) 1505, having received the read request 1591 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1580 in the CPU-0 1501 generates the read request 1592 of 64 bytes to the address 0x140 to the main memory-0 (MEM-0) 1507, and the main memory-0 (MEM-0) 1507 transmits the reply data 1593 by the data block of 64 bytes to the read request address.
  • In addition, the data reply control block (DATA-REPLY CONTROL BLOCK) 1552 in the system controller LSI-0 (SC-0) 1505 completes the read access by transmitting the reply data 1594 by the data block of 64 bytes to the level-2 cache memory (12-CACHE) 1580 in the CPU-0 1501.
  • Here, the tag status (TAG-S2) 1554 in the level-3 cache memory (L3-CACHE) 1551 after completion of the read access and the tag status (TAG-S2) 1513 in the level-2 cache memory (L2-CACHE) 1580 are changed in the bits corresponding to the data block of 64 bytes starting from the address 0x140 to the valid status (V) from the invalid status (I) and any of the tag status (TAG-S2) 1564 of the other level-3 cache memory (L3-CACHE) and the tag status (TAG-S2) 1523, 1533 and 1543 of the level-2 cache memories (L2-CACHE) does not change from the status before generation of the read access.
  • Merge Operation in Reply of Data Block of 64 Bytes in the Embodiment of the Present Invention: Part 1
  • FIG. 16 illustrates part 1 of the special operation for reply data by the data block of 64 bytes in the structure of the present invention. Structure of each LSI mounted on the system board-0 (SB-0) and system board-1 (SB-1) is similar to that of FIG. 9 to FIG. 15.
  • FIG. 16 illustrates an access operation in the structure of the present invention, in which none of the data blocks of 64 bytes among the data entries of 256 bytes including the data block of 64 bytes as the object of the read request from the CPU exists in the level-2 cache memories (L2-CACHE). The data block of 64 bytes as the object of the read request does not exist in the level-3 cache memories (L3-CACHE) but the other data block of 64 bytes exist in the valid status in the level-3 cache memories (L3-CACHE).
  • Here, in FIG. 16, the tag status (TAG-S1) 1653 in the level-3 cache memory (L3-CACHE) 1651 before generation of the read access stores, in the invalid status (I), the data block of 64 bytes from the address 0x140 as the object of the read address among the data blocks of 256 bytes including the data block of 64 bytes from the address 0x140 as the object of the read request from the CPU-0 1601. The bits for any of the other data blocks of 64 bytes store the valid status (V). In addition, the tag status (TAG-S1) 1663 in the level-3 cache memory (L3-CACHE) 1661 and tag status (TAG-S1) 1612, 1622, 1632 and 1642 in the level-2 cache memories (L2-CACHE) are all storing the invalid status (I), and the data block of 64 bytes from the address 0x140 as the object of the read request from the CPU-0 1601 exists in the main memory-0 (MEM-0) 1607 in the valid status.
  • In this case, the level-3 cache memory (L3-CACHE) 1651 in the system controller-0 (SC-0) 1605 having received the read request 1691 for the address 0x140 from the level-2 cache memory (L2-CACHE) 1680 in the CPU-0 1601 issues a reply data formed for the data block of 64 bytes starting from the address 0x100 and the data block of 64 bytes starting from the address 0x1C0 to the data reply control block (DATA-REPLY CONTROL BLOCK) 1652 and in addition, issues the read request 1693 for the data block of 64 bytes starting from the address 0x140 and the data block of 64 bytes starting from the address 0x180 to the main memory-0 (MEM-0) 1607 and also receives the reply data 1694 formed of the corresponding data block of 128 bytes.
  • Moreover, the data reply control block (DATA-REPLY CONTROL BLOCK) 1652 in the system controller-0 (SC-0) 1605 merges the reply data 1692 by the data block of 128 bytes transmitted from the level-3 cache memory (L3-CACHE) 1651 and the reply data 1694 by the data block of 128 bytes transmitted from the main memory-0 (MEM-0) and completes the read access by transmitting the reply data 1695 formed of the data block of 256 bytes to the level-2 cache memory (L2-CACHE) 1611 in the CPU-0 1601.
  • Here, the tag status (TAG-S2) 1654 in the level-3 cache memory (L3-CACHE) 1651 after completion of the read access is changed to the valid status (V) from the invalid status (i) in all bits, the tag status (TAG-S2) 1613 in the level-2 cache memory (L2-CACHE) 1680 is changed in all bits to the valid status (V status) from the invalid status (I status), and in addition, any of the tag status (TAG-S2) 1664 of the level-3 cache memory (L3-CACHE) 1661 and the tag status (TAG-S2) 1623, 1633 and 1643 of the other level-2 cache memories (L2-CACHE) does not change from the status before generation of the read access.
  • Merge Operation in Reply of Data Block of 256 Bytes in the Embodiment of the present invention: Part 2
  • FIG. 17 illustrates part 2 of the specification operation in reply of data by the data block of 256 bytes in the structure of the present invention. Structure of each LSI mounted on the system board-O (SB-O) and the system board-1 (SB-1) is similar to that of FIG. 9 to FIG. 16.
  • FIG. 17 illustrates the access operation with a structure of the present invention, in which none of the data blocks of 64 bytes among the data entries of 256 bytes including the data block of 64 bytes as the object of the read request from the CPU exists in the secondary block (L2-CACHE).
  • The data block of 64 bytes as the object of the read request does not exist in the level-3 cache memories (L3-CACHE), but the other data blocks (i.e., 1762, 1765) of 64 bytes in the identical data entry of 256 bytes exists in the valid status in the level-3 cache memory (L3-CACHE) within the non-local system controller (SC).
  • Here, in FIG. 17, the tag status (TAG-S1) 1753 in the level-3 cache memory (L3-CACHE) 1751 before generation of the read access stores, in the invalid status (I) the data block of 64 bytes from the address 0x140 as the object of the read request among the data blocks of 256 bytes including the data block of 64 bytes from the address. The bits for any of the other data blocks of 64 bytes store the valid status (V) (i.e., 1763 and 1765). In addition, the tag status (TAG-S1) 1763 in the level-3 cache memory (L3-CACHE) 1761 and the tag status (TAG-S1) 1712, 1722, 1732 and 1742 in each level-2 cache memory (L2-CACHE) are all storing the invalid status (I), and the data block of 64 bytes from the address 0x140 as the object of the read request from the CPU-0 1701 exists in the valid status only in the main memory-O (MEM-0) 1707.
  • In this case, the system controller-0 (SC-0) 1705 having received the read request 1791 to the address 0x140 from the level-2 cache memory (L2-CACHE) 1780 in the CPU-0 1701 issues the read request 1792 for the data block of 64 bytes formed of the data block of 64 bytes starting from the address 0x100 and the data block of 64 bytes starting from the address 0x1C0 to the system controller-1 (SC-1), receives the reply data formed of the data block of 128 bytes corresponding to the read request 1792, and in addition, issues, to the main memory-0 (MEM-0) 1707, the read request for the data block of 64 bytes starting from the address 0x140 and the data block of 64 bytes starting from the address 0x180 and also receives the reply data 1795 formed of the corresponding data block of 128 bytes.
  • Finally, the data reply control block (DATA-REPLY COTNROL BLOCK) 1752 in the system controller LSI-0 (SC-0) 1705 merges the reply data 1793 including the data block of 128 bytes transmitted from the level-3 cache memory (L3-CACHE) 1761 and the reply data 1795 including the data block of 128 bytes transmitted from the main memory-0 (MEM-0) 1707 and completes the read access by transmitting the reply data 1796 formed of the data block of 256 bytes to the level-2 cache memory (L2-CACHE) 1780 in the CPU-0 1701.
  • Here, the tag status (TAG-S2) 1754 in the level-3 cache memory (L3-CACHE) 1751 after completion of the read access is changed to the valid status (V) from the invalid status (I) in the bits corresponding to the data block of 64-bytes from the address 0x140 and the data block of 64 bytes from the address 0x180, the tag status (TAG-S2) 1713 in the level-2 cache memory (L2-CACHE) 1780 is changed in all bits to the valid status (V) from the invalid status (I), in addition, any of the tag status (TAG-S2) 1764 of the level-3 cache memory (L3-CACHE) 1761 and the tag status (TAG-S2) 1723, 1733 and 1743 of the other level-2 cache memories (L2-CACHE) does not change from the status before generation of the read access.
  • From the description of the operations with reference to FIG. 16 and FIG. 17, the reply data for the read request issued to the system controller (SC) in the own system board (SB) from the CPU can be scattered and stored in the main memory (MEM) 1707 and the level-3 cache memory (L3-CACHE) 1706 in the system controller (SC) on the other system board (SB) in the memory controller comprising the level-3 cache memory (L3-CACHE). The necessary data can be transferred to the level-2 cache memory 1711 of the CPU-0 1701 with single access and useless access is eliminated. In other words, a reply is executed by simultaneously receiving and merging the data from a plurality of storage devices such as the level-3 cache memory (L3-CACHE) 17612 and main memory 1707 or the like.
  • The preferred embodiments and operations thereof of the present invention have been described above in detail, but the practical structure of the present invention is not limited thereto. Thus various changes and modifications may be made to the embodiments without departing from the scope of the claims of the present invention.

Claims (24)

1. A memory controller connected to at least one CPU including a first cache memory and a main memory to execute a process for a read request from any CPU, said controller comprising:
a second cache memory; and
a control block respectively issuing a read request to a storing area of a data block within the first cache memory or the second cache memory as an object of the read request and a storing area of other data block included in an entry to which the data block belongs.
2. A memory controller connected to at least one CPU including a first cache memory and a main memory to execute a process for a read request from any CPU, said controller comprising:
a second cache memory; and
a control block for comparing a valid status of a data block in the first and said second cache memories with the read request from any CPU and issuing a read request to respective storing areas when the data block for the read request and other data blocks included in an entry to which a relevant data block belongs and stored into a plurality of storing areas.
3. A memory controller connected to at least one CPU including a first cache memory and a main memory to execute a process for a read request from any CPUs, said controller comprising:
a second cache memory;
a first tag memory storing a valid status of each data block included in the first cache memory to which a CPU belongs;
a second tag memory storing the valid status of each data block included in the second cache memory; and
a control block comparing contents of the first and said second tag memories with a read request from any CPU and issuing a read request to respective storing areas when the data block corresponding to the read request and other data blocks included in an entry to which a relevant data block belongs are stored into a plurality of storing areas included within the first and second cache memories.
4. The memory controller described in claim 1, wherein the control block receives a plurality of data blocks transmitted respectively from a plurality of storing areas and transmits the data block to the CPU by merging a plurality of received data blocks into one data block.
5. The memory controller described in claim 1, wherein the memory controller merges, when at least one data block among other data blocks included in an entry to which the at least one data block corresponding to the read request issued from the at least one CPU connected in direct is stored into the second cache memory, the data blocks transmitted from a plurality of storing areas into one entry and then transmit said entry to the at least one CPU.
6. An information processor, comprising:
at least one CPU;
a first cache memory provided to the CPU to include a plurality of entries formed of a plurality of data blocks;
a main memory;
at least one memory controller for processing read requests from the CPU; and
a second cache memory provided to the memory controller to include a plurality of entries formed of a plurality of data blocks; and
wherein the memory controller issues a read request to respective storing areas within the first or said second cache memories when a data block corresponding to the read request and other data blocks included in an entry to which a relevant data block belongs are scattered and stored into a plurality of storing areas.
7. The information processor described in claim 6, further comprising:
a plurality of memory controllers, and
wherein one memory controller inspects, when a read request is issued from the CPU connected to other memory controllers, a storing area of a data block corresponding to a relevant request by comparing a valid status of the data block in the first and second cache memories with the read request from the CPU connected to other memory controllers, and transmits the data block to the other memory controllers when a result of inspection proves that the data block and at least one data block among the other data blocks included in an entry to which the data block belongs are stored into the first cache memory provided to the CPU connected to the memory controller or to the second cache memory provided in the memory controller.
8. The information processor described in claims 6, characterized in that the memory controller receives a data block respectively transmitted from a plurality of storing areas within the first and said second cache memories and corresponding to a read request issued therefrom and merges a plurality of received data blocks into an entry for transmission to the CPU.
9. A memory control method for a memory controller to execute a read request at least from one CPU, comprising:
receiving the read request issued from any CPU;
comparing a valid status of a data block included in a cache memory within the CPU and the valid status of the data block included in the cache memory within the memory controller with the read request; and
issuing the read request to respective storing areas within the first or second cache memories when a comparison result proves that the data block corresponding to the read request and other data blocks included in an entry to which a relevant data block belongs are scattered and stored into a plurality of storing areas.
10. The memory control method described in claim 9, further comprising:
receiving the data blocks respectively transmitted from a plurality of storing areas within the first or second cache memories and corresponding to the read request issued from the memory controller; and
transmitting a plurality of received data blocks to the CPU by merging such data blocks into one entry.
11. The information processor described in claim 6, wherein, when at least one data block among a valid data corresponding to the read request issued from the CPU connected in direct to the memory controller is stored in the cache memory of the memory controller, the data block and the data blocks transmitted from a plurality of storing areas are transmitted to the CPU by merging these data blocks into one entry with the memory controller.
12. The information processor described in claim 6, wherein the memory controller includes a second pipeline for inspecting a storing area of valid data corresponding to the read request by comparing contents of first and second tag memories with the read request issued from the CPU connected in direct to other memory controllers via a data transmission path, and the memory controller transmits the data block to the other memory controllers when a result of inspection proves that at least one data block among the valid data corresponding to the read request is stored in the cache memory of a local memory controller.
13. A memory controller connected to at least one CPU and a main memory and also connected to other memory controllers via a data transmission path and including a first cache memory in which an entry is formed of a plurality of data blocks and a first tag memory for storing a valid flag of data blocks in order to execute a read request from the CPU in a unit of a data block or entry, a second tag memory for storing, by a copying process, contents of tag memory included in all CPUs connected in direct and a first pipeline for inspecting storing area of the valid data corresponding to a read request by comparing the contents of the first and said second tag memories with the read request issued from any CPU connected in direct, wherein the read request is issued to respective storing areas when a inspection result proves that the data block corresponding to the read request and the other data blocks included in an entry to which a relevant data block belongs are scattered and stored into a plurality of storing areas.
14. A method for retrieving data from a layered data storage system, comprising:
reading data blocks from a main data storage area included within the system only when said blocks are absent or invalid in any other data storage area.
15. A method for retrieving data from a layered data storage system, comprising:
receiving a request to read an entry included within a data block containing valid and invalid entries, wherein at least one valid entry is stored in a data storage area different from a data storage area of at least one invalid entry;
reading said invalid entries from a first storage area to convert said invalid entries to valid; and
merging said converted entries with valid entries from a second storage area.
16. The method of claim 15, wherein said reading includes determining valid and invalid entries via status tags.
17. The method of claim 15, wherein said reading includes reading said invalid entries from a first data storage area wherein said first storage area is a main memory.
18. The method of claim 15, wherein said reading includes reading said valid entries from a second data storage area wherein said second data storage area is a third cache memory.
19. An apparatus for allowing effective memory control, comprising:
a unit merging a valid entry included within a data block of a first data storage area with a previously invalid entry retrieved from a second data storage area.
20. The apparatus of claim 19, wherein the first data storage area is a third cache memory included within a system controller residing on a circuit board a same as a circuit board on which said central processing resides.
21. The apparatus of claim 20, wherein said second data storage area is a main memory.
22. The apparatus of claim 19, wherein said first data storage area is a third cache memory residing on a circuit board different than a circuit board on which said central processing unit resides.
23. The apparatus of claim 19, wherein said unit is a data-reply control block.
24. A data buffer, comprising:
a data block representing an entry having a valid status; and
a data block representing an entry having an invalid status.
US11/142,358 2004-09-08 2005-06-02 Apparatus and method for retrieving data from a data storage system Abandoned US20060053255A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2004-260347 2004-09-08
JP2004260347A JP2006079218A (en) 2004-09-08 2004-09-08 Memory control device and control method

Publications (1)

Publication Number Publication Date
US20060053255A1 true US20060053255A1 (en) 2006-03-09

Family

ID=35519748

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/142,358 Abandoned US20060053255A1 (en) 2004-09-08 2005-06-02 Apparatus and method for retrieving data from a data storage system

Country Status (3)

Country Link
US (1) US20060053255A1 (en)
EP (1) EP1638003A3 (en)
JP (1) JP2006079218A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090105203A1 (en) * 2006-10-16 2009-04-23 Myriad Genetics, Incorporated Compounds for treating viral infections
US20090149429A1 (en) * 2005-06-22 2009-06-11 Myriad Genetics, Incorporated Antiviral compounds
US20110310691A1 (en) * 2010-06-04 2011-12-22 Lsi Corporation Multi-Port Memory Using Single-Port Memory Cells
US8225043B1 (en) * 2010-01-15 2012-07-17 Ambarella, Inc. High performance caching for motion compensated video decoder
CN102906713A (en) * 2010-05-27 2013-01-30 富士通株式会社 Information processing system and system controller
US20140379543A1 (en) * 2010-06-30 2014-12-25 Ebay Inc. Fees and foreign currency exchange calculation
US20220035760A1 (en) * 2020-07-31 2022-02-03 Alibaba Group Holding Limited Processing accelerator architectures
US11625341B2 (en) 2020-08-11 2023-04-11 Alibaba Group Holding Limited Narrow DRAM channel systems and methods

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5404433B2 (en) * 2010-01-08 2014-01-29 株式会社東芝 Multi-core system
JP6468121B2 (en) * 2015-08-17 2019-02-13 富士通株式会社 Arithmetic processing device and control method of arithmetic processing device
CN106657356A (en) * 2016-12-29 2017-05-10 郑州云海信息技术有限公司 Data writing method and device for cloud storage system, and cloud storage system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6122711A (en) * 1997-01-07 2000-09-19 Unisys Corporation Method of and apparatus for store-in second level cache flush
US6292705B1 (en) * 1998-09-29 2001-09-18 Conexant Systems, Inc. Method and apparatus for address transfers, system serialization, and centralized cache and transaction control, in a symetric multiprocessor system
US6405290B1 (en) * 1999-06-24 2002-06-11 International Business Machines Corporation Multiprocessor system bus protocol for O state memory-consistent data
US20060179248A1 (en) * 2005-02-10 2006-08-10 International Business Machines Corporation Data processing system and method for efficient storage of metadata in a system memory

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6122711A (en) * 1997-01-07 2000-09-19 Unisys Corporation Method of and apparatus for store-in second level cache flush
US6292705B1 (en) * 1998-09-29 2001-09-18 Conexant Systems, Inc. Method and apparatus for address transfers, system serialization, and centralized cache and transaction control, in a symetric multiprocessor system
US6405290B1 (en) * 1999-06-24 2002-06-11 International Business Machines Corporation Multiprocessor system bus protocol for O state memory-consistent data
US20060179248A1 (en) * 2005-02-10 2006-08-10 International Business Machines Corporation Data processing system and method for efficient storage of metadata in a system memory

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090149429A1 (en) * 2005-06-22 2009-06-11 Myriad Genetics, Incorporated Antiviral compounds
US20110144069A1 (en) * 2006-10-16 2011-06-16 Myriad Genetics, Incorporated Compounds for treating viral infections
US20090105203A1 (en) * 2006-10-16 2009-04-23 Myriad Genetics, Incorporated Compounds for treating viral infections
US8225043B1 (en) * 2010-01-15 2012-07-17 Ambarella, Inc. High performance caching for motion compensated video decoder
US8963809B1 (en) 2010-01-15 2015-02-24 Ambarella, Inc. High performance caching for motion compensated video decoder
US8856457B2 (en) 2010-05-27 2014-10-07 Fujitsu Limited Information processing system and a system controller
CN102906713A (en) * 2010-05-27 2013-01-30 富士通株式会社 Information processing system and system controller
US20110310691A1 (en) * 2010-06-04 2011-12-22 Lsi Corporation Multi-Port Memory Using Single-Port Memory Cells
US8374050B2 (en) * 2010-06-04 2013-02-12 Lsi Corporation Multi-port memory using single-port memory cells
US20140379543A1 (en) * 2010-06-30 2014-12-25 Ebay Inc. Fees and foreign currency exchange calculation
US9430759B2 (en) * 2010-06-30 2016-08-30 Paypal, Inc. Fees and foreign currency exchange calculation
US20220035760A1 (en) * 2020-07-31 2022-02-03 Alibaba Group Holding Limited Processing accelerator architectures
US11409684B2 (en) * 2020-07-31 2022-08-09 Alibaba Group Holding Limited Processing accelerator architectures
US11625341B2 (en) 2020-08-11 2023-04-11 Alibaba Group Holding Limited Narrow DRAM channel systems and methods

Also Published As

Publication number Publication date
EP1638003A3 (en) 2008-07-30
JP2006079218A (en) 2006-03-23
EP1638003A2 (en) 2006-03-22

Similar Documents

Publication Publication Date Title
US20060053255A1 (en) Apparatus and method for retrieving data from a data storage system
US7120755B2 (en) Transfer of cache lines on-chip between processing cores in a multi-core system
US7827354B2 (en) Victim cache using direct intervention
US6636949B2 (en) System for handling coherence protocol races in a scalable shared memory system based on chip multiprocessing
EP1311956B1 (en) Method and apparatus for pipelining ordered input/output transactions in a cache coherent, multi-processor system
US7305523B2 (en) Cache memory direct intervention
US20050144399A1 (en) Multiprocessor system, and consistency control device and consistency control method in multiprocessor system
US6915396B2 (en) Fast priority determination circuit with rotating priority
JPH11282820A (en) Sequence support mechanism for multiprocessor system using switch as its base
JPH11282821A (en) Low occupancy protocol for managing simultaneous transactions with dependency
US20020169935A1 (en) System of and method for memory arbitration using multiple queues
EP1703405B1 (en) Information processing device and data control method in information processing device
US5263144A (en) Method and apparatus for sharing data between processors in a computer system
US6950906B2 (en) System for and method of operating a cache
JP2007156821A (en) Cache system and shared secondary cache
KR20060102565A (en) System and method for canceling write back operation during simultaneous snoop push or snoop kill operation in write back caches
JP2000067009A (en) Main storage shared type multi-processor
US8032717B2 (en) Memory control apparatus and method using retention tags
US6839806B2 (en) Cache system with a cache tag memory and a cache tag buffer
US6678800B1 (en) Cache apparatus and control method having writable modified state
JP4851958B2 (en) Bus interface adapter, data transfer method, data transfer system, and information processing apparatus
US7650483B2 (en) Execution of instructions within a data processing apparatus having a plurality of processing units
CN114787784A (en) Cache snoop mode to extend coherency protection for certain requests
US20210096990A1 (en) Cache-inhibited write operations
KR960015583B1 (en) Cache memory filtering apparatus of multi-processor

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJITSU LIMITED, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SUGIZAKI, GO;REEL/FRAME:016650/0089

Effective date: 20050422

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION