Systems and Methods for Cache Management for Universal Serial Bus Systems

Information

  • Patent Application
  • 20140365731
  • Publication Number
    20140365731
  • Date Filed
    June 06, 2014
    10 years ago
  • Date Published
    December 11, 2014
    9 years ago
Abstract
Systems and methods are provided for cache management. An example system includes a cache and a cache-management component. The cache includes a plurality of cache lines corresponding to a plurality of device endpoints, a device endpoint including a portion of a universal-serial-bus (USB) device. The cache-management component is configured to receive first transfer request blocks (TRBs) for data transfer involving a first device endpoint and determine whether a cache line in the cache is assigned to the first device endpoint. The cache-management component is further configured to, in response to no cache line in the cache being assigned to the first device endpoint, determine whether the cache includes an empty cache line that contains no valid TRBs, and in response to the cache including an empty cache line, assign the empty cache line to the first device endpoint and store the first TRBs to the empty cache line.
Description
FIELD

The technology described in this patent document relates generally to storage medium and more particularly to cache management.


BACKGROUND

Universal Serial Bus (USB) widely used for data transfer between a host and a peripheral device (i.e., a USB device) In a USB system, the data transfer between the host and the peripheral device is controlled by a host controller, and the communication between the host controller and the host is specified in a host controller interface (HCI), e.g., “eXtensible Host Controller Interface for Universal Serial Bus (xHCI).”


Usually, the host controller executes USB operations to move data between host memory and device endpoints, where each device endpoint corresponds to a uniquely addressable portion of a USB device that is the source or sink of data in a communication flow between the host and the USB device. The host controller may use certain data structures, such as transfer request blocks (TRBs), for USB operations. For example, transfers to and from a device endpoint of a USB device are defined using a transfer descriptor (TD) which includes one or more TRBs. TDs are often managed through one or more transfer rings (i.e., circular queues of TDs) that reside in the host memory, and each transfer ring corresponds to an active device endpoint of a USB device. FIG. 1 depicts an example transfer ring that includes eight TRBs. Command rings and event rings that include a number of TRBs may also be used by the host controller for USB operations.


SUMMARY

In accordance with the teachings described herein, systems and methods are provided for cache management. An example system includes a cache and a cache-management component. The cache includes a plurality of cache lines corresponding to a plurality of device endpoints, a device endpoint including a portion of a universal-serial-bus (USB) device. The cache-management component is configured to receive one or more first transfer request blocks (TRBs) for data transfer involving a first device endpoint and determine whether a cache line in the cache is assigned to the first device endpoint. The cache-management component is further configured to, in response to no cache line in the cache being assigned to the first device endpoint, determine whether the cache includes an empty cache line that contains no valid TRBs, and in response to the cache including an empty cache line, assign the empty cache line to the first device endpoint and store the one or more first TRBs to the empty cache line. In addition, the cache-management component is configured to, in response o the cache not including an empty cache line, assign a predetermined cache line to the first device endpoint and store the one or more first TRBs to the predetermined cache line.


In one embodiment, a method is provided for cache management. One or more first transfer request blocks(TRBs) for data transfer involving a first device endpoint are received, the first device endpoint including a portion of a first universal-serial-bus (USB) device. Whether a cache line in a cache is assigned to the first device endpoint is determined, the cache including a plurality of cache lines corresponding to a plurality of device endpoints. In response to no cache line being assigned to the first device endpoint, whether the cache includes an empty cache line that contains no valid TRBs is determined. In response to the cache including an empty cache line, the empty cache line is assigned to the first device endpoint, and the one or more first TRBs are stored to the empty cache line. In response to the cache not including an empty cache line, a predetermined cache line is assigned to the first device endpoint, and the one or more first TRBs are stored to the predetermined cache line.


In another embodiment, a non-transitory computer readable storage medium includes programming instructions for cache management. The programming instructions are configured to cause one or more data processors to execute certain operations. One or more first transfer request blocks(TRBs) for data transfer involving a first device endpoint are received, the first device endpoint including a portion of a first universal-serial-bus (USB) device. Whether a cache line in a cache is assigned to the first device endpoint is determined, the cache including a plurality of cache lines corresponding to a plurality of device endpoints. In response to no cache line being assigned to the first device endpoint, whether the cache includes an empty cache line that contains no valid TRBs is determined. In response to the cache including an empty cache line, the empty cache line is assigned to the first device endpoint, and the one or more first TRBs are stored to the empty cache line. In response to the cache not including an empty cache line, a predetermined cache line is assigned to the first device endpoint, and the one or more first TRBs are stored to the predetermined cache line.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 depicts an example transfer ring that includes eight TRBs.



