US20120221812A1 - Method for preserving memory affinity in a non-uniform memory access data processing system - Google Patents
Method for preserving memory affinity in a non-uniform memory access data processing system Download PDFInfo
- Publication number
- US20120221812A1 US20120221812A1 US13/455,567 US201213455567A US2012221812A1 US 20120221812 A1 US20120221812 A1 US 20120221812A1 US 201213455567 A US201213455567 A US 201213455567A US 2012221812 A1 US2012221812 A1 US 2012221812A1
- Authority
- US
- United States
- Prior art keywords
- memory
- page
- memory affinity
- affinity
- entry
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5011—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
- G06F9/5016—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5083—Techniques for rebalancing the load in a distributed system
- G06F9/5088—Techniques for rebalancing the load in a distributed system involving task migration
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/25—Using a specific main memory architecture
- G06F2212/254—Distributed memory
- G06F2212/2542—Non-uniform memory access [NUMA] architecture
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- the present disclosure relates to non-uniform memory access data processing systems in general, and in particular to a method for preserving memory affinity in a non-uniform memory access data processing system.
- program execution time decreases when processor frequency increases, as expected, the number of processor cycles needed to retrieve data from a system memory effectively increases. For example, when the clock frequency of a processor is doubled, the execution time of an integer instruction is likely to be reduced by half, but the number of processor clocks for accessing a memory may actually be doubled.
- memory speed has not been keeping up with the processor clock speed. For example, processor clock speed had increased about 60% to 100% from one processor generation to another while memory speed had increased only 25% within the same time frame.
- NUMA non-uniform memory access
- an operating system can start a program with a high memory affinity by allocating newly accessed pages in a local memory affinity domain, i.e., in a local memory or a memory having minimal latency.
- This strategy cannot cope with changes in memory affinity stemmed from certain operations initiated by the operating system.
- processes may have to be migrated from heavily utilized processors to less utilized ones.
- processor folding operations can be utilized to force process migration for freeing and powering down some processors when the system load decreases.
- Process migration can also occur when system load increases, which may result in processor unfolding to spread out the increased workload to more processors. All these dynamically occurring process migration can cause a loss in memory affinity, which can lead to various degrees of performance degradation due to an increase in remote memory accesses.
- Another prior art solution is to migrate pages along with a process migration. This solution triggers the problem of not knowing which pages to migrate with the job and sometimes wrong pages may be migrated, which will actually reduce memory affinity system-wide. This problem is particularly bad for pages that are shared among processes migrating to different computing resources.
- FIG. 1 is a block diagram of a shared-memory multiprocessor system, in which an embodiment of the present invention may be implemented;
- FIG. 2 is a block diagram of a page migration tracking module, in accordance with an embodiment of the present invention.
- FIG. 3 is a high-level logic flow diagram of a method for preserving memory affinity in the shared-memory multiprocessor system from FIG. 1 , in accordance with an embodiment of the present invention.
- a NUMA multiprocessor system 10 includes a node 11 a, a node 11 b, a node 11 c, and a node 11 d.
- Each of nodes 11 a - 11 d has at least one processor connected to a local memory within the node via an intra-node connection mechanisms such as a special bus or a crossbar switch.
- multi-processor node 11 a contains processors P 1 -P N along with their respective cache memory connected to a main memory 13 a that is local to processors P 1 -P N via an intra-node bus 12 .
- Each of nodes 11 a - 11 d also contain an input/output (I/O) unit, such as I/O unit 14 a within node 11 a, for supporting connections to various peripherals such as printers, communication links, direct access storage devices, etc.
- I/O input/output
- All nodes 11 a - 11 d are interconnected by a Scalable Coherent Interconnect (SCI) 16 .
- SCI 16 is a high-bandwidth interconnection network capable of providing cache coherence throughout NUMA multiprocessor system 10 .
- Each of nodes 11 a - 11 d has a NUMA bridge, such as a NUMA bridge 15 a in node 11 a, to provide connections to SCI 16 in order to maintain inter-nodal connection among nodes 11 a - 11 d.
- All processors within NUMA multiprocessor system 10 share an identical addressable main memory, which is distributed among nodes 11 a - 11 d as local main memories 13 a - 13 d. Because all local main memories 13 a - 13 d are accessible by all the processors within NUMA multiprocessor system 10 , the total addressable main memory space within NUMA multiprocessor system 10 includes the combination of all local main memories 13 a - 13 d. Each byte of system main memory can be addressable by a unique real address.
- the bus logic for each of nodes 11 a - 11 d monitors all memory accesses by the processors and the I/O unit within a node and then directs each local memory access to the node's local main memory. Remote accesses to a non-local main memory are sent to SCI 16 via a NUMA bridge 15 within the requesting node.
- various multi-processor nodes can be grouped into different software partitions by an operating system via a process known as software partitioning, as it is well-known to those skilled in the relevant art.
- process migration can be utilized to perform load balancing and/or processor folding in order to control energy consumption of a NUMA computer system such as NUMA multiprocessor system 10 from FIG. 1 .
- process migration may also contribute to loss of memory affinity that leads to system performance degradation.
- the present invention reduces or even eliminates memory affinity loss due to process migration by restoring the proper memory affinity via dynamic page migration.
- a page migration tracking module is utilized to manage process migration.
- the page migration tracking module keeps track of memory affinity access patterns to a physical memory.
- a page migration tracking module 20 includes multiple entries 21 .
- Each of entries 21 includes a real page identification (ID) field 22 , a memory affinity ID field 23 , an access counter field 24 , and a status flag field 25 .
- Memory affinity ID field 23 contains an ID of a remote access.
- Access counter field 24 tracks the number of memory accesses to an associated page.
- Status flag field 25 indicates whether an entry is valid (i.e., used or busy) or invalid (i.e., free).
- Entries 21 within page migration tracking module 20 can be organized in a direct-mapped or set-associative manner.
- a memory affinity domain is defined as a group of memories that are in physical proximity, thus, any access to a memory within a memory affinity domain will experience identical memory access latency.
- Each memory affinity domain is preferably associated within a page migration tracking module, such as page migration tracking module 20 . Every time a memory access is made to a memory affinity domain, the associated page migration tracking module is checked based on the real page ID of the memory access. If a page located within a first memory affinity domain is found to be requested by processors associated with a second memory affinity domain on a relatively regular basis, then that page is migrated from the first memory affinity domain to the second memory affinity domain.
- each of nodes 11 a - 11 d can be defined as one memory affinity domain, and each unique node ID can be utilized as a memory affinity domain ID accordingly.
- a processor has on-chip memory controllers for accessing its local memory, so a processor chip having an associated off-chip local memory can be defined as one memory affinity domain.
- a processor chip having an associated off-chip local memory can be defined as one memory affinity domain.
- each unique processor chip ID of a processor can be utilized as a memory affinity domain. Since the processor ID is readily available from the memory access itself, so it should be relatively straight-forward to deduce the corresponding processor chip ID.
- FIG. 3 there is illustrated a high-level logic flow diagram of a method for preserving memory affinity in a NUMA data processing system, such as NUMA multiprocessor system 10 from FIG. 1 , in accordance with an embodiment of the present invention.
- a determination is made as to whether or not the request is from a remote processor (i.e., a processor associated with a different memory affinity domain), as shown in FIG. 31 . If the request is not from a remote processor, then the request will be served accordingly, as depicted in block 40 .
- a remote processor i.e., a processor associated with a different memory affinity domain
- a real page ID field such as real page ID field 22 from FIG. 2
- a memory affinity field such as memory affinity ID field 23 from FIG. 2
- its access counter field (such as access counter field 24 from FIG. 2 ) will be reset to
- the operating system needs to be informed in order to process the page migration request.
- the hardware issues a hardware interrupt with the page ID of the page to migrate.
- the operating system then processes the hardware interrupt by migrating the page to the remote processor memory domain.
- a separate hardware queue can be implemented in hardware to buffer multiple real page IDs.
- the operating system either polls the queue on clock ticks or the hardware generated a hardware interrupt when there is at least one waiting request in the queue.
- the operating system is alerted that such page needs to be migrated to the remote processor and its memory affinity region, as depicted in block 38 .
- the hardware simply does nothing; when the next remote request comes in, the hardware will simply request a page migration again, effectively retrying the previous page migration request. This behaves much like an in-place queuing mechanism as an extension to the waiting request queue. If the page migration request is accepted or enqueued, the entry within the page migration tracking module is freed by marking the same entry with the page ID field match as invalid, as shown in block 39 .
- the present disclosure provides a method for preserving memory affinity in a NUMA data processing system.
- the present invention reduces and sometimes eliminates memory affinity loss due to process migration by restoring the proper memory affinity through dynamic page migration.
- the memory affinity access patterns of individual pages are tracked continuously. If a particular page is found almost always to be accessed from a particular remote access affinity domain for a certain number of times, and without any intervening requests from other access affinity domain, the page will migrate to that particular remote affinity domain so that the subsequent memory access becomes local memory access. As a result, the proper pages are migrated to increase memory affinity.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
A method for preserving memory affinity in a computer system is disclosed. The method reduces and sometimes eliminates memory affinity loss due to process migration by restoring the proper memory affinity through dynamic page migration. The memory affinity access patterns of individual pages are tracked continuously. If a particular page is found almost always to be accessed from a particular remote access affinity domain for a certain number of times, and without any intervening requests from other access affinity domain, the page will migrate to that particular remote affinity domain so that the subsequent memory access becomes local memory access. As a result, the proper pages are migrated to increase memory affinity.
Description
- The present application is a continuation of U.S. patent application Ser. No. 13/015,733, filed on Jan. 28, 2011, the contents of which are incorporated herein by reference.
- 1. Technical Field
- The present disclosure relates to non-uniform memory access data processing systems in general, and in particular to a method for preserving memory affinity in a non-uniform memory access data processing system.
- 2. Description of Related Art
- Generally speaking, the performance of a computer system largely depends on the execution speed of system and application programs. During program execution, both instructions and data need to be fetched from a system memory. While the frequency of memory access has been greatly reduced via the utilization of a cache hierarchy, system memory accesses after cache misses still account for a significant portion of program execution time.
- The disparity between program execution time and memory access time continues to increase even with various improvements in computer hardware technology. In fact, while program execution time decreases when processor frequency increases, as expected, the number of processor cycles needed to retrieve data from a system memory effectively increases. For example, when the clock frequency of a processor is doubled, the execution time of an integer instruction is likely to be reduced by half, but the number of processor clocks for accessing a memory may actually be doubled. In addition, memory speed has not been keeping up with the processor clock speed. For example, processor clock speed had increased about 60% to 100% from one processor generation to another while memory speed had increased only 25% within the same time frame.
- One way to shorten memory access time is to place a system memory as close to processors as possible physically. But in a large server system, it is difficult to position the system memory in the ideal proximity to processors under the form factor of the server system, which leads to varying latencies to access different regions of the system memory. Thus, large server systems tend to use a distributed memory model known as non-uniform memory access (NUMA). One challenge for a NUMA computer system is to maintain high memory affinity to various processors where threads/processes are being executed. High memory affinity implies that blocks or pages of the system memory that are used local to a processor are positioned in a memory region close to the processor.
- Currently, an operating system can start a program with a high memory affinity by allocating newly accessed pages in a local memory affinity domain, i.e., in a local memory or a memory having minimal latency. This strategy, however, cannot cope with changes in memory affinity stemmed from certain operations initiated by the operating system.
- For example, for load balancing purposes, processes may have to be migrated from heavily utilized processors to less utilized ones. Also, in order to decrease power consumption, processor folding operations can be utilized to force process migration for freeing and powering down some processors when the system load decreases. Process migration can also occur when system load increases, which may result in processor unfolding to spread out the increased workload to more processors. All these dynamically occurring process migration can cause a loss in memory affinity, which can lead to various degrees of performance degradation due to an increase in remote memory accesses.
- One prior art solution for preserving memory affinity is by banning process migration completely. This strategy can certainly reduce the likelihood of losing memory affinity, but at the expense of forgoing the flexibility of the system to perform proper load balancing and/or processor folding Importantly, even with this drastic measure, a system still may not be able to cope with a shift of memory affinity due to dynamically changing access patterns. This can happen, for example, when a page is shared by processors from multiple affinity domains, and at different computational phases a different processor becomes the dominant source of access to the page.
- Another prior art solution is to migrate pages along with a process migration. This solution triggers the problem of not knowing which pages to migrate with the job and sometimes wrong pages may be migrated, which will actually reduce memory affinity system-wide. This problem is particularly bad for pages that are shared among processes migrating to different computing resources.
- Consequently, it would be desirable to provide an improved method for preserving memory affinity in a NUMA computer system.
- In accordance with a preferred embodiment of the present disclosure, in response to a request for memory access to a page within a memory affinity domain, a determination is made whether or not the request is initiated by a processor associated with the memory affinity domain. If the request is not initiated by a processor associated with the memory affinity domain, a determination is made whether or not there is a page ID match with an entry within a page migration tracking module associated with the memory affinity domain. If there is no page ID match with any entry within the page migration tracking module, an entry is selected within the page migration tracking module to be updated with a new page ID and a new memory affinity ID. If there is a page ID match with an entry within the page migration tracking module, then another determination is made whether or not there is a memory affinity ID match with the entry with the page ID field match. If there is no memory affinity ID match, the entry with the page ID field match is updated with a new memory affinity ID. If there is a memory affinity ID match, an access counter of the entry with the page ID field match is incremented.
- All features and advantages of the present disclosure will become apparent in the following detailed written description.
- The disclosure itself, as well as a preferred mode of use, further objects, and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:
-
FIG. 1 is a block diagram of a shared-memory multiprocessor system, in which an embodiment of the present invention may be implemented; -
FIG. 2 is a block diagram of a page migration tracking module, in accordance with an embodiment of the present invention; and -
FIG. 3 is a high-level logic flow diagram of a method for preserving memory affinity in the shared-memory multiprocessor system fromFIG. 1 , in accordance with an embodiment of the present invention. - Referring now to the drawings and in particular to
FIG. 1 , there is depicted a block diagram of a shared-memory multiprocessor system having a non-uniform memory access (NUMA) architecture, in which a preferred embodiment of the present invention may be implemented. As shown, aNUMA multiprocessor system 10 includes anode 11 a, anode 11 b, anode 11 c, and anode 11 d. Each of nodes 11 a-11 d has at least one processor connected to a local memory within the node via an intra-node connection mechanisms such as a special bus or a crossbar switch. For example,multi-processor node 11 a contains processors P1-PN along with their respective cache memory connected to amain memory 13 a that is local to processors P1-PN via anintra-node bus 12. Each of nodes 11 a-11 d also contain an input/output (I/O) unit, such as I/O unit 14 a withinnode 11 a, for supporting connections to various peripherals such as printers, communication links, direct access storage devices, etc. - All nodes 11 a-11 d are interconnected by a Scalable Coherent Interconnect (SCI) 16. SCI 16 is a high-bandwidth interconnection network capable of providing cache coherence throughout NUMA
multiprocessor system 10. Each of nodes 11 a-11 d has a NUMA bridge, such as aNUMA bridge 15 a innode 11 a, to provide connections toSCI 16 in order to maintain inter-nodal connection among nodes 11 a-11 d. - All processors within
NUMA multiprocessor system 10 share an identical addressable main memory, which is distributed among nodes 11 a-11 d as local main memories 13 a-13 d. Because all local main memories 13 a-13 d are accessible by all the processors withinNUMA multiprocessor system 10, the total addressable main memory space withinNUMA multiprocessor system 10 includes the combination of all local main memories 13 a-13 d. Each byte of system main memory can be addressable by a unique real address. The bus logic for each of nodes 11 a-11 d monitors all memory accesses by the processors and the I/O unit within a node and then directs each local memory access to the node's local main memory. Remote accesses to a non-local main memory are sent toSCI 16 via a NUMA bridge 15 within the requesting node. - Within the NUMA architecture, various multi-processor nodes can be grouped into different software partitions by an operating system via a process known as software partitioning, as it is well-known to those skilled in the relevant art.
- As mentioned above, process migration can be utilized to perform load balancing and/or processor folding in order to control energy consumption of a NUMA computer system such as
NUMA multiprocessor system 10 fromFIG. 1 . However, process migration may also contribute to loss of memory affinity that leads to system performance degradation. The present invention reduces or even eliminates memory affinity loss due to process migration by restoring the proper memory affinity via dynamic page migration. - In accordance with a preferred embodiment of the present invention, a page migration tracking module is utilized to manage process migration. The page migration tracking module keeps track of memory affinity access patterns to a physical memory.
- With reference now to
FIG. 2 , there is depicted a block diagram of page migration tracking module, in accordance with an embodiment of the present invention. As shown, a pagemigration tracking module 20 includesmultiple entries 21. Each ofentries 21 includes a real page identification (ID)field 22, a memoryaffinity ID field 23, anaccess counter field 24, and astatus flag field 25. Memoryaffinity ID field 23 contains an ID of a remote access.Access counter field 24 tracks the number of memory accesses to an associated page.Status flag field 25 indicates whether an entry is valid (i.e., used or busy) or invalid (i.e., free).Entries 21 within pagemigration tracking module 20 can be organized in a direct-mapped or set-associative manner. - A memory affinity domain is defined as a group of memories that are in physical proximity, thus, any access to a memory within a memory affinity domain will experience identical memory access latency. Each memory affinity domain is preferably associated within a page migration tracking module, such as page
migration tracking module 20. Every time a memory access is made to a memory affinity domain, the associated page migration tracking module is checked based on the real page ID of the memory access. If a page located within a first memory affinity domain is found to be requested by processors associated with a second memory affinity domain on a relatively regular basis, then that page is migrated from the first memory affinity domain to the second memory affinity domain. - In response to a memory access to a memory affinity domain by a processor, the real page ID and the memory affinity domain ID of the requesting processor are extracted from the address of the memory access. For
NUMA multiprocessor system 10 fromFIG. 1 , each of nodes 11 a-11 d can be defined as one memory affinity domain, and each unique node ID can be utilized as a memory affinity domain ID accordingly. - Alternatively, in some computer systems, a processor has on-chip memory controllers for accessing its local memory, so a processor chip having an associated off-chip local memory can be defined as one memory affinity domain. Thus, each unique processor chip ID of a processor can be utilized as a memory affinity domain. Since the processor ID is readily available from the memory access itself, so it should be relatively straight-forward to deduce the corresponding processor chip ID.
- Referring now to
FIG. 3 , there is illustrated a high-level logic flow diagram of a method for preserving memory affinity in a NUMA data processing system, such asNUMA multiprocessor system 10 fromFIG. 1 , in accordance with an embodiment of the present invention. Starting atblock 30, in response to a request for memory access to a page within a memory affinity domain, a determination is made as to whether or not the request is from a remote processor (i.e., a processor associated with a different memory affinity domain), as shown inFIG. 31 . If the request is not from a remote processor, then the request will be served accordingly, as depicted inblock 40. - Otherwise, if the request is from a remote processor, then a determination is made as to whether or not there is a real page ID match in a real page ID field (such as real
page ID field 22 fromFIG. 2 ) of a page migration tracking module associated with the memory affinity domain, as depicted inblock 32. If there is no match in the real page ID field, then the real page ID field and a memory affinity field (such as memoryaffinity ID field 23 fromFIG. 2 ) of the least-recently-used one of entries within the page migration tracking module will be replaced by a new real page ID and a new memory affinity ID, respectively, as shown in blocks 33-34. In addition, its access counter field (such asaccess counter field 24 fromFIG. 2 ) will be reset to, for example, one, and the request will be served accordingly, as depicted inblock 40. - However, if there is a match in the page ID field, then a determination is made as to whether or not there is a match in the memory affinity ID field of the same entry with the page ID field match, as shown in
block 35. If there is no match in the memory affinity ID field of the same entry with the page ID field match, then the memory affinity ID field of the same entry with the page ID field match will be replaced by a new memory affinity ID, as depicted inblock 34. In addition, its access counter field will be reset to, for example, one, and the request will be served accordingly, as depicted inblock 40. If there is a match in the memory affinity ID field of the same entry with the page ID field match, then the access counter field of the same entry with the page ID field match will be incremented, as depicted inblock 36. - Regarding the process migration mechanism, the operating system needs to be informed in order to process the page migration request. There are two possible embodiments, any one of which can generate a page migration. Preferably, upon an access counter reaching the predetermined threshold value, the hardware issues a hardware interrupt with the page ID of the page to migrate. The operating system then processes the hardware interrupt by migrating the page to the remote processor memory domain. Alternatively, a separate hardware queue can be implemented in hardware to buffer multiple real page IDs. The operating system either polls the queue on clock ticks or the hardware generated a hardware interrupt when there is at least one waiting request in the queue. For the present embodiment depicted in
FIG. 3 , the operating system is alerted that such page needs to be migrated to the remote processor and its memory affinity region, as depicted inblock 38. - If the page migration request to operating system or to the queue is not accepted due to operating system busy or queue full, the hardware simply does nothing; when the next remote request comes in, the hardware will simply request a page migration again, effectively retrying the previous page migration request. This behaves much like an in-place queuing mechanism as an extension to the waiting request queue. If the page migration request is accepted or enqueued, the entry within the page migration tracking module is freed by marking the same entry with the page ID field match as invalid, as shown in
block 39. - As has been described, the present disclosure provides a method for preserving memory affinity in a NUMA data processing system. The present invention reduces and sometimes eliminates memory affinity loss due to process migration by restoring the proper memory affinity through dynamic page migration. The memory affinity access patterns of individual pages are tracked continuously. If a particular page is found almost always to be accessed from a particular remote access affinity domain for a certain number of times, and without any intervening requests from other access affinity domain, the page will migrate to that particular remote affinity domain so that the subsequent memory access becomes local memory access. As a result, the proper pages are migrated to increase memory affinity.
- It is also important to note that although the present invention has been described in the context of a fully functional computer system, those skilled in the art will appreciate that the mechanisms of the present invention are capable of being distributed as a program product in a variety of recordable type media such as compact discs and digital video discs.
- While the disclosure has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the disclosure.
Claims (10)
1. A method for preserving memory affinity in a non-uniform memory access data processing system, said method comprising:
in response to a request for memory access to a page within a first memory affinity domain, determining whether or not said request is initiated by a processor associated with said memory affinity domain;
in response to the determination that said request is not initiated by a processor associated with said memory affinity domain, determining whether or not there is a page ID match with an entry within a page migration tracking module associated with said memory affinity domain;
in response to the determination that there is no page ID match with any entry within said page migration tracking module, selecting an entry within said page migration tracking module and providing said entry with a new page ID and a new memory affinity ID;
in response to the determination that there is a page ID match with an entry within said page migration tracking module, determining whether or not there is a memory affinity ID match with said entry with the page ID field match;
in response to the determination that there is no memory affinity ID match, updating said entry with the page ID field match with a new memory affinity ID; and
in response to the determination that there is a memory affinity ID match, incrementing an access counter of said entry with the page ID field match.
2. The method of claim 1 , wherein said method further includes in a determination that said request is initiated by a processor associated with said memory affinity domain, serving said request.
3. The method of claim 1 , wherein said selecting further includes resetting an access counter of said entry.
4. The method of claim 1 , wherein said updating further includes resetting an access counter of said entry.
5. The method of claim 1 , wherein said memory affinity domain is defined as a group of memories that are in physical proximity, wherein any access to a memory within said memory affinity domain experiences identical memory access latency.
6. The method of claim 1 , wherein each memory affinity domain is associated within a page migration tracking module.
7. The method of claim 1 , wherein said selecting further includes selecting a least-recently-used entry.
8. The method of claim 7 , wherein said method further includes marking said entry as invalid.
9. The method of claim 1 , wherein said memory affinity tracking module includes a real page ID field, a memory affinity ID field, and an access counter field.
10. The method of claim 1 , wherein said method further includes alerting an operating system a page needs to be migrated to a remote processor and its memory affinity region.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/455,567 US20120221812A1 (en) | 2011-01-28 | 2012-04-25 | Method for preserving memory affinity in a non-uniform memory access data processing system |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/015,733 US10169087B2 (en) | 2011-01-28 | 2011-01-28 | Technique for preserving memory affinity in a non-uniform memory access data processing system |
US13/455,567 US20120221812A1 (en) | 2011-01-28 | 2012-04-25 | Method for preserving memory affinity in a non-uniform memory access data processing system |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/015,733 Continuation US10169087B2 (en) | 2011-01-28 | 2011-01-28 | Technique for preserving memory affinity in a non-uniform memory access data processing system |
Publications (1)
Publication Number | Publication Date |
---|---|
US20120221812A1 true US20120221812A1 (en) | 2012-08-30 |
Family
ID=46578379
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/015,733 Active 2035-04-22 US10169087B2 (en) | 2011-01-28 | 2011-01-28 | Technique for preserving memory affinity in a non-uniform memory access data processing system |
US13/455,567 Abandoned US20120221812A1 (en) | 2011-01-28 | 2012-04-25 | Method for preserving memory affinity in a non-uniform memory access data processing system |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/015,733 Active 2035-04-22 US10169087B2 (en) | 2011-01-28 | 2011-01-28 | Technique for preserving memory affinity in a non-uniform memory access data processing system |
Country Status (1)
Country | Link |
---|---|
US (2) | US10169087B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9952905B2 (en) * | 2012-06-29 | 2018-04-24 | Intel Corporation | Methods and systems to identify and migrate threads among system nodes based on system performance metrics |
US10761957B2 (en) * | 2012-05-30 | 2020-09-01 | Red Hat Israel, Ltd. | Optimization of operating system and virtual machine monitor memory management |
Families Citing this family (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9684600B2 (en) * | 2011-11-30 | 2017-06-20 | International Business Machines Corporation | Dynamic process/object scoped memory affinity adjuster |
US9229878B2 (en) * | 2013-06-10 | 2016-01-05 | Red Hat Israel, Ltd. | Memory page offloading in multi-node computer systems |
CN105468538B (en) * | 2014-09-12 | 2018-11-06 | 华为技术有限公司 | A kind of internal memory migration method and apparatus |
US9875058B2 (en) * | 2015-11-05 | 2018-01-23 | International Business Machines Corporation | Prioritizing pages to transfer for memory sharing |
US10146681B2 (en) * | 2015-12-24 | 2018-12-04 | Intel Corporation | Non-uniform memory access latency adaptations to achieve bandwidth quality of service |
US10387329B2 (en) * | 2016-02-10 | 2019-08-20 | Google Llc | Profiling cache replacement |
US10042720B2 (en) | 2016-02-22 | 2018-08-07 | International Business Machines Corporation | Live partition mobility with I/O migration |
US10042723B2 (en) | 2016-02-23 | 2018-08-07 | International Business Machines Corporation | Failover of a virtual function exposed by an SR-IOV adapter |
US10002018B2 (en) | 2016-02-23 | 2018-06-19 | International Business Machines Corporation | Migrating single root I/O virtualization adapter configurations in a computing system |
US10025584B2 (en) | 2016-02-29 | 2018-07-17 | International Business Machines Corporation | Firmware management of SR-IOV adapters |
US9720863B1 (en) | 2016-10-21 | 2017-08-01 | International Business Machines Corporation | Migrating MMIO from a source I/O adapter of a source computing system to a destination I/O adapter of a destination computing system |
US9720862B1 (en) | 2016-10-21 | 2017-08-01 | International Business Machines Corporation | Migrating interrupts from a source I/O adapter of a computing system to a destination I/O adapter of the computing system |
US9715469B1 (en) * | 2016-10-21 | 2017-07-25 | International Business Machines Corporation | Migrating interrupts from a source I/O adapter of a source computing system to a destination I/O adapter of a destination computing system |
US10599590B2 (en) | 2016-11-30 | 2020-03-24 | International Business Machines Corporation | Uniform memory access architecture |
US10223282B2 (en) | 2017-05-23 | 2019-03-05 | International Business Machines Corporation | Memory affinity management |
US10585793B2 (en) * | 2018-03-05 | 2020-03-10 | Intel Corporation | Allocating shared memory blocks to table entries to store in a memory device |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020049824A1 (en) * | 1999-02-09 | 2002-04-25 | Kenneth Mark Wilson | Computer architecture with caching of history counters for dynamic page placement |
US6453408B1 (en) * | 1999-09-30 | 2002-09-17 | Silicon Graphics, Inc. | System and method for memory page migration in a multi-processor computer |
US6804729B2 (en) * | 2002-09-30 | 2004-10-12 | International Business Machines Corporation | Migrating a memory page by modifying a page migration state of a state machine associated with a DMA mapper based on a state notification from an operating system kernel |
US20090089531A1 (en) * | 2007-09-27 | 2009-04-02 | Sun Microsystems, Inc. | Method and system for memory management |
US20110202735A1 (en) * | 2010-02-17 | 2011-08-18 | Hitachi, Ltd. | Computer system, and backup method and program for computer system |
US20110231605A1 (en) * | 2009-10-27 | 2011-09-22 | Hitachi, Ltd. | Storage controller and storage control method for dynamically assigning partial areas of pool area as data storage areas |
US20110271071A1 (en) * | 2010-04-28 | 2011-11-03 | Hitachi, Ltd. | Storage apparatus and hierarchical data management method for storage apparatus |
US20120011329A1 (en) * | 2010-07-09 | 2012-01-12 | Hitachi, Ltd. | Storage apparatus and storage management method |
US20120017042A1 (en) * | 2010-07-16 | 2012-01-19 | Hitachi, Ltd. | Storage control apparatus and storage system comprising multiple storage control apparatuses |
US20120102273A1 (en) * | 2009-06-29 | 2012-04-26 | Jichuan Chang | Memory agent to access memory blade as part of the cache coherency domain |
US20120185426A1 (en) * | 2010-03-25 | 2012-07-19 | Hitachi, Ltd. | Storage apparatus and control method of the same |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7673114B2 (en) | 2006-01-19 | 2010-03-02 | International Business Machines Corporation | Dynamically improving memory affinity of logical partitions |
US8024728B2 (en) | 2006-12-28 | 2011-09-20 | International Business Machines Corporation | Virtual machine dispatching to maintain memory affinity |
US8195867B2 (en) | 2008-06-06 | 2012-06-05 | International Business Machines Corporation | Controlled shut-down of partitions within a shared memory partition data processing system |
-
2011
- 2011-01-28 US US13/015,733 patent/US10169087B2/en active Active
-
2012
- 2012-04-25 US US13/455,567 patent/US20120221812A1/en not_active Abandoned
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020049824A1 (en) * | 1999-02-09 | 2002-04-25 | Kenneth Mark Wilson | Computer architecture with caching of history counters for dynamic page placement |
US6453408B1 (en) * | 1999-09-30 | 2002-09-17 | Silicon Graphics, Inc. | System and method for memory page migration in a multi-processor computer |
US6804729B2 (en) * | 2002-09-30 | 2004-10-12 | International Business Machines Corporation | Migrating a memory page by modifying a page migration state of a state machine associated with a DMA mapper based on a state notification from an operating system kernel |
US20090089531A1 (en) * | 2007-09-27 | 2009-04-02 | Sun Microsystems, Inc. | Method and system for memory management |
US20120102273A1 (en) * | 2009-06-29 | 2012-04-26 | Jichuan Chang | Memory agent to access memory blade as part of the cache coherency domain |
US20110231605A1 (en) * | 2009-10-27 | 2011-09-22 | Hitachi, Ltd. | Storage controller and storage control method for dynamically assigning partial areas of pool area as data storage areas |
US20110202735A1 (en) * | 2010-02-17 | 2011-08-18 | Hitachi, Ltd. | Computer system, and backup method and program for computer system |
US20120185426A1 (en) * | 2010-03-25 | 2012-07-19 | Hitachi, Ltd. | Storage apparatus and control method of the same |
US20110271071A1 (en) * | 2010-04-28 | 2011-11-03 | Hitachi, Ltd. | Storage apparatus and hierarchical data management method for storage apparatus |
US20120011329A1 (en) * | 2010-07-09 | 2012-01-12 | Hitachi, Ltd. | Storage apparatus and storage management method |
US20120017042A1 (en) * | 2010-07-16 | 2012-01-19 | Hitachi, Ltd. | Storage control apparatus and storage system comprising multiple storage control apparatuses |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10761957B2 (en) * | 2012-05-30 | 2020-09-01 | Red Hat Israel, Ltd. | Optimization of operating system and virtual machine monitor memory management |
US9952905B2 (en) * | 2012-06-29 | 2018-04-24 | Intel Corporation | Methods and systems to identify and migrate threads among system nodes based on system performance metrics |
Also Published As
Publication number | Publication date |
---|---|
US20120198187A1 (en) | 2012-08-02 |
US10169087B2 (en) | 2019-01-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10169087B2 (en) | Technique for preserving memory affinity in a non-uniform memory access data processing system | |
US7526608B2 (en) | Methods and apparatus for providing a software implemented cache memory | |
Protic et al. | Distributed shared memory: Concepts and systems | |
JP4082612B2 (en) | Multiprocessor computer system with multiple coherency regions and software process migration between coherency regions without cache purge | |
Aingaran et al. | M7: Oracle's next-generation sparc processor | |
US6668308B2 (en) | Scalable architecture based on single-chip multiprocessing | |
US9229878B2 (en) | Memory page offloading in multi-node computer systems | |
US8904154B2 (en) | Execution migration | |
US7624236B2 (en) | Predictive early write-back of owned cache blocks in a shared memory computer system | |
US20020129115A1 (en) | Dynamic memory placement policies for NUMA architecture | |
US7685601B2 (en) | Methods and apparatus for segmented stack management in a processor system | |
US20060259733A1 (en) | Methods and apparatus for resource management in a logically partitioned processing environment | |
US20080109624A1 (en) | Multiprocessor system with private memory sections | |
US6457107B1 (en) | Method and apparatus for reducing false sharing in a distributed computing environment | |
Bligh et al. | Linux on NUMA systems | |
Zhang et al. | SAC: Sharing-aware caching in multi-chip GPUs | |
JP2024501638A (en) | Data arrangement using packet metadata | |
CN113138851B (en) | Data management method, related device and system | |
Huang et al. | Efficient one-copy MPI shared memory communication in virtual machines | |
Ramesh et al. | Is it time to rethink distributed shared memory systems? | |
Wu et al. | ZeroCost-LLC: Shared LLCs at No Cost to WCL | |
Ahn et al. | Design and implementation of user-level remote memory extension library | |
Aamodt et al. | Memory System | |
Mo et al. | An efficient labeled memory system for learned indexes | |
Vianès et al. | A Case for Second-Level Software Cache Coherency on Many-Core Accelerators |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |