An improved method and system for generating a frame check sequence. A multiple-bit data string, m, is received in which m is of the form:

anbncndnan-1bn-1cn-1dn-1 . . . a2b2c2d2a1b1c1d1.

m is thereafter parsed into multiple subframes of the form:

anan-1an-2 . . . a2a1;

bnbn-1bn-2 . . . b2b1;

cncn-1cn-2 . . . c2c1;

and

dndn-1dn-2 . . . d2d1.

The subframes are padded with zeros resulting in subframes of the form:

an000an-1000an-2000 . . . a2000a1000;

0bn000bn-1000bn-200 . . . 0b2000b100;

00cn000cn-1000cn-20 . . . 00c2000c100;

and

000dn000dn-1000dn-2 . . . 000d2000d1.

A partial check sum is then generated for each of the multiple subframes. Finally, each of the partial check sums are added together such that a frame check sequence for m is obtained.

Patent
   6681364
Priority
Sep 24 1999
Filed
Sep 24 1999
Issued
Jan 20 2004
Expiry
Sep 24 2019
Assg.orig
Entity
Large
72
25
EXPIRED
1. A method for generating a frame check sequence for a data packet, wherein said data packet is composed of a string of binary bits, said method comprising the steps of:
parsing said data packet into m subframes each containing at least N bits and no more than N+1 bits that are interleaved at regular intervals with bits contained within the other m-1 subframes;
computing a partial check sum for each of said m subframes; and
adding each of said partial check sums such that a frame check sequence for said data packet is obtained.
6. A system for verifying the integrity of transmission of a data frame composed of a string of binary bits, said system comprising:
data processing means for parsing said data frame into m subframes each containing at least N bits and no more than N+1 bits that are interleaved at regular intervals with bits contained within the other m-1 subframes;
means for computing a partial check sum for each of said m subframes; and
a modulo-2 no carries adder for adding said partial check sums such that a frame check sequence for said data frame is obtained.
10. A program product stored in signal bearing media for generating a frame check sequence for a data packet, wherein said data packet is composed of a string of binary bits, said program product comprising:
instruction means for parsing said data packet into m subframes each containing at least N bits and no more than N+1 bits that are interleaved at regular intervals with bits contained within the other m-1 subframes;
instruction means for computing a partial check sum for each of said m subframes; and
instruction means for adding each of said partial check sums such that a frame check sequence for said data packet is obtained.
2. The method of claim 1, wherein said step of parsing said data packet is preceded by the step of appending k zero-bits to said data packet, where k is an integer greater than zero.
3. The method of claim 2, wherein said step of computing a partial check sum for said m subframes further comprises the steps of:
utilizing modulo-2 no-carries arithmetic to divide an ith one of said m subframes by a common divisor, P, wherein P is a k+1 bit binary number; and
in response to said modulo-two division, obtaining a remainder, Ri, wherein Ri is utilized as a partial check sum associated with said ith subframe.
4. The method of claim 1, wherein said step of parsing said data packet is followed by the step of padding said m subframes with zero bits at bit positions corresponding to said regular interleaved positions of said bits contained within the other m-1 subframes to form padded subframes.
5. The method of claim 1, wherein said step of adding each of said partial check sums further comprises utilizing modulo-2 no-carries arithmetic to add each of said partial check sums to generate a frame check sequence associated with said data packet.
7. The system of claim 6, wherein said data processing means for parsing said data packet further comprises data processing means for appending k zero-bits to said data packet.
8. The system of claim 7, wherein said computation means for computing a partial check sum for said m subframes further comprises:
a modulo-2 no-carries divider for dividing an ith one of said m subframes by a common divisor, P, wherein P is a k+1 bit binary number.
9. The system of claim 6, wherein said data processing means for parsing said data packet further comprises data processing means for padding said m subframes with zero bits at bit positions corresponding to said regular interleaved positions of said bits contained within the other m-1 subframes to form padded subframes.
11. The program product of claim 10, wherein said instruction means for parsing said data packet further comprises instruction means for appending k zero-bits to said data packet.
12. The program product of claim 11, wherein said instruction means for computing a partial check sum for said m subframes further comprises:
instruction means for utilizing modulo-2 no-carries arithmetic to divide an ith one of said m subframes by a common divisor, P, wherein P is a k+1 bit binary number; and
instruction means responsive to said modulo-two division, for obtaining a remainder, Ri, wherein Ri is utilized as a partial check sum associated with said ith subframe.
13. The program product of claim 10, wherein said instruction means for parsing said data packet further comprises instruction means for padding said m subframes with zero bits at bit positions corresponding to said regular interleaved positions of said bits contained within the other m-1 subframes to form padded subframes.
14. The program product of claim 10, wherein said instruction means for adding each of said partial check sums further comprises instruction means for utilizing modulo-2 no-carries arithmetic to add each of said partial check sums to generate a frame check sequence associated with said data packet.

