QUALITY OF SERVICE FOR INPUT/OUTPUT MEMORY MANAGEMENT UNIT

A data processing system includes a memory, a group of input/output (I/O) devices, an input/output memory management unit (IOMMU). The IOMMU is connected to the memory and adapted to allocate a hardware resource from among a group of hardware resources to receive an address translation request for a memory access from an I/O device. The IOMMU detects address translation requests from the plurality of I/O devices. The IOMMU reorders the address translation requests such that an order of dispatching an address translation request is based on a policy associated with the I/O device that is requesting the memory access. The IOMMU selectively allocates a hardware resource to the input/output device, based on the policy that is associated with the I/O device in response to the reordering.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
STATEMENT REGARDING FEDERALLY SPONSORED RESEARCH OR DEVELOPMENT

This invention was made with United States government support under the PathForward Project with Lawrence Livermore National Security (Prime Contract No. DE-AC52-07NA27344, Subcontract No. B620717) awarded by the Department of Energy (DOE). The United States government has certain rights in this invention.

BACKGROUND

A system on a chip or system on chip (SoC or SOC) is an integrated circuit that integrates all components of a computer or other electronic system into a single chip. Many input/output (I/O) devices, both on the SoC and outside the chip, need to access system memory, for example dynamic random-access memory (DRAM). These include, but are not limited to graphics processing units (GPUs), network interface controllers (NICs), and the like. I/O devices access system memory in a virtual memory space, but the system includes only a limited amount of physical memory, necessitating address translation from virtual addresses to physical addresses. Virtual addressing ensures that an I/O device cannot directly read/write arbitrary sections of the physical memory for which the I/O device does not have permission. Address translation requests from these devices are serviced by an input/output memory management unit (IOMMU).

The IOMMU is responsible for performing virtual-to-physical address translations for I/O devices such as NICs or GPUs. Thus, the IOMMU is a shared resource across all I/O devices in a system. In highly integrated SoCs, independent streams of address translation requests from different I/O devices may compete for resources of the IOMMU. It is even possible for one I/O device with high bandwidth requirements to starve other devices of address translation services by flooding the IOMMU. Even worse, it could be possible for malicious software to mount a denial-of-service (DoS) attack on other devices via overloading the IOMMU with requests.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 illustrates in block diagram form a data processing system according to some embodiments;

FIG. 2 illustrates in block diagram form a data processor suitable for use in the data processing system of FIG. 1 according to some embodiments;

FIG. 3 illustrates in block diagram form an input/output (I/O) device management system for use in the data processor of FIG. 2 according to some embodiments;

FIG. 4 illustrates in block diagram form a I/O device management system for use in the data processor of FIG. 2 according to some embodiments;

FIG. 5 illustrates in block diagram form a I/O device management system for use in the data processor of FIG. 2 according to some embodiments; and

FIG. 6 illustrates in table form an example IOMMU device table that tracks attributes of I/O devices for use by IOMMU of FIG. 2 according to some embodiments.

In the following description, the use of the same reference numerals in different drawings indicates similar or identical items. Unless otherwise noted, the word “coupled” and its associated verb forms include both direct connection and indirect electrical connection by means known in the art, and unless otherwise noted any description of direct connection implies alternate embodiments using suitable forms of indirect electrical connection as well. Additionally, the terms remap and migrate, and variations thereof, are utilized interchangeably as a descriptive term for relocating.

DETAILED DESCRIPTION OF ILLUSTRATIVE EMBODIMENTS

As will be described below in one form, a data processing system includes a memory, a plurality of input/output devices, and an input/output memory management unit (IOMMU). The IOMMU is coupled to the memory. The IOMMU allocates a hardware resource, from among a plurality of hardware resources, to receive an address translation request for memory access. The address translation request is from an input/output device from among the plurality of input/output devices. The IOMMU detects address translation requests from the plurality of input/output devices. The IOMMU reorders the address translation requests such that an order of dispatching an address translation request is based on a policy. The policy is associated with the input/output device that is requesting the memory access. Further, the IOMMU selectively allocates a hardware resource from among the plurality of hardware resources to the input/output device. The allocating is based on the policy that is associated with the input/output device in response to the reordering.

In another form, an IOMMU includes a plurality of level one translation lookaside buffers, a plurality of hardware resources, and an IOMMU driver. The level one translation lookaside buffers are coupled to respective input/output devices. The IOMMU driver is coupled to the plurality of hardware resources for allocating a hardware resource to receive an address translation request from an input/output device based on an attribute of the input/output device. The IOMMU driver triggers the IOMMU to dispatch the address translation request to a respective one of the hardware resources, such that an order of dispatching is based on an attribute associated with the input/output device.

In still another form there is described a method for allocating a hardware resource to an input/output queue based on an attribute of the input/output device that includes receiving, at an IOMMU, an address translation request from an input/output device. In response to detecting an address translation in a first translation lookaside buffer hierarchy, a memory is accessed to translate a virtual address of the address translation request. In response to not detecting the address translation in the first translation lookaside buffer hierarchy, the input/output device is allocated to use a selected hardware resource from among a plurality of hardware resources, based on an attribute of the input/output device.

FIG. 1 illustrates in block diagram form a data processing system 100 according to some embodiments. Data processing system 100 includes generally a data processor 110, a memory system 120, a peripheral component interconnect express (PCIe) system 150, a universal serial bus (USB) system 160, and a disk drive 170. Data processor 110 operates as the central processing unit (CPU) of data processing system 100 and provides various buses and interfaces useful in modern computer systems. These interfaces include two double data rate (DDRx) memory channels, a PCIe root complex for connection to a PCIe link, a USB controller for connection to a USB network, and an interface to a Serial Advanced Technology Attachment (SATA) mass storage device.

Memory system 120 includes a memory channel 130 and a memory channel 140. Memory channel 130 includes a set of dual inline memory modules (DIMMs) connected to a memory bus 132, including representative DIMMs 134, 136, and 138 that in this example correspond to separate ranks. Likewise, memory channel 140 includes a set of DIMMs connected to a memory bus 142, including representative DIMMs 144, 146, and 148.

PCIe system 150 includes a PCIe switch 152 connected to the PCIe root complex in data processor 110, a PCIe device 154, a PCIe device 156, and a PCIe device 158. PCIe device 156 in turn is connected to a system basic input/output system (BIOS) memory 157. System BIOS memory 157 can be any of a variety of non-volatile memory types, such as read-only memory (ROM), flash electrically erasable programmable ROM (EEPROM), and the like.

USB system 160 includes a USB hub 162 connected to a USB master in data processor 110, and representative USB devices 164, 166, and 168 each connected to USB hub 162. USB devices 164, 166, and 168 could be devices such as a keyboard, a mouse, a flash EEPROM port, and the like.

Disk drive 170 is connected to data processor 110 over a SATA bus and provides mass storage for the operating system, application programs, application files, and the like. Data processing system 100 is suitable for use in modern computing applications by providing memory channel 130 and memory channel 140. Each of memory channels 130 and 140 can connect to DDR memories such as DDR version 4 (DDR4), low power DDR4 (LPDDR4), graphics DDR version five (gDDR5), and high bandwidth memory (HBM), and can be adapted for future memory technologies. These memories provide high bus bandwidth and high-speed operation. As will be explained in more detail below, data processor 110 includes multiple input/output devices that access data in memory system 120 using an input/output memory management unit (IOMMU) that allocates hardware resources using quality-of-service policies that are associated with each particular input/output device.

FIG. 2 illustrates in block diagram form a data processor 200 suitable for use in data processing system 100 of FIG. 1 according to some embodiments. Data processor 200 includes generally a central processing unit (CPU) core complex 210, a graphics core 220, a set of display engines 230, an input/output memory management unit (IOMMU) 240, a data fabric 250, a set of peripheral controllers 262, a set of peripheral bus controllers 270, an input/output hub 276, a system management unit (SMU) 280, and a set of memory controllers 290 (memory controller 292 and 294).

CPU core complex 210 includes a CPU core 212 and a CPU core 214. In this example, CPU core complex 210 includes two CPU cores, but in other embodiments CPU core complex can include an arbitrary number of CPU cores. Each of CPU cores 212 and 214 is bi-directionally connected to a system management network (SMN) 215, which forms a control fabric, and to data fabric 250, and is capable of providing memory access requests to data fabric 250. Each of CPU cores 212 and 214 may be unitary cores, or may further be a core complex with two or more unitary cores sharing certain resources such as caches.

Graphics core 220 is a high-performance graphics processing unit (GPU) capable of performing graphics operations such as vertex processing, fragment processing, shading, texture blending, and the like in a highly integrated and parallel fashion. Graphics core 220 is bidirectionally connected to SMN 215 and to IOMMU 240, and is capable of providing memory access requests to data fabric 250 via IOMMU 240. In this regard, data processor 200 may either support a unified memory architecture in which CPU core complex 210 and graphics core 220 share the same memory space, or a memory architecture in which CPU core complex 210 and graphics core 220 share a portion of the memory space, while graphics core 220 may also use a private graphics memory not accessible by CPU core complex 210. Optionally, other processor types may be bi-directionally connected to SMN 215 and to IOMMU 240 for providing memory access requests to data fabric 250 via IOMMU 240. For example, other processor types may include a digital signal processor (DSP), as well as special purpose accelerators.

Display engines 230 render and rasterize objects generated by graphics core 220 for display on a monitor. Graphics core 220 and display engines 230 are bi-directionally connected to a common IOMMU 240 for uniform translation into appropriate addresses in memory system 120, and IOMMU 240 is bi-directionally connected to data fabric 250 for generating such memory accesses and receiving read data returned from the memory system.

IOMMU 240 is a memory management unit that performs virtual-to-physical address translations for input/output devices to access a common memory space. IOMMU 240 receives address translation requests for memory accesses from devices such as graphics core 220 and display engines 230 and provides translated physical accesses either from previous translations stored in internal translation lookaside buffers (TLBs) or from walking page tables in memory system 120.

Data fabric 250 can include a switch, such as a crossbar switch, for routing memory access requests and memory responses between any memory accessing agent and memory controllers 290. It also includes a system memory map, defined by BIOS, for determining destinations of memory accesses based on the system configuration, as well as buffers for each virtual connection.

Peripheral controllers 262 may include a USB controller and a SATA interface controller These two controllers are merely exemplary of peripheral controllers that may be used in data processor 200. Peripheral controllers 262 are bi-directionally connected to I/O hub 276.

Peripheral bus controllers 270 may include a system controller or “Southbridge” (SB) and a PCIe controller. Peripheral bus controllers 270 are bi-directionally connected to I/O hub 276. I/O hub 276 is also bi-directionally connected to data fabric 250.

SMU 280 is a local controller that controls the operation of the resources on data processor 200 and synchronizes communication among them. SMU 280 manages power-up sequencing of the various processors on data processor 200 and controls multiple off-chip devices via reset, enable and other signals. SMU 280 includes one or more clock sources not shown in FIG. 2, such as a phase locked loop (PLL), to provide clock signals for each of the components of data processor 200. SMU 280 also manages power for the various processors and other functional blocks, and may receive measured power consumption values from CPU cores 212 and 214 and graphics core 220 to determine appropriate power states.

FIG. 3 illustrates in block diagram form a I/O device management system 300 for use in the data processor of FIG. 2. I/O device management system 300 generally includes I/O devices 302, 304, 306, and 308 and IOMMU 310.

IOMMU 310 is connected to I/O devices 302, 304, 306, and 308 for receiving address translation requests from I/O devices 302, 304, 306, and 308. In one embodiment I/O devices 302, 304, 306, and 308 form a heterogeneous set of I/O devices, where each I/O device has different characteristics and provides different functionality for data processing system 100. IOMMU 310 includes a group of level one (L1) translation lookaside buffers (TLBs) 312, 314, 316, and 318, a set of level two (L2) TLBs 340, a page table walker (PTW) queue 349, and a set of page table walkers 350. PTWs 350 include representative PTWs 352, 354, 356, and 358. Also shown in FIG. 3 is an IOMMU device driver 320 having an associated IOMMU device table 322. Because IOMMU driver 320 is implemented in software and IOMMU device table 322 is stored outside of IOMMU 310, they are shown in FIG. 3 as dashed boxes. In other embodiments, IOMMU driver 320 and IOMMU device table 322 could be replaced with hardware circuitry and registers to implement the programmable features of IOMMU 310.

Each of the group of L1 TLBs 312, 314, 316, and 318 includes an input for receiving address translation requests from a respective one of I/O devices 302, 304, 306, and 308, and an output. IOMMU driver 320 can be implemented using software, a dedicated hardware circuit, or some combination of software and hardware, and is utilized to configure and manage IOMMU 310 when IOMMU 310 receives address translation requests from the group of L1 TLBs 312, 314, 316, and 318. Further IOMMU driver 320 configures IOMMU 310 to output translated addresses. IOMMU driver 320 has an associated IOMMU device table 322 for monitoring attributes of I/O devices 302, 304, 306, and 308.

L2 TLB 340 is virtually partitioned for use by a respective I/O device based on a policy associated with the I/O device. For example, L2 TLB 340 is partitioned as a group of L2 TLB portions 342, 344, 346, and 348. L2 TLB 340 has an input for receiving address translation requests that are selected by IOMMU driver 320, an output (not shown in FIG. 3) for providing successfully translated addresses to memory, and an output for providing address translation requests that miss in L2 TLB portions 342, 344, 346, and 348 to PTW queue 349. PTW queue 349 sequentially receives address translation requests that miss in the group of L2 TLB portions 342, 344, 346, and 348. Address translation requests are selectively dispatched from PTW queue 349 to PTWs 352, 354, 356, and 358 associated with the source of the translation request among I/O devices 302, 304, 306, and 308. The number of PTWs in PTW queue 349 is allocated based on attributes of I/O devices 302, 304, 306, and 308.

Known IOMMUs perform page table walks in memory using a first-come, first-serve protocol, using a first-in, first-out (FIFO) queue. One problem is that one I/O device can consume most or all of the hardware resources of IOMMU 310, starving other I/O devices. For example, I/O device 302 may be a greedy device, such as a GPU. In this case it can consume most or all of L2 TLB 340 and most or all of PTWs 350 with address translation requests. Therefore I/O devices 304, 306, and 308 would be starved of address translation bandwidth.

To decrease strain on the memory system and ensure address translation requests from several I/O devices receive access to the memory, IOMMU driver 320 allocates a specified percentage (0-100%) of the hardware resources (TLBs 340 and PTWs 350) of IOMMU 310 to each I/O device (302, 304, 306, 308) based on predetermined and/or dynamically determined memory access needs of the respective I/O device. Allocating a percentage of the hardware resources enables IOMMU driver 320 to provide a fairer distribution of address translation resources to the I/O devices. IOMMU 310 detects the address translation requests from the group of I/O devices 302, 304, 306, and 308. IOMMU 310 receives the address translation requests for memory accesses from I/O devices 302, 304, 306, and 308. IOMMU 310 includes a TLB hierarchy, such as group of L1 TLBs 312, 314, 316, and 318 that stores recent physical address translations. When the address translation is stored in the group of L1 TLBs 312, 314, 316, and 318, the physical address is sent to the memory channel and/or is sent to the requesting device (302, 304, 306, and 308) when the requesting device includes a TLB. When the address translation misses at an L1 TLB (312), IOMMU 310 attempts to obtain the address translation using allocated hardware resources.

Instead of distributing each address translation request to L2 TLB 340 in a first-come, first-serve order, IOMMU driver 320 identifies a percentage of the hardware resources each I/O device is allotted as provided by the IOMMU device table 322. In one exemplary embodiment, known as source prioritization, each I/O device 302, 304, 306, and 308 has an entry in IOMMU device table 322 that identifies a percentage of address translation resources that the corresponding I/O device is allotted to utilize.

IOMMU driver 320 exposes an application programming interface (API) that enables a respective I/O device (302, 304, 306, and 308) to request a predetermined percentage of hardware resources. IOMMU driver 320 can honor the percentage request, or adjust the percentage of allotted hardware resources based on attributes associated with the respective I/O device. IOMMU driver 320 updates IOMMU device table 322 accordingly.

IOMMU 310 tracks how many L2 TLBs 340 are performing translations from a respective I/O device 302, 304, 306, and 308. Likewise, IOMMU 310 tracks how many PTWs 352, 354, 356, and 358 are performing page table walks in memory and in IOMMU 310 for each I/O device 302, 304, 306, and 308. In this way IOMMU 310 can determine how much each of I/O devices 302, 304, 306, and 308 have utilized the respective hardware resource and adjust the allocation of resources accordingly.