FIG. 2 depicts an example TRB cache system.



FIG. 3-FIG. 5 depict example diagrams showing cache-management mechanisms.



FIG. 6 depicts an example diagram showing a scheduler retrieving a TRB from a cache.



FIG. 7(A) and FIG. 7(B) depict other example diagrams showing a scheduler retrieving a TRB from a cache.



FIG. 8 depicts an example flow diagram for cache management.





DETAILED DESCRIPTION

In a USB system, a host controller often reads TRBs directly from host memory for data transfer between the host and a device endpoint. Latency of host memory access (e.g., tens of microseconds to a few milliseconds) usually negatively affects the system performance. A cache with shorter access latency can be used to pre-fetch and store a number of TRBs from the host memory. As such, the host controller may read a TRB directly from the cache, instead of the host memory, to improve the system performance. However, the volume of a cache is often limited, while a large number of rings (e.g., transfer rings) may exist in the host memory. Thus, a cache-management mechanism may be needed to effectively use the cache for data transfer associated with the large number of rings.



FIG. 2 depicts an example TRB cache system. As shown in FIG. 2, the TRB cache system 100 implements a cache 102 that includes a number of cache lines 1041, 1042, . . . , and 104m (m is a positive integer). A cache-management component 106 pre-fetches one or more TRBs from a particular ring 108k (n≧k≧1), determines a cache line for the ring 108k based on a cache-management algorithm, and stores the pre-fetched TRBs to the determined cache line.


Specifically, each of the rings 1081, 1082, . . . , and 108n corresponds to a device endpoint of a USB device. The cache-management component 106 pre-fetches one or more TRBs (e.g., a TD) from the ring 108k that corresponds to a particular device endpoint. For example, a TRB is constructed in memory to transfer a single physically contiguous block of data between host memory and a host controller (not shown in FIG. 2). A TRB may include 4 double words or 16 bytes and contain a data buffer pointer, a size of the data buffer and control information. For simple single-buffer operations, a single TRB corresponds to a TD, and for large multi-buffer operations, multiple TRBs may be chained to form a complex TD. For example, a plurality of rings may correspond to different device endpoints of a single USB device.


The cache-management component 106 may search for a cache line in the cache 102 that has already been assigned to the ring 108k. If a cache line that has been assigned to the ring 108k is located, the cache-management component 106 stores the pre-fetched TRBs to the cache line previously assigned to the ring 108k. If no cache line has been assigned to the ring 108k, the cache-management component 106 may search for an empty cache line which does not include any valid TRBs. For example, all TRBs in the empty cache line are invalid. As shown in FIG. 3, the empty cache line 302 is located, and the cache-management component 106 assigns the empty cache line 302 to the ring 108k and stores the pre-fetched TRBs 304 to the empty cache line 302. For example, a hit rate associated with storing the pre-fetched TRBs to the empty cache line is approximately 100%.


If no empty cache line is located in the cache 102, the cache-management component 106 may assign a predetermined cache line 402 to the ring 108k and store the pre-fetched TRBs 304 to the predetermined cache line 402. In certain embodiments, the predetermined cache line may be a control cache line corresponding to a control endpoint which is used for control transfer related to command or status operations. In some embodiments, the predetermined cache line corresponds to a most-recently-used cache line that has been accessed recently. As shown in FIG. 5, the cache line 104m is determined to be the most-recently-used cache line, and then the cache-management component 106 assigns the cache line 104m to the ring 108k and stores the pre-fetched TRBs 304 to the cache line 104m. In addition, the cache-management component 106 pre-fetches one or more TRBs 502 from another ring, and determines the cache line 104m corresponds to the most-recently-used cache line. Thus, the cache-management component 106 stores the pre-fetched TRBs 502 to the cache line 104m to replace the TRBs 304 previously stored in the cache line 104m. For example, if there are 100 rings in the host memory and 32 cache lines in the cache 102, a hit rate associated with storing pre-fetched TRBs to a predetermined cache line is approximately 31/100.



FIG. 6 depicts an example diagram showing a scheduler retrieving a TRB from the cache 102. As shown in FIG. 6, the scheduler 602 requests a TRB of a ring 108u. A cache line 104s in the cache 102 has been assigned to the ring 108u, and one or more TRBs have been pre-fetched from the ring 108u and stored in the cache line 104s. As shown in FIG. 6, the cache line 104s includes two valid TRBs and two invalid TRBs. A single valid TRB 604 is retrieved from the cache line 104s and sent to the scheduler 602 for data transfer involving a device endpoint that corresponds to the ring 108u.