1. Technical Field

The present invention relates in general to managing communications networks, and in particular, to a method and system for providing increased flexibility in processing data packets. More particularly, the present invention relates to a method and system for computing a frame check sequence (FCS) for a partitioned data packet. Still more particularly, the present invention relates to implementing Cyclic Redundancy Checks (CRCs) utilizing the inherent flexibility of modulo-2 arithmetic with no carries to provide a Cyclic Redundancy Check (CRC) that is adaptable with existing data processing structures and methods.

2. Description of the Related Art

CRC is a well known method for determining the presence of errors in digital transmissions in which discrete units of data, known as packets are delivered. The fundamental principle upon which CRC is based can be expressed equivalently in one of three ways. First, CRC can be described in terms of division of binary numbers. Second, as described by Boudreau et al. in U.S. Pat. No. 3,872,430, CRC may be performed utilizing a division of polynomials. Third, the utility in implementing CRCs is often realized by designing special check circuits in which Exclusive Or (XOR) and other elementary binomial operands generate frame check numbers for use during CRC.

Several types of packet-oriented data transmission systems are currently available. Token Ring, Ethernet, Asynchronous Transfer Mode (ATM), and Synchronous Optical Network (SONET) are examples of such systems which employ error detection and correction techniques such as CRC. When an information packet (sometimes referred to as a "frame" or "cell") is delivered from a source node to a destination node the receiver will utilize CRC to verify integrity of the transmission. To verify an accurate and successful transmission of an n-bit data packet, M, in accordance with conventional CRC methodologies requires two fundamental steps. First, a divisor P having n+1 bits is selected. For example, and with reference to Spragins p. 279, the divisor utilized in accordance with the IEEE 802 standard is the 33-bit number known as "CRC-32", as follows (the dot "." is for visual convenience only):

10000010.01100000.10001110.11011011.1.

The next step is to append n 0-bits to the end of the data sequence M. This is equivalent to multiplying M (regarding M as a binary number) by 2n. Data sequence M is then divided by P utilizing modulo-2 arithmetic with, no carries and the remainder, R, is the Frame Check Sequence (FCS) of M. This FCS is then appended to the end (right) of M without the added 0-bits to produce the frame to be transmitted T. If T is correctly transmitted and then divided by P, the remainder is the n-bit number having all zero entries.

Various methods for employing CRC and computing a FCS are well known to those skilled in the art and for a further explanation of conventional CRC methods, reference is made herein to Boudreau et al. U.S. Pat. No. 3,872,430 Stallings, pp. 164-171, and Spragins, Hammond, Pawlikowski, p.279. These references provide a more detailed explanation of CRC calculations and are incorporated herein by reference.

Computation of a FCS for a lengthy data string is cumbersome and hardware intensive. It is therefore often desirable to divide the computation of a FCS for a data packet into several subcomputations which are faster and which impose a lesser degree of hardware overhead. Several techniques are known for performing such CRC computations on subdivided portions of the original data packet. U.S. Pat. No. 5,410,546 (Boyer et al.) and U.S. Pat. No. 5,325,372 (Ish-Shalom), describe one such approach in which partial CRC remainders (adjustment codes) are stored in a table. In this manner, the complete CRC check sequence (sometimes referred to as "check sum") may be reconstructed utilizing a software implementation that constructs a FCS from the partial CRC remainders. Such methods may result in lower computation time but do not necessarily reduce hardware and software overhead. In addition, these "table lookup" methods do not support multiple interleaved data streams and are therefore insufficient when utilized with asynchronous systems such as Asynchronous Transfer Mode (ATM).

It can therefore be appreciated that a need exists for an improved CRC computation methodology that capitalizes on existing logic structures to calculate and subsequently combine partial CRCs to form a packet CRC. Such a method and system, if implemented would reduce the overhead required for generating check sequences that provides the flexibility inherent in utilizing partial CRCs.

It is therefore an object of the invention to provide an improved method and system for managing data communications.

It is another object of the invention to provide a method and system for providing increased flexibility in processing data packets.

It is still another object of the invention provide a method and system for computing a frame check sequence (FCS) for a partitioned data packet.

It is a further object of the invention to provide a method and system for implementing Cyclic Redundancy Checks (CRCs) utilizing the inherent flexibility of modulo-2 arithmetic to provide a CRC that is adaptable with existing data processing structures and methods.

