Multi-level message passing descriptor

Information

  • Patent Grant
  • 10013373
  • Patent Number
    10,013,373
  • Date Filed
    Sunday, November 6, 2016
    8 years ago
  • Date Issued
    Tuesday, July 3, 2018
    6 years ago
Abstract
In an embodiment of the invention, a method for to use a two level linked list descriptor mechanism to pass information among flash, memory, and IO controller modules is presented. The method includes creating a first level data structure for one or more first level descriptors; creating a second level data structure for one or more second level descriptors, each second level descriptor having a pointer to tracking information that includes start information, running information, and rewind information for a data DMA; using the one or more second level descriptors, the one or more first level descriptors, and the tracking information for a data DMA; updating the tracking information during the data DMA; and updating the tracking information at the end of the data DMA.
Description
FIELD

Embodiments of the invention relate generally to memory systems.


DESCRIPTION OF RELATED ART

A simple linked list descriptor typically provides an indication of a number of data pointers contained in a subsequent descriptor. The number of data pointers contained in the subsequent descriptor is typically contained in the memory address of the subsequent descriptor. For example, the number of data pointers is used by a Direct Memory Access (DMA) controller or an Input Output (IO) controller and controls how many read cycles are performed when processing the subsequent descriptor. Therefore, the process of reading linked list descriptors from memory has been used to control DMA engines. The usual implementation of the linked list descriptors includes only one level of descriptors and their corresponding data/payload buffers. From the nature of the linked list, the processing of the descriptors is usually done sequentially. Failed DMA operations result in interrupt generation for firmware error handling.


SUMMARY

In one embodiment of the invention, a method and system for controlling control and data information in memory and IO controllers is presented here. The method and system uses a linked descriptor mechanism to pass the information. The minimal overhead allows subsequent linking of data, and at the same time allows much flexibility on the content of the payload. The simple linking mechanism reduces the CPU processing overhead requirement during data transfer and allows varying data length. The flexible payload content of the method allows it to support a wide range of IO protocols. This method also reduces design over head cost and complexity, by allowing a single module design to pass control and data information among flash, memory, and IO controller modules. This mechanism has provision for error recovery and retry in hardware. Message Passing Descriptors employ indexing and linked lists, with a link pointing to a link. Through the descriptors, elements may be added, read, or retried easily in hardware. Each descriptor indicates the address to the next descriptor. By generating interrupts and/or monitoring the changes in the head and tail of the descriptor list, modules pass messages to the Central Processing Unit (CPU) firmware (FW) and vice versa.


An embodiment of the present invention achieves minimum CPU FW intervention during DMA transfers. It is also an objective of the present invention to achieve hardware (HW) rewind capability in the descriptor structure. It is further an objective of the present invention to achieve addition of another link with pausing. It is further an objective of the present invention to achieve flexible, FW controlled IO to IO translation via buffer management and manipulation.


These and other implementations, their variations, applications, and associated advantages and benefits are described in greater detail in the attached drawings, the detailed description, and the claims. This summary does not purport to define the invention. The invention is defined by the claims.





BRIEF DESCRIPTION OF DRAWINGS

So that the manner in which the above recited features, advantages and objects of the present invention are attained and can be understood in detail, a more particular description of the invention, briefly summarized above, may be had by reference to the embodiments thereof which are illustrated in the appended drawings.


It is to be noted, however, that the appended drawings illustrate only typical embodiments of this invention and are therefore not to be considered limiting of its scope, for the present invention may admit to other equally effective embodiments.



FIG. 1 shows a 2-level linked list according to an embodiment of the present invention.



FIG. 2 shows the limitation of the 1-level linked list according to conventional art.



FIG. 3 shows how a 2-level linked list, enables the use of descriptors according to an embodiment of the present invention.



FIG. 4 shows a sequential linked list traversal according to an embodiment of the present invention.



FIG. 5 shows a random (index-based) linked list traversal according to an embodiment of the present invention.



FIG. 6 illustrates a running snapshot of the linked list traversal according to an embodiment of the present invention.



FIG. 7 illustrates a running snapshot of the linked list traversal according to an embodiment of the present invention.



FIG. 8 illustrates a running snapshot of the linked list traversal according to an embodiment of the present invention.



FIG. 9 illustrates more details about a sequential linked list traversal according to an embodiment of the present invention.



FIG. 10 shows a basic process flow for the sequential linked list traversal according to an embodiment of the present invention.



FIG. 11 illustrates more details about a random (index-based) linked list traversal according to an embodiment of the present invention.



FIG. 12 illustrates more details about a random (index-based) linked list traversal according to an embodiment of the present invention.



FIG. 13 illustrates more details about a random (index-based) linked list traversal according to an embodiment of the present invention.



FIG. 14 illustrates more details about a random (index-based) linked list traversal according to an embodiment of the present invention.



FIG. 15 shows a basic process flow for the sequential linked list traversal according to an embodiment of the present invention.



FIG. 16 shows a dynamic linked list addition without firmware pausing the hardware according to an embodiment of the present invention.



FIG. 17 illustrates more details about an Index-Based Linked List Traversal with second Level IOC Instructions according to an embodiment of the present invention.



FIG. 18 illustrates more details about an Index-Based Linked List Traversal with second Level IOC Instructions according to an embodiment of the present invention.



FIG. 19 gives more details about a Linked List Traversal with second Level IOC Instructions according to an embodiment of the present invention.



FIG. 20 shows the details of an example of the IOC specific frame inside the second Level IOC Instructions according to an embodiment of the present invention.



FIG. 21 illustrates a flowchart for a method to use a linked list descriptor mechanism to pass information among flash, memory, and IO controller modules according to an embodiment of the present invention.





DETAILED DESCRIPTION

In the following detailed description, for purposes of explanation, numerous specific details are set forth to provide a thorough understanding of the various embodiments of the present invention. Those of ordinary skill in the art will realize that these various embodiments of the present invention are illustrative only and are not intended to be limiting in any way. Other embodiments of the present invention will readily suggest themselves to such skilled persons having the benefit of this disclosure.


In addition, for clarity purposes, not all of the routine features of the embodiments described herein are shown or described. One of ordinary skill in the art would readily appreciate that in the development of any such actual implementation, numerous implementation-specific decisions may be required to achieve specific design objectives. These design objectives will vary from one implementation to another and from one developer to another. Moreover, it will be appreciated that such a development effort would be a routine engineering undertaking for those of ordinary skill in the art having the benefit of this disclosure. The various embodiments disclosed herein are not intended to limit the scope and spirit of the herein disclosure.


Preferred embodiments for carrying out the principles of the present invention are described herein with reference to the drawings. However, the present invention is not limited to the specifically described and illustrated embodiments. A person skilled in the art will appreciate that many other embodiments are possible without deviating from the basic concept of the invention. Therefore, the principles of the present invention extend to any work that falls within the scope of the appended claims.


As used herein, the terms “a” and “an” herein do not denote a limitation of quantity, but rather denote the presence of at least one of the referenced items.



FIG. 1 shows a 2-level linked list according to an embodiment of the present invention. A standard descriptor based linked list usually is made of only a first level of descriptors [106, 109, 110]. These descriptors point to their respective data buffers [107, 111, 112]. A standard first level descriptor [106] is simple to implement and has less overhead since the DMA module only has to fetch one level of descriptor [106] to enable the DMA. However, this approach has some limitations:


(1) Data sizes are native to a DMA module and needs translation to the data sizes for another DMA module, requiring different sets of first level of descriptors [106] for the other DMA module. Descriptors cannot be re-used because the descriptors for a DMA module cannot be used again by another DMA module with a different native data size transfer. Another set of descriptors is needed by the other DMA module.


(2) No rewind or retry capability in hardware, which can speed things up in Input Output Controller (IOC) DMA during error handling. IOCs (especially for the serial-based protocols like SAS or SATA) have a need for the capability to resend frames or packets that were not transferred error free. Frequently, a frame or multiple frames exceed the buffer size in the IOC module. This means that the IOC needs to re-fetch data from memory. With only one level of linked list descriptors, if an error occurs, the IOC needs to interrupt the firmware indicating that there is a need to resend the data. The interrupt handler of the firmware then determines the retry point of the data, and re-assembles the descriptor linked list for the IOC DMA. The IOC DMA then receives the new sets of descriptors, and can now proceed to resending the data. Going through the interrupt handler in firmware takes a significant amount of time from the hardware's perspective. To speed up the process, a hardware-assisted solution is needed. One embodiment of the invention includes keeping the tracking information (retry points) in a set of hardware registers, but this approach is limited to accessing one sequential, first level descriptor-based linked list only. Multiple random linked list structures need multiple sets of tracking information registers in hardware which are usually expensive.


To address limitation (1), one embodiment of the invention uses second level descriptors [105]. The second level descriptors [105] allow the first level descriptors to be shared between two DMA modules that have different native data sizes. The offset information in the second level descriptors [105] allows adjustment of the data for the other DMA module.


To address limitation (2), each second level descriptor [Ψ] has a pointer [108] to the tracking information [101] which can be used to search for the rewind info [104]. The tracking information has 3 main components: the start info [102], the running info [103], and the rewind info [104].


The start info [102] is controlled by firmware and is a static value. Hardware uses this only as a reference to where the data DMA (controlled by the tracking information) starts.


The running info [103] is controlled by the hardware. It is initially equal to the start info [102]. As the DMA progresses, this info is updated by the hardware. This allows the hardware to track the data that it has already transferred, so it knows where to continue the DMA, if the tracking info is accessed again.