FIG. 4 illustrates in block diagram form a I/O device management system 400 for use in the data processor of FIG. 2 according to some embodiments. I/O device management system 400 generally includes I/O devices 402, 404, 406, and 408 and IOMMU 410.

IOMMU 410 is connected to I/O devices 402, 404, 406, and 408 for receiving address translation requests from I/O devices 402, 404, 406, and 408. IOMMU 410 includes a group of L1 TLBs 412, 414, 416, and 418 that have an input respectively connected to an output of I/O devices 402, 404, 406, and 408, an output for providing address translations to memory, and an output for providing translation requests that missed in a respective L1 TLB, as configured by IOMMU driver 420. IOMMU driver 420 communicatively connects to an IOMMU device table 422. Further, IOMMU 410 includes a L2 TLB allocate queue 426 and a PTW allocate queue 428 that each receive address translations as configured by IOMMU driver 420, at an input. L2 TLB allocate queue 426 has an output that connects to a L2 TLB 440. PTW allocate queue 428 has an output that dispatches address translation requests to a high priority queue 446 and a low priority queue 448. Further, L2 TLB 440 selectively dispatches address translation requests to high priority queue 446 and low priority queue 448. Each of high priority queue 446 and low priority queue 448 include outputs that dispatch address translation requests to a group of PTW(s) 450.

In an embodiment, known as static partitioning, IOMMU driver 420 assigns hardware resources, such as L2 TLB 440 and the group to I/O devices 402, 404, 406, and 408, based on a priority policy. IOMMU driver 420 assigns a priority policy to I/O devices 402, 404, 406, and 408. IOMMU driver 420 delegates each of I/O devices 402, 404, 406, and 408 as a high priority device or a low priority device. IOMMU driver 420 distinguishes the respective I/O device 402, 404, 406, and 408 as having the high priority or low priority attribute in IOMMU device table 422. Any page table walk requests generated due to address translation needs of a high-priority device is put in high-priority queue 446. Similarly, any page table walk requests generated due to address translation needs of a low-priority device is put in low-priority queue 448.

Accordingly, in response to a PTW from among the group of PTWs 450 becoming available, IOMMU driver 420 triggers allocation of the next address translation request in high priority queue 446 to PTWs 450. IOMMU driver 420 allocates an address translation request from low priority queue 448 in response to the emptying of high priority queue 446.

IOMMU driver 420 determines whether an earlier address translation request is waiting in low priority queue 448 for greater than a predetermined length of time and in response to an address translation request waiting for greater than a predetermined length of time, triggers PTW 450 to select the earlier address translation request from low priority queue 448, or the address translation request is moved from low priority queue 448 to high priority queue 446. In another embodiment, IOMMU driver 420 honors a request from an I/O device (402) to issue an address translation request to a priority queue (448) that is lower than the priority queue (446) of assignment.

IOMMU driver 420 assigns a priority policy to a respective I/O device based on an attribute and/or missing attribute of the I/O device. IOMMU driver 420 assigns an “allocate” (L2 TLB allocate queue 426) or “no-allocate” (PTW allocate queue 428) policy and respectively stores this information in IOMMU device table 422 for the associated device. This policy controls whether an address translation request for a respective I/O device 402, 404, 406, and 408 is cached in a shared L2 TLB, L2 TLB 440, or allocated to PTW(s) 450. This policy is particularly useful when IOMMU 410 is handling address translation requests from I/O devices that already have large TLBs, such as a GPU. For example, if a GPU request misses in its own TLB there is almost zero probability that it would hit in L2 TLB 440 which is typically much smaller than a TLB of a GPU. Alternatively, the capacity of L2 TLB 440 can be valuable for I/O devices such as a network interface card (NIC) or a hard disk drive (HDD) controller which may not have its own TLB and relies solely on L2 TLB 440. Thus, for increased performance, IOMMU driver 420 assigns a “no-allocate”, or allocate to PTW (428) attribute for I/O devices like a GPU, while assigning an “allocate” for I/O devices like a NIC.