The above and other objects are achieved as is now described. An improved method and system for generating a frame check sequence are disclosed. In the preferred implementation, a multiple-bit data string, M, is received in which M is of the form:

anbncndnan-1cn-1dn-1 . . . a2b2c2d2a1b1c1d1.

M is thereafter parsed into multiple subframes of the form:

anan-1an-2 . . . a2a1;

bnbn-1bn-2 . . . b2b1;

cncn-1cN-2 . . . c2c1;

and

dndn-1dn-2 . . . d2d1.

The subframes are padded with zeros resulting in subframes of the form:

an000an-1000an-2000 . . . a2000a1000;

0bn000bn-1000bn-200 . . . 0b2000b100;

00cn000cn-1000cn-20 . . . 00c2000c10;

and

000dn000dn-1000dn-2 . . . 000d2000d1.

A partial check sum is then generated for each of the multiple subframes. Finally, each of the partial check sums are added together such that a frame check sequence for M is obtained. In this manner, the sum of the partial check sums is guaranteed to be the same as the check sum for the original complete data packet.

The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objects, and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:

FIG. 1 depicts a CRC generator in accordance with the teachings of the present invention;

FIG. 2 illustrates a data packet partitioned in accordance with the method and system of the present invention;

FIG. 3 is a high level logic diagram depicting computation of a FCS in accordance with the teachings of the present invention; and

FIG. 4 is a simplified block diagram illustrating the functional entities comprising one embodiment of the CRC generator of the present invention.

The computations required for obtaining or verifying a FCS require the use of substantial sequential and combinatorial logic. Data registers of at least 32 bits are typically required for performing the arithmetic operations entailed in computing a FCS. Telecommunications nodes such as switches and bridges are often designed or constructed so that incoming or outgoing data packets are divided into subparts before being processed within the node or released for transmission. The present invention introduces a new method and system for computing a CRC code, referred to interchangeably as a frame check sequence (FCS), by regularly partitioning the original data packet into subframes and obtaining partial FCSs therefrom. The partial FCSs are subsequently added to obtain the CRC for the original data packet. The steps required accomplish this are explained with reference to FIGS. 1 through 3 below.

With reference now to the figures, and in particular with reference to FIG. 1, there is depicted a CRC generator 100 in accordance with the teachings of the present invention. As seen in FIG. 1, CRC generator 100 is comprised of an input link 102, an output link 104, and four intermediate data ports 106, 108, 110, and 112. Within each of data ports 106, 108, 110, and 112, is a CRC computation module 114. It is within CRC computation module 114 that a Frame Check Sequence (FCS) is generated. As utilized herein, a "frame" is a packet of information transmitted as a single unit in either asynchronous or synchronous communications systems. A FCS is a binary numeric string utilized as the check number within CRC.

As seen in FIG. 1, an original 32-bit data entity may be divided into four subframes. The 32 bits of the original packet passing through input link 102 will be divided equally among each of the resultant subframes passing through data ports 106, 108, 110, and 112. FCS generator 114 will then operate upon each subframe in accordance with CRC conventional computation methods to produce a partial FCS within each port. These partial FCSs are then delivered to output link 104 where they are recombined to form the complete FCS as described in greater detail hereinbelow.

With reference now to FIG. 2, there is illustrated a data packet 200 partitioned into subframes 202, 204, 206, and 208 in accordance with the method and system of the present invention. For clarity of explanation, the individual bits comprising data packet 200 have been labeled in a manner illustrative of how data packet 200 is partitioned in accordance with the present invention to form subframes 202, 204, 206, and 208. Data packet 200 represents a conventional data packet that may assume many possible forms depending on the type of system being employed. ATM and similar "connection-oriented" technologies transmits data as fixed-length cells of 53 bytes. A typical ATM cell includes a 5-byte header and 48-byte data payload. In contrast, "connection-less" standards such as Ethernet and Token Ring, transfer data packets of varying length. The improved CRC method and system of the present invention may be implemented utilizing any of a variety of such data packets.

In order to verify integrity of data transmission of data packet 200, a FCS for data packet 200 must be generated and stored for future comparisons. After being initially generated, this number is transmitted as an attachment to data packet 200. The node receiving data packet 200 will then recompute the FCS in accordance with CRC convention and compare the newly computed value to the FCS received with data packet 200. If the newly computed version conforms with the FCS received, then correct transmission of data packet 200 has been verified. If there is a disparity, an error is indicated and the data packet may be retransmitted. Utilizing this approach, transmission errors in the information fields and header or flag fields of a data packet are detected.

