Prefetching data for peripheral component interconnect devices

Electrical computers and digital data processing systems: input/ – Intrasystem connection – Bus interface architecture

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C710S313000, C711S167000, C712S207000

Reexamination Certificate

active

06792496

ABSTRACT:

BACKGROUND
This invention relates to prefetching data for peripheral component interconnect devices.
A common computer task is the fetching of data by a data-consuming device (such as a peripheral card) from a place where the data is stored (such as a memory). Typically the consuming device is not connected directly to the memory, but rather is connected indirectly to the memory through a bridge, a bus such as a peripheral component interconnect (PCI) bus, and a memory controller.
In a simple case, when a consuming device needs data that is stored at a location in a region of the memory, the consuming device requests the data from the bridge, the bridge fetches the data through the bus and the memory controller, and the data is returned through the bus and the bridge to the consuming device. A delay (called latency) thus occurs between the time when the request is made and the time when the data arrives back at the consuming device.
Often, a data-consuming device will make a series of requests for data from successive locations in a single region of memory. The cumulative latency associated with the successive requests imposes a significant performance loss on the computer system.
In a common technique for reducing the latency loss, when a consuming device asks for data, the bridge fetches not only the requested data but also other data that is stored in the same memory region, based on the speculation that the consuming device may ask for the additional data in later requests. The fetching of data that has not yet been requested is called prefetching. If the consuming device requests the additional, prefetched data, the request can be served immediately from the bridge, eliminating much of the latency that would otherwise occur if requests had to be made to memory.
Prefetching works well if just the right amount of data is prefetched. Prefetching more data than the consuming device will actually use (called overshoot) wastes communication bandwidth because the prefetched data will be thrown away, and can, in fact, increase latency due to increased contention for memory.
On the other hand, if too little data is prefetched (called undershoot), the bridge will not be able to provide all the data the consuming device requests and thus the consuming device must incur the latency to access memory. When the bridge does not have the data requested by the consuming device, the bridge disconnects the PCI transaction and the consuming device must later retry the PCI transaction. This disconnect-retry cycle may repeat many times before the bridge gets the requested data from memory. Thus the consuming device polls the bridge by repeatedly retrying until the bridge has the necessary data. Because of the delay between the bridge receiving the data from memory and the consuming device retrying and finding the data, each disconnect adds latency due to polling overhead in addition to the latency for the bridge to acquire the data. Thus, it is important to minimize the number of disconnects for good performance.
Unfortunately the bridge does not know in advance how much data the consuming device will be requesting. Therefore, it would be useful to provide a prefetching algorithm that, on one hand, minimizes the number of disconnects triggered by lack of data in the prefetching bridge and, on the other hand, minimizes overshoot that prefetches more data than is actually used.
The two goals conflict, however, in that minimizing disconnects is achieved by aggressively prefetching plenty of data so that the consuming device never runs out, while minimizing overshoot is achieved by prefetching less data (zero data in the extreme case, which assures overshoot will never happen).
The algorithm of the invention balances the two conflicting requirements.


REFERENCES:
patent: 5822788 (1998-10-01), Kahn et al.
patent: 5829042 (1998-10-01), Leung
patent: 5915104 (1999-06-01), Miller
patent: 5983306 (1999-11-01), Corrigan et al.
patent: 6055622 (2000-04-01), Spillinger
patent: 6282542 (2001-08-01), Carneal et al.

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Prefetching data for peripheral component interconnect devices does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Prefetching data for peripheral component interconnect devices, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Prefetching data for peripheral component interconnect devices will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3262936

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.