The present invention relates in general to data communications, and in particular, to the precise reporting of errors in a data communication sequence.
In many communication networks, data is exchanged as a series of messages, commonly referred to as a communication sequence or flow. Each message in the flow is divided into one or more packets, which are typically sent from one network device to another. Packets are numbered so that they can be reassembled into messages once delivered to a receiving network device. To preserve data integrity, a sending network device checks the outgoing data for errors. A single network device can support thousands of flows. When an error is detected in a flow, the sending network device notifies software and stops transmitting further packets in that flow.
A common mechanism (or protocol) used for managing message flows is the InfiniBand™ standard (the specification of which is incorporated herein by reference). In accordance with this protocol, a transmitting device (a requester) sequentially transmits a flow of messages containing one or more packets to a receiving device (a responder). The responder receives the message packets in the flow, detects errors, and sequentially reports the status of each of the received packets back to the requester. Once the responder reports a remote error to the requester, the responder will not accept any more packets in that flow. Errors reported by the responder are called remote errors because they are detected remotely from the requester. Once the requester receives a report of a packet containing a remote error the error is reported to software in a completion code and any subsequent reports for the flow from the responder are ignored.
While preparing to transmit a flow to the responder, the requester may detect transmission errors. Transmission errors may be detected after packets earlier in the flow sequence have been sent to the responder. Conventionally, when the requester detects a transmission error in a packet, it is immediately reported to software so that the flow can be promptly terminated. InfiniBand™ specifies that the requester must immediately report all errors that it detects.
A method for the precise reporting of errors in a flow of successive messages containing at least one packet. The method includes detecting a transmission error in the packet and then deferring the reporting of the transmission error. The method defers the reporting of the transmission error by saving a sequence number of the packet and setting a deferred error flag in a state saved for the flow. The method processes the deferred transmission error when it receives an acknowledgement pertinent to an immediately preceding message in the flow. In one embodiment, the deferred transmission error is reported when a positive acknowledgement is received. In another embodiment, the deferred transmission error is ignored and a remote error is reported when a negative acknowledgement is received.
A state machine is provided for tracking the status of packets in a flow of successive messages from a requester. The state machine includes an acknowledgement sequence number, a deferred error flag, and a deferred error sequence number. The state machine sets the deferred error flag when the requester detects a transmission error in a packet in a message. In one embodiment, the deferred error flag remains set when the requestor receives a positive acknowledgement of a packet in a message immediately preceding the transmission error. In another embodiment, the state machine terminates when the requester receives a negative acknowledgement of a packet in a message immediately preceding the transmission error.
In accordance with a further method, precise reporting of errors is performed on a flow including a first message and a second message. The method includes transmitting the first message, detecting a transmission error in the second message, and deferring the reporting of the transmission error in the second message. The method defers the reporting of the transmission error in the second message by writing a record of the transmission error to a state saved for the flow. The method further includes processing the deferred transmission error in the second message upon receiving an acknowledgement pertinent to the first message. The method writes a record of the transmission error in the second message to a state by saving a sequence number of the packet causing the error and setting a deferred error flag in the state. In one embodiment, the deferred transmission error in the second message is reported when a positive acknowledgement pertinent to the first message is received. In another embodiment, the deferred transmission error is ignored and a remote error is reported when a negative acknowledgement pertinent to the first message is received.
The foregoing features of the invention will be more readily understood by reference to the following detailed description, taken with reference to the accompanying drawings, in which:
Memory 102 may be an error correcting code (ECC) memory device for testing the accuracy of data packets. Each packet passing through memory 102 is marked with an ECC code. When the requester 102 reads data from memory 102 as it prepares to transmit a packet, it verifies the ECC code.
Acknowledgements are positive, negative, or retransmission. A positive acknowledgement indicates that a packet was successfully transmitted from the requester to the responder with no errors. A negative acknowledgement indicates that the responder has detected a remote error in a packet transmitted by the requester. A requester receiving a negative acknowledgement will not accept any more packets in the flow. A retransmission acknowledgement may indicate, for example, that the responder detected a skip in the sequence number of a received packet as compared to an immediately preceding packet in the flow. Upon receiving a retransmission acknowledgement of a transmitted packet, the requester may either retransmit the entire flow from the beginning or retransmit the flow beginning with the skipped packet. If the flow is retransmitted from the beginning, the responder will discard the packets preceding the skipped packet since it has already received them.
Upon receiving an acknowledgement, the requester completes a message by writing a completion code to a list in memory 102 called the Completion Queue (CQ). A message is considered complete when its completion code is written to the CQ. The requester receives an acknowledgement from the responder and determines whether or not the acknowledgement completes the message. Completion codes may be either positive or negative depending on the type of acknowledgement completing a message.
For example, if a positive acknowledgement is received for Packet 1 (Ack 1), the requester must determine that Ack 1 does not complete the descriptor for message A and that Ack 2 does. This determination is made by comparing the sequence number of the last packet in the descriptor for the message with the sequence number of the acknowledgement received for that same message. The requester withholds writing a completion code to the CQ until Ack 2 is received. Once Ack 2 is received, the requester writes a positive completion code to the CQ. If the responder detects a remote error in a packet of a message, it sends a negative acknowledgement to the requester while discarding any subsequent packets in the message. A remote error is an error detected by the requester after a packet has been received. Upon receiving a negative acknowledgement, the requester completes the message in error by writing a negative completion code to the CQ and the message is terminated.
If the requester 101 determines 502 that the acknowledgement is negative, the responder 103 has detected a remote error in a packet in the immediately preceding message. The message is reported 510 in the completion code to the CQ as containing a remote error and the flow is terminated.
If the requester 101 determines 502 that the acknowledgement is a retransmission (e.g., because of a skip in the packet sequence for the message), the requester 101 retransmits 514 the flow, from the beginning. Alternatively, the requester 101 may also retransmit the flow beginning with the skipped packet since the responder 103 will automatically discard duplicates of packets it has already received. After the retransmission, the deferred error flag remains set. However, if during retransmission the requester 101 detects a transmission error in a retransmission packet, the error flag for the previously deferred error is cleared and a new deferred error flag is set for the retransmission packet since the transmission error occurred earlier in the packet sequence for the flow.
In summary, a requester detects a transmission error in a packet in a flow of messages. If there are no outstanding acknowledgements from any previously transmitted packets in the flow, the transmission error is immediately reported. If there are outstanding acknowledgements, the requester defers reporting the error by setting a deferred error flag and by assigning it a deferred error sequence number, while waiting for the outstanding acknowledgements. If the outstanding acknowledgement is positive and completes a message, the requester writes the completion code for the message to software and processes any remaining outstanding acknowledgements. If the positive acknowledgement has a sequence number immediately preceding the deferred error sequence number, such that no more acknowledgements are outstanding, the transmission error is reported. If the outstanding acknowledgement is negative, indicating the detection of a remote error, the remote error is immediately reported. The deferred transmission error is ignored since only the first error in the flow is of interest. If the outstanding acknowledgement is a retransmission, the requester retransmits the packet sequence and waits for a positive acknowledgement that completes the immediately preceding message or a negative acknowledgement. If the requester detects a transmission error during retransmission, the previously deferred error is erased and the earlier occurring transmission error is deferred. Thus, the requester reports errors on outstanding packets, if any, before it reports the transmission error on the packet it detected earlier in time, but not earlier in the sequence.
The software benefits from precise error reporting. When an error is reported to software, it is assured that all messages prior to the message that is in error were successfully transmitted and received. Errors are thus reported in sequence regardless of whether the error was detected remotely upon being received by the responder or detected by the requester before transmission to the responder.
Computer program instructions implementing all or part of the functionality previously described herein may be embodied in various forms, including, but in no way limited to, a source code form, a computer executable form, and various intermediate forms (e.g., forms generated by an assembler, compiler, linker, or locator). Source code may include a series of computer program instructions implemented in any of various programming languages (e.g., an object code, an assembly language, or a high-level language such as Fortran, C, C++, JAVA, or HTML) for use with various operating systems or operating environments. The source code may define and use various data structures and communication messages. The source code may be in a computer executable form (e.g., via an interpreter), or the source code may be converted (e.g., via a translator, assembler, or compiler) into a computer executable form. The computer program may be fixed in any form (e.g., source code form, computer executable form, or an intermediate form) either permanently or transitorily in a tangible storage medium, such as a semiconductor memory device (e.g., a RAM, ROM, PROM, EEPROM, or Flash-Programmable RAM), a magnetic memory device (e.g., a diskette or fixed disk), an optical memory device (e.g., a CD-ROM), a PC card (e.g., PCMCIA card), or other memory device.
The computer program may be fixed in any form in a signal that is transmittable to a computer using any of various communication technologies, including, but in no way limited to, analog technologies, digital technologies, optical technologies, wireless technologies (e.g., Bluetooth), networking technologies, and internetworking technologies. The computer program may be distributed in any form as a removable storage medium with accompanying printed or electronic documentation (e.g., shrink wrapped software), preloaded with a computer system (e.g., on system ROM or fixed disk), or distributed from a server or electronic bulletin board over the communication system (e.g., the Internet or World Wide Web).
Although various exemplary embodiments of the invention have been disclosed, it should be apparent to those skilled in the art that various changes and modifications can be made which will achieve some of the advantages of the invention without departing from the true scope of the invention. These and other obvious modifications are intended to be covered by the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
6591383 | Michel et al. | Jul 2003 | B1 |
Number | Date | Country | |
---|---|---|---|
20030039209 A1 | Feb 2003 | US |