As illustrated in FIG. 2, subframes 202, 204, 206, and 208, are padded with zeros to form padded subframes 212, 214, 216, and 218 respectively, which are equal in length to the original data packet 200. In order to generate a FCS for data packet 200, each of padded subframes 212, 214, 216, and 218 are divided utilizing modulo-2 arithmetic with no carries by a predetermined divisor P (not depicted). The divisor, P, is a binary numeric string that may be comprised of any of several non-zero binary combinations, without departing from the scope or spirit of the present invention. Four remainders R1, R2, R3, and R4 will result from the division of padded subframes 212, 214, 216, and 218 by P. These remainders are the partial FCSs which must thereafter be added together in order to obtain the final FCS for data packet 200. Reference is made to Appendix A which provides a comprehensive explanation of the modulo-2 arithmetic computations utilized to derive the remainders and final FCS.

In an important feature of the present invention, the FCS obtained by adding remainders R1, R2, R3, and R4 will be equal to the FCS that would be obtained by dividing the entire original data packet 200 by P. A theorem in support of this result is provided and explained in greater detail in Appendix A. This feature of the present invention may be advantageously applied in the context of computing CRC codes for asynchronous data transfer technologies such as ATM in which multiple, regularly interleaved data streams must be accommodated.

FIG. 3 is a high level logic diagram depicting a FCS computation methodology 300 in accordance with the teachings of the present invention. Methodology 300 commences at start step 302 which depicts commencement of a process for generating a FCS for a newly generated or received data packet. The method proceeds to step 304 which illustrates reception of a data packet at the node at which methodology 300 is performed. In accordance with CRC convention, a previously generated FCS will be attached to the received data packet.

Next, the data packet is partitioned, or parsed, into subframes as depicted at step 306. A preferred method of such parsing is illustrated with reference to data packet 200 and subframes 202, 204, 206, and 208 of FIG. 2 and also Appendix A. Thereafter, and as illustrated at step 308, the subframes are padded with zeros or some other suitable uniform value such that each subframe achieves the dimensions of the original data frame received at step 304. Modulo-2, no carries division is then performed on each subframe utilizing a common divisor such as CRC-32 as depicted at step 310. Each such division will result in a remainder, or "partial FCS" corresponding to each padded subframe. Next, as illustrated at step 312, the remainders are added together utilizing modulo-2, no carries arithmetic to obtain the FCS for the complete data packet.

Steps 313 through 320 depict a sub-process within methodology 300, in which the FCS may be verified upon receipt following delivery to a destination node. In accordance with conventional CRC methodologies, and as illustrated at step 313, the FCS is appended to the original data packet to form a transmission packet, T. Step 314 depicts reception of T at a destination node which subsequently performs a CRC check (steps 315 through 320) to verifying integrity of the transmission. In accordance with convention CRC methods, the verification performed as illustrated at step 315 is essentially a modulo-2, no carries division of T by the original common divisor, P. If an invalid result (non-zero) is detected at step 316, an error will be posted and an error signal indicating the need to retransmit the data packet will be posted by the receiving node.

It should be noted that the present invention provides a method of obtaining the FCS that is impervious to the sequential order in which the subframes are sent or received. The present invention is therefore adaptable to systems which utilize multiple, regularly interleaved data streams such as ATM. The capability to asynchronously complete the CRC calculation from partial results is a key feature of the present invention. The subframes must be collected and each divided by a common divisor P. The four remainders are then added together to construct the CRC for the complete data packet. The CRC is then appended to the data packet to form a complete frame, T, which is then transmitted to a receiver. Upon receipt of T, the receiver will verify correct transmission by dividing T by the common divisor and if the remainder is zero, transmission has been verified as error free. It should be noted that although computation methodology 300 as well as the supporting description in Appendix A describe computing a FCS for a data packet partitioned in four parts, the method and system of the present invention as described herein is applicable to a data packet partitioned by any integer greater than one.

The present invention utilizes the inherent flexibility of modulo-2 arithmetic (no carries addition and subtraction) to provide a method and system for computing a FCS for an entire data packet utilizing modulo-2 operations performed on subframes of the packet. Because the FCS derived from the subframes is the same as that obtained by conventional computations, the present invention may be seamlessly incorporated into existing CRC systems.

It is important to note that, while the present invention has been, and will continue to be, described in the context of a fully functional telecommunications subsystem, those skilled in the art will appreciate that the present invention is capable of being distributed as a program product in a variety of forms, and that the present invention applies equally regardless of the particular type of signal-bearing media utilized to actually carry out the distribution. Examples of signal-bearing media include: recordable-type media, such as floppy disks, hard disk drives, and CD ROMs, and transmission-type media such as digital and analog communication links.