Each I/O device 402, 404, 406, and 408 can be assigned a policy that is associated with L2 TLB 440, as well as a policy that is associated with PTW(s) 450. Applying an allocate or no allocate policy to each of I/O devices 402, 404, 406, and 408 enables the memory to receive memory translation requests from high-throughput I/O devices like a GPU and from lower throughput devices without the high-throughput I/O devices consuming all hardware resources in IOMMU 410. Assigning both an allocation policy per device and priority per I/O device decreases address translation request congestion at any one hardware resource and maintains a balance for high-throughput address translation needs.

FIG. 5 illustrates in block diagram form an I/O device management system 500 for use in the data processor of FIG. 2 according to some embodiments. I/O device management system 500 generally includes I/O devices 502, 504, 506, and 508 and IOMMU 510.

IOMMU 510 is connected to I/O devices 502, 504, 506, and 508 for receiving address translation requests from I/O devices 502, 504, 4506, and 508. IOMMU 510 includes a group of counters 512, 51, 516, and 518 that respectively have inputs connected to I/O devices 502, 504, 506, and 508 and outputs connected respectively connected to a group of L1 TLBs 522, 524, 526, and 528. L1 TLBs 522, 524, 526, and 528 each have outputs that are configured by IOMMU driver 530. IOMMU driver 530 communicatively connects to an IOMMU device table 532. IOMMU driver 530 configures IOMMU 510 to receive address translation requests that miss in the L1 TLBs 522, 524, 526, and 528. IOMMU driver 530 monitors counts of address translation hits in the memory, and configures IOMMU 510 to allocate address translation requests to a L2 TLB allocate queue 534 and a PTW allocate queue 536. L2 TLB allocate queue 534 has an output that connects to an input of L2 TLB 540. L2 TLB 540 has an output connected to counters 544, which tracks the number of misses in L2 TLB 540, and an output for outputting hits in L2 TLB 540 to a memory. Counters 544 are connected to high priority queue 546 and a low priority queue 548. Each of high priority queue 546 and low priority queue 548 include outputs that dispatch address translation requests to a group of PTW(s) 550.

In an embodiment, known as hardware-determined quality of service, IOMMU driver 530 adjusts the allocation of address translations requests from I/O devices to PTW 550 based on busy cycles as determined by counters. IOMMU 510 receives address translation requests from I/O devices 502, 504, 506, and 508. Counters 512, 514, 516, and 518 respectively monitor the address translation request from each of I/O devices 502, 504, 506, and 508. Utilizing counters 512, 514, 516, 518, and 544, IOMMU 510 monitors what fraction of busy cycles for PTW 550 are due to servicing address translation requests from which I/O device (502, 504, 506, and 508). When this fraction of address translation reaches a pre-determined threshold of serviced address translations (e.g., 80%), any new requests from the respective I/O device (502, 504, 506, and 508) is assigned to low priority queue 548. Therefore, new requests from the respective I/O device are serviced only if there are no requests pending from another device.

Further, IOMMU 510 partitions the hardware resources of L2 TLB 540 based on utility. For example, IOMMU 510 utilizes counters 544 and 552 to monitor the hit rate of address translations at L2 TLB 540 for each of I/O devices 502, 504, 506, and 508. This measurement can be performed periodically over a predetermined time period (e.g., every 100 microseconds). For example, a respective I/O device (502, 504, 506, and 508) has a hit rate below a predetermined threshold at the end of a predetermined time period. Responsively, each of the address translation requests associated with the respective I/O device is allocated to L2 TLB 540 with low priority for a next predetermined time period. Similarly, address translation requests from I/O devices (502, 504, 506, and 508) having a hit rate that is above a predetermined threshold are allocated to L2 TLB 540 with a higher probability.

Utilizing counters (512, 514, 516, and 518) to monitor the hit rate of address translation requests enables IOMMU 510 to allocate resources based on a policy that can be implemented entirely by IOMMU hardware circuitry.

