1. Field of the Invention
The present invention generally relates to universal serial bus (USB), and more particularly to a stream context cache system.
2. Description of Related Art
Universal Serial Bus (USB) is widely used in electronic devices for transferring data between a host and a peripheral device. The data transfer speed of USB 1.0 is 1.5 million bits per second (low speed) and 12 million bits per second (full speed). The data transfer speed of USB 2.0 is 480 million bits per second (high speed). USB 3.0 is released now and the data transfer speed of USB 3.0 is 4.8 billion bits per second (super speed). The detail description of USB 3.0 may be referred to “Universal Serial Bus 3.0 Specification.”
In a USB system, the data transfer between the host and the 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), for example, “eXtensible Host Controller Interface for Universal Serial Bus (xHCI)”.
In the USB system specified by xHCI, the data structure of the transfer request block (TRB) is utilized in the data transfer. A TRB ring or a transfer ring consisted of a number of the TRBs is used for transferring data between the host and the USB device. In addition, the xHCI specifies a data structure of a data stream context, which provides a pointer for pointing to the TRB ring in the stream. In other words, the stream context must be transferred whenever the TRB is read.
Repetitive TRB readings occur in a conventional USB system. The details of the repetitive readings in the conventional USB system are discussed in an application entitled “Transfer Request Block Cache System and Method,” to the same assignee of the present application, the disclosure of which is hereby incorporated by reference.
For the reason that the host controller must read the stream context from the system memory whenever the data is transferred, this will cause time delay, time waste and power consumption, and thus reduce overall system efficiency. Therefore, a need has arisen to propose a novel scheme for decreasing read time, thereby increasing the system efficiency and lowing power consumption.
In view of the foregoing that the data transfer efficiency in the conventional USB system can not be increased, it is thus an object of the embodiment of the present invention to provide a stream context cache system for advancing the access speed and lowering the power consumption.
According to one embodiment of the present invention, the stream context cache system includes a cache for storing a number of stream contexts, and a mapping table for storing a number of associated stream context addresses in a system memory. Each address in the mapping table is further associated with a valid bit for indicating whether the associated stream context is valid. A conversion table is used for converting the address of the stream context to an index value that indexes the associated stream context address stored in the mapping table. Specifically, the bits number of the index value is smaller than the bits number of the stream context address. An address check control unit is used for checking the content of the mapping table according to the index value in order to determine whether the stream context is stored in the cache. Accordingly, a host may directly retrieve one of the stream contexts that are pre-fetched and stored in the cache according to the content of the mapping table, rather than read the stream context from the system memory.
Although USB 3.0 is exemplified in the following embodiment, the present invention is also adaptable to other USB standard. Moreover, a host controller interface (HCI) used in the embodiment is eXtensible Host Controller Interface for Universal Serial Bus (xHCI), but it is not limited herein. In addition, the stream context in the present invention may be a stream context specified by other HCI standards or similar data structures.
A mapping table 12 is used for storing associated addresses in the system memory of the stream contexts.
As the bits number of the address in mapping table 12 is quite large, a large amount of time will be wasted in calculation process and location comparison. Hence, the embodiment adopts a conversion table 13 that uses an index function (for example, HASH function) for converting a long address of the stream context to a short index value. Although the HASH function is used in the conversion table for generating the index value in the embodiment, however, conversion functions other than the HASH function may be used in other embodiments as well. Because the bit [18:4] of the stream context address is the same as the bit [18:4] of the cache 11 column address, the conversion table 13 performs the HASH function on the stream context address [18:4] and then generates 5-bit HASH output, that indexes the associated address in the mapping table 12. Specifically, the HASH output bit [4:1] is used as the index values for the mapping table 12, and the HASH output bit [0] is used for selecting one of the A way and B way in the mapping table 12, that is, one entry of each set.
Furthermore, an address check control unit 14 is used for performing address comparison in order to determine whether the stream context is stored in the cache 11. It is called hit if the stream context is stored in the cache 11; otherwise, it is called miss if the stream context is not stored in the cache. In the present embodiment, the HASH output bit [0] is set to “0” to select address A when both the addresses A and B are hit or miss. The HASH output bit [0] is set to “0” when only the address A is hit. The HASH output bit [0] is set to “1” when only the address B is hit.
The stream context cache system in
Although specific embodiments have been illustrated and described, it will be appreciated by those skilled in the art that various modifications may be made without departing from the scope of the present invention, which is intended to be limited solely by the appended claims.
This application claims the benefit of U.S. Provisional Application No. 61/242,400, filed Sep. 15, 2009, the entire contents of which are hereby incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
5359722 | Chan et al. | Oct 1994 | A |
5509135 | Steely, Jr. | Apr 1996 | A |
20040148457 | Hakushi et al. | Jul 2004 | A1 |
20040186946 | Lee | Sep 2004 | A1 |
20050132117 | Hsieh | Jun 2005 | A1 |
20060026365 | Yamazaki | Feb 2006 | A1 |
20080276037 | Chang et al. | Nov 2008 | A1 |
20100049953 | Mylavarapu et al. | Feb 2010 | A1 |
Number | Date | Country |
---|---|---|
1658592 | Aug 2005 | CN |
1912854 | Feb 2007 | CN |
101339490 | Jan 2009 | CN |
Number | Date | Country | |
---|---|---|---|
20110066795 A1 | Mar 2011 | US |
Number | Date | Country | |
---|---|---|---|
61242400 | Sep 2009 | US |