The rewind info [104] is controlled by the hardware. It is initially equal to the start info [102]. This is updated by the hardware after the partial data transfer was transferred error free. This tells the hardware where the last error-free data transfer was completed, so it can return back to this point (rewind) if an error occurred in the data that followed.


As an option, in one embodiment the tracking information [101] is located by the use of a tracking index [100]. This allows the DMA engine to traverse the descriptor system by either sequentially following the next address entry of the second level descriptors [105] or by jumping to the desired tracking information by using the tracking index [100]. Traversal using the tracking index is particularly useful for IOC DMA if the data for one IOC command is located in a linked list structure controlled by tracking information [101]. The tracking index [100] is the index in a tracking info address table in memory that contains the address to the desired tracking information [101]. By using the tracking index [100], the IOC DMA can look up the tracking info address table to get the corresponding address of the tracking info.



FIG. 2 shows the limitation of the one level linked list according to prior art. In this figure there are two sets of descriptors that are used by two DMA engines: the Flash DMA engine and the IOC DMA engine. These two DMA engines usually work in tandem if there is a flash to IOC transfer or vise versa, in the storage system. These transfers usually need a SRAM or SDRAM memory or an equivalent memory between the two DMA engines where data can be buffered. The Flash DMA engine takes care of transferring data between the flash and the memory, and the IOC DMA engine takes care of transferring data between the IOC and the memory. To access their respective data in memory, the Flash DMA engine and IOC DMA engine need their respective buffer addresses, each of which points to the first data buffer location needed by the corresponding DMA engine.


For this example, the memory read data the IOC DMA needs is in the darkened areas in the data buffers [204 to 207], since IOC commands may be Logical Block Address (LBA) based and can access any data in the LBA space. As seen here the end part of the first data buffer [204], all of the middle buffers [205 & 206], and the begin part of the last buffer [207] are needed by the IOC DMA engine.


For the Flash DMA Engine side, the memory write data required for transfer is the complete buffer size for all four data buffers [204 to 207]. This is due to the native data access of the Flash chip (or even the rotating media) which has a certain limit to the minimum addressable data size.


The native data access of a physical device like a flash chip or rotating media is tied to the minimum block size access of the media. For example, for rotating drives the minimum block size (1 sector) is 512 bytes, and the start addresses of their data buffers in memory are multiples of 512 bytes. IOC commands on the other hand can access any random data in the LBA space, and the start addresses of their data buffers can be anywhere in the memory space and are not constrained. This difference leads to different start addresses (and even buffer sizes) for the Flash DMA engine and IOC DMA engine.


For this setup, the firmware needs to construct two sets of first level linked list descriptors [200 to 203] and [208 to 211]. The first set of descriptors [200 to 203] is used by the Flash DMA engine, and the second set of descriptors [208 to 211] is used by the IOC DMA engine.



FIG. 3 shows how a two-level linked list enables the use of descriptors according to an embodiment of the present invention. For this example, the memory read data the IOC DMA engine needs is the black areas in the data buffers [305 to 308]. As seen here, the end part of the first data buffer [305], all of the middle buffers [306 & 307], and the begin part of the last buffer [308] are needed by the IOC DMA engine.


For the Flash DMA engine side, the memory write data required for transfer is the complete buffer size for all four data buffers [305 to 308]. This is due to the native data access of the Flash chip (or even the rotating media) which has a certain limit to the minimum addressable data size.


For this setup, the firmware needs to construct only one set of first level linked list descriptors [301 to 304] which is used by both the Flash DMA Engine and the IOC DMA engine. The IOC DMA engine has an additional second level descriptor [300]. The second level descriptor [300] has a first level descriptor address [311] which has the address of the starting first level descriptor [301]. The second level descriptor [300] also has offset [309] info and data group count [310] info. The offset [309] info allows the IOC DMA engine to select the proper data offset in the first buffer [305] for the start the IOC DMA. The data offset is the address offset counted from the start address of the data buffer. If the first level descriptors [301 to 304] have multiple data buffer entries, the offset [309] also contains the data buffer address entry number. The data group count [310] info provides the IOC DMA engine with the data end limit in the last buffer [308] for the end of the IOC DMA. The data group count [310] specifies the total data transfer count needed by the second level descriptor, so that once the data group count [310] is done, the IOC DMA engine then proceeds to the next second level descriptor, as also similarly described below when the data group count [401] is done.



FIG. 4 shows the sequential linked list traversal according to an embodiment of the present invention. FIG. 4 shows traversal of the linked list using the second level descriptors [400, 404, 405, 406]. The IOC DMA engine initially receives the pointer to the head second level descriptor [400]. The second level descriptor [400] has a first level (data) descriptor address [402] which has the address of the starting first level descriptor [403]. Using the first level (data) descriptor address [402], the IOC DMA engine can now traverse the first level descriptors [403] of this second level descriptor [400]. Once the data group count [401] is done, the IOC DMA engine then proceeds to the next second level descriptor [404], and the process is repeated until all the descriptors are processed. The second level descriptor [400] has a track address [407] that gives that location of the tracking info [408]. The tracking info [408] is being updated by the IOC DMA engine and is used as reference for possible retries and to check the current state of the data transfer.



FIG. 5 shows a random (index-based) linked list traversal according to an embodiment of the present invention. FIG. 5 shows traversal of the linked list using the tracking index [500]. The IOC DMA engine initially receives the tracking index [500], and uses this to get the tracking info [501] from memory. The tracking info [501] has the start info [502] and the running info [503]. The running info [503] has the current group pointer [507] (which points to the starting second level descriptor [504]), the current data descriptor pointer [508] (which points to the starting first level descriptor [505]), and the current offset [509] (which points to the word offset [506] in the data buffer). The current data descriptor pointer [508] over-rides the second level descriptor's [504] first level (data) descriptor address [511]. The current offset [509] over-rides the second level descriptor's [504] offset field [510]. Using the running info [503] which is equal to the start info [502] at the time when the descriptor is constructed by firmware, the IOC DMA engine is able to trace the starting second level descriptor [504], first level descriptor [505], and the data buffer word offset [506], where it can begin the DMA. This time can be anywhere after the initial construction of the descriptors by the firmware. During one DMA event, the DMA engine may not be able to consume all of the descriptors, it then records the point where the last transfer was done in the tracking info. Then during another DMA event, the DMA engine can trace back where it left off and start another DMA transfer. After the DMA is done, the IOC DMA engine can receive another tracking index to process. The tracking index allows processing of the descriptor system in random fashion, by being able to jump from one tracking information and the corresponding set of second level descriptor, first level descriptor, and data buffers to another tracking information and the corresponding descriptors and buffers associated with it. This feature is needed by the IOCs for random completion of the data phase of an IOC command.



FIGS. 6 to 9 give more details about the sequential linked list traversal according to an embodiment of the present invention. FIG. 6 shows the starting point of the sequential linked list traversal. The IOC DMA engine initially receives the head second level descriptor [600]. The second level descriptor [600] has an initial pointer [602] to the first level descriptor [604], and the word offset [601] which references the data in the data buffer [605]. The first level descriptor [604] has a pointer [603] to the data buffer [605].



FIG. 7 shows a running snapshot of the linked list traversal. IOC DMA engine still has the head second level descriptor [700], but is now processing the third first level descriptor [701] (of the data group referenced by the second level descriptor [700]). The IOC DMA engine is currently processing a data in the data buffer [702].



FIG. 8 shows a running snapshot of the linked list traversal. IOC DMA engine still has the head second level descriptor [804], but is now processing the fourth first level descriptor [805] (of the data group referenced by the second level descriptor [804]). The IOC DMA engine is currently at the data offset [806] in the data buffer [807]. At this point after processing by an error checking circuitry, the IOC signals to the IOC DMA engine that this is the point where the last error-free data transfer occurred, and the IOC DMA engine can now update the rewind info [800]. Current Group Pointer [801] now points to the head second level descriptor [804]. Current Data Descriptor Pointer [802] now points to the fourth first level descriptor [805]. Current offset pointer [803] now points to the data offset [806] in the data buffer [807]. The rewind info [800] will be used when the IOC signals to the IOC DMA engine that it needs to return back to the rewind point.



FIG. 9 shows a running snapshot of the linked list traversal. IOC DMA engine is now at the next second level descriptor [902], is now processing the second first level descriptor [903] (of the data group referenced by the next second level descriptor [902]). The IOC DMA engine is currently processing a data in the data buffer [904]. In this case, the running info [900] fields is now updated to point to second level descriptor [902], first level descriptor [903], and data in data buffer [904]. In this snapshot point, an error in the data may occur, causing the IOC to signal the IOC DMA engine to go back to the rewind point. If this happens, the IOC DMA engine returns to the state shown by the FIG. 8 snapshot. And the rewind info [901] will be used to adjust the values in the running info [900]. Usually the rewind info [901] data overwrites the running info [900] data.