FIG. 7(A) and FIG. 7(B) depict other example diagrams showing a scheduler retrieving a TRB from the cache 102. As shown in FIG. 7(A), the scheduler 606 requests a TRB of a ring 108t, and a cache line 104r in the cache 102 has been assigned to the ring 108t. However, the TRBs contained in the cache line 104, are all invalid. That is, the cache line 104r corresponds to an empty cache line. One or more TRBs (e.g., four TRBs) can be fetched from the ring 108t and stored in the cache tine 104r. As shown in FIG. 7(B), a single TRB 608 (e.g., valid or invalid) is then retrieved from the cache line 104r and sent to the scheduler 606 for data transfer involving a device endpoint that corresponds to the ring 108t.



FIG. 8 depicts an example diagram showing a method for cache management. At 702, one or more transfer request blocks (TRBs) for data transfer involving a device endpoint. The device endpoint includes a portion of a universal-serial-bus (USB) device. At 704, whether a cache line in a cache is assigned to the device endpoint is determined. The cache includes a plurality of cache lines corresponding to a plurality of device endpoints. If a cache line assigned to the device endpoint is located, at 708, the one or more first TRBs are stored to the cache line assigned to the device endpoint. If no cache line has been assigned to the device endpoint, at 706, whether the cache includes an empty cache line that contains no valid TRBs is determined. If the cache includes an empty cache line, at 710, the empty cache line is assigned to the first device endpoint. At 712, the one or more first TRBs are stored to the empty cache line. If the cache does not include an empty cache line, at 714, a predetermined cache line is assigned to the first device endpoint. At 716, the one or more first TRBs are stored to the predetermined cache line.


