HANDLING DMA REQUESTS IN A VIRTUAL MEMORY ENVIRONMENT
An apparatus includes a virtual memory manager that moves data from a first block to second block in memory. When the virtual memory manager is ready to transfer data from the first block to the second block, a third, temporary block of memory is defined. The translation table in a DMA controller is changed to point DMA transfers that target the first block to instead target the temporary block. The virtual memory manager then transfers data from the first block to the second block. When the transfer is complete, a check is made to see if the DMA transferred data to the temporary block while the data from the first block was being written to the second block. If so, the data written to the temporary block is written to the second block. A hardware register is preferably used to efficiently detect changes to the temporary block.
Latest IBM Patents:
- INTERACTIVE DATASET EXPLORATION AND PREPROCESSING
- NETWORK SECURITY ASSESSMENT BASED UPON IDENTIFICATION OF AN ADVERSARY
- NON-LINEAR APPROXIMATION ROBUST TO INPUT RANGE OF HOMOMORPHIC ENCRYPTION ANALYTICS
- Back-side memory element with local memory select transistor
- Injection molded solder head with improved sealing performance
This patent application is a continuation of U.S. Ser. No. 11/246,824 filed on Oct. 7, 2005, which is incorporated herein by reference.
BACKGROUND OF THE INVENTION1. Technical Field
This invention generally relates to computer systems, and more specifically relates to the processing of Direct Memory Access (DMA) requests in computer systems that provide a virtual memory environment.
2. Background Art
Many computer systems have a virtual memory environment, where virtual addresses are mapped to physical addresses in memory. One specific type of virtual memory environment defines multiple logical partitions on a single platform, thereby allowing each logical partition to appear from the client perspective to be a separate and unique computer system. In a logically partitioned computer system, there is often a need for I/O devices such as hard disk drives to write to memory. Such transfers between a hard disk drive and memory often occur via a direct memory access (DMA) controller in the bus chipset. Because DMA transfers occur asynchronously with respect to processor events, such a DMA transfer could potentially cause data coherency problems. For example, let's assume the virtual memory manager decides to move data from block A to block B in memory. In the prior art, it is possible for the DMA controller to write to block A before the move from block A to block B is complete. If the write to block A occurs at a location that has already been copied to block B, block B now has stale data, which can result in a bus or system crash. Without a way to assure data coherency in a computer system that includes a DMA controller and a virtual memory system, the computer industry will continue to suffer from potential crashes and other problems due to data coherency problems.
DISCLOSURE OF INVENTIONAccording to the preferred embodiments, an apparatus includes a virtual memory manager that moves data from a first block to second block in memory. When the virtual memory manager is ready to transfer data from the first block to the second block, a third block of memory is defined that is a temporary block. The translation table in a DMA controller is changed to point DMA transfers to the third block. The virtual memory manager then transfers data from the first block to the second block. When the transfer is complete, a check is made to see if the DMA transferred data to the temporary block while the data from the first block was being written to the second block. If so, the data written to the temporary block is written to the second block. A hardware Modification Recording Register (MRR) is preferably used to efficiently detect changes to the temporary block. The MRR includes a plurality of bits, each bit corresponding to a defined block of the memory, wherein the value of each bit is a one if the DMA controller wrote data to the defined block corresponding to the bit, and is a zero if the DMA controller did not write data to the defined block corresponding to the bit. If the MRR is non-zero, the MRR is traversed one bit at a time, writing the memory blocks corresponding to the one bits in the register from the temporary block to the second block, and clearing the one bits to zero after the memory blocks are written to the second block. Once all bits have been cleared (meaning that all corresponding memory blocks have been written to the second block), another check is made of the MRR to assure that no additional DMA transfers occurred during the clearing of the MRR bits on the previous pass. This process continues until all MRR bits are zero, indicating that no DMA transfer occurred since the last check of the MRR.
The foregoing and other features and advantages of the invention will be apparent from the following more particular description of preferred embodiments of the invention, as illustrated in the accompanying drawings.
The preferred embodiments of the present invention will hereinafter be described in conjunction with the appended drawings, where like designations denote like elements, and:
The preferred embodiments provide a way to assure data integrity in a system running a virtual memory manager where DMA transfers to memory are allowed. The DMA transfers are redirected to a temporary location when a data block in memory needs to be moved from a first location to a second location. The data block is moved, and a check is then made to determine whether a write to the temporary location occurred during the move. If so, the data written to the temporary location is written to the second location, and another check is made to determine whether any writes to the temporary location occurred. In the most preferred implementation, a hardware register tracks when changes are made to the temporary location, allowing easily determining from the state of the register whether any data needs to be copied from the temporary location to the second location.
Referring to
Main memory 120 in accordance with the preferred embodiments contains data 121, an operating system 122, a virtual memory manager 123, and defined blocks of memory 124, 125 and 126. Data 121 represents any data that serves as input to or output from any program in computer system 100. Operating system 122 is a multitasking operating system known in the industry as i5/OS; however, those skilled in the art will appreciate that the spirit and scope of the present invention is not limited to any one operating system. Blocks of memory 124-126 are managed by the virtual memory manager 123. Because a single hard disk drive may be partitioned to appear as separate logical drives for different logical partitions, the virtual memory manager must manage the sharing of the disk drive between logical partitions. This sharing of a hardware resource among multiple logical partitions often requires copying data between memory locations. Thus, virtual memory manager 123 may periodically move data from one block in memory 120 to another block in memory. Memory blocks 124-126 are shown as arbitrary blocks of memory that could be managed by the virtual memory manager 123.
Computer system 100 utilizes well known virtual addressing mechanisms that allow the programs of computer system 100 to behave as if they only have access to a large, single storage entity instead of access to multiple, smaller storage entities such as main memory 120 and DASD device 155. Therefore, while data 121, operating system 122, and virtual memory management mechanism 123 are shown to reside in main memory 120, those skilled in the art will recognize that these items are not necessarily all completely contained in main memory 120 at the same time. It should also be noted that the term “memory” is used herein to generically refer to the entire virtual memory of computer system 100, and may include the virtual memory of other computer systems coupled to computer system 100.
Processor 110 may be constructed from one or more microprocessors and/or integrated circuits. Processor 110 executes program instructions stored in main memory 120. Main memory 120 stores programs and data that processor 110 may access. When computer system 100 starts up, processor 110 initially executes the program instructions that make up operating system 122. Operating system 122 is a sophisticated program that manages the resources of computer system 100. Some of these resources are processor 110, main memory 120, mass storage interface 130, display interface 140, network interface 150, and system bus 160.
Although computer system 100 is shown to contain only a single processor and a single system bus, those skilled in the art will appreciate that the present invention may be practiced using a computer system that has multiple processors and/or multiple buses. In addition, the interfaces that are used in the preferred embodiments each include separate, fully programmed microprocessors that are used to off-load compute-intensive processing from processor 110. However, those skilled in the art will appreciate that the present invention applies equally to computer systems that simply use I/O adapters to perform similar functions.
Display interface 140 is used to directly connect one or more displays 165 to computer system 100. These displays 165, which may be non-intelligent (i.e., dumb) terminals or fully programmable workstations, are used to allow system administrators and users to communicate with computer system 100. Note, however, that while display interface 140 is provided to support communication with one or more displays 165, computer system 100 does not necessarily require a display 165, because all needed interaction with users and other processes may occur via network interface 150.
Network interface 150 is used to connect other computer systems and/or workstations (e.g., 175 in
The bus controller chipset 180 may control the functions of any suitable bus, including without limitation PCI, PCI-X and PCI Express buses. Note that these buses differ in how they handle DMA transfers. In the case of a PCI or PCI-X bus, the device that wants to perform a DMA transfer can be told to wait. However, in the case of a PCI Express bus, there is no way to tell the device to wait. Thus, if a virtual memory manager is performing a move of data from a first block to a second block, the DMA controller could write data to the first block after that portion of the first block was already moved, resulting in a data coherency problem that results in incorrect data in the second block, because the data transferred by the DMA controller is written to the first block instead of the second block.
The bus controller chipset 180 includes a DMA controller 182 that allows devices to directly transfer data without processor intervention. DMA controller 182 includes a translation table 184 that provides a translation for a virtual address to a corresponding physical address in memory. The DMA controller 182 also includes a Modification Recording Register (MRR) 186. The MRR 186 has many bits, with each bit corresponding to a defined block of memory. If the DMA controller writes to a block of memory that is being tracked by the MRR, the corresponding bit in the MRR is set to a one, indicating a change was made to that memory block. This hardware support in the form of the MRR register 186 is explained in more detail below with reference to
Note that bus controller chipset 180 is shown separate from the processor 110 in
At this point, it is important to note that while the present invention has been and will continue to be described in the context of a fully functional computer system, those skilled in the art will appreciate that the present invention is capable of being distributed as a program product in a variety of forms, and that the present invention applies equally regardless of the particular type of computer-readable signal bearing media used to actually carry out the distribution. Examples of suitable computer-readable signal bearing media include: recordable type media such as floppy disks and CD RW (e.g., 195 of
Referring to
One way to determine whether a write was made to block C in step 240 of
Referring to
The preferred embodiments provide a way for a virtual memory manager to move a block of data in memory without fear that the data will be corrupted by a DMA transfer. A temporary block is defined, and the translation table in the DMA controller is changed so future writes will be to the temporary block. The data in the memory is then moved, then a check is made to see if the DMA controller wrote to the temporary block during the move. If so, the data written to the temporary block is also moved, and this process continues until the DMA controller made no writes to the temporary block. In this manner, data coherency is assured in a system running a virtual memory manager with DMA accesses enabled.
One skilled in the art will appreciate that many variations are possible within the scope of the present invention. Thus, while the invention has been particularly shown and described with reference to preferred embodiments thereof, it will be understood by those skilled in the art that these and other changes in form and details may be made therein without departing from the spirit and scope of the invention.
Claims
1. An apparatus comprising:
- at least one processor;
- a direct memory access (DMA) controller coupled to the at least one processor;
- a memory coupled to the DMA controller and to the at least one processor; and
- a virtual memory manager residing in the memory and executed by the at least one processor, the virtual memory manager creating a temporary block in the memory, changing an address translation table in the DMA controller to cause future writes by the DMA controller to be written to the temporary block, moving data from a first block to a second block in the memory, determining after the move of data from the first block to the second block if any write to the temporary block by the DMA controller occurred during the move of data from the first block to the second block by the virtual memory manager, and if so, writing the data written by the DMA controller to the temporary location during the move of data from the first block to the second block from the temporary location to the second block.
2. The apparatus of claim 1 further comprising a hardware register that includes a plurality of bits, each bit corresponding to a defined block of the memory, wherein the value of each bit is a one if the DMA controller wrote data to the defined block corresponding to the bit, and is a zero if the DMA controller did not write data to the defined block corresponding to the bit.
3. The apparatus of claim 2 wherein the hardware register comprises a modification recording register.
4. The apparatus of claim 2 wherein the hardware register resides in the DMA controller.
5. The apparatus of claim 2 wherein each bit of the hardware register that is a one is changed to a zero when data in the corresponding block of memory is written to the second block.
6. A computer-readable program product comprising:
- (A) a virtual memory manager that creates a temporary block in a memory, changes an address translation table in a DMA controller to cause future writes by the DMA controller to be written to the temporary block, moves data from a first block to a second block in the memory, determines after the move of data from the first block to the second block if any write to the temporary block by the DMA controller occurred during the move of data from the first block to the second block by the virtual memory manager, and if so, writes the data written by the DMA controller to the temporary location during the move of data from the first block to the second block from the temporary location to the second block; and
- (B) recordable media bearing the virtual memory manager.
7-8. (canceled)
9. The program product of claim 6 wherein the virtual memory manager determines after the move of data from the first block to the second block if any write to the temporary block by the DMA controller occurred during the move of data from the first block to the second block by the virtual memory manager by reading a hardware register that includes a plurality of bits, each bit corresponding to a defined block of data in the memory, wherein the value of each bit is a one if the DMA controller wrote data to the defined block corresponding to the bit, and is a zero if the DMA controller did not write data to the defined block corresponding to the bit.
10. The program product of claim 9 wherein the hardware register comprises a modification recording register.
11. The program product of claim 9 wherein the hardware register resides in the DMA controller.
12. The program product of claim 9 wherein each bit of the hardware register that is a one is changed to a zero when data in the corresponding block of memory is written to the second block.
Type: Application
Filed: Jun 10, 2008
Publication Date: Oct 2, 2008
Applicant: International Business Machines Corporation (Armonk, NY)
Inventors: Gerald Keith Bartley (Rochester, MN), John Michael Borkenhagen (Rochester, MN), William Paul Hovis (Rochester, MN), Daniel Paul Kolz (Rochester, MN)
Application Number: 12/136,610
International Classification: G06F 13/28 (20060101);