FIG. 10 shows a basic process flow for the sequential linked list traversal according to an embodiment of the present invention. FIG. 10 shows a basic process flowchart for the sequential linked list traversal which summarizes the process illustrated in FIGS. 6, 7, 8, and 9. In operation [1000], the IOC initially gets the second level descriptors. Then for the next operation [1001], the IOC extracts information from the second level descriptor and passes this information to the IOC DMA engine. In operation [1002], the IOC DMA engine uses the extracted information from the second level descriptors to track down the needed first level descriptors. Once the first level descriptor is fetched, the IOC DMA engine knows where to transfer the data from/to memory, and it begins to transfer the data in operation [1003]. In operation [1004], as the data transfer is going on, the IOC DMA engine also updates the rewind information (in the tracking information) every time after a successful data frame transfer. Running information in the IOC DMA engine is also updated simultaneously as the data is being transferred. Running information in the IOC DMA engine is also updated when a rewind condition occurs. During data transfer, an error may occur as shown in the decision box of operation [1005]. When an error occurs, the IOC DMA goes to the error handling operations [1008, 1009]. In the first error handling operation [1008], when the error condition is signaled to the IOC DMA engine, the rewind information is checked, to get the last point where the data transfer was successful. This point is found by using the rewind information, and the second and first level descriptors, and the offset information at the end of the last successful data transfer fetched. In the second error handling operation [1009], the rewind offset is used to calculate the pointers to the data, or data buffers where the rewind starts. From this starting point, the IOC DMA engine is able to restart the data transfer to retry the last data frame that had an error, and the process returns to operation [1003]. As the data transfer happens in operation [1004] and if there are no errors, the transfer complete condition is checked in the decision box of operation [1006]. When the transfer is not yet complete and more data or buffers are needed the process simply loops back to operation [1002] to linearly traverse the second and first level descriptors to locate the next address for the data or buffer. If the transfer is complete (transfer count condition is satisfied), then the processing moves to operation [1007] where the IOC DMA engine signals the FW of the transfer completion via interrupt and setting the status bits in the status registers or the status fields in the first and second level descriptors. When the IOC or the IOC DMA engine receives a new data transfer request, the system linearly traces the second and first level descriptors again starting from where it last ended, using the last second level descriptor to begin operation [1000].



FIGS. 11 to 14 give more details about the random (index-based) linked list traversal according to an embodiment of the present invention. FIG. 11 shows the starting point of the random linked list traversal. The IOC DMA engine initially receives the tracking index [1100], and uses this to get the tracking info [1101] from memory. Using the running info [1103] (which is initially equal to the start info [1102]), the IOC DMA engine is able to trace the starting second level descriptor [1106], first level descriptor [1107], and the data buffer word offset [1108], where it can begin the DMA. In this initial scenario:

    • The current data descriptor pointer [1104] of the tracking info [1101] running info [1103] is equal to the second level descriptor's [1106] data descriptor address [1110].
    • The current offset [1105] of the tracking info [1101] running info [1103] is equal to the second level descriptor's [1106] offset [1109].



FIG. 12 shows a running snapshot of the linked list traversal. IOC DMA engine still has the head second level descriptor [1200], but is now processing the fourth first level descriptor [1201] (of the data group referenced by the second level descriptor [1200]). The IOC DMA engine is currently processing data in the data buffer [1202].



FIG. 13 shows a running snapshot of the linked list traversal. IOC DMA engine now has next second level descriptor [1304], is now processing the second first level descriptor [1305] (of the data group referenced by the second level descriptor [1304]). The IOC DMA engine is currently at the data offset [1307] in the data buffer [1306]. At this point, the IOC signals to the IOC DMA engine that this is the point where the last error-free data transfer occurred, and the IOC DMA engine can now update the rewind info [1300]. Current Group Pointer [1301] now points to the next second level descriptor [1304]. Current Data Descriptor Pointer [1302] now points to the second first level descriptor [1305]. Current Offset [1303] now points to the data offset [1307] in the data buffer [1306]. The rewind info [1300] will be used when the IOC signals to the IOC DMA engine that it needs to return back to the rewind point.



FIG. 14 shows a running snapshot of the linked list traversal. The IOC DMA engine is now at the next second level descriptor [1404], is now processing the third first level descriptor [1405] (of the data group referenced by the next second level descriptor [1404]). The IOC DMA engine is currently processing data in the data buffer [1406]. In this snapshot point, an error in the data may occur, causing the IOC to signal the IOC DMA engine to go back to the rewind point. If this happens, the IOC DMA engine returns to the state shown by the FIG. 13 snapshot. And the rewind info [1402] will be used to adjust the values in the running info [1401]. If no error occurs, the IOC DMA engine simply continues until it reaches the end of the last data buffer [1406], or until the total count left [1403] of the tracking info's [1400] running info [1401] reaches zero. The IOC DMA engine stops processing the descriptor system until it receives another tracking info index.



FIG. 15 shows the basic process flow for the random (index-based) linked list traversal according to an embodiment of the present invention. FIG. 15 shows the basic process flow for the random (index-based) linked list traversal which summarizes the process illustrated in FIGS. 11 to 14. In operation [1500], the IOC initially gets the index or pointer to the tracking information. Then for the next operation [1501], the IOC extracts information from the tracking information and passes this information to the IOC DMA engine. In operation [1502], the IOC DMA engine uses the tracking information to fetch the second level descriptor. Then for the next operation [1503], the IOC DMA engine extracts information from the second level descriptor, and uses the extracted information from the second level descriptors to track down the needed first level descriptors. Once the first level descriptor is fetched, the IOC DMA engine knows where to transfer the data from/to memory, and it begins to transfer the data in operation [1504]. In operation [1505], at the data transfer is going on, the IOC DMA engine also updates the rewind information (in the tracking information) every time there is a successful data frame transfer. Running information copy in the IOC DMA engine is also updated simultaneously as the data is being transferred. Running information copy in the IOC DMA engine is also updated when a rewind condition occurs. Running information copy in the memory is updated once the IOC DMA engine finishes the partial transfer for a given index (or pointer) to the tracking information. During data transfer, an error may occur as shown in the decision box of operation [1506]. When an error occurs, the IOC DMA engine goes to the error handling operations [1509, 1510]. In the first error handling operation [1509], when the error condition is signaled to the IOC DMA engine, the rewind information is checked, to determine the last point where the data transfer was successful. This is determined by using the rewind information, the second and first level descriptor, and the offset information at the end of the last successful data transfer. In the second error handling operation [1510], the rewind offset is used to calculate the pointers to the data, or data buffers where the rewind starts. From this starting point, the IOC DMA is able to restart the data transfer to retry the last data frame that had an error, and the process returns to operation [1504]. As the data transfer happens in operation [1505] and if there are no errors, the transfer complete condition is checked in the decision box of operation [1507]. When the transfer is not yet complete and more data or buffers are needed the process simply loops back to operation [1503] to linearly traverse the second and first level descriptors to locate the next address for the data or buffer. If the transfer is complete (transfer count condition is satisfied), then the processing moves to operation [1508] where the IOC DMA signals the FW of the transfer completion via interrupt and setting the status bits in the status registers or the status fields in the first and second level descriptors. When the IOC or the IOC DMA receives a new data transfer request, a new tracking information index is given. The tracking information index is a way to randomly select and jump to any point in the linked list of second and first level descriptors. Using this new tracking information index, the process is restarted again beginning at operation [1500].



FIG. 16 shows the dynamic linked list addition without firmware pausing the hardware according to an embodiment of the present invention. Time t0 [1600] shows the original linked list [1603] that is not yet being appended by the firmware. Note that the next pointer [1605] of descriptor D [1604] is null, since descriptor D [1604] is currently the last descriptor in the list. Since the firmware is not yet attempting to add a descriptor to the linked list, the LastLinkPointer variable [1606] of the firmware has no value yet. Time t1 [1601] shows the new descriptors [1607] being added by the firmware. Descriptor G [1608] is going to be the last descriptor, and its next link pointer [1609] points to null. Time t2 [1602] shows the new extended linked list [1610]. Descriptor D [1611] next pointer [1612] now points to descriptor E [1614]. At this point, the firmware updates its LastLinkPointer [1613] to record the point where firmware last made the link. The blocks at the bottom of FIG. 16 shows the two cases (case 1 [1615] & case 2 [1616]) for the hardware when it fetches descriptor D [1611].