Preferred implementations of the invention include implementations as a computer system programmed to execute the method or methods described herein, and as a program product. According to the computer system implementation, sets of instructions for executing the method and methods are resident in RAM of one or more computer systems configured generally as described above. Until required by the computer system, the set of instructions may be stored as a computer-program product in another computer memory, for example, in a disk drive (which may include a removable memory such as an optical disk or floppy disk for eventual utilization in disk drive).

The computer-program product can also be stored at another computer and transmitted when desired to the user's workstation by a network or by an external communications network. One skilled in the art can appreciate that the physical storage of the sets of instructions physically changes the medium upon which it is stored so that the medium carries computer-readable information. The change may be electrical, magnetic, chemical, or some other physical change. While it is convenient to describe the invention. in terms of instructions, symbols, characters, or the like, the reader should remember that all of these and similar terms should be associated with the appropriate physical elements. Thus, a method for implementing the present invention as depicted in FIG. 3, can be accomplished with a computer-aided device. In such a method, data stored in a memory unit of a data-processing system such as a data-processing system, can represent steps in a method for implementing a preferred embodiment of the present invention.

With reference now to FIG. 4 there is illustrated a simplified block diagram illustrating the functional entities comprising one embodiment of the CRC generator of the present invention. Block 402 represents a data packet similar to data packet 200 of FIG. 2. The data packet depicted at block 402 is delivered to a parser, illustrated at block 404. Although not explicitly depicted in FIG. 4, in accordance with conventional CRC techniques (described in further detail in Stallings pp. 164-171), k zero-bits are appended to the data packet prior to the packet being delivered to the parser. As explained with reference to FIGS. 2 and 3, the data packet is then parsed in a regularly interleaved manner into a predetermined number, N, of subframes 406. In general for a data packet having M total bits that is to be partitioned into N subframes, each subframe will be composed of a unique set of M/N bits. For example, if, as depicted in FIG. 2 and Appendix A, the number of subframes has been determined to be four, the parser depicted at block 404 will parse out every fourth bit starting, for example with the first. This subframe will thus be comprised of the first, fifth, ninth, thirteenth, seventeenth, etc. bits in order to construct one subframe. Similarly, the next subframe will be .constructed from the second, sixth, tenth, fourteenth, etc. bits and so on for the remaining two subframes.

Subframes 406 are then padded with zeros as illustrated at step 203 of FIG. 2 and Appendix A and delivered to a divider depicted at block 408. As shown in bock 408, the divider performs modulo-2, no carries division on each of the padded subframes. For each such division operation, the dividend is the padded subframe, and, in accordance with conventional CRC techniques (See Stallings pp. 164-171), the divisor is a predetermined common divisor, comprised of k+1 bits. The remainder from the modulo-2, no carries division of subframe i by P will be utilized as the "partial check sum" for subframe i. After all N of such partial check sums 410 have been computed, they are added together within a modulo-2, no carries adder, or its functional equivalent illustrated at block 412. The sum of all N partial check sequences is the final frame check sequence 414 that is then associated with and appended to data packet 402.

While the invention has been particularly shown as described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention. It is therefore contemplated that such modifications can be made without departing from the spirit or scope of the present invention as defined in the appended claims.

APPENDIX A

This appendix sets forth a general method of deriving a Frame Check Sequence (FCS) in accordance with the method and system of the present invention.

Modulo-2 addition with no carries is distributive, that is, x*(y+z)=x*y+x*z. Let a, b, c, and d be any four binary numbers, and let P be any nonzero divisor. Dividing P into a yields a quotient Q(a) and a remainder R(a). Thus a=Q(a)*P+R(a). Similarly, dividing P into b, c, and d, and designating F to be the sum a+b+c+d:

F=Q(a)*P+R(a)+Q(b)*P+R(b)+Q(c)*P+R(c)+Q (d)*P+R(d) (1)

Thus,

R(F/P)=R(a)+R(b)+R(c)+R(d) (2)

Substituting padded subframes for a, b, c, and d in this example, a set of four remainders will be obtained. The four remainders that result from each division are then added together to obtain the FCS for data packet 200. That is, suppose a full frame:

anbncndnan-1bn-1cn-1 . . . a2b2c2d2a1b1c1d1

is partitioned as:

an000an-1000an-2000 . . . a2000a1000 +
0bn000bn-1000bn-200 . . . 0b2000b100 +
00cn000cn-1000cn-20 . . . 00c2000c10 +
000dn000dn-1000dn-2 . . . 000d2000d1,

