1. Field of the Invention
The invention relates to a system and method for cache coherency management using a snoop filter. Specifically, embodiments of the invention include a replacement algorithm in a snoop filter that maintains a representation of the organization of last level caches in the system.
2. Background
The use of multiple processors or processors with multiple cores has become increasingly common as a method of increasing the computing power of new computer systems. Multiprocessor and multicore systems share system resources such as system memory and storage devices. Multiple processors or cores often access the same data in memory or storage devices and attempt to utilize this data at the same time. To accomplish this, multiprocessor and multicore systems track the use of data to maintain data coherency. One facet of maintaining data coherency in multiprocessor systems is ensuring that data cached in each processor is coherent. For example, each processor may alter data in its cache before writing it back to system memory. If another processor requests this data from system memory before the altered data is written back to memory, data coherency is lost.
A common scheme for maintaining data coherency in these systems includes a snoop filter in a hub controller. The conventional snoop filter maintains a cache of data requests from each processor or core to track the contents of the cache of each processor or core. Each time a processor retrieves data from memory, an indicator or tag for that data is stored in the snoop filter cache. However, the snoop filter is not aware of cache entries that have been dropped by a processor or core. As a result, the snoop filter cache may become full of entries for data that is no longer in use by the processor. As a result of the snoop filter may have to drop a cache entry that is still in use when a new request is received from a processor or core.
The replacement algorithm of the snoop filter randomly chooses an entry in the snoop filter cache to be dropped to make room for the new entry. This causes an invalidation message to be sent to the processor or core for the dropped entry. However, if the dropped entry is still in use, the processor or core will request the entry again. This generates additional traffic on the bus between processor or core and the hub controller, thereby reducing the available bandwidth for other data transfers.
To minimize the effect of this process on the bandwidth of the bus and the utilization of the processor, the snoop filter caches are larger than the respective caches in the processors which they track. The snoop filter cache size may be four to eight times larger than the total size of the caches of the processors or cores in the system. These large snoop filters occupy a large amount of space and increase the complexity and consequently the cost of hub controllers.
Embodiments of the invention are illustrated by way of example and not by way of limitation in the figures of the accompanying drawings in which like references indicate similar elements. It should be noted that different references to “an” or “one” embodiment in this disclosure are not necessarily to the same embodiment, and such references mean at least one.
In the following description, numerous specific details are set forth. However, it is understood that embodiments of the invention may be practiced without these specific details. In other instances, well-known, circuits, structures and techniques have not been shown in detail in order not to observe the understanding of this description.
The system 100 may have any number of processors 107, 111 each having at least one cache 109, 113 associated with the processor 107, 111. In one embodiment, the system 100 may have a fixed number of processors 107, 111. In another embodiment, the system 100 may have slots or interfaces for any number of processors. The number of processors may be changed by adding or removing processors from the system.
In one embodiment, the processors 107, 111 may be processors with separate cores and on separate substrates and in separate packages. In another embodiment, the processors may contain multiple cores on a single substrate and chip package or combinations thereof. For sake of convenience in description, the example system described is a multiprocessor personal computer system. Each processor 107, 111 may have a group of caches. As used herein, “a group” may denote any number of items including one. For example, a processor may have a level 1 cache as well as a level 2 cache. The highest level cache may be referred to as a last level cache (LLC).
Each processor 107, 111 may be in communication with a hub controller 101 through a bus 115, 117. The hub controller 101 may be a device or chipset that manages the movement of data between the processors 107, 111 and system memory 105 as well as other devices 119 in the system 100. In one embodiment, a single hub controller 101 may be present in the system 100. In another embodiment, multiple hub controllers may be present or the hub controller 101 may be subdivided into multiple components. For example, some personal computer systems have two hub controllers referred to as a north bridge and a south bridge.
In one embodiment, the hub controller 101 may communicate to each processor 107, 111 over a separate bus 115, 117. In other embodiments, the multiple processors may communicate over a single bus or may share a subset of the buses. The buses 115, 117 between the processors 107, 111 and the hub controller 101 may be referred to as front side buses (FSBs).
In one embodiment, the system memory 105 may be any type of dynamic random access memory (DRAM) device or group of memory devices. For example system memory 105 may include synchronous DRAM, dual data rate DRAM and similar types of memory devices. The system memory 105 may be used to store data and program instructions for use by the processors 107, 111. In another embodiment, the system memory may be a static memory device, flash memory device or similar memory device such as an electronically erasable programmable read only memory (EEPROM), memory stick or similar device.
Other devices 119 that may be in communication with the system 100 may include network devices and cards, graphics devices, large storage devices such as hard disk drives, removable storage devices such as compact disc (CD) and digital versatile disc (DVD) drives and similar devices. The presence of these devices may vary depending on the type of device of which the system 100 is a part. For example, if the system is a network device then multiple network cards or communication devices may be present, but graphics devices such as graphics cards and monitors may be absent.
In one embodiment, the multiprocessor system 100 manages data coherency between processors within the hub controller 101. This may be accomplished through the management of LLC data for each of the processors 107, 111. A snoop filter 103 may participate in the management of data coherence between the processors 107, 111. The snoop filter 103 may maintain a representation of the data stored in each of the LLCs 109, 113, including a representation of the organization of the data in each of the LLCs 109, 113. The snoop filter 103 may monitor requests for data from each processor 107, 111. These data requests, such as read requests, may contain data organization information. The requests and data organization information are used by the snoop filter to maintain a representation of the organization of each of the caches 109, 113 that is up to date.
Returning to the discussion of
Upon receiving a request for data from a processor through a bus interface 201, 203, the request may be parsed or processed to determine a ‘way hint’ provided in the request. A request may be a read request, a request for exclusivity or similar data request. In one embodiment, the request may contain a way number indicating the way location or way hint in which the data being requested will be stored in the LLC of the requesting processor. In another embodiment, other location indication information may be provided dependent on the indexing or organizational model of the LLC.
In one embodiment, the request information may be provided to a coherence engine 207 or may be applied to the data storage structure 209 to determine if the requested data is present in any of the affinities 211a-211b and therefore any of the LLCs of the processors in the system. The results of the search may then be returned to the coherence engine 207. In one embodiment, the search may be conducted by applying the requested tag data to each of the affinities and determining the location in the affinity of any matching tags, utilizing the set associative features of the data storage structure 209. In another embodiment, other search techniques may be utilized.
The coherence engine analyzes the search results along with the way hint, tag data, bus or processor identification information, and set location indication. The set location may be determined by applying the same algorithm for selecting a set that is applied by the corresponding processor and LLC for selecting a set. In this way, set indicator information does not have to be explicitly included in the request data. Any set selection algorithm may be used, including a random selection algorithm, a round robin algorithm or similar algorithm. In another embodiment, the set indicator data or similar data is included in the request.
In one embodiment, the coherence engine 207 analyzes the input data and determines how to forward the request received from the processor, how to update the snoop filter data structure 209 and whether to generate invalidation messages to be sent to the appropriate LLC. Invalidation messages and requests to be forwarded to other processors are then sent to the appropriate bus interface 201, 203. Requests that are forwarded to memory to be completed are sent to the central data manager (CDM) 213. The control data manager 213 is responsible for managing the transfer of data between the hub controller and system memory as well as other devices.
After the results of the look up process are obtained, the request may be forwarded to the appropriate destination to be fulfilled (block 405). In the case that the requested data is found in the data structure, then the request is forwarded to the processor and cache containing the data. The processor or cache holding the requested data may be indicated in the results of the lookup and determined based on the affinity in which a match to the request is found. In the case that the requested data is not found then the request is forwarded to the system memory to be completed. Similarly, if requested data is found in the data structure but its state information indicates it is invalid, then the request is completed at the system memory.
To accommodate the data to be returned to the requesting processor cache, the representation of the cache maintained by the snoop filter is updated. The representation is updated by allocating space for the new entry. The affinity for updating in response to the request is determined by detecting the bus on which the request was received. The request may also be parsed or processed to determine the way hint or location hint contained within the request. The slot for storing the new entry in the snoop filter is selected based on the way hint provided by the request and by using a set selection algorithm that matches the set selection algorithm of the requesting processor. In this manner, corresponding entries are allotted for the requested data in the cache of the requesting processor and the data structure of the snoop filter. This scheme allows for the data structure to be smaller than a traditional cache and lowers the likelihood of dropping a cache entry in use by the processor and minimizes the use of the bandwidth of the bus between the hub controller, requesting processor and any processor fulfilling a request.
A check is made to determine if the selected space in the cache is occupied (block 409). If the slot is not occupied then the slot is updated to reflect the data being stored in the corresponding space in the requesting processor cache. (block 413). The data is updated in the snoop filter when the request returns from the processor where it is completed or from memory depending on the location of the requested data. If the slot is occupied, the slot is evicted (block 411). The evicted data may be temporarily stored in a buffer until an invalidation message is sent to the originating processor to ensure that the requesting processor does not rely on that data in the case that it was not already invalidated (block 415).
If the data is retrieved from another processor, the entry for that processor may be invalidated by sending an invalidation message to that processor. For example, if a request for exclusivity is received for data in the cache of another processor, then an invalidation message is sent to that processor after the data is received.
In one embodiment, the snoop filter and its components are implemented as hardware devices. In another embodiment, these components may be implemented in software (e.g., microcode, assembly language or higher level languages). These software implementations may be stored on a machine-readable medium. A “machine readable” or “machine accessible” medium may include any medium or mechanism that can store or transfer information in a form accessible by a machine (e.g., a computer network device, personal digital assistant manufacturing tool, any device with one or more processors, etc.). Examples of a machine readable or accessible medium include a recordable non-recordable media, such as read only memory (ROM) random access memory (RAM), magnetic storage media, optical storage media, physical storage media, flash memory, or similar medium.
In the foregoing specification, the embodiments of the invention have been described with reference to specific embodiments thereof. It will, however, be evident that various modifications and changes can be made thereto without departing from the broader spirit and scope of the invention as set forth in the appended claims. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.