For case 1, the hardware fetched descriptor D [1611] before time t2 [1602]. This means the hardware was not able to catch the updated descriptor D [1611] at time t2 [1602]. When this happens, the hardware register LastFetchPointer [1617] points to the address of descriptor D [1619], (in other words, descriptor D [1619] was the latest descriptor that the hardware read from memory). And the NextFetchPointer [1618] points to null, (in other words, from the hardware's point of view, it has no next descriptor to read from memory). This creates an interrupt condition. Upon receiving this interrupt condition, the firmware reads the hardware register NextFetchPointer [1621], to verify that it is indeed null. Firmware also checks to see that if the firmware variable LastLinkPointer [1622] is equal to the hardware register LastFetchPointer [1620]. This tells the firmware that the hardware was not able to catch the latest addition to the linked list. To remedy this, the firmware writes the address of descriptor E [1614] to the hardware register NextFetchPointer [1624]. This tells the hardware that it has now another descriptor to process. For case 2, the hardware fetched descriptor D [1611] after time t2 [1602], and hardware was able to catch the updated descriptor D [1611]. This can be confirmed by firmware by reading the hardware NextFetchPointer [1626] which correctly points to DescriptorE Address.



FIGS. 17 to 18 give more details about Index-Based Linked List Traversal with second Level IOC Instructions according to an embodiment of the present invention. FIG. 17 shows the starting point of the instruction descriptor traversal. IOC DMA engine receives the tracking index [1700] taken from a lookup table based on the IOC current command tag and uses this to get the tracking information from memory. Using the running info [1703] (which is initially equal to the start info [1702]), the IOC DMA engine is able to trace the starting second level descriptor [1706], IOC Instruction Code [1711], and the IOC specific frame [1712]. From the IOC Instruction Code [1711], IOC may have enough information to process a firmware command (IOC Instruction Code [1711]) and generate the needed IOC specific frames. Or the firmware can do part of the work and create a pre-made IOC specific frame [1712] for the IOC's use in tandem with the IOC Instruction Code [1711] from the firmware, first level descriptor [1707], and the data buffer [1708], where it can begin the DMA. In this initial scenario:

    • The Instruction Code [1711] and IOC specific frame [1712] are sent to the IOC for execution
    • The tracking info [1701] running info [1703] current data descriptor pointer [1704]=second level descriptor [1706] data descriptor address [1710]
    • The tracking info [1701] running info [1703] current offset [1705]=second level descriptor [1706] offset [1709]



FIG. 18 shows a running snapshot of the instruction DMA traversal: IOC DMA processing the last first level descriptor [1801] (of the instruction group referenced by the second level descriptor [1800]). The IOC DMA engine is currently processing data in the data buffer [1802]. The data in the data buffer [1802] is the last data to be transferred as referred to by the second level descriptor [1800]. At this point, the IOC may send an error code to the IOC DMA engine to indicate the status of the Instruction and IOC DMA engine writes the status to the Instruction State Info Word in the tracking info.

    • IOC DMA receives error-free status


IOC DMA engine updates the rewind info [1804]. Current Group Pointer [1805] now points to the next second level descriptor [1808]. Current Data Descriptor Pointer [1806] now points to the first level descriptor [1809]. Current Offset [1807] now points to the data in the data buffer [1810]. IOC DMA engine continues traversing the descriptors until the Running Info [1812] Total Count Left [1813] reaches 0. IOC DMA engine generates an interrupt to Firmware to indicate command completion.

    • IOC DMA engine receives retry/rewind status


IOC DMA engine loads the rewind info [1804] to the Running Information [1812] to setup the DMA engine to the rewind point.

    • IOC DMA engine receives error status, e.g. Master/Target Abort


IOC DMA engine loads the Error Code to the tracking info [1814] Status Word [1815] and interrupts the Firmware.



FIG. 19 gives more details about Linked List Traversal (with second Level IOC Instructions) according to an embodiment of the present invention. FIG. 19 shows the sequential linked list traversal with second level IO Instructions. Initially, the IOC DMA engine receives the head second level descriptor [1901]. The second and first Level linked lists are traversed similar to FIG. 17 and FIG. 18. After the last data [1909] for the second level descriptor [1906] has been transferred error-free, the tracking info [1902] status [1903] and rewind info [1904] have been updated (Current Data Descriptor [1905]=third second Level Descriptor [1908]), the next address [1907] indicates that the IOC DMA engine should traverse to the third second Level Descriptor [1908]. The second and first Level linked lists are traversed similar to FIG. 17 and FIG. 18.



FIG. 20 shows the details of an example of the IOC specific frame inside the second Level IOC Instructions according to an embodiment of the present invention. This figure shows the second level descriptor [2000] with an embedded instruction code & IOC specific frame [2001]. An example embedded instruction code & IOC specific frame [2001] with finer details is shown in the enlarged image of the instruction code & IOC specific frame [2002]. This example instruction code & IOC specific frame [2002] is generated by the firmware, and used by a SATA (Serial-ATA) IO-Protocol Controller, while the rest of the second level descriptor [2000] is used by the partner IO DMA engine for the data portion of the instruction. This example instruction code & IOC specific frame [2002] has a sample instruction code [2004] which tells the IO-Protocol Controller to process the adjacent IOC Specific Frame [2003] and transmit (via DMA) the corresponding data referenced by the descriptor set grouped by the second level descriptor [2000]. The sample IOC Specific Frame [2003] can contain the frame length [2005], other control fields [2006], and an IO-standards-protocol-defined frame or packet [2007] which the IO-Protocol controller can transmit directly to the external IC bus. For this example, the IO-standards-protocol-defined frame or packet [2007] is a SATA DMA Setup—Device to Host FIS (SATA Frame Information Structure), which is a frame sent by the SATA device to a SATA host to signal a start of a DMA transfer.



FIG. 21 illustrates a flowchart for a method to use a two level linked list descriptor mechanism to pass information among flash, memory, and IC controller modules. Linked list descriptors employ indexing and linked lists, with a link pointing to a link. Using such descriptors, elements may be added, read, or retried easily in hardware. Each descriptor indicates the address to the next descriptor. By generating interrupts and/or monitoring the changes in the head and tail of the descriptor list, modules pass messages to the CPU FW and vice versa. The method begins in operation 2102. Operation 2104 is next and includes creating a first level data structure for one or more first level descriptors. Operation 2106 is next and includes creating a second level data structure for one or more second level descriptors, each second level descriptor having a pointer to tracking information that includes start information, running information, and rewind information for a data DMA. Operation 2108 is next and includes using the one or more second level descriptors, the one or more first level descriptors, and the tracking information for a data DMA. Operation 2110 is next and includes updating the tracking information during the data DMA. Operation 2112 is next and includes updating the tracking information at the end of the data DMA. The method ends in operation 2114.


In one embodiment, the second level descriptors allow the first level descriptors to be shared between two DMA engines that have different native data sizes. The offset information in the second level descriptors allows adjustment of the data for the other DMA engine. In one embodiment, each second level descriptor has a pointer to the tracking information, which has three main components: the start info, the running info, and the rewind info.


In one embodiment, the start info is controlled by firmware and is a static value. Hardware uses this as a reference to where the data DMA (controlled by the tracking information) starts.


In one embodiment, the running info is controlled by the hardware. It is initially equal to the start info. As the DMA progresses, this info is updated by the hardware. This allows the hardware to track the data that it has already transferred, so it knows where to continue the DMA, if the tracking info in accessed again.


In one embodiment, each second level descriptor has a pointer to the tracking information which can be used to search for the rewind info. In one embodiment, the rewind info is controlled by the hardware. It is initially equal to the start info. This is updated by the hardware after the partial data transfer was transferred error free, so the hardware knows where the last error-free data transfer was completed, so it can return back to this point (rewind) if an error occurred in the data that followed.


In one embodiment, locating the tracking information includes using a tracking index. This allows a DMA engine to traverse the descriptor system by either sequentially following the next address entry of the second level descriptors, or by jumping to the desired tracking information by using the tracking index. Traversal using the tracking index is particularly useful for an IOC DMA engine if the data for one IOC command is located in a linked list structure controlled by tracking information. The tracking index is the index in a tracking info address table in memory that contains the address to the desired tracking information. By using the tracking index, the IOC DMA engine can look up the tracking info address table to get the corresponding address of the tracking info.


Foregoing described embodiments of the invention are provided as illustrations and descriptions. They are not intended to limit the invention to precise form described. In particular, it is contemplated that functional implementation of invention described herein may be implemented equivalently in hardware, software, firmware, and/or other available functional components or building blocks, and that networks may be wired, wireless, or a combination of wired and wireless.


It is also within the scope of the present invention to implement a program or code that can be stored in a machine-readable or computer-readable medium to permit a computer to perform any of the inventive techniques described above, or a program or code that can be stored in an article of manufacture that includes a computer readable medium on which computer-readable instructions for carrying out embodiments of the inventive techniques are stored. Other variations and modifications of the above-described embodiments and methods are possible in light of the teaching discussed herein.


The above description of illustrated embodiments of the invention, including what is described in the Abstract, is not intended to be exhaustive or to limit the invention to the precise forms disclosed. While specific embodiments of, and examples for, the invention are described herein for illustrative purposes, various equivalent modifications are possible within the scope of the invention, as those skilled in the relevant art will recognize.


These modifications can be made to the invention in light of the above detailed description. The terms used in the following claims should not be construed to limit the invention to the specific embodiments disclosed in the specification and the claims. Rather, the scope of the invention is to be determined entirely by the following claims, which are to be construed in accordance with established doctrines of claim interpretation.

Claims
  • 1. An apparatus comprising a processor, a logic and a memory, wherein the processor, logic and memory are operable to configure a data structure comprising: one or more second level descriptor; andone or more first level linked list corresponding to the one or more second level descriptor;wherein each second level descriptor comprises a data descriptor address for pointing to a corresponding first level linked list;wherein each first level linked list comprises one or more first level descriptor;wherein each first level descriptor comprises a buffer address for pointing to a data buffer; andwherein at least one first level linked list and the one or more first level descriptor corresponding to the first level linked list is accessed by a first Direct Memory Access (DMA) channel and a second DMA channel for coordinated data transfer of the data buffer corresponding to the one or more first level descriptor.
  • 2. The apparatus of claim 1, wherein each second level descriptor further comprises a next address for forming a linked list of the one or more second level descriptor.
  • 3. The apparatus of claim 1, wherein each second level descriptor further comprises an offset and a data group count for determining a beginning DMA location and an ending DMA location for the second DMA channel.
  • 4. The apparatus of claim 1, wherein each second level descriptor further comprises a track address for pointing to a tracking information table, the tracking information table comprising a start information table operable for storing one or more initial condition information, a running information table operable for storing one or more completed DMA transfer information and a rewind information table operable for storing one or more completed error-free DMA transfer information wherein a return point for one or more hardware retries is established.
  • 5. The apparatus of claim 4, wherein the running information table and the rewind information table are updated by hardware in real time.
  • 6. The apparatus of claim 4, further comprises one or more tracking index for accessing the one or more tracking information table wherein the one or more second level descriptor can be accessed in a non-sequential fashion.
  • 7. The apparatus of claim 1, further comprises one or more firmware pointer and one or more hardware register whereby one or more second level descriptor can be added in real time without pausing the coordinated data transfer of the first DMA channel and the second DMA channel.
  • 8. The apparatus of claim 1, wherein a given second level descriptor among the one or more second level descriptor further comprises an optional instruction code and an IOC-specific (Input Output Controller-specific) frame, wherein the second level descriptor comprises firmware instructions for an IO-Protocol (Input Output-Protocol) Controller, and wherein a data portion for the instructions is defined in the given second level descriptor to be processed by an IOC DMA engine.
  • 9. A method comprising: configuring a data structure in an apparatus comprising a processor, a logic and a memory, wherein the data structure comprises:one or more second level descriptor; andone or more first level linked list corresponding to the one or more second level descriptor;wherein each second level descriptor comprises a data descriptor address for pointing to a corresponding first level linked list;wherein each first level linked list comprises one or more first level descriptor;wherein each first level descriptor comprises a buffer address for pointing to a data buffer; andaccessing at least one first level linked list and the one or more first level descriptor corresponding to the first level linked list by a first Direct Memory Access (DMA) channel and a second DMA channel for coordinated data transfer of the data buffer corresponding to the one or more first level descriptor.
  • 10. The method of claim 9, wherein each second level descriptor further comprises a next address for forming a linked list of the one or more second level descriptor.
  • 11. The method of claim 9, wherein each second level descriptor further comprises an offset and a data group count for determining a beginning DMA location and an ending DMA location for the second DMA channel.
  • 12. The method of claim 9, wherein each second level descriptor further comprises a track address for pointing to a tracking information table, the tracking information table comprising a start information table operable for storing one or more initial condition information, a running information table operable for storing one or more completed DMA transfer information and a rewind information table operable for storing one or more completed error-free DMA transfer information wherein a return point for one or more hardware retries is established.
  • 13. The method of claim 12, wherein the running information table and the rewind information table are updated by hardware in real time.
  • 14. The method of claim 12, further comprises one or more tracking index for accessing the one or more tracking information table wherein the one or more second level descriptor can be accessed in a non-sequential fashion.
  • 15. The method of claim 9, further comprises one or more firmware pointer and one or more hardware register whereby one or more second level descriptor can be added in real time without pausing the coordinated data transfer of the first DMA channel and the second DMA channel.
  • 16. The method of claim 9, wherein a given second level descriptor among the one or more second level descriptor further comprises an optional instruction code and an IOC-specific (Input Output Controller-specific) frame, wherein the second level descriptor comprises firmware instructions for an IO-Protocol (Input Output-Protocol) Controller, and wherein a data portion for the instructions is defined in the given second level descriptor to be processed by an IOC DMA engine.
  • 17. An article of manufacture, comprising: a non-transitory computer-readable medium having stored thereon instructions operable to permit an apparatus to perform a method comprising:configuring a data structure in the apparatus comprising a processor, a logic and a memory, wherein the data structure comprises:one or more second level descriptor; andone or more first level linked list corresponding to the one or more second level descriptor;wherein each second level descriptor comprises a data descriptor address for pointing to a corresponding first level linked list;wherein each first level linked list comprises one or more first level descriptor;wherein each first level descriptor comprises a buffer address for pointing to a data buffer; andaccessing at least one first level linked list and the one or more first level descriptor corresponding to the first level linked list by a first Direct Memory Access (DMA) channel and a second DMA channel for coordinated data transfer of the data buffer corresponding to the one or more first level descriptor.
  • 18. The article of manufacture of claim 17, wherein each second level descriptor further comprises a next address for forming a linked list of the one or more second level descriptor.
  • 19. The article of manufacture of claim 17, wherein each second level descriptor further comprises an offset and a data group count for determining a beginning DMA location and an ending DMA location for the second DMA channel.
  • 20. The article of manufacture of claim 17, wherein each second level descriptor further comprises a track address for pointing to a tracking information table, the tracking information table comprising a start information table operable for storing one or more initial condition information, a running information table operable for storing one or more completed DMA transfer information and a rewind information table operable for storing one or more completed error-free DMA transfer information wherein a return point for one or more hardware retries is established.
CROSS-REFERENCE(S) TO RELATED APPLICATIONS

This application is a continuation of U.S. patent application Ser. No. 14/217,041, filed on 17 Mar. 2014, which claims the benefit of and priority to U.S. Provisional Application No. 61/800,395, filed 15 Mar. 2013. This U.S. Provisional Application No. 61/800,395 is hereby fully incorporated herein by reference. This U.S. patent application Ser. No. 14/217,041 is hereby fully incorporated herein by reference. This application relates to U.S. Utility application Ser. No. 14/217,334, “Flash Electronic Disk With RAID Controller” which is hereby fully incorporated herein by reference and U.S. Utility application Ser. No. 14/217,316, “Flash Array RAID In Flash Electronic Disks” which is hereby fully incorporated herein by reference.

US Referenced Citations (364)
Number Name Date Kind
4402040 Evett Aug 1983 A
4403283 Myntti et al. Sep 1983 A
4752871 Sparks Jun 1988 A
4967344 Scavezze et al. Oct 1990 A
5111058 Martin May 1992 A
RE34100 Hartness Oct 1992 E
5222046 Kreifels et al. Jun 1993 A
5297148 Harari et al. Mar 1994 A
5339404 Vandling, III Aug 1994 A
5341339 Wells Aug 1994 A
5371709 Fisher et al. Dec 1994 A
5379401 Robinson et al. Jan 1995 A
5388083 Assar et al. Feb 1995 A
5396468 Harari et al. Mar 1995 A
5406529 Asano Apr 1995 A
5432748 Hsu et al. Jul 1995 A
5448577 Wells et al. Sep 1995 A
5459850 Clay et al. Oct 1995 A
5479638 Assar et al. Dec 1995 A
5485595 Assar et al. Jan 1996 A
5488711 Hewitt et al. Jan 1996 A
5500826 Hsu et al. Mar 1996 A
5509134 Fandrich et al. Apr 1996 A
5513138 Manabe et al. Apr 1996 A
5522065 Neufeld May 1996 A
5524231 Brown Jun 1996 A
5530828 Kaki et al. Jun 1996 A
5535328 Harari et al. Jul 1996 A
5535356 Kim et al. Jul 1996 A
5542042 Manson Jul 1996 A
5542082 Solhjell Jul 1996 A
5548741 Watanabe Aug 1996 A
5559956 Sukegawa Sep 1996 A
5568423 Jou et al. Oct 1996 A
5568439 Harari Oct 1996 A
5572466 Sukegawa Nov 1996 A
5594883 Pricer Jan 1997 A
5602987 Harari et al. Feb 1997 A
5603001 Sukegawa et al. Feb 1997 A
5606529 Honma et al. Feb 1997 A
5606532 Lambrache et al. Feb 1997 A
5619470 Fukumoto Apr 1997 A
5627783 Miyauchi May 1997 A
5640349 Kakinuma et al. Jun 1997 A
5644784 Peek Jul 1997 A
5682509 Kabenjian Oct 1997 A
5737742 Achiwa et al. Apr 1998 A
5765023 Leger et al. Jun 1998 A
5787466 Berliner Jul 1998 A
5796182 Martin Aug 1998 A
5799200 Brant et al. Aug 1998 A
5802554 Caceres et al. Sep 1998 A
5818029 Thomson Oct 1998 A
5819307 Iwamoto et al. Oct 1998 A
5822251 Bruce et al. Oct 1998 A
5864653 Tavallaei et al. Jan 1999 A
5870627 O'Toole et al. Feb 1999 A
5875351 Riley Feb 1999 A
5881264 Kurosawa Mar 1999 A
5913215 Rubinstein et al. Jun 1999 A
5918033 Heeb et al. Jun 1999 A
5930481 Benhase Jul 1999 A
5933849 Srbljic et al. Aug 1999 A
5943421 Grabon Aug 1999 A
5956743 Bruce et al. Sep 1999 A
5978866 Nain Nov 1999 A
5987621 Duso Nov 1999 A
6000006 Bruce et al. Dec 1999 A
6014709 Gulick et al. Jan 2000 A
6070182 Rao et al. May 2000 A
6076137 Asnaashari Jun 2000 A
6098119 Surugucchi et al. Aug 2000 A
6128303 Bergantino Oct 2000 A
6138200 Ogilvie Oct 2000 A
6138247 McKay et al. Oct 2000 A
6151641 Herbert Nov 2000 A
6215875 Nohda Apr 2001 B1
6230269 Spies et al. May 2001 B1
6298071 Taylor et al. Oct 2001 B1
6341342 Thompson et al. Jan 2002 B1
6363441 Beniz et al. Mar 2002 B1
6363444 Platko et al. Mar 2002 B1
6397267 Chong, Jr. May 2002 B1
6404772 Beach et al. Jun 2002 B1
6452602 Morein Sep 2002 B1
6496939 Portman et al. Dec 2002 B2
6526506 Lewis Feb 2003 B1
6529416 Bruce et al. Mar 2003 B2
6557095 Henstrom Apr 2003 B1
6574142 Gelke Jun 2003 B2
6601126 Zaidi et al. Jul 2003 B1
6678754 Soulier Jan 2004 B1
6728840 Shatil et al. Apr 2004 B1
6744635 Portman et al. Jun 2004 B2
6785746 Mahmoud et al. Aug 2004 B1
6757845 Bruce Dec 2004 B2
6857076 Klein Feb 2005 B1
6901499 Aasheim et al. May 2005 B2
6922391 King et al. Jul 2005 B1
6961805 Lakhani et al. Nov 2005 B2
6970446 Krischer et al. Nov 2005 B2
6970890 Bruce et al. Nov 2005 B1
6973546 Johnson Dec 2005 B2
6980795 Hermann et al. Dec 2005 B1
7103684 Chen et al. Sep 2006 B2
7174438 Homma et al. Feb 2007 B2
7194766 Noehring et al. Mar 2007 B2
7263006 Aritome Aug 2007 B2
7283629 Kaler et al. Oct 2007 B2
7305548 Pierce et al. Dec 2007 B2
7330954 Nangle Feb 2008 B2
7372962 Fujimoto et al. May 2008 B2
7386662 Kekre et al. Jun 2008 B1
7412631 Uddenberg et al. Aug 2008 B2
7415549 Vemula Aug 2008 B2
7424553 Borrelli Sep 2008 B1
7430650 Ross Sep 2008 B1
7474926 Carr et al. Jan 2009 B1
7478186 Onufryk et al. Jan 2009 B1
7490177 Kao Feb 2009 B2
7496699 Pope et al. Feb 2009 B2
7500063 Zohar et al. Mar 2009 B2
7506098 Arcedera et al. Mar 2009 B2
7613876 Bruce et al. Nov 2009 B2
7620748 Bruce et al. Nov 2009 B1
7620749 Biran et al. Nov 2009 B2
7624239 Bennett et al. Nov 2009 B2
7636801 Kekre et al. Dec 2009 B1
7660941 Lee et al. Feb 2010 B2
7668925 Liao et al. Feb 2010 B1
7676640 Chow Mar 2010 B2
7681188 Tirumalai et al. Mar 2010 B1
7716389 Bruce et al. May 2010 B1
7719287 Marks et al. May 2010 B2
7729370 Orcine et al. Jun 2010 B1
7743202 Tsai et al. Jun 2010 B2
7765359 Kang et al. Jul 2010 B2
7877639 Hoang Jan 2011 B2
7913073 Choi Mar 2011 B2
7921237 Holland et al. Apr 2011 B1
7934052 Prins et al. Apr 2011 B2
7958295 Liao et al. Jun 2011 B1
7979614 Yang Jul 2011 B1
7996581 Bond et al. Aug 2011 B2
8010740 Arcedera et al. Oct 2011 B2
8032700 Bruce et al. Oct 2011 B2
8156279 Tanaka et al. Apr 2012 B2
8156320 Borras Apr 2012 B2
8161223 Chamseddine et al. Apr 2012 B1
8165301 Bruce et al. Apr 2012 B1
8200879 Falik et al. Jun 2012 B1
8219719 Parry et al. Jul 2012 B1
8225022 Caulkins Jul 2012 B2
8266342 Takada et al. Sep 2012 B1
8341300 Karamcheti Dec 2012 B1
8341311 Szewerenko et al. Dec 2012 B1
8375257 Hong et al. Feb 2013 B2
8447908 Bruce et al. Apr 2013 B2
8489914 Cagno Jul 2013 B2
8510631 Wu et al. Aug 2013 B2
8560804 Bruce et al. Oct 2013 B2
8583868 Belluomini et al. Nov 2013 B2
8677042 Gupta et al. Mar 2014 B2
8707134 Takahashi et al. Apr 2014 B2
8713417 Jo Apr 2014 B2
8762609 Lam et al. Jun 2014 B1
8788725 Bruce et al. Jul 2014 B2
8832371 Uehara et al. Sep 2014 B2
8856392 Myrah et al. Oct 2014 B2
8959307 Bruce et al. Feb 2015 B1
9043669 Bruce et al. May 2015 B1
9099187 Bruce et al. Aug 2015 B2
9135190 Bruce et al. Sep 2015 B1
9147500 Kim et al. Sep 2015 B2
9158661 Blaine et al. Oct 2015 B2
9201790 Keeler Dec 2015 B2
9400617 Ponce et al. Jul 2016 B2
20010010066 Chin et al. Jul 2001 A1
20020011607 Gelke et al. Jan 2002 A1
20020013880 Gappisch et al. Jan 2002 A1
20020044486 Chan et al. Apr 2002 A1
20020073324 Hsu et al. Jun 2002 A1
20020083262 Fukuzumi Jun 2002 A1
20020083264 Coulson Jun 2002 A1
20020141244 Bruce et al. Oct 2002 A1
20030023817 Rowlands et al. Jan 2003 A1
20030065836 Pecone Apr 2003 A1
20030097248 Terashima et al. May 2003 A1
20030120864 Lee et al. Jun 2003 A1
20030126451 Gorobets Jul 2003 A1
20030131201 Khare et al. Jul 2003 A1
20030161355 Falcomato et al. Aug 2003 A1
20030163624 Matsui et al. Aug 2003 A1
20030163647 Cameron et al. Aug 2003 A1
20030163649 Kapur et al. Aug 2003 A1
20030182576 Morlang et al. Sep 2003 A1
20030188100 Solomon et al. Oct 2003 A1
20030204675 Dover et al. Oct 2003 A1
20030217202 Zilberman et al. Nov 2003 A1
20030223585 Tardo et al. Dec 2003 A1
20040073721 Goff et al. Apr 2004 A1
20040078632 Infante et al. Apr 2004 A1
20040128553 Buer et al. Jul 2004 A1
20040186931 Maine Sep 2004 A1
20040215868 Solomon et al. Oct 2004 A1
20050050245 Miller et al. Mar 2005 A1
20050055481 Chou et al. Mar 2005 A1
20050078016 Neff Apr 2005 A1
20050097263 Wurzburg May 2005 A1
20050097368 Peinado et al. May 2005 A1
20050120146 Chen et al. Jun 2005 A1
20050210149 Kimball Sep 2005 A1
20050210159 Voorhees et al. Sep 2005 A1
20050226407 Kasuya et al. Oct 2005 A1
20050240707 Hayashi et al. Oct 2005 A1
20050243610 Guha et al. Nov 2005 A1
20050289361 Sutardja Dec 2005 A1
20060004957 Hand III, et al. Jan 2006 A1
20060026329 Yu Feb 2006 A1
20060031450 Unrau et al. Feb 2006 A1
20060039406 Day et al. Feb 2006 A1
20060064520 Anand et al. Mar 2006 A1
20060095709 Achiwa May 2006 A1
20060112251 Karr et al. May 2006 A1
20060129876 Uemura Jun 2006 A1
20060173970 Pope et al. Aug 2006 A1
20060184723 Sinclair et al. Aug 2006 A1
20070019573 Nishimura Jan 2007 A1
20070028040 Sinclair Feb 2007 A1
20070058478 Murayama Mar 2007 A1
20070073922 Go et al. Mar 2007 A1
20070079017 Brink et al. Apr 2007 A1
20070083680 King et al. Apr 2007 A1
20070088864 Foster Apr 2007 A1
20070093124 Varney et al. Apr 2007 A1
20070094450 VanderWiel Apr 2007 A1
20070096785 Maeda May 2007 A1
20070121499 Pal et al. May 2007 A1
20070130439 Andersson et al. Jun 2007 A1
20070159885 Gorobets Jul 2007 A1
20070168754 Zohar et al. Jul 2007 A1
20070174493 Irish et al. Jul 2007 A1
20070174506 Tsuruta Jul 2007 A1
20070195957 Arulambalam et al. Aug 2007 A1
20070288686 Arcedera et al. Dec 2007 A1
20070288692 Bruce et al. Dec 2007 A1
20070294572 Kalwitz et al. Dec 2007 A1
20070299996 Guy et al. Dec 2007 A1
20080005481 Walker Jan 2008 A1
20080052456 Ash et al. Feb 2008 A1
20080052585 LaBerge et al. Feb 2008 A1
20080072031 Choi Mar 2008 A1
20080104264 Duerk et al. May 2008 A1
20080140724 Flynn et al. Jun 2008 A1
20080147963 Tsai et al. Jun 2008 A1
20080189466 Hemmi Aug 2008 A1
20080195800 Lee et al. Aug 2008 A1
20080218230 Shim Sep 2008 A1
20080228959 Wang Sep 2008 A1
20080276037 Chang et al. Nov 2008 A1
20080301256 McWilliams et al. Dec 2008 A1
20090028229 Cagno et al. Jan 2009 A1
20090037565 Andresen et al. Feb 2009 A1
20090055573 Ito Feb 2009 A1
20090077306 Arcedera et al. Mar 2009 A1
20090083022 Bin Mohd Nordin et al. Mar 2009 A1
20090094411 Que Apr 2009 A1
20090132620 Arakawa May 2009 A1
20090132752 Poo et al. May 2009 A1
20090150643 Jones et al. Jun 2009 A1
20090158085 Kern et al. Jun 2009 A1
20090172250 Allen et al. Jul 2009 A1
20090172261 Prins et al. Jul 2009 A1
20090172466 Royer et al. Jul 2009 A1
20090240873 Yu et al. Sep 2009 A1
20100058045 Borras et al. Mar 2010 A1
20100095053 Bruce et al. Apr 2010 A1
20100125695 Wu et al. May 2010 A1
20100250806 Devilla et al. Sep 2010 A1
20100268904 Sheffield et al. Oct 2010 A1
20100299538 Miller Nov 2010 A1
20100318706 Kobayashi Dec 2010 A1
20110022778 Schibilla et al. Jan 2011 A1
20110022783 Moshayedi Jan 2011 A1
20110022801 Flynn Jan 2011 A1
20110087833 Jones Apr 2011 A1
20110093648 Belluomini et al. Apr 2011 A1
20110113186 Bruce et al. May 2011 A1
20110133826 Jones et al. Jun 2011 A1
20110145479 Talagala et al. Jun 2011 A1
20110161568 Bruce et al. Jun 2011 A1
20110167204 Estakhri et al. Jul 2011 A1
20110173383 Gorobets Jul 2011 A1
20110197011 Suzuki et al. Aug 2011 A1
20110202709 Rychlik Aug 2011 A1
20110208901 Kim et al. Aug 2011 A1
20110208914 Winokur et al. Aug 2011 A1
20110219150 Piccirillo et al. Sep 2011 A1
20110258405 Asaki et al. Oct 2011 A1
20110264884 Kim Oct 2011 A1
20110264949 Ikeuchi et al. Oct 2011 A1
20110270979 Schlansker et al. Nov 2011 A1
20120005405 Wu et al. Jan 2012 A1
20120005410 Ikeuchi Jan 2012 A1
20120017037 Riddle et al. Jan 2012 A1
20120079352 Frost et al. Mar 2012 A1
20120102263 Aswadhati Apr 2012 A1
20120102268 Smith et al. Apr 2012 A1
20120137050 Wang et al. May 2012 A1
20120159029 Krishnan et al. Jun 2012 A1
20120161568 Umemoto et al. Jun 2012 A1
20120173795 Schuette et al. Jul 2012 A1
20120215973 Cagno et al. Aug 2012 A1
20120249302 Szu Oct 2012 A1
20120260102 Zaks et al. Oct 2012 A1
20120271967 Hirschman Oct 2012 A1
20120303924 Ross Nov 2012 A1
20120311197 Larson et al. Dec 2012 A1
20120324277 Weston-Lewis et al. Dec 2012 A1
20130010058 Pomeroy Jan 2013 A1
20130019053 Somanache et al. Jan 2013 A1
20130073821 Flynn et al. Mar 2013 A1
20130094312 Jang et al. Apr 2013 A1
20130099838 Kim et al. Apr 2013 A1
20130111135 Bell, Jr. et al. May 2013 A1
20130206837 Szu Aug 2013 A1
20130208546 Kim et al. Aug 2013 A1
20130212337 Maruyama Aug 2013 A1
20130212349 Maruyama Aug 2013 A1
20130212425 Blaine et al. Aug 2013 A1
20130246694 Bruce et al. Sep 2013 A1
20130254435 Shapiro et al. Sep 2013 A1
20130262750 Yamasaki et al. Oct 2013 A1
20130282933 Jokinen et al. Oct 2013 A1
20130304775 Davis et al. Nov 2013 A1
20130339578 Ohya et al. Dec 2013 A1
20130339582 Olbrich et al. Dec 2013 A1
20130346672 Sengupta et al. Dec 2013 A1
20140068177 Raghavan Mar 2014 A1
20140095803 Kim et al. Apr 2014 A1
20140104949 Bruce et al. Apr 2014 A1
20140108869 Brewerton Apr 2014 A1
20140189203 Suzuki et al. Jul 2014 A1
20140258788 Maruyama Sep 2014 A1
20140285211 Raffinan Sep 2014 A1
20140331034 Ponce et al. Nov 2014 A1
20150006766 Ponce et al. Jan 2015 A1
20150012690 Bruce et al. Jan 2015 A1
20150032937 Salessi Jan 2015 A1
20150032938 Salessi Jan 2015 A1
20150067243 Salessi et al. Mar 2015 A1
20150149697 Salessi et al. May 2015 A1
20150149706 Salessi et al. May 2015 A1
20150153962 Salessi et al. Jun 2015 A1
20150169021 Salessi et al. Jun 2015 A1
20150261456 Alcantara et al. Sep 2015 A1
20150261475 Alcantara et al. Sep 2015 A1
20150261797 Alcantara et al. Sep 2015 A1
20150370670 Lu Dec 2015 A1
20150371684 Mataya Dec 2015 A1
20150378932 Souri et al. Dec 2015 A1
20160026402 Alcantara et al. Jan 2016 A1
20160027521 Lu Jan 2016 A1
20160041596 Alcantara et al. Feb 2016 A1
Foreign Referenced Citations (8)
Number Date Country
2005142859 Jun 2005 JP
2005-309847 Nov 2005 JP
489308 Jun 2002 TW
200428219 Dec 2004 TW
436689 Dec 2005 TW
I420316 Dec 2013 TW
WO 9406210 Mar 1994 WO
WO 9838568 Sep 1998 WO
Non-Patent Literature Citations (150)
Entry
Office Action dated Oct. 5, 2015 for Taiwanese Application No. 103105076.
Office Action dated Nov. 19, 2015 for U.S. Appl. No. 14/217,249.
Office Action dated Nov. 18, 2015 for U.S. Appl. No. 14/217,467.
Office Action dated Dec. 4, 2015 for U.S. Appl. No. 14/616,700.
Office Action dated Jun. 4, 2015 for U.S. Appl. No. 14/215,414.
Office Action for U.S. Appl. No. 14/855,245 dated Oct. 26, 2016.
Office Action for U.S. Appl. No. 14/217,249 dated Oct. 28, 2016.
Office Action for U.S. Appl. No. 14/217,399 dated Nov. 1, 2016.
Office Action for U.S. Appl. No. 14/217,291 dated Nov. 3, 2016.
Office Action for U.S. Appl. No. 14/217,947 dated Nov. 4, 2016.
Office Action for U.S. Appl. No. 14/216,627 dated Nov. 7, 2016.
Office Action for U.S. Appl. No. 14/689,019 dated Nov. 18, 2016.
Office Action for U.S. Appl. No. 14/684,399 dated Nov. 21, 2016.
Notice of Allowance for U.S. Appl. No. 14/689,045 dated Nov. 21, 2016.
Notice of Allowance for U.S. Appl. No. 14/217,334 dated Nov. 23, 2016.
Office Action dated Dec. 5, 2014 for U.S. Appl. No. 14/038,684.
Office Action dated Oct. 8, 2015 for U.S. Appl. No. 14/217,291.
Notice of allowance/allowability for U.S. Appl. No. 13/253,912 dated Mar. 21, 2016.
Notice of allowance/allowability for U.S. Appl. No. 14/803,107 dated Mar. 28, 2016.
Office Action for U.S. Appl. No. 14/217,334 dated Apr. 4, 2016.
Robert Cooksey et al., A Stateless, Content-Directed Data Prefetching Mechanism, Copyright 2002 ACM.
Office Action for U.S. Appl. No. 14/866,946 dated Jul. 27 2017.
Office Action for U.S. Appl. No. 14/616,700 dated Jun. 2, 2017.
Office Action for U.S. Appl. No. 15/268,533 dated Jun. 2, 2017 (issued by Examiner in this application).
Office Action for U.S. Appl. No. 15/268,536 dated Apr. 27, 2017.
Office Action for U.S. Appl. No. 15/368,598 dated May 19, 2017.
Advisory Action for U.S. Appl. No. 14/690,305 dated Nov. 25, 2016.
Office Action for U.S. Appl. No. 14/216,937 dated Aug. 15, 2016.
Notice of Allowance for U.S. Appl. No. 14/217,096 dated Dec. 5, 2016.
Notice of Allowance for U.S. Appl. No. 14/217,161 dated Dec. 30, 2016.
Office Action for U.S. Appl. No. 14/866,946 dated Jan. 5, 2017.
Office Action for U.S. Appl. No. 14/688,209 dated Jan. 11, 2017.
Amazon Route 53 Developer Guide API Version Apr. 1, 2013, copyright 2017 by Amazon Web Services.
Host Bus Adapters (HBAs): What you need to know about networking workhorse by Alan Earls, Feb. 2003.
Office Action for U.S. Appl. No. 14/690,243 dated Jan. 13, 2017.
Office Action for U.S. Appl. No. 14/232,801 dated Jan. 19, 2017.
Notice of allowance/allowability for U.S. Appl. No. 14/217,365 dated Oct. 18, 2016.
Office Action for U.S. Appl. No. 14/217,291 dated Jun. 15, 2016.
Office Action for U.S. Appl. No. 14/217,316 dated Aug. 10, 2017.
Advisory Action for U.S. Appl. No. 14/690,305 dated Nov. 3, 2017.
Office Action for U.S. Appl. No. 14/690,305 dated Aug. 10, 2017.
Office Action for U.S. Appl. No. 14/217,291 dated Nov. 3, 2017.
Notice of Allowance/Allowability for U.S. Appl. No. 14/217,334 dated Aug. 4, 2017.
Advisory Action for U.S. Appl. No. 14/217,291 dated Aug. 9, 2017.
Office Action for U.S. Appl. No. 14/217,291 dated May 17, 2017.
Notice of Allowance for U.S. Appl. No. 14/215,414 dated Jan. 20, 2017.
Advisory Action for U.S. Appl. No. 14/217,249 dated Jan. 26, 2017.
Notice of Allowance for U.S. Appl. No. 14/687,700 dated Jan. 27, 2016.
Office Action for U.S. Appl. No. 14/690,339 dated Feb. 3, 2017.
Office Action for U.S. Appl. No. 14/616,700 dated Feb. 9, 2017.
Notice of Allowance for U.S. Appl. No. 14/217,365 dated Feb. 10, 2017.
Office Action for U.S. Appl. No. 14/690,349 dated Feb. 8, 2017.
Advisory Action for U.S. Appl. No. 14/689,019 dated Feb. 17, 2017.
Office Action for U.S. Appl. No. 14/690,349 dated Feb. 27, 2017.
Notice of allowance/allowability for U.S. Appl. No. 14/214,216 dated Apr. 27, 2016.
Notice of allowance/allowability for U.S. Appl. No. 14/217,436 dated May 6, 2016.
National Science Fountation,Award Abstract #1548968, SBIR Phase I: SSD In-Situ Processing, http://www.nsf.gov/awardsearch/showAward?AWD_ID=1548968 printed on Feb. 13, 2016.
Design-Reuse, NxGn Data Emerges from Stealth Mode to provide a paradigm shift in enterprise storage solution.
Office Action dated Dec. 15, 2015 for U.S. Appl. No. 13/253,912.
Office Action dated Dec. 17, 2015 for U.S. Appl. No. 14/214,216.
Office Action dated Dec. 17, 2015 for U.S. Appl. No. 14/215,414.
Office Action dated Dec. 17, 2015 for U.S. Appl. No. 14/803,107.
Office Action dated Jan. 17, 2016 for U.S. Appl. No. 14/866,946.
Office Action dated Jan. 11, 2016 for U.S. Appl. No. 14/217,399.
Office Action dated Jan. 15, 2016 for U.S. Appl. No. 14/216,937.
Notice of Allowance and Examiner-Initiated Interview Summary, dated Jan. 29, 2016 for U.S. Appl. No. 14/297,628.
Advisory Action for U.S. Appl. No. 14/217,334 dated Jun. 13, 2016.
Office Action for U.S. Appl. No. 12/876,113 dated Mar. 13, 2014.
Advisory Action for U.S. Appl. No. 12/876,113 dated Sep. 6, 2013.
Office Action for U.S. Appl. No. 12/876,113 dated May 14, 2013.
Office Action for U.S. Appl. No. 12/876,113 dated Dec. 21, 2012.
Notice of Allowability for U.S. Appl. No. 12/882,059 dated May 30, 2013.
Notice of Allowability for U.S. Appl. No. 12/882,059 dated Feb. 14, 2013.
Office Action for U.S. Appl. No. 12/882,059 dated May 11, 2012.
Notice of Allowability for U.S. Appl. No. 14/038,684 dated Aug. 1, 2014.
Office Action for U.S. Appl. No. 14/038,684 dated Mar. 17, 2014.
Notice of Allowance/Allowability for U.S. Appl. No. 13/890,229 dated Feb. 20, 2014.
Office Action for U.S. Appl. No. 13/890,229 dated Oct. 8, 2013.
Office Action for U.S. Appl. No. 12/876,113 dated Dec. 5, 2014.
Notice of Allowance/Allowabilty for U.S. Appl. No. 12/876,113 dated Jun. 22, 2015.
Office Action for U.S. Appl. No. 14/217,249 dated Apr. 23, 2015.
Office Action for U.S. Appl. No. 14/217,467 dated Apr. 27, 2015.
Office Action for U.S. Appl. No. 14/616,700 dated Apr. 30, 2015.
Office Action for U.S. Appl. No. 14/217,436 dated Sep. 11, 2015.
Office Action for U.S. Appl. No. 14/217,096 dated Jul. 12, 2016.
Notice of Allowance for U.S. Appl. No. 14/217,399 dated Jul. 20, 2016 (Mailed in this current application).
Office Action for U.S. Appl. No. 14/866,946 dated Jul. 29, 2016.
Notice of Allowance for U.S. Appl. No. 14/217,334 dated Jul. 29, 2016.
Office Action for U.S. Appl. No. 14/690,243 dated Aug. 11, 2016.
Office Action for U.S. Appl. No. 14/690,370 dated Aug. 12, 2016.
Working Draft American National Standard Project T10/1601-D Information Technology Serial Attached SCSI—1.1 (SAS—1.1), Mar. 13, 2004 Revision 4.
Final Office Action dated Nov. 19, 2015 for U.S. Appl. No. 14/217,249.
Final Office Action dated Nov. 18, 2015 for U.S. Appl. No. 14/217,467.
Office Action dated Nov. 25, 2015 for U.S. Appl. No. 14/217,041.
Office Action for U.S. Appl. No. 14/217,249 dated Apr. 21, 2016.
Notice of allowance/allowability for U.S. Appl. No. 14/217,467 dated Apr. 20, 2016.
Office Action for U.S. Appl. No. 14/215,414 dated May 20, 2016.
Office Action for U.S. Appl. No. 14/616,700 dated May 20, 2016.
Office Action for U.S. Appl. No. 14/689,019 dated May 20, 2016.
Advisory Action for U.S. Appl. No. 14/217,316 dated May 19, 2016.
Office Action for U.S. Appl. No. 14/217,365 dated Feb. 18, 2016.
Office Action for U.S. Appl. No. 14/217,365 dated Mar. 2, 2016.
Office Action for U.S. Appl. No. 14/690,305 dated Feb. 25, 2016.
Office Action for U.S. Appl. No. 14/217,436 dated Feb. 25, 2016.
Office Action for U.S. Appl. No. 14/217,316 dated Feb. 26, 2016.
Office Action for U.S. Appl. No. 14/215,414 dated Mar. 1, 2016.
Office Action for U.S. Appl. No. 14/616,700 dated Mar. 8, 2016.
Office Action for U.S. Appl. No. 13/253,912 dated Jul. 16, 2014.
Office Action for U.S. Appl. No. 13/475,878 dated Jun. 23, 2014.
Office Action for U.S. Appl. No. 12/876,113 dated Jul. 11, 2014.
Office Action for U.S. Appl. No. 12/876,113 dated Oct. 16, 2014.
Notice of Allowance for U.S. Appl. No. 12/270,626 dated Oct. 3, 2014.
Office Action for U.S. Appl. No. 12/270,626 dated May 23, 2014.
Office Action for U.S. Appl. No. 12/270,626 dated Apr. 4, 2011.
Office Action for U.S. Appl. No. 12/270,626 dated Dec. 18, 2013.
Office Action for U.S. Appl. No. 12/270,626 dated Mar. 15, 2013.
Office Action for U.S. Appl. No. 12/270,626 dated Aug. 23, 2012.
Office Action for U.S. Appl. No. 13/475,878, dated Jun. 23, 2014.
Office Action for U.S. Appl. No. 12/270,626 dated Feb. 3, 2012.
Notice of Allowance/Allowability for U.S. Appl. No. 12/270,626 dated Oct. 3, 2014.
Advisory Action for U.S. Appl. No. 12/876,113 dated Oct. 16, 2014.
Office Action for U.S. Appl. No. 14/297,628 dated Jul. 17, 2015.
Office Action for U.S. Appl. No. 13/475,878 dated Dec. 4, 2014.
USPTO Notice of Allowability & attachment(s) dated Jan. 7, 2013 for U.S. Appl. No. 12/876,247.
Office Action dated Sep. 14, 2012 for U.S. Appl. No. 12/876,247.
Office Action dated Feb. 1, 2012 for U.S. Appl. No. 12/876,247.
Notice of Allowance/Allowability dated Mar. 31, 2015 for U.S. Appl. No. 13/475,878.
Office Action dated May 22, 2015 for U.S. Appl. No. 13/253,912.
Office Action for U.S. Appl. No. 14/616,700 dated Oct. 20, 2016.
Notice of allowance/allowability for U.S. Appl. No. 14/217,041 dated Apr. 11, 2016.
Office Action for U.S. Appl. No. 14/217,316 dated Aug. 25, 2016.
Office Action for U.S. Appl. No. 14/690,305 dated Aug. 26, 2016.
Advisory Action for U.S. Appl. No. 14/217,291 dated Sep. 9, 2016.
Advisory Action for U.S. Appl. No. 14/689,045 dated Sep. 16, 2016.
Notice of Allowance for U.S. Appl. No. 14/182,303 dated Sep. 12, 2016.
Advisory Action for U.S. Appl. No. 14/690,114 dated Sep. 12, 2016.
Notice of Allowance for U.S. Appl. No. 14/215,414 dated Sep. 23, 2016.
Advisory Action for U.S. Appl. No. 14/866,946 dated Oct. 13, 2016.
Office Action for U.S. Appl. No. 14/687,700 dated Sep. 26, 2016.
Office Action for U.S. Appl. No. 15/170,768 dated Oct. 6, 2016.
Office Action dated Sep. 11, 2015 for U.S. Appl. No. 14/217,436.
Office Action dated Sep. 24, 2015 for U.S. Appl. No. 14/217,334.
Office Action dated Sep. 18, 2015 for Taiwanese Patent Application No. 102144165.
Office Action dated Sep. 29, 2015 for U.S. Appl. No. 14/217,316.
Office Action dated Sep. 28, 2015 for U.S. Appl. No. 14/689,045.
Advisory Action for U.S. Appl. No. 14/217,316 dated Jun. 15, 2017.
Office Action for U.S. Appl. No. 14/217,316 dated Mar. 23, 2017.
Office Action for U.S. Appl. No. 14/690,305 dated Feb. 10, 2017.
Advisory Action for U.S. Appl. No. 14/690,305 dated Nov. 25 2016.
Notice of Allowance/Allowability for U.S. Appl. No. 14/217,334 dated Mar. 23, 2017.
Provisional Applications (1)
Number Date Country
61800395 Mar 2013 US
Continuations (1)
Number Date Country
Parent 14217041 Mar 2014 US
Child 15344537 US