which, for illustrative purposes may be labelled as subframes Sa, Sb, Sc, and Sd respectively. In accordance. with the relation depicted in equation (2): FCS = ⁢ R ⁡ [ a n ⁢ ⁢ b n ⁢ ⁢ c n ⁢ ⁢ d n ⁢ ⁢ a n - 1 ⁢ ⁢ b n - 1 ⁢ ⁢ c n - 1 ⁢ ⁢ d n - 1 ⁢ ⁢ … ⁢ ⁢ a 2 ⁢ ⁢ b 2 ⁢ ⁢ c2d 2 ⁢ ⁢ a 1 ⁢ ⁢ b 1 ⁢ ⁢ c 1 ⁢ ⁢ d 1 ] = ⁢ R ⁡ [ S a + S b + S c + S d ] = ⁢ R ⁡ [ S a ] + R ⁡ [ S b ] + R ⁡ [ S c ] + R ⁡ [ S d ]

Thus the FCS for data packet 200 may be obtain in this manner from subframes 202, 204, 206, and 208. The process of CRC computation is thus modified by partitioning the data packet in a manner consistent with subframes 202, 204, 206, and 208.

Calvignac, Jean Louis, Verplanken, Fabrice Jean, Jeffries, Clark Debs

Patent Priority Assignee Title
10097203, Nov 12 2015 Nvidia Corporation Lane-striped computation of packet CRC to maintain burst error properties
6839763, Feb 28 2001 EMC IP HOLDING COMPANY LLC System and method for expediting transfer of data from a local storage facility to a remote storage facility
6928608, Aug 14 2001 TranSwitch Corporation Apparatus and method for accelerating cyclic redundancy check calculations
6961893, Mar 28 2002 AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED Separable cyclic redundancy check
7055086, Apr 06 2004 Cisco Technology, Inc. Method and apparatus for protecting parts of a packet in a wireless network
7065702, Apr 12 2001 AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED Out-of-order calculation of error detection codes
7133940, Oct 14 1997 ALACRITECH, INC Network interface device employing a DMA command queue
7139963, May 15 2003 Cisco Technology, Inc. Methods and apparatus to support error-checking of variable length data packets using a multi-stage process
7167926, Aug 27 1998 ALACRITECH, INC TCP/IP offload network interface device
7174393, Mar 12 2002 ALACRITECH, INC TCP/IP offload network interface device
7185266, Feb 12 2003 Alacritech, Inc. Network interface device for error detection using partial CRCS of variable length message portions
7191241, Sep 27 2002 ALACRITECH, INC Fast-path apparatus for receiving data corresponding to a TCP connection
7251767, Jul 31 2000 WSOU Investments, LLC Method for correcting errors in a packet-oriented data transmission
7337241, Sep 27 2002 ALACRITECH, INC Fast-path apparatus for receiving data corresponding to a TCP connection
7343541, Jan 14 2003 AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED Data integrity in protocol offloading
7461160, Oct 14 1997 ALACRITECH, INC Obtaining a destination address so that a network interface device can write network data without headers directly into host memory
7472156, Oct 14 1997 ALACRITECH, INC Transferring control of a TCP connection between devices
7496689, Apr 22 2002 ALACRITECH, INC TCP/IP offload device
7502869, Oct 14 1997 ALACRITECH, INC Intelligent network interface system and method for accelerated protocol processing
7543087, Apr 22 2002 ALACRITECH, INC Freeing transmit memory on a network interface device prior to receiving an acknowledgement that transmit data has been received by a remote device
7570447, Nov 05 2004 Hitachi, Ltd. Storage control device and method for detecting write errors to storage media
7584260, Oct 14 1997 ALACRITECH, INC Method to synchronize and upload an offloaded network stack connection with a network stack
7607070, Sep 13 2004 National Instruments Corporation System and method for in-line consistency checking of packetized data
7620726, Oct 14 1997 ALACRITECH, INC Zero copy method for receiving data by a network interface
7627001, Oct 14 1997 ALACRITECH, INC Protocol stack that offloads a TCP connection from a host computer to a network interface device
7627684, Oct 14 1997 ALACRITECH, INC Network interface device that can offload data transfer processing for a TCP connection from a host CPU
7634712, May 10 2006 Cisco Technology, Inc. Techniques for generating cyclic redundancy check (CRC) values
7640364, Mar 07 2001 ALACRITECH, INC Port aggregation for network connections that are offloaded to network interface devices
7664868, Nov 07 2001 ALACRITECH, INC TCP/IP offload network interface device
7664883, Aug 28 1998 ALACRITECH, INC Network interface device that fast-path processes solicited session layer read commands
7673072, Oct 14 1997 ALACRITECH, INC Fast-path apparatus for transmitting data corresponding to a TCP connection
7694024, Oct 14 1997 ALACRITECH, INC TCP/IP offload device with fast-path TCP ACK generating and transmitting mechanism
7738500, Dec 14 2005 ALACRITECH, INC TCP timestamp synchronization for network connections that are offloaded to network interface devices
7809847, Oct 14 1997 ALACRITECH, INC Network interface device that can transfer control of a TCP connection to a host CPU
7844743, Oct 14 1997 ALACRITECH, INC Protocol stack that offloads a TCP connection from a host computer to a network interface device
7853723, Oct 14 1997 ALACRITECH, INC TCP/IP offload network interface device
7860108, Oct 22 2003 Mitsubishi Denki Kabushiki Kaisha Methods and devices for transferring and for recovering data packets
7941727, Oct 31 2006 Hewlett Packard Enterprise Development LP Checksum generator for variable-length data
7945699, Oct 14 1997 ALACRITECH, INC Obtaining a destination address so that a network interface device can write network data without headers directly into host memory
7979784, Mar 29 2006 Samsung Electronics Co., Ltd. Method and system for enhancing transmission reliability of video information over wireless channels
8019901, Sep 29 2000 ALACRITECH, INC Intelligent network storage interface system
8055990, Jan 14 2003 AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED Method and system for error detection for improving data integrity in protocol offloading
8127206, Sep 13 2007 SAMSUNG ELECTRONICS CO , LTD System and method for wireless communication of uncompressed video having reed-solomon code error concealment
8131880, Oct 14 1997 ALACRITECH, INC Intelligent network interface device and system for accelerated communication
8205126, Nov 27 2007 Samsung Electronics Co., Ltd. System and method for wireless communication of uncompressed video using selective retransmission
8248939, Oct 08 2004 Alacritech, Inc. Transferring control of TCP connections between hierarchy of processing mechanisms
8260091, Aug 09 2007 Samsung Electronics Co., Ltd. Apparatus and method for searching for erroneous data
8341286, Jul 31 2008 Alacritech, Inc. TCP offload send optimization
8363675, Mar 24 2006 Samsung Electronics Co., Ltd. Method and system for transmission of uncompressed video over wireless communication channels
8447803, Oct 14 1997 ALACRITECH, INC Method and apparatus for distributing network traffic processing on a multiprocessor computer
8539112, Oct 14 1997 ALACRITECH, INC TCP/IP offload device
8539513, Apr 01 2008 Alacritech, Inc. Accelerating data transfer in a virtual computer system with tightly coupled TCP connections
8621101, Sep 29 2000 ALACRITECH, INC Intelligent network storage interface device
8631140, Oct 14 1997 ALACRITECH, INC Intelligent network interface system and method for accelerated protocol processing
8745476, Oct 13 2010 Marvell Israel (M.I.S.L.) Ltd. Systems and methods for cyclic redundancy check implementation
8782199, Oct 14 1997 ALACRITECH, INC Parsing a packet header
8805948, Oct 14 1997 ALACRITECH, INC Intelligent network interface system and method for protocol processing
8856379, Oct 14 1997 ALACRITECH, INC Intelligent network interface system and method for protocol processing
8879195, Mar 15 2013 Hewlett Packard Enterprise Development LP Logical block protection for tape interchange
8893159, Apr 01 2008 Alacritech, Inc. Accelerating data transfer in a virtual computer system with tightly coupled TCP connections
8984385, Oct 13 2010 Marvell Israel (M.I.S.L) Ltd. Systems and methods for cyclic redundancy check implementation
9009223, Oct 14 1997 ALACRITECH, INC Method and apparatus for processing received network packets on a network interface for a computer
9055104, Apr 22 2002 ALACRITECH, INC Freeing transmit memory on a network interface device prior to receiving an acknowledgment that transmit data has been received by a remote device
9106259, Nov 14 2008 Intel Corporation Method and apparatus for performing a CRC check
9209931, Apr 02 2008 Sony Corporation Device and method for transmission, device and method for reception, and program
9306793, Oct 22 2008 ALACRITECH, INC TCP offload device that batches session layer headers to reduce interrupts as well as CPU copies
9313289, Mar 12 2014 TENCENT TECHNOLOGY (SHENZHEN) COMPANY LIMITED Method and device for controlling peripheral devices via a social networking platform
9412412, Mar 15 2013 Hewlett Packard Enterprise Development LP Logical block protection for tape interchange
9413788, Jul 31 2008 Alacritech, Inc. TCP offload send optimization
9565263, Mar 12 2014 TENCENT TECHNOLOGY (SHENZHEN) COMPANY LIMITED Method and device for controlling peripheral devices via a social networking platform
9614923, Mar 12 2014 TENCENT TECHNOLOGY (SHENZHEN) COMPANY LIMITED Method and device for controlling peripheral devices via a social networking platform
9667729, Jul 31 2008 Alacritech, Inc. TCP offload send optimization
Patent Priority Assignee Title
3872430,
4238852, Apr 17 1978 Sony Corporation Error correcting system
4593393, Feb 06 1984 General Dynamics Decision Systems, Inc Quasi parallel cyclic redundancy checker
4623920, Apr 15 1982 TELECABLE VIDEOTRON LTEE Cable network data transmission system
4712215, Dec 02 1985 Advanced Micro Devices, Inc. CRC calculation machine for separate calculation of checkbits for the header packet and data packet
4723243, Dec 02 1985 Advanced Micro Devices, Inc. CRC calculation machine with variable bit boundary
5008879, Nov 14 1988 Datapoint Corporation LAN with interoperative multiple operational capabilities
5122875, Feb 27 1991 GENERAL ELECTRIC COMPANY, A CORP OF NY An HDTV compression system
5168356, Feb 27 1991 General Electric Company Apparatus for segmenting encoded video signal for transmission
5251215, Jan 13 1992 American Telephone and Telegraph Company Modifying check codes in data packet transmission
5280476, Sep 28 1990 Kabushiki Kaisha Toshiba Communication control system using an asynchronous transfer mode network
5282215, Mar 20 1990 Fujitsu Limited Synchronization circuit
5313454, Apr 01 1992 Cisco Technology, Inc Congestion control for cell networks
5325372, Aug 07 1990 National Semiconductor Corporation Implementation of the HDLC CRC calculation
5351243, Dec 27 1991 ENTERASYS NETWORKS, INC Monitor for packets on a communications network
5361266, Nov 04 1992 Mitsubishi Denki Kabushiki Kaisha Error correction circuit
5379297, Apr 09 1992 Network Equipment Technologies, Inc Concurrent multi-channel segmentation and reassembly processors for asynchronous transfer mode
5410546, Nov 01 1993 Storage Technology Corporation Apparatus and method for CRC computation over fixed length blocks containing variable length packets of data received out of order
5450399, Jun 23 1993 NEC Corporation Clad having majority decision address table controller
5452330, Jul 06 1992 ENTERASYS NETWORKS, INC Bus-oriented switching system for asynchronous transfer mode
5778013, Feb 05 1993 IXIA Method and apparatus for verifying CRC codes
5790842, Oct 11 1996 AVAGO TECHNOLOGIES GENERAL IP SINGAPORE PTE LTD Processing system with simultaneous utilization of multiple clock signals
5793427, Oct 11 1996 AVAGO TECHNOLOGIES GENERAL IP SINGAPORE PTE LTD Processing system with delta-based video data encoding
5951707, Jun 27 1997 IBM Corporation Method of partitioning CRC calculation for a low-cost ATM adapter
20010000221,
////
Executed onAssignorAssigneeConveyanceFrameReelDoc
Sep 20 1999CALVIGNAC, JEAN LOUISIBM CorporationASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0102770927 pdf
Sep 20 1999JEFFRIES, CLARK DEBSIBM CorporationASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0102770927 pdf
Sep 20 1999VERPLANKEN, FABRICE JEANIBM CorporationASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0102770927 pdf
Sep 24 1999International Business Machines Corporation(assignment on the face of the patent)
Date Maintenance Fee Events
May 05 2004ASPN: Payor Number Assigned.
May 05 2004RMPN: Payer Number De-assigned.
Jul 13 2007M1551: Payment of Maintenance Fee, 4th Year, Large Entity.
Aug 19 2011M1552: Payment of Maintenance Fee, 8th Year, Large Entity.
Aug 19 2011M1555: 7.5 yr surcharge - late pmt w/in 6 mo, Large Entity.
Aug 28 2015REM: Maintenance Fee Reminder Mailed.
Jan 20 2016EXP: Patent Expired for Failure to Pay Maintenance Fees.


Date Maintenance Schedule
Jan 20 20074 years fee payment window open
Jul 20 20076 months grace period start (w surcharge)
Jan 20 2008patent expiry (for year 4)
Jan 20 20102 years to revive unintentionally abandoned end. (for year 4)
Jan 20 20118 years fee payment window open
Jul 20 20116 months grace period start (w surcharge)
Jan 20 2012patent expiry (for year 8)
Jan 20 20142 years to revive unintentionally abandoned end. (for year 8)
Jan 20 201512 years fee payment window open
Jul 20 20156 months grace period start (w surcharge)
Jan 20 2016patent expiry (for year 12)
Jan 20 20182 years to revive unintentionally abandoned end. (for year 12)