This written description uses examples to disclose the invention, include the best mode, and also to enable a person skilled in the art to make and use the invention. The patentable scope of the invention may include other examples that occur to those skilled in the art. Other implementations may also be used, however, such as firmware or appropriately designed hardware configured to carry out the methods and systems described herein. For example, the systems and methods described herein may be implemented in an independent processing engine, as a co-processor, or as a hardware accelerator. In yet another example, the systems and methods described herein may be provided on many different types of computer-readable media including computer storage mechanisms (e.g., CD-ROM, diskette, RAM, flash memory, computer's hard drive, etc.) that contain instructions (e.g., software) for use in execution by one or more processors to perform the methods' operations and implement the systems described herein.

Claims
  • 1. A system for cache management, the system comprising: a cache including a plurality of cache lines corresponding to a plurality of device endpoints, a device endpoint including a portion of a universal-serial-bus (USB) device; anda cache-management component configured to: receive one or more first transfer request blocks (TRBs) for data transfer involving a first device endpoint;determine whether a cache line in the cache is assigned to the first device endpoint;in response to no cache line in the cache being assigned to the first device endpoint, determine whether the cache includes an empty cache line that contains no valid TRBs;in response to the cache including an empty cache line, assign the empty cache line to the first device endpoint;store the one or more first TRBs to the empty cache line;in response to the cache not including an empty cache line, assign a predetermined cache line to the first device endpoint; andstore the one or more first TRBs to the predetermined cache line.
  • 2. The system of claim I, wherein the cache-management component is further configured to: receive one or more second TRBs for data transfer involving a second device endpoint;determine whether a cache line in the cache is assigned to the second device endpoint;in response to no cache line being assigned to the second device endpoint, determine whether the cache includes an empty cache line;in response to the cache including an empty cache line, assign the empty cache line to the second device endpoint;store the one or more second TRBs to the empty cache line;in response to the cache not including an empty cache line, assign the predetermined cache line to the second device endpoint; andstore the one or more second TRBs to the predetermined cache line to replace the first TRBs.
  • 3. The system of claim 2, wherein the cache-management component is further configured to receive the first TRBs from a first TRB ring associated with the first device endpoint and receive the second TRBs from a second TRB ring associated with the second. device endpoint.
  • 4. The system of claim 1, further comprising: a scheduler configured to retrieve the one or more first TRBs from the cache for data transfer involving the first device endpoint.
  • 5. The system of claim I, wherein the cache-management component is further configured to, in response to a first cache line assigned to the first device endpoint being located, store the one or more first TRBs to the first cache line.
  • 6. The system of claim 5, wherein the cache-management component is further configured to store the one or more first TRBs to the first cache line to replace one or more second TRBs previously stored in the first cache line.
  • 7. The system of claim 1, wherein the predetermined cache line corresponds to a control cache line previously assigned to a control endpoint.
  • 8. The system of claim 1, wherein: the predetermined cache line corresponds to a last cache line that includes one or more second TRBs most recently received before the first TRBs; andthe cache-management component is further configured to store the one or more first TRBs to the predetermined cache line to replace the one or more second TRBs.
  • 9. A method comprising: receiving one or more first transfer request blocks (TRBs) for data transfer involving a first device endpoint, the first device endpoint including a portion of a first universal-serial-bus (USB) device;determining whether a cache line in a cache is assigned to the first device endpoint, the cache including a plurality of cache lines corresponding to a plurality of device endpoints;in response to no cache line being assigned to the first device endpoint, determining whether the cache includes an empty cache line that contains no valid TRBs;in response to the cache including an empty cache line, assigning the empty cache line to the first device endpoint;storing the one or more first TRBs to the empty cache line;in response to the cache not including an empty cache line, assigning a predetermined cache line to the first device endpoint; andstoring the one or more first TRBs to the predetermined cache line.
  • 10. The method of claim 9, further comprising: receiving one or more second TRBs for data transfer involving a second device endpoint;determining whether a cache line in the cache is assigned to the second device endpoint;in response to no cache line in the cache being assigned to the second device endpoint, determining whether the cache includes an empty cache line;in response to the cache including an empty cache line, assigning the empty cache line to the second device endpoint;storing the one or more second TRBs to the empty cache line;in response to the cache not including an empty cache line, assigning the predetermined cache line to the second device endpoint; andstoring the one or more second TRBs to the predetermined cache line to replace the first TRBs.
  • 11. The method of claim 10, wherein: the first TRBs are received from a first TRB ring associated with the first device endpoint; andthe second TRBs are received from a second TRB ring associated with the second device endpoint.
  • 12. The method of claim 9, further comprising: retrieving the one or more first TRBs from the cache for data transfer involving the first device endpoint.
  • 13. The method of claim 9, further comprising: in response to a first cache line assigned to the first device endpoint being located, storing the one or more first TRBs to the first cache line.
  • 14. The method of claim 13, wherein the one or more first TRBs are stored to the first cache line to replace one or more second TRBs previously stored in the first cache line.
  • 15. A non-transitory computer readable storage medium comprising programming instructions for cache management, the programming instructions configured to cause one or more data processors to execute operations comprising: receiving one or more first transfer request blocks(TRBs) for data transfer involving a first device endpoint, the first device endpoint including a portion of a first universal-serial-bus (USB) device;determining whether a cache line in a cache is assigned to the first device endpoint, the cache including a plurality of cache lines corresponding to a plurality of device endpoints;in response to no cache line being assigned to the first device endpoint, determining whether the cache includes an empty cache line that contains no valid TRBs;in response to the cache including an empty cache line, assigning the empty cache line to the first device endpoint;storing the one or more first TRBs to the empty cache line;in response to the cache not including an empty cache line, assigning a predetermined cache line to the first device endpoint; andstoring the one or more first TRBs to the predetermined cache line.
  • 16. The storage medium of claim 15, wherein the programming instructions are configured to cause the data processors to execute further operations including: receiving one or ore second TRBs for data transfer involving a second device endpoint;determining whether a cache line in the cache is assigned to the second device endpoint;in response to no cache line in the cache being assigned to the second device endpoint, determining whether the cache includes an empty cache line;in response to the cache including an empty cache line, assigning the empty cache line to the second device endpoint;storing the one or more second TRBs to the empty cache line;in response to the cache not including an empty cache line, assigning the predetermined cache line to the second device endpoint; andstoring the one or more second TRBs to the predetermined cache line to replace the first TRBs.
  • 17. The storage medium of claim 16, wherein: the first TRBs are received from a first TRB ring associated with the first device endpoint; andthe second TRBs are received from a second TRB ring associated with the second device endpoint.
  • 18. The storage medium of claim 15, wherein the programming instructions are configured to cause the data processors to execute further operations including: retrieving the one or more first TRBs from the cache for data transfer involving the first device endpoint.
  • 19. The storage medium of claim 15, wherein the programming instructions are configured to cause the data processors to execute further operations including: in response to a first cache line assigned to the first device endpoint being located, storing the one or more first TRBs to the first cache line.
  • 20. The storage medium of claim 19, wherein the one or more first TRBs are stored to the first cache line to replace one or more second TRBs previously stored in the first cache line.
CROSS-REFERENCE TO RELATED APPLICATIONS

This disclosure claims priority to and benefit from U.S. Provisional Patent Application No. 61/832,207, filed on Jun. 7, 2013, the entirety of which is incorporated herein by reference.

Provisional Applications (1)
Number Date Country
61832207 Jun 2013 US