FIG. 6 illustrates in table form an example IOMMU device table 600 that tracks attributes of I/O devices for use by IOMMU 240 of FIG. 2 according to various embodiments. Each I/O device has a corresponding entry in IOMMU device table 600. The entries have a common set of fields such as attributes A-N (604-606), hardware resource A percentage (%) 608, hardware resource B % 610, and L2 TLB hit rate 612. In one embodiment, IOMMU device table 600 is an extension of an existing IOMMU device table, and attributes of I/O devices are added to reserve fields of the existing IOMMU device table. In addition to utilizing attributes that are added to the reserve fields of an IOMMU device table, such as IOMMU device table 600, an IOMMU driver (320, 420, 530) can utilize existing attributes of an IOMMU device table to determine the policy for allocating hardware resources to a respective I/O device. Further, the IOMMU driver can enable the IOMMU to override entries associated with an IOMMU device table.

Some or all of the policies illustrated in FIGS. 3-5 may be governed by instructions that are stored in a computer readable storage medium and that are executed by at least one processor. Each of the operations shown in FIGS. 3-5 may correspond to instructions stored in a non-transitory computer memory or computer readable storage medium. In various embodiments, the non-transitory computer readable storage medium includes a magnetic or optical disk storage device, solid-state storage devices such as Flash memory, or other non-volatile memory device or devices. The computer readable instructions stored on the non-transitory computer readable storage medium may be in source code, assembly language code, object code, or other instruction format that is interpreted and/or executable by one or more processors.

Although the present invention has been described with reference to preferred embodiments, workers skilled in the art will recognize that changes may be made in form and detail without departing from the scope of the invention.

Claims

1. A data processing system, comprising:

a memory;
a plurality of input/output devices;
an input/output memory management unit (IOMMU) coupled to the memory and adapted to allocate a hardware resource from among a plurality of hardware resources to receive an address translation request for memory access from an input/output device from among the plurality of input/output devices, wherein the IOMMU: detects address translation requests from the plurality of input/output devices; reorders the address translation requests such that an order of dispatching an address translation request is based on a policy associated with the input/output device that is requesting the memory access; and selectively allocates a hardware resource from among the plurality of hardware resources to the input/output device, based on the policy that is associated with the input/output device in response to the reordering.

2. The data processing system of claim 1, wherein the IOMMU, based on the policy associated with the input/output devices, allots a portion of the hardware resource for use by the input/output devices, wherein the allotted portion corresponds to utilization of the hardware resource by the input/output devices.

3. The data processing system of claim 1, wherein the IOMMU selectively allocates the address translation request to a level two translation lookaside buffer.

4. The data processing system of claim 3, wherein the IOMMU:

allocates the address translation request to the level two translation lookaside buffer in response to identifying that the address translation request is from an input/output device that has a translation lookaside buffer that is below a predetermined capacity; and
allocates the address translation request to the level two translation lookaside buffer in response to identifying that the address translation request is from an input/output device that is void of a translation lookaside buffer.

5. The data processing system of claim 3, wherein the IOMMU:

monitors a hit rate of address translation requests in the level two translation lookaside buffer for each input/output device for a predetermined period of time; and
allocates the address translation request to the level two translation lookaside buffer when the hit rate is above a predetermined threshold at an end of the predetermined period of time, and allocates subsequent address translation request from the input/output device to the level two translation lookaside buffer with a higher priority over input/output devices with a lower hit rate.

6. The data processing system of claim 3, wherein the IOMMU allocates the address translation request that is not in the level two translation lookaside buffer to a page table walker queue that is coupled to a plurality of page table walkers.

7. The data processing system of claim 6, wherein the IOMMU:

identifies each input/output device as one of a high priority device and low priority device for accessing the plurality of page table walkers based on one or more attributes of the input/output device;
when the address translation request is from a high priority device, allocates the address translation request to a high priority queue;
when the address translation request is from a low priority device, allocates the address translation request to a low priority queue; and
in response to an availability of at least one page table walker from among the plurality of page table walkers, triggers the at least one page table walker to select the address translation request from the high priority queue until less than a predetermined threshold of address translation requests remain in the high priority queue, wherein the at least one page table walker selects the address translation request from the low priority queue.

8. The data processing system of claim 7, wherein the IOMMU:

determines whether an earlier address translation request is waiting in the low priority queue for greater than a predetermined length of time; and
in response to determining whether the earlier address translation request is waiting in the low priority queue for greater than the predetermined length of time, triggers the page table walker to select the earlier address translation request.

9. The data processing system of claim 7, wherein the IOMMU:

monitors allocations of the address translation requests to the page table walker queue for each input/output device;
based on utilization of the plurality of page table walkers by each input/output device, allocates the address translation request to a high priority queue until utilization of the plurality of page table walkers reach a predetermined threshold for the input/output device;
when the utilization of the plurality of page table walkers for the input/output device reaches the predetermined threshold, allocates the address translation request from the input/output device to the low priority queue.

10. An input/output memory management unit (IOMMU), comprising:

a plurality of level one translation lookaside buffers adapted to be coupled to respective input/output devices;
a plurality of hardware resources; and
an IOMMU driver adapted to be coupled to the plurality of hardware resources for: allocating a hardware resource to receive an address translation request from an input/output device based on an attribute of the input/output device; and triggering the IOMMU to dispatch the address translation request to a respective one of the plurality of hardware resources such that an order of dispatching is based on an attribute associated with the input/output device.

11. The input/output memory management unit of claim 10, wherein the plurality of hardware resources is further for receiving the address translation request based on a priority determination associated with the input/output device.

12. The input/output memory management unit of claim 11, wherein the IOMMU driver is further for monitoring an IOMMU device table that identifies at least one attribute and the priority determination associated with the input/output device, wherein each entry in the IOMMU device table is dynamically adjusted according to utilization of the input/output device.

13. The input/output memory management unit of claim 10, wherein at least one of the plurality of hardware resources is a level two translation lookaside buffer.

14. The input/output memory management unit of claim 13, wherein the IOMMU driver is further for selectively allocating a respective portion of the level two translation lookaside buffer to receive address translations from a respective input/output device, wherein the respective portion corresponds to an attribute of the input/output device.

15. The input/output memory management unit of claim 10, wherein the plurality of hardware resources comprises a plurality of page table walkers.

16. The input/output memory management unit of claim 15, wherein the plurality of page table walkers is coupled to a priority queue and the IOMMU driver is further for allocating an input/output device to the priority queue from among a plurality of priority queues, wherein each priority queue receives address translation requests based on a priority determination that is associated with the input/output device that is dispatching the address translation request.

17. The input/output memory management unit of claim 16, wherein the IOMMU driver is further for:

monitoring an attribute of the input/output device to determine when to adjust the allocating of the address translation requests to a different priority queue based on a predetermined threshold associated with the attribute for the input/output device; and
adjusting the priority determination in response to reaching the predetermined threshold for the attribute.

18. The input/output memory management unit of claim 16, wherein the IOMMU driver is further for:

triggering the page table walkers to select the address translation requests from a higher ranked priority queue until the higher ranked priority queue reaches a predetermined threshold of serviced address translations, wherein the IOMMU triggers selection from a lower priority queue;
monitoring utilization of the plurality of page table walkers for each input/output device; and
in response to utilization of a respective input/output device reaching a predetermined threshold, dispatching the address translation request to a lower priority queue.

19. A method for allocating a hardware resource to an input/output queue based on an attribute of an input/output device, comprising:

receiving, at an input/output memory management unit an address translation request from the input/output device;
in response to detecting an address translation in a first translation lookaside buffer hierarchy, accessing a memory to translate a virtual address of the address translation request; and
in response to not detecting the address translation in the first translation lookaside buffer hierarchy, allocating the input/output device to use a selected hardware resource from among a plurality of hardware resources, based on an attribute of the input/output device.

20. The method of claim 19, wherein allocating the input/output device to use a select hardware resource from among a plurality of hardware resources further comprises allocating one of a page table walker and a translation lookaside buffer to the input/output device.

Patent History
Publication number: 20190384722
Type: Application
Filed: Jun 13, 2018
Publication Date: Dec 19, 2019
Patent Grant number: 11144473
Applicant: Advanced Micro Devices, Inc. (Santa Clara, CA)
Inventors: Arkaprava Basu (Bangalore), Michael LeBeane (Austin, TX), Eric Van Tassell (San Marcos, TX)
Application Number: 16/007,027
Classifications
International Classification: G06F 12/1036 (20060101); G06F 12/1009 (20060101); G06F 9/50 (20060101); G06F 9/48 (20060101); G06F 13/16 (20060101); G06F 13/22 (20060101);