The present invention relates generally to performing of cyclic redundancy check (CRC) on iSCSI protocol data units (PDUs), and more particularly for an apparatus and method for performing CRC on partial iSCSI PDUs.
The rapid growth in data intensive applications continues to fuel the demand for raw data storage capacity. To meet this growing demand, the concept of the network storage systems was introduced. A network storage system is a network having a primary purpose of transferring of data between distributed computer systems and storage devices.
Network storage systems utilize the Internet Small Computer System Interface (iSCSI) protocol, which provides reliable data storage transport over a conventional transmission control protocol/Internet protocol (TCP/IP) network. The iSCSI protocol itself encapsulates small computer system interface (SCSI) commands in protocol data units (PDUs) carried in TCP/IP byte streams. That is, the iSCSI protocol allows network devices that are not connected by the same SCSI bus to communicate with each other over the Internet.
Data integrity is achieved by means of cyclic redundancy check (CRC) techniques. The CRC technique is used for checking and detecting errors in data transmitted over a network. The CRC algorithm and its underlying mathematics are well known to those skilled in the art. CRC generation is performed when data is transmitted from a host computer to the network. The CRC is calculated independently for a header and payload data portions included in an iSCSI PDU. The CRC is calculated for each portion independently and inserted to the PDU at locations reserved the CRCs calculated for the header and payload portions. CRC check is performed when an iSCSI PDU is received at the host computer. Here, the CRC is calculated and compared with a CRC value included in the PDU. The check is performed on both the header and payload portions.
Prior art implementations require the reception of an entire PDU before handling the CRC. Typically, an iSCSI PDU is composed of multiple data TCP segments that may have variable length size and further include data from more than one PDU. These segments are received in no particular order and multiple segments may be received from multiple different connections simultaneously. Therefore, in order to calculate the CRC related to the payload data of a PDU, prior art implementations construct the entire PDU before handling the CRC. Specifically, these implementations are not design to calculate the CRC of partial PDUs (e.g., TCP segments) while these partial PDUs are received or transmitted to the network. As an example, U.S. patent application Ser. No. 10/456,871 discloses a transport off-load engine (TOE) that performs CRC operations on iSCSI PDUs. The disclosed TOE receives a complete iSCSI PDU assembled by the host computer, calculates the CRC, and sends the result back to the host computer.
It would be therefore advantageous to provide an efficient solution for performing CRC operations on partial PDUs.
Referring to
Traffic is transmitted either in an outbound path or an inbound path. In the outbound path the CRC is generated as data is transferred from either first memory 140 or host memory 190 to the network. The CRC generation is performed by CRC controller 160 and TH 170 under the control of PNs 120. Once a PN 120 decides to move data it sets CRC controller 160 for the data movement and a CRC session is then established with TH 170 preparing it for the data movement. Subsequently, the respective PN 120 sends a series of commands to TH 170 to transfer the data and generate the CRC. At the end of the session, the respective PN 120 sends one or more messages to TH 170 to complete the process.
In the inbound path the CRC is checked as data, received from the network, is transferred from the first memory 140 to host memory 190. The CRC checking is performed by CRC controller 160 and DMA 130 under the control of PNs 120. Once a PN 120 decides to move data it sets the CRC controller 160 for the data movement and a CRC session is then established with DMA 130 preparing it for the data movement. Subsequently, the respective PN 120 sends a series of commands to DMA 130 to transfer the data and perform the CRC checking. At the end of the session, the respective PN 120 sends one or more messages to DMA 130 to complete the process.
In order to support CRC operation on partial PDUs, partial CRC values are maintained in second memory 150. In addition, CRC controller 160 includes a database of partial CRC values (hereinafter the “CRC-DB”) for maintaining partial CRC results. An entry in the CRC-DB includes the following fields: a state of the entry, a partial CRC value, and a location in second memory 150 of a partial CRC value. The entry's state may be one of: an idle, an idle error, a load requested, a load completed, an active, and a write back. A non-limiting diagram illustrates the entry states and theirs respective transitions is provided in
Outbound byte stream that requires CRC generation comprises PDUs payload data reside in host memory 190 or first Memory 140, PDU headers reside in first memory 140. The outbound byte stream may be segmented to TCP segments. An example,
To determine whether a CRC code should be generated for a data block pointed to by a MOD, an indication is given to each MOD once it is added to its respective queue. Specifically, the MOD is colored to indicate whether the data block pointed to by the MOD is a payload data that is part of the CRC, the data block pointed by the MOD does not require CRC generation (e.g., PDU headers), or the MOD points to a CRC trailer in which the result of the CRC is inserted. In an exemplary embodiment of the present invention, MODs colored in green point to PDU payload and hence CRC generation is applied, MODs colored in blue point to CRC trailers, and MODs colored in red point to PDU headers and hence CRC action is not performed.
Referring to
At step S440, a ‘generate’ command is sent to TH 170 by a PN 120 that controls the process. The ‘generate’ command refers to a single data segment, of the byte stream, and includes a reference to the CRC channel. At step S450, a check is made to determine if it is required to calculate the CRC for the data segment that the command refers to. For this purpose, TH 170 monitors the color of the MOD associated with the respective data segment, as the segment flows to its target network interface. At step S453, a check is made to determine as whether the MOD is coded in red. If so, the execution continues with step S450 where the next MOD is processed; otherwise, execution continues with step S455. At step S455, the color of the MOD is determined, and if the MOD is coded in green, i.e., CRC calculation is required, then at step S460 a partial CRC for the segment is calculated. If the MOD is coded in blue, i.e., CRC insertion is required then at step S470 the current CRC result inserted into the outgoing byte stream at the CRC trailer. The execution continues with step S472 where the CRC value of the CRC channel is set to the initial value, enabling the CRC calculation of the next PDU in the byte stream. At step S474, the CRC result is written to a placeholder MOD in second memory 150, in order to avoid the need for re-calculating the CRC upon TCP re-transmit request. If a re-transmit request was sent, then TH 170 identifies the MOD retrieves the CRC result from second memory 150 and sends it back as part of the byte stream. The CRC result is removed from second memory 150 when the TCP acknowledged is received.
At step S480 the CRC session with TH 170 is closed and the CRC channel writes back the current channel CRC value to the allocated entry. As a result, the entry's state is changed to a write back state, and the intermediate CRC value is saved to second memory 150 to a location designed by the partial CRC location field.
It should be noted by one who is skilled in the art that the CRC calculation is performed as PDUs flow toward the network, hence, the CRC calculation is performed without consuming additional bandwidth from first memory 140.
Following is a detailed example for generating CRC for the outbound byte stream shown in
A CRC second session is established when a new event to transmit segments 220-3 and 220-4 is received from QMS 110. It should be further noted that events for other connections may arrive between the end of the first session and the beginning of the second session. Segment 220-3 is not at the beginning of a PDU, and thus TH 170 allocates an entry in the CRC-DB and retrieves the partial CRC associated with the connection. The memory location of the partial CRC is stored in the connection context. PN 120 issues a CRC ‘generate’ command with a reference to the CRC channel for both segments 220-3 and 220-4. For segments 220-3 and 220-4 only MODs 320-3 through 320-7 are monitored. MOD 320-4 is coded in blue and therefore TH 170 replaces the CRC trailer with the CRC results, initializes the CRC channel in order to prepare it for PDU 210-3 and requesting CRC controller 160 to write the CRC result to a location in second memory 150.
Referring to
At step S540, a ‘check’ command is sent to DMA 130 by a PN 120 that controls the process. The ‘check’ command refers to a single data segment and includes a reference to the CRC channel. CRC check is performed on payload data after TCP processing and on delineated PDUs. PN 120 that controls the process is aware of the position of the segments within the PDU. For a segment placed at the middle or the beginning of a PDU, the CRC is calculated. For a segment at the end of a PDU, DMA 130 compares the calculated CRC result with the content of CRC trailer. At step S550, The comparison result is reported back to CRC controller 160 and if an error was detected then the state of the allocated entry is changed to an idle error state. At step S560, the CRC session with DMA 130 is closed. As a result, the CRC channel writes back the current channel CRC value to the allocated entry. As a result, the entry's state is changed to a write back state and the intermediate CRC result is saved to second memory 150 to a location designed by the partial CRC location field.
Other modifications and variations to the invention will be apparent to those skilled in the art from the foregoing disclosure and teachings. Thus, while only certain embodiments of the invention have been specifically described herein, it will be apparent that numerous modifications may be made thereto without departing from the spirit and scope of the invention.
Number | Date | Country | |
---|---|---|---|
60621690 | Oct 2004 | US |