Command packet packing to mitigate CRC overhead
Claim Score by NHIP
Abstract
In an embodiment, a node comprises a packet scheduler configured to schedule packets to be transmitted on a link and an interface circuit coupled to the packet scheduler and configured to transmit the packets on the link. The interface circuit is configured to generate error detection data covering the packets, wherein the error detection data is transmitted between packets on the link. The interface circuit is configured to cover up to N packets with one transmission of error detection data, where N is an integer >=2. The number of packets covered with one transmission of error detection data is determined by the interface circuit dependent on an availability of packets to transmit. In another embodiment, the interface circuit is configured to dynamically vary a frequency of transmission of the error detection data on the link based on an amount of bandwidth being consumed on the link.

Term
0.2 yearsleft in the term
Expires 13 December 2026.
- Priority
- Filed
- Granted
- Today
- Expires
20 claims: 4 independent, 16 dependent
- 1Broadest claimClaim Score 60, broad(NHIP)A node configured to couple to a link, the node comprising:a transmit circuit configured to transmit packets on the link, each packet comprising one or more cells;and a cell scheduler coupled to the transmit circuit and configured to schedule cells to be transmitted by the transmit circuit, wherein the cell scheduler is configured to schedule at least one error detection cell to be transmitted, the error detection cell covering a preceding packet, and wherein, responsive to detecting that a second packet is available for scheduling when the at least one error detection cell is ready to be scheduled, the cell scheduler is configured to schedule cells of the second packet instead of the error detection cell, and wherein the error detection cell, when subsequently scheduled, covers the preceding packet and the second packet, and wherein an error within the preceding packet and the second packet is detectable using the error detection cell when the error detection cell covers the preceding packet and the second packet, and wherein an error within the preceding packet is detectable using the error detection cell when the error detection cell covers the preceding packet.
- 10A node configured to couple to a link, the node comprising:a packet scheduler configured to schedule packets to be transmitted on the link, wherein each packet comprises a command and optionally further comprises data;and an interface circuit coupled to the packet scheduler and configured to transmit the packets on the link, wherein the interface circuit is configured to generate error detection data covering the packets, wherein the error detection data is transmitted between packets on the link, wherein the interface circuit is configured to cover up to N packets with one transmission of error detection data, where N is an integer greater than or equal to two, and wherein the number of packets covered with one transmission of error detection data is determined by the interface circuit dependent on an availability of packets to transmit, wherein an error in the N preceding packets is detectable using the error detection data when the error detecting data covers the N preceding packets, wherein the link comprises lines to carry the packet data and one or more control lines, and wherein the interface circuit is configured to encode data on the control lines to distinguish between error detection data and a beginning of another packet on the link.
- 14A method comprising:a packet scheduler circuit scheduling packets to be transmitted on a link, wherein each packet comprises a command and optionally further comprises data;an error detection data generator circuit generating error detection data covering the packets;and a transmit circuit transmitting the packets and transmitting the error detection data between packets on the link, wherein one transmission of the error detection data on the link the covers up to N preceding packets, where N is an integer greater than or equal to two, and wherein the number of packets covered with one transmission of error detection data is determined dependent on an availability of packets to transmit, wherein an error in the N preceding packets is detectable using the error detection data when the error detecting data covers the N preceding packets, wherein the link comprises lines to carry the packet data and one or more control lines, and wherein transmit circuit transmitting the packets includes the transmit circuit encoding data on the control lines to distinguish between error detection data and a beginning of another packet on the link.
- 19A method comprising:a packet scheduler circuit scheduling packets to be transmitted on a link, wherein each packet comprises a command and optionally further comprises data;an error detection data generator circuit generating error detection data covering the packets;and a transmit circuit transmitting the packets and transmitting the error detection data between packets on the link, wherein one transmission of the error detection data on the link the covers up to N preceding packets, where N is an integer greater than or equal to two, and wherein the number of packets covered with one transmission of error detection data is determined dependent on an availability of packets to transmit, wherein an error in the N preceding packets is detectable using the error detection data when the error detecting data covers the N preceding packets, wherein the link comprises lines to carry the packet data and one or more control lines, and wherein transmit circuit transmitting the packets includes the transmit circuit encoding data on the control lines to distinguish between error detection data and a beginning of another packet on the link. A node configured to couple to a link, the node comprising: a packet scheduler configured to schedule packets to be transmitted on the link;and an interface circuit coupled to the packet scheduler and configured to transmit the packets on the link, wherein the interface circuit is configured to generate error detection data covering the packets, and wherein the interface circuit is configured to monitor an amount of bandwidth being consumed on the link and to dynamically vary how frequently the error detection data is transmitted on the link based on the amount of bandwidth being consumed, and wherein the interface circuit is configured to cover up to N packets with one transmission of the error detection data, where N is an integer greater than or equal to two, and wherein an error in the N preceding packets covered by the error detection data is detectable using the error detection data, wherein the link comprises data lines to carry the packet data and the error detection data and one or more control lines, and wherein the interface circuit is configured to encode data on the control lines to distinguish between error detection data on the data lines and a beginning of another packet on the data lines.
Independent claims4
88 paragraphs in 4 sections, as filed
BACKGROUND
00011. Field of the Invention
0002This invention is related to the field of interconnects for electronic systems such as computer systems.
00032. Description of the Related Art
0004Electronic components in systems (such as integrated circuits and other electrical devices) communicate with each other over defined interfaces such as links between the components. Data is usually transmitted over the links with reference to a clock signal. That is, data is driven and sampled on the link responsive to the clock signal. Recently, double data rate links have been defined in which data is driven/sampled according to both the rising and falling edges of the clock signal.
0005The frequency of the clock associated with a link, along with its width (in bits of data transferred) defines the bandwidth on the link (the amount of data transferred per unit time). One way to increase bandwidth (and also decrease latency, for larger transfers) is to increase the clock frequency. However, as the frequency increases, the error rate also increases as factors such as noise, clock uncertainty, skew, rise and fall times, etc. become bigger factors in the shorter clock cycle. Viewed in another way, data is present on the link for a shorter period of time, and the margin for error is smaller. At some point, the error rate increases to a level that impacts reliability.
0006To mitigate the increased error rate, error detection (and possibly correction) can be implemented on the link. For example, a cyclical redundancy check (CRC) is often implemented on links. For CRC, each data transfer on the link is followed by a CRC code that is generated from the data. The receiver can generate the same CRC code, and compare the generated CRC code to the received code to detect an error. The receiver can report the error to the transmitter, which can retransmit the data or take other corrective action.
0007For relatively large data transfers, the addition of the CRC code to the end of the transfer doesn't impact bandwidth very much (since the added code is small compared to the data transferred). However, the CRC code does impact latency, as the receiver generally must store the entire data covered by the CRC until the CRC is received. If the CRC validates that the data is correct, then the data can be forwarded. In many cases, the first data in the transfer is the most critical (e.g. in caching systems in which the data that is currently requested is transferred first, followed by the remainder of the cache block for storage). In such cases, the increase in latency is a decrease in performance.
0008Furthermore, in coherent systems, many of the transfers between components are relatively small messages (e.g. probes searching for the most recent copies of the data, probe responses, done indications for source and target, etc.). The impact of the CRC on these small messages is significant, increasing the size of the messages by as much as 100% (for a message that is the same size as the CRC code). Size increases of 50% or 33% are common as well. In coherent systems, a large number of the transfers over the links are these small messages, so the increased bandwidth consumed to add the CRC is significant.
SUMMARY
0009In one embodiment, a node is configured to couple to a link. The node comprises a transmit circuit configured to transmit packets on the link, each packet comprising one or more cells. The node further comprises a cell scheduler coupled to the transmit circuit and configured to schedule cells to be transmitted by the transmit circuit. The cell scheduler is configured to schedule at least one error detection cell to be transmitted, the error detection cell covering a preceding packet, and if a second packet is available for scheduling, the cell scheduler is configured to schedule cells of the second packet instead of the error detection cell. When subsequently scheduled, the error detection cell covers the preceding packet and the second packet.
0010In another embodiment, a node is configured to couple to a link and comprises a packet scheduler configured to schedule packets to be transmitted on the link; and an interface circuit coupled to the packet scheduler. The interface circuit is configured to transmit the packets on the link, and to generate error detection data covering the packets. The error detection data is transmitted between packets on the link, and the interface circuit is configured to cover up to N packets with one transmission of error detection data (where N is an integer greater than or equal to two). The number of packets covered with one transmission of error detection data is determined by the interface circuit dependent on an availability of packets to transmit.
0011In another embodiment, a node is configured to couple to a link and comprises a packet scheduler configured to schedule packets to be transmitted on the link. Coupled to the packet scheduler and configured to transmit the packets on the link, and interface circuit is configured to generate error detection data covering the packets. The interface circuit is configured to monitor an amount of bandwidth being consumed on the link and to dynamically vary a frequency of transmission of the error detection data on the link based on the amount of bandwidth.
BRIEF DESCRIPTION OF THE DRAWINGS
0012The following detailed description makes reference to the accompanying drawings, which are now briefly described.
0013<figref idref="DRAWINGS">FIG. 1</figref> is a block diagram of one embodiment of a computer system.
0014<figref idref="DRAWINGS">FIG. 2</figref> is a block diagram of one embodiment of two nodes shown in <figref idref="DRAWINGS">FIG. 1</figref>, shown in greater detail.
0015<figref idref="DRAWINGS">FIG. 3</figref> is a block diagram illustrating one embodiment of control fields for a control register.
0016<figref idref="DRAWINGS">FIG. 4</figref> is a flowchart illustrating operation of one embodiment of a cell scheduler shown in <figref idref="DRAWINGS">FIG. 2</figref> to schedule a command cell.
0017<figref idref="DRAWINGS">FIG. 5</figref> is a flowchart illustrating operation of one embodiment of a cell scheduler shown in <figref idref="DRAWINGS">FIG. 2</figref> to schedule a data cell.
0018<figref idref="DRAWINGS">FIG. 6</figref> is a flowchart illustrating operation of one embodiment of a cell scheduler shown in <figref idref="DRAWINGS">FIG. 2</figref> to dynamically vary CRC operation.
0019<figref idref="DRAWINGS">FIG. 7</figref> is a flowchart illustrating operation of one embodiment of a receiver.
0020<figref idref="DRAWINGS">FIG. 8</figref> is a table illustrating one embodiment of control encodings on the interconnect.
0021<figref idref="DRAWINGS">FIG. 9</figref> is a block diagram illustrating examples of the encodings shown in <figref idref="DRAWINGS">FIG. 8</figref>.
0022<figref idref="DRAWINGS">FIG. 10</figref> is a table illustrating another embodiment of control encodings on the interconnect.
0023While the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that the drawings and detailed description thereto are not intended to limit the invention to the particular form disclosed, but on the contrary, the intention is to cover all modifications, equivalents and alternatives falling within the spirit and scope of the present invention as defined by the appended claims.
DETAILED DESCRIPTION OF EMBODIMENTS
0024The description below refers to a computer system that implements error detection data on its links. However, any electronic system that communicates data on links between components can implement the description herein. Generally, a link may comprise a communication path from one component to another. The link may be bidirectional or unidirectional, in various embodiments. The link may have any width, and may have one or more clock cycles associated with it that clocks data on the link. Also, CRC will be used as an example of error detection data. Generally, CRC is generated as a combination of the data bits that are covered by the CRC, according to a predefined formula used by both the transmitter and the receiver. However, any error detection data may be used. Generally, the error detection data comprises redundant data that allows for detection (and optionally correction) of errors in the transmitted data. For example, error detection data may be parity based, or may be similar to various error detection/correction codes (ECC) used in memory systems, such those that correct single bit errors and detect double bit errors. ECCs that correct and detect larger numbers of errors may also be used. Error detection data can be based Hamming Codes or Reed-Solomon Codes, for example, or any other code defined to detect and/or correct errors. An instance of error detection data may be referred to as “covering” a set of data. The error detection data covers the data if an error in the data is detectable using the error detection data (although error detection data has limits, and thus a large enough error in the data may not be detected even though the error detection data covers the erroneous data).
0025Turning now to <figref idref="DRAWINGS">FIG. 1</figref>, an embodiment of a computer system <b>300</b> is shown. In the embodiment of <figref idref="DRAWINGS">FIG. 1</figref>, computer system <b>300</b> includes several processing nodes <b>312</b>A, <b>312</b>B, <b>312</b>C, and <b>312</b>D. Each processing node is coupled to a respective memory <b>314</b>A-<b>314</b>D via a memory controller <b>316</b>A-<b>316</b>D included within each respective processing node <b>312</b>A-<b>312</b>D. Additionally, processing nodes <b>312</b>A-<b>312</b>D include an interface circuit to communicate between the processing nodes <b>312</b>A-<b>312</b>D. For example, processing node <b>312</b>A includes interface circuit <b>318</b>A for communicating with processing node <b>312</b>B, interface circuit <b>318</b>B for communicating with processing node <b>312</b>C, and interface circuit <b>318</b>C for communicating with yet another processing node (not shown). Similarly, processing node <b>312</b>B includes interface circuits <b>318</b>D, <b>318</b>E, and <b>318</b>F; processing node <b>312</b>C includes interface circuits <b>318</b>G, <b>318</b>H, and <b>318</b>I; and processing node <b>312</b>D includes interface circuits <b>318</b>J, <b>318</b>K, and <b>318</b>L. Processing node <b>312</b>D is coupled to communicate with a plurality of input/output devices (e.g. devices <b>320</b>A-<b>320</b>B in a daisy chain configuration) via interface circuit <b>318</b>L. Other processing nodes may communicate with other I/O devices in a similar fashion.
0026Processing nodes <b>312</b>A-<b>312</b>D implement a packet-based interface for inter-processing node communication. In the present embodiment, the interface is implemented as sets of unidirectional links (e.g. links <b>324</b>A are used to transmit packets from processing node <b>312</b>A to processing node <b>312</b>B and links <b>324</b>B are used to transmit packets from processing node <b>312</b>B to processing node <b>312</b>A). Other sets of links <b>324</b>C-<b>324</b>H are used to transmit packets between other processing nodes as illustrated in <figref idref="DRAWINGS">FIG. 1</figref>. Generally, each set of links <b>324</b> may include one or more data lines, one or more clock lines corresponding to the data lines, and one or more control lines indicating the type of packet being conveyed. The link may be operated in a cache coherent fashion for communication between processing nodes or in a noncoherent fashion for communication between a processing node and an I/O device (or a bus bridge to an I/O bus of conventional construction such as the Peripheral Component Interconnect (PCI) bus or Industry Standard Architecture (ISA) bus). Furthermore, the link may be operated in a non-coherent fashion using a daisy-chain structure between I/O devices as shown. It is noted that a packet to be transmitted from one processing node to another may pass through one or more intermediate nodes. For example, a packet transmitted by processing node <b>312</b>A to processing node <b>312</b>D may pass through either processing node <b>312</b>B or processing node <b>312</b>C as shown in <figref idref="DRAWINGS">FIG. 1</figref>. Any suitable routing algorithm may be used. Other embodiments of computer system <b>300</b> may include more or fewer processing nodes then the embodiment shown in <figref idref="DRAWINGS">FIG. 1</figref>.
0027Generally, the packets may be transmitted as one or more bit times on the links <b>324</b> between nodes. A given bit time may be referenced to the rising or falling edge of the clock signal on the corresponding clock lines. That is, both the rising and the falling edges may be used to transfer data, so that the data rate is double the clock frequency (double data rate, or DDR). The packets may include request packets for initiating transactions, probe packets for maintaining cache coherency, and response packets for responding to probes and requests (and for indicating completion by the source/target of a transaction). Some packets may indicate data movement, and the data being moved may be included in the data movement packets. For example, write requests include data. Probe responses with dirty data and read responses both include data. Thus, in general, a packet may include a command portion defining the packet, its source and destination, etc. A packet may optionally include a data portion following the command portion. The data may be a cache block in size, for coherent cacheable operations, or may be smaller (e.g. for non-cacheable reads/writes).
0028Processing nodes <b>312</b>A-<b>312</b>D, in addition to a memory controller and interface logic, may include one or more processors. Broadly speaking, a processing node comprises at least one processor and may optionally include a memory controller for communicating with a memory and other logic as desired. One or more processors may comprise a chip multiprocessing (CMP) or chip multithreaded (CMT) integrated circuit in the processing node or forming the processing node, or the processing node may have any other desired internal structure. Any level of integration or any number of discrete components may form a node. Other types of nodes may include any desired circuitry and the circuitry for communicating on the links. For example, the I/O devices <b>320</b>A-<b>320</b>B may be I/O nodes, in one embodiment.
0029Memories <b>314</b>A-<b>314</b>D may comprise any suitable memory devices. For example, a memory <b>314</b>A-<b>314</b>D may comprise one or more RAMBUS DRAMs (RDRAMs), synchronous DRAMs (SDRAMs), DDR SDRAM, static RAM, etc. The address space of computer system <b>300</b> is divided among memories <b>314</b>A-<b>314</b>D. Each processing node <b>312</b>A-<b>312</b>D may include a memory map used to determine which addresses are mapped to which memories <b>314</b>A-<b>314</b>D, and hence to which processing node <b>312</b>A-<b>312</b>D a memory request for a particular address should be routed. In one embodiment, the coherency point for an address within computer system <b>300</b> is the memory controller <b>316</b>A-<b>316</b>D coupled to the memory storing bytes corresponding to the address. In other words, the memory controller <b>316</b>A-<b>316</b>D is responsible for ensuring that each memory access to the corresponding memory <b>314</b>A-<b>314</b>D occurs in a cache coherent fashion. Memory controllers <b>316</b>A-<b>316</b>D may comprise control circuitry for interfacing to memories <b>314</b>A-<b>314</b>D. Additionally, memory controllers <b>316</b>A-<b>316</b>D may include request queues for queuing memory requests.
0030Generally, interface circuits <b>318</b>A-<b>318</b>L may comprise a variety of buffers for receiving packets from the link and for buffering packets to be transmitted upon the link. Computer system <b>300</b> may employ any suitable flow control mechanism for transmitting packets. For example, in one embodiment, each interface circuit <b>318</b> stores a count of the number of each type of buffer within the receiver at the other end of the link to which that interface logic is connected. The interface logic does not transmit a packet unless the receiving interface logic has a free buffer to store the packet. As a receiving buffer is freed by routing a packet onward, the receiving interface logic transmits a message to the sending interface logic to indicate that the buffer has been freed. Such a mechanism may be referred to as a “coupon-based” system.
0031I/O devices <b>320</b>A-<b>320</b>B may be any suitable I/O devices. For example, I/O devices <b>320</b>A-<b>320</b>B may include devices for communicating with another computer system to which the devices may be coupled (e.g. network interface cards or modems). Furthermore, I/O devices <b>320</b>A-<b>320</b>B may include video accelerators, audio cards, hard or floppy disk drives or drive controllers, SCSI (Small Computer Systems Interface) adapters and telephony cards, sound cards, and a variety of data acquisition cards such as GPIB or field bus interface cards. Furthermore, any I/O device implemented as a card may also be implemented as circuitry on the main circuit board of the system <b>300</b> and/or software executed on a processing node. It is noted that the term “I/O device” and the term “peripheral device” are intended to be synonymous herein.
0032Furthermore, one or more processors may be implemented in a more traditional personal computer (PC) structure including one or more interfaces of the processors to a bridge to one or more I/O interconnects and/or memory.
0033In one embodiment, the links <b>324</b>A-<b>324</b>H are compatible with the HyperTransport™ (HT) specification promulgated by the HT consortium, specifically version 3. The protocol on the links is modified from the HT specification to support coherency on the links, as described above. However, other embodiments may implement any links and any protocol thereon. Furthermore, the CRC techniques described herein may be used for non-coherent links as well.
0034Turning now to <figref idref="DRAWINGS">FIG. 2</figref>, a block diagram of one embodiment of the processing nodes <b>312</b>A-<b>312</b>B is shown, illustrating additional details of one embodiment of the nodes. In the illustrated embodiment, the processing node <b>312</b>A comprises the interface circuit <b>318</b>A as shown in <figref idref="DRAWINGS">FIG. 1</figref> as well as a packet scheduler <b>24</b>, a history buffer <b>26</b>, and a processor core <b>28</b>. Particularly, the interface circuit <b>318</b>A includes a receiver circuit <b>10</b>, a transmit circuit <b>12</b>, a cell scheduler <b>14</b> (including CRC generator <b>16</b>), a cell queue <b>18</b>, a busy counter <b>20</b>, and one or more control registers <b>22</b>. The receiver <b>10</b> is coupled to the link <b>324</b>B to receive packets from the processing node <b>312</b>B, and is coupled to the packet scheduler <b>24</b>. The control register <b>22</b> and the busy counter <b>20</b> are coupled to the cell scheduler <b>14</b>, which is coupled to the transmit circuit <b>12</b> and the cell queue <b>18</b>. The cell queue <b>18</b> is coupled to the transmit circuit <b>12</b> and the packet scheduler <b>24</b>. The transmit circuit <b>12</b> is coupled to the link <b>324</b>A to transmit packets to the processing node <b>312</b>B. The packet scheduler <b>24</b> is further coupled to the history buffer <b>26</b>, the processor core <b>28</b>, and various other packet sources.
0035The processing node <b>312</b>B comprises the interface circuit <b>318</b>D, as shown in <figref idref="DRAWINGS">FIG. 1</figref>, as well as a packet scheduler <b>40</b>, a data buffer <b>42</b>, and a command buffer <b>44</b>. The interface circuit <b>318</b>D comprises an acknowledgement (Ack) counter <b>30</b>, a CRC check circuit <b>32</b>, a cell queue <b>34</b>, a receive circuit <b>36</b>, and a transmit circuit <b>38</b>. The receive circuit <b>36</b> is coupled to the link <b>324</b>A, the cell queue <b>34</b>, and the CRC check circuit <b>32</b>. The CRC check circuit <b>32</b> is coupled to the Ack counter <b>30</b> (which is further coupled to the transmitter <b>38</b>) and to the cell queue <b>34</b> (which is further coupled to the packet scheduler <b>40</b>, the data buffer <b>42</b>, and the command buffer <b>44</b>). The transmit circuit <b>38</b> is coupled to the link <b>324</b>B.
0036The link <b>324</b>A is shown in greater detail in <figref idref="DRAWINGS">FIG. 2</figref>, and includes CAD[n:0], CTL[m:0], and CLK[m:0]. The CAD lines may carry packet bit times, and the CLK lines may comprise one or more clock lines to which the bit times are referenced. The CTL lines may indicate the type of data carried in a given bit time, as described in more detail below. There are n CAD lines, where n is an integer power of 2 multiple of 8 minus one. That is, n may be 7, 15, 31, etc. Thus, a power of 2 bytes may be transmitted on the CAD lines per bit time. There are m CLK and CTL lines, where m is equal to n+1 divided by 8. That is, there is one CLK line and one CTL line per byte of CAD. The CLK line is the clock reference for the corresponding 8 CAD lines.
0037While various embodiments may have varying widths, the minimum unit of transfer on the link may be defined as a cell. That is, no packet on the link is less than one cell in size, and packets are an integer multiple of cells long. A cell can be any size in various embodiments, but is 32 bits (4 bytes) in one embodiment. If the link is narrower than a cell, once a cell transmission begins, the remainder of that cell will be transmitted in succession. Thus, for example, a 32 bit cell and a 16 bit link may be implemented and each cell is transmitted as two successive bit times on the CAD lines.
0038The packet scheduler <b>24</b> may schedule a packet for transmission on the link <b>324</b>A, and may transfer the packet's cells to the cell queue <b>18</b> (or may cause the packet's cells to be transferred to the cell queue <b>18</b>, if they are not stored in the packet scheduler <b>24</b>). The cell scheduler <b>14</b> may schedule cells from the cell queue <b>18</b> for transmission through the transmit circuit <b>12</b>. Generally, cells of a packet may be scheduled during successive bit times, although some non-data movement packets may be scheduled within the data of a preceding data movement packet, in one embodiment. If a cell is scheduled, the cell scheduler <b>14</b> causes the cell queue <b>18</b> to output the cell to the transmit circuit <b>12</b>, which transmit the cell on the link <b>324</b>A (with appropriate CTL line encodings). If a cell is not scheduled, the cell scheduler <b>14</b> may schedule a no-operation (noop) command for transmission. The noop command may include buffer release fields, in one embodiment, to indicate that buffers are available in the node <b>312</b>A to receive packets from the node <b>312</b>B. The buffer release counts may be maintained by the interface circuit <b>318</b>A, or may be provided by the packet scheduler <b>24</b>, in various embodiments.
0039The cell scheduler <b>14</b> is configured to generate a CRC for each packet (using the CRC generator <b>14</b>). By default, the cell scheduler <b>14</b> may append the CRC for a packet to the end of that packet, providing per-packet error detection on the link. In one embodiment, the CRC comprises one cell of data, although other embodiments may implement multiple cells of CRC. Subsequent to scheduling the last cell of the packet, the cell scheduler <b>14</b> may schedule the CRC cell(s).
0040In one embodiment, the interface circuit <b>318</b>A (and more particularly the cell scheduler <b>14</b>) may be configured to pack two or more packets together and cover them with one CRC. That is, rather than transmit a first packet and its CRC, then a second packet with its separate CRC, the cell scheduler <b>14</b> may transmit the first packet, followed by the second packet, followed by one transmission of CRC that covers both packets. Some embodiments may be configured to pack more than two packets (e.g. up to N packets, where N is an integer greater than or equal to 2). By packing packets together for one CRC transmission, the overhead of CRC transmissions on the interconnect may be reduced, as compared to pure per-packet CRC. Particularly for small packets, the reduction of CRC overhead may significantly reduce bandwidth consumption on the link. In one embodiment, packets may be packed if a packet is available for transmission (e.g. in the cell queue <b>18</b>) at or near the end of transmission of the last cell of the previous packet. Particularly, in one embodiment, the cell scheduler <b>14</b> may schedule the last cell of a packet and determine if the CRC or another packet is to be scheduled based on whether or not a cell or cells of the other packet are in the cell queue <b>18</b>.
0041In one specific embodiment, the cell scheduler <b>14</b> may be configured to pack packets that each include a command but exclude data (e.g. dataless packets, or command-only packets). Since there are frequently communications on a coherent link to maintain coherency that do not include data, the incidence of such packets may be high on a coherent link (although packing may also be implemented on a non-coherent link). On a coherent link, command-only packets may include probe requests, some probe responses, read requests, and done responses, for example. In one embodiment, command-only packets may comprise 1-3 cells, depending on the command and address size in the system. With a one cell CRC and two 1 cell commands, packing just two packets together for CRC transmission may result in a 25% reduction in bandwidth consumption (from 4 cells to 3 cells).
0042In one embodiment, the cell scheduler <b>14</b> may be configured to insert one or more partial CRC transmissions within a packet. Each partial CRC may cover the portion of the packet that precedes the insertion (cumulative to the beginning of the packet, even if other partial CRC insertions have been made). For example, a command and data packet may be lengthy, and forwarding of the first data transmitted may be important to performance. By inserting a partial CRC after the first data that would be forwarded, the first data may be validated with the partial CRC at the receiver and may be forwarded. If an error is detected in a later CRC, the forwarded data is still known to be valid and may be used. Thus performance may be improved by permitting the early forwarding of data, in some embodiments.
0043Various embodiments may implement both the CRC packing and the partial CRC insertion, or only one, as desired.
0044CRC packing and partial CRC insertion may be programmable in the control register <b>22</b>. Specifically, packing and/or insertion may be enabled. If more than one packet may be packed, the maximum number of packets to pack may be programmable as well. If multiple partial CRC insertion points are supported within a packet, which insertion points to use may be programmable.
0045In one embodiment, the packing and partial CRC insertion may be controlled dynamically. Generally, the cell scheduler <b>14</b> may monitor the amount of bandwidth being consumed on the link <b>324</b>A, and may adjust the CRC transmissions according to the bandwidth. In one embodiment, cells are transmitted each bit time on the link. If there are no cells to transmit, a noop command may be transmitted. Thus, the cell scheduler <b>14</b> may monitor noop commands as unconsumed bandwidth and other cells as consumed bandwidth (packet cells, CRC cells, etc.). If the bandwidth consumption is high (e.g. exceeds a threshold), CRC packing may be performed (if enabled) to reduce CRC bandwidth consumption. Additionally, partial CRC insertion may be temporarily stopped (or reduced, if multiple CRC insertions are performed). Bandwidth may be measured separately for CRC packing control and for partial CRC insertion control, if desired.
0046In the illustrated embodiment, the busy counter <b>20</b> may be used to track bandwidth. The counter may, e.g., be a saturating counter that is incremented for each non-noop cell and decremented for each noop cell. Thus, the busy counter is an approximation of recent bandwidth consumption. Based on the busy counter value, CRC packing and partial CRC insertion may be dynamically varied.
0047The receive circuit <b>36</b> may receive the cells from the link <b>324</b>A. Based on encodings of the CTL lines and possibly decoding within the cell, the receive circuit <b>36</b> may determine that the cell is command or data in the packet (or an inserted command, a packed command, or partial CRC). The receive circuit <b>36</b> may store the received cells (and any decode/control data) in the cell queue <b>34</b>, and may also pass the cell to the CRC check circuit <b>32</b>. Eventually, a CRC cell is received and may be compared to the CRC generated by the CRC check circuit <b>32</b> to detect an error or validate the received cells. If there is no error, the CRC check circuit <b>32</b> may signal the cell queue <b>34</b> to forward the validated cells. Additionally, the CRC check circuit <b>32</b> may increment the Ack counter <b>30</b> if a complete packet has been received without error. The value of the Ack counter <b>30</b> may be transmitted (by the transmit circuit <b>38</b>, as an Ack packet on the link <b>324</b>B) to the processing node <b>312</b>A to acknowledge successfully received packets. The processing node <b>312</b>A may retain transmitted packets (e.g. via the history buffer <b>26</b>) until they are known to be received accurately at the processing node <b>312</b>B. When the Ack packet is received (and is provided by the receiver <b>10</b> to the packet scheduler <b>24</b>), the corresponding packets may be deleted.
0048Generally, the interface circuit <b>318</b>D may forward validated packet data to a target. The target may be internal (e.g. a processor or other circuitry within the node <b>312</b>B) or external. The first step in forwarding to the target may be to write the cells into a command buffer <b>44</b> or a data buffer <b>42</b> (depending on the whether the cells are command or data cells). The interface circuit <b>318</b>D may also provide information regarding the packet to the packet scheduler <b>40</b>, which may subsequently schedule the packet for delivery to the internal target or forwarding via another interface circuit (not shown in <figref idref="DRAWINGS">FIG. 2</figref>).
0049If the CRC check circuit <b>32</b> does detect an error, an Ack packet signalling the error and providing the Ack count indicating the last known good packet may be sent by the transmit circuit <b>38</b>. The packet scheduler <b>24</b> may delete correctly-received packets from the history buffer <b>26</b>, and load the remaining packets back into the packet scheduler <b>24</b> to be retransmitted. Specifically, the packet scheduler <b>24</b> may drain, the interface circuit <b>318</b>A may reset the link, and the packet scheduler <b>24</b> may begin resending the packets noted in the history buffer <b>28</b>. In other embodiments, error handling may be performed in other fashions rather than automatically retransmitting the packets received in error.
0050Additionally, the transmit circuit <b>38</b> may be configured to transmit buffer release commands, which the receive circuit <b>10</b> may forward to the packet scheduler <b>24</b>. The transmit circuit <b>38</b> may further transmit packets scheduled by the packet scheduler <b>40</b> (received from a different source such as one of the internal sources or another interface circuit in the node <b>312</b>B), similar to the operation described for the packet scheduler <b>24</b> and the interface circuit <b>318</b>A. In fact, the nodes <b>312</b>A-<b>312</b>B may be symmetrical, in that the operations and circuitry described for each node may also be included in the other node. For simplicity, not all details have been shown in both nodes. Also, other interface circuits <b>318</b>B-<b>318</b>C and <b>318</b>E-<b>318</b>L may be symmetrical with the interface circuits <b>318</b>A and <b>318</b>D.
0051Generally, the packet scheduler <b>24</b> may receive packets from various internal sources (e.g. processor core <b>28</b> shown in <figref idref="DRAWINGS">FIG. 2</figref>, the memory controller <b>316</b>A shown in <figref idref="DRAWINGS">FIG. 1</figref>, etc.) as well as from external sources through the various interface circuits <b>318</b>A-<b>318</b>C. The packet scheduler <b>24</b> may store the packets directly, or may store indicators of the packets. The actual packets may be stored in distributed command and data buffers in the node <b>312</b>A (e.g. similar to the command and data buffers <b>42</b> and <b>44</b> in the processing node <b>312</b>B), and when a packet is scheduled, the packet data may be provided from the command and data buffers in which it is stored.
0052Turning now to <figref idref="DRAWINGS">FIG. 3</figref>, a block diagram of one embodiment of field in the control register(s) <b>22</b> is shown. Other embodiments may include additional and/or alternative data to that shown in <figref idref="DRAWINGS">FIG. 3</figref>. Some fields are described as bits, but may be multibit fields in other embodiments.
0053The fields in <figref idref="DRAWINGS">FIG. 3</figref> include a capability bit <b>50</b>, a pack enable bit <b>52</b>, an insert enable bit <b>54</b>, an insert control field <b>56</b>, a dynamic pack enable bit <b>58</b>, and a dynamic insert enable bit <b>60</b>. Optionally, one or more threshold fields may be included (e.g. threshold fields <b>62</b> and <b>64</b>).
0054The capability bit <b>50</b> may be a read-only bit that reports whether or not the node is capable of implementing CRC packing or partial CRC insertion. Software may check the capability bit <b>50</b> to ensure that the node is capable of performing the operations prior to enabling the functions (using the pack enable bit <b>52</b> and the insert enable bit <b>54</b>, respectively). In other embodiments, separate capability bits may be provided for each type of operation.
0055The insert control field <b>56</b> may be coded to control which insert points in a packet are to have partial CRC insertions. In one embodiment, the data portion of the packet may be divided into N equal sized portions (or beats), where N is an integer greater than or equal to 2. For example, N may be 4 in one embodiment. Partial CRC insertion may be available between each set of beats, as well as between the command portion and the first beat. Specifically, in one embodiment, encodings may be supported that cause insertion between: (1) the first and second beats; (2) between the first and second beats and between the command and the first beat; (3) between the first and second beats, between the command and the first beat, and between the second and third beats; or (4) between the first and second beats, between the command and the first beat, between the second and third beats; and between the third and fourth beats. Another encoding of the insert control field <b>56</b> may be provided to indicate no insertion, and the insert enable bit <b>54</b> may be eliminated. In another embodiment, a one-hot encoding for each possible insertion point may be used to permit any combination of insertions, or other combinations of insertions may be supported. In yet another embodiment, only insertion between the first and second beats may be supported, and an insert enable bit <b>54</b> may be provided without an additional control field.
0056If more than two packets can be packed for one CRC transmission, there may be a pack control field to control the maximum number of packets to be packed.
0057The dynamic pack enable bit <b>58</b> and the dynamic insert enable bit <b>60</b> may enable dynamic variation of CRC packing and partial CRC insertions, respectively, according to the bandwidth consumption. In some embodiments, the threshold at which variation is invoked may be programmable, using one or more threshold fields <b>62</b> and <b>64</b>. For example, different thresholds may be supported for the CRC packing and the partial CRC insertion. Different thresholds may be used to control different amounts of CRC packing and/or partial CRC insertions. For example, as thresholds are exceeded, fewer and fewer partial CRC insertions may be made in a packet, beginning with insertions later in the packet and moving forward, removing the insertion between the first and second beats last (after removing the insertion between the command portion and the first beat). In other embodiments, the thresholds may be fixed.
0058Turning not to <figref idref="DRAWINGS">FIG. 4</figref>, a flowchart is shown illustrating operation of one embodiment of the cell scheduler <b>14</b> in response to scheduling a command cell (that is, a cell that is part of the command portion of a packet). Specifically, in this embodiment, the command cell is part of a dataless packet, although other embodiments may support CRC packing for packets that include data as well as command portions. The blocks are shown in a particular order for ease of understanding. However, other orders may be used. Furthermore, blocks may be performed in parallel by combinatorial logic circuitry in the cell scheduler <b>14</b>. Blocks, combinations of blocks, or the flowchart as a whole may be pipelined over multiple clock cycles.
0059If the scheduled command cell is not the last command cell in the packet (decision block <b>70</b>, “no” leg), the cell scheduler <b>14</b> may schedule the next cell in the command (block <b>72</b>). If the scheduled command cell is the last command cell in the packet (decision block <b>70</b>, “yes” leg), and either the CRC packing is not enabled via the enable bit <b>52</b> (decision block <b>74</b>, “no” leg), the maximum number of packets have been packed (decision block <b>76</b>, “yes” leg), or the dynamic control is enabled and indicates that another command should not be packed (decision block <b>78</b>, “no” leg), the cell scheduler <b>14</b> may schedule the CRC cell (block <b>80</b>). Additionally, if there is not another command (Cmd<b>2</b>) available to be scheduled (decision block <b>82</b>, “no” leg), the cell scheduler <b>14</b> may schedule the CRC cell (block <b>80</b>). When the CRC cell is scheduled and transmitted, the accumulated CRC maintained by the CRC generator <b>16</b> may be reinitialized to begin accumulating CRC for the next packet.
0060If another command is available (decision block <b>82</b>, “yes” leg), the first cell of the next command (Cmd<b>2</b>) may be scheduled (block <b>84</b>). That is, the decision of whether or not to pack a command is made at the time that the last cell of the current command is scheduled, in this embodiment. The cell scheduler <b>14</b> may not wait for another command, instead appending the CRC without packing if a second command is not available to be packed. Other embodiments may make the determination of whether or not to pack at or near the time of the scheduling of the last cell of the current packet, or at any other time, as desired.
0061In one embodiment, if a noop command is being transmitted (not packed with any previous command) and a command is scheduled by the packet scheduler <b>24</b>, the cell scheduler <b>14</b> may pack the command with the noop command even if packing is not enabled (or is dynamically disabled currently). In this case, the reduction of latency for the command may be realized by packing the command with the noop command, rather than transmitting a separate CRC for the noop command prior to the newly scheduled command.
0062While the above description refers to the operation of the cell scheduler <b>14</b>, the operation of the interface circuit <b>318</b>A as a whole may be similar even if the internal structure of the interface circuit <b>318</b>A differs from the embodiment of <figref idref="DRAWINGS">FIG. 2</figref>. For example, packets may be received for transmission, packing may be determined based on the availability of another packet to transmit, control may be dynamic based on bandwidth consumption, etc.
0063Turning now to <figref idref="DRAWINGS">FIG. 5</figref>, a flowchart is shown illustrating operation of one embodiment of the cell scheduler <b>14</b> in response to scheduling a data cell (that is, a cell that is part of the data portion of a packet). The blocks are shown in a particular order for ease of understanding. However, other orders may be used. Furthermore, blocks may be performed in parallel by combinatorial logic circuitry in the cell scheduler <b>14</b>. Blocks, combinations of blocks, or the flowchart as a whole may be pipelined over multiple clock cycles.
0064If the scheduled data cell is the last data cell in the packet (decision block <b>90</b>, “yes” leg), the cell scheduler <b>14</b> may schedule the CRC cell for transmission (block <b>92</b>). In this case, the CRC cell is the CRC covering the entire packet, as accumulated over the cells of the packet in previous cycles. The CRC may also be reinitialized in this case to prepare for the next packet If the scheduled data cell is not the last data cell in the packet (decision block <b>90</b>, “no” leg), and either the partial CRC insertion is not enabled via the enable bit <b>54</b> (decision block <b>94</b>, “no” leg), the packet is not at an insert point (decision block <b>96</b>, “no” leg), or the dynamic control is enabled and indicates that partial CRC insertion should not be performed at this point (decision block <b>98</b>, “no” leg), the cell scheduler <b>14</b> may schedule the next data cell (block <b>100</b>). Otherwise, the cell scheduler <b>14</b> may schedule a CRC cell (block <b>92</b>). In this case, the CRC cell is a partial CRC insertion covering the packet up to the current point. The CRC is not reinitialized in this case. The data packet may not be at an insert point, as indicated by decision block <b>96</b>, if each beat includes more than one cell and the current cell is not the end of a beat, or if the current insert point is not enabled via the insert control field <b>56</b>.
0065While the above description refers to the operation of the cell scheduler <b>14</b>, the operation of the interface circuit <b>318</b>A as a whole may be similar even if the internal structure of the interface circuit <b>318</b>A differs from the embodiment of <figref idref="DRAWINGS">FIG. 2</figref>. For example, packets may be received for transmission, partial CRC insertion may be performed if enabled, control may be dynamic based on bandwidth consumption, etc.
0066Turning now to <figref idref="DRAWINGS">FIG. 6</figref>, a flowchart is shown illustrating operation of one embodiment of the cell scheduler <b>14</b> to monitor bandwidth and dynamically vary CRC packing and/or partial CRC insertion. The blocks are shown in a particular order for ease of understanding. However, other orders may be used. Furthermore, blocks may be performed in parallel by combinatorial logic circuitry in the cell scheduler <b>14</b>. Blocks, combinations of blocks, or the flowchart as a whole may be pipelined over multiple clock cycles.
0067If the cell scheduler <b>14</b> schedules a new packet for transmission (decision block <b>110</b>, “yes” leg), the cell scheduler <b>14</b> may increment the busy counter <b>20</b> (block <b>112</b>). If the cell scheduler <b>14</b> schedules a noop packet (NOP packet—decision block <b>114</b>, “yes” leg), the cell scheduler <b>14</b> may decrement the busy counter <b>20</b> (block <b>116</b>). As mentioned previously, the busy counter <b>20</b> may be a saturating counter. That is, increments to the counter may saturate at all binary ones in the counter <b>20</b> (and subsequent increments do not change the value until a decrement occurs and reduces the value) and decrements to the counter may saturate at all binary zeros in the counter <b>20</b> (and subsequent decrements do not change the value until an increment occurs and increases the value). The value may be treated as an unsigned integer. A noop packet may be defined to be a noop packet that does not include any buffer release counts, in one embodiment, because such noop packets may be the only mechanism for transmitting the counts. It is noted that blocks <b>110</b>-<b>116</b> are independent of the remainder of the flowchart, and may represent monitoring the bandwidth consumption for this embodiment.
0068If the busy counter exceeds a threshold (decision block <b>118</b>, “yes” leg), bandwidth consumption is considered high. Accordingly, partial CRC insertion may be disabled and CRC packing may be enabled, to conserve bandwidth (block <b>120</b>). On the other hand, if the busy counter does not exceed the threshold (decision block <b>118</b>, “no” leg), bandwidth consumption is considered low. Partial CRC insertion may be enabled to permit earlier forwarding of data and CRC packing may be disabled to improve packet forwarding latency, in such a case, since bandwidth is available and thus can be used for additional CRC transmissions without impacting performance (block <b>122</b>).
0069Blocks <b>118</b>-<b>122</b> may represent part of the decision blocks <b>78</b> and <b>90</b> in <figref idref="DRAWINGS">FIGS. 4 and 5</figref>, respectively. That is, if dynamic control is enabled, blocks <b>118</b>-<b>122</b> may determine whether or not dynamic control indicates that CRC packing or partial CRC insertion is permissible. Block <b>120</b> may correspond to decision block <b>78</b>, “yes” leg and decision block <b>90</b>, “no” leg. Block <b>122</b> may correspond to decision block <b>78</b>, “no” leg and decision block <b>90</b>, “yes” leg.
0070As mentioned previously, in some embodiments, more than one threshold may be supported. For example, there may be thresholds corresponding to each possible combination of partial CRC insertions. As bandwidth consumption increases, the number of partial CRC insertions may be decreased, beginning with those that add the least overall value (e.g. those nearer the end of the data packet, followed by the insertion between the command portion and the data portion, and lastly the insertion between the first and second data beats). Similarly, if more than two packets may be packed for CRC, various thresholds may be used to increase (as the thresholds are exceeded) the number of packets packed for CRC.
0071While the above description refers to the operation of the cell scheduler <b>14</b>, the operation of the interface circuit <b>318</b>A as a whole may be similar even if the internal structure of the interface circuit <b>318</b>A differs from the embodiment of <figref idref="DRAWINGS">FIG. 2</figref>. For example, bandwidth consumption may be monitored and dynamic control may be based on the detected bandwidth consumption.
0072The embodiment of <figref idref="DRAWINGS">FIG. 6</figref> also illustrates a general mechanism for varying the frequency of CRC transmissions, dependent on the amount of bandwidth being consumed. As the bandwidth consumption increases, the frequency of CRC transmission is lowered (e.g. by increasing CRC packing and/or by reducing partial CRC insertions). As the bandwidth consumption decreases, the frequency of CRC transmission is increased (e.g. by inhibiting CRC packing and/or increasing partial CRC insertions).
0073Turning now to <figref idref="DRAWINGS">FIG. 7</figref>, a flowchart is shown illustrating operation of one embodiment of the interface circuit <b>318</b>D (and more specifically the receiver circuit <b>36</b> and the CRC check circuit <b>32</b>, for the illustrated embodiment, although other embodiments may employ different structures) for handling packed CRC and partial CRC insertions. The blocks are shown in a particular order for ease of understanding. However, other orders may be used. Furthermore, blocks may be performed in parallel by combinatorial logic circuitry in the interface circuit <b>318</b>D and/or receiver circuit <b>36</b>/CRC check circuit <b>32</b>. Blocks, combinations of blocks, or the flowchart as a whole may be pipelined over multiple clock cycles.
0074The receiver circuit <b>36</b> may decode the control data from the control lines CTL[n:0] (possibly over several bit times if a cell is received over several bit times) to determine what type of cell is received (block <b>130</b>). If the cell is a command cell or data cell of a packet (decision block <b>132</b>, “yes” leg), the cell may be placed in the cell queue <b>34</b> for CRC validation (block <b>134</b>). Command cells may be partially decoded, e.g. to identify the virtual channel associated with the packet. The CRC check circuit <b>32</b> may accumulate the CRC from the received cell(s) (block <b>136</b>). Alternatively, the cells may be placed in the cell queue <b>34</b> and the CTL data may decoded after being enqueued.
0075If the cell is not a command or data cell, the cell is a CRC cell (decision block <b>132</b>, “no” leg). The CRC check circuit <b>32</b> may compare the CRC cell to the accumulated CRC to determine if an error has been detected (block <b>138</b>). The CRC may be either a partial CRC or a full CRC. If an error is not detected (decision block <b>140</b>, “no” leg), the command/data cells covered by the CRC may be forwarded from the cell queue <b>34</b> (block <b>142</b>). If the forwarding is a partial forward, due to no error detected in a partial CRC, the interface circuit <b>318</b>D may record which data has been forwarded (block <b>144</b>). The information may be used if an error is later detected in the packet, so that previously forwarded data is not forwarded again when the packet is retransmitted. If the forwarding is the end of the packet, the Ack counter <b>30</b> may be updated (block <b>146</b>), and the CRC accumulated by the CRC check circuit <b>32</b> may be reinitialized for the next packet.
0076If an error is detected (decision block <b>140</b>, “yes” leg), the CRC check circuit <b>32</b> may update the Ack counter <b>30</b> to indicate the last successfully received packet (block <b>148</b>), and the transmit circuit <b>38</b> may signal an error with the Ack count to the node <b>312</b>A, for error processing (block <b>150</b>).
0077Various embodiments may encode the CTL lines for a cell in various fashions. For example, <figref idref="DRAWINGS">FIG. 8</figref> is one embodiment of encoding the CTL lines for a 32 bit cell (thus having four CTL lines per cell, in this embodiment). Additionally, this embodiment packs up to two dataless packets for CRC coverage.
0078The CTL lines are coded b‘1111’ for a command cell, and b‘0000’ for a data cell, unless otherwise indicated in the table. The CRC for a dataless packet (command-only packet) is b‘0011’. The CTL line coding of b‘1100’ has two meanings. It may either indicate the data CRC is being provided (not a partial CRC insertion, but the final CRC appended to the end of the packet) or it may indicate the last cell of the first command for packed commands. Thus, if this CTL coding was preceding by a command cell, the cell is the last cell of the first command and if this CTL coding was preceded by a data cell, the cell is the data CRC. Furthermore, the encodings for data CRC and command CRC differ.
0079The CTL line coding of b‘0111’ also has two meanings. It is either the first cell of a command packet inserted in the data portion of another packet, or is the first cell of the second command of a pair of packed commands. Thus, the meaning of this coding may be discerned based on whether or not the preceding coding was b‘1100’. Additionally, the coding for the first cell of a packed command differs from that of other command cells, which may aid identifying the first cell. Additionally, the coding for the last cell of the first command differs from other command encodings.
0080The CTL coding of b‘1001’ may be used for a command cell that precedes a partial CRC insertion after the command portion of the packet. Alternatively, the coding b‘1010’ may be used for a partial CRC insertion between data beats of a packet. Thus, the coding that indicates that the next cell is CRC may differ for the insertion between the command and data portions, as compared to insertions between data beats. Finally, the CTL code of b‘1011’ may indicate a partial CRC cell. Thus, the coding for a partial CRC cell may differ from the codings for a command CRC and a data CRC, as well as differing from other data cells.
0081The CTL codings indicated in the table of <figref idref="DRAWINGS">FIG. 8</figref> are selected to reduce the incidence of errors on the CTL lines that can cause errors in the reception of packets. That is, if an error occurs on a CTL line, the receive circuit <b>36</b> may have a higher likelihood of detecting an invalid sequence of CTL codings, and thus may detect an error for the packet transmission.
0082<figref idref="DRAWINGS">FIG. 9</figref> is a set of example packets and the corresponding CTL codings for each cell, for the encodings shown in <figref idref="DRAWINGS">FIG. 8</figref>. Each cell is labeled, and the CTL coding precedes the cell in the example. Generally, the cells of a command are labeled “Cmd” followed by a number (which is the same for all cells of the command), followed by a lower case letter to distinguish different cells of the same command. The cells of data are labeled “Data” followed by a number (which is the same for all cells of the same data, and is the same as the corresponding command), followed by a lower case letter to distinguish different cells of the same data.
0083A single (unpacked) dataless command packet having two cells (Cmd<b>0</b>a and Cmd<b>0</b>b) and corresponding CRC (CRC<b>0</b>) is shown at reference numeral <b>160</b>. Reference numeral <b>162</b> is an example of a packet having two command cells (Cmd<b>0</b>a and Cmd<b>0</b>b) and two data cells (Data<b>0</b>a and Data<b>0</b>b). The corresponding CRC follows the data cells (CRC<b>0</b>).
0084A pair of packed command packets is illustrated at reference numeral <b>164</b>, with each command packet having two cells. The command cells for the first packet (Cmd<b>0</b>a and Cmd<b>0</b>b) are followed by the command cells for the second packet (Cmd<b>1</b>a and Cmd<b>1</b>b) and the CRC that covers both packets (CRC<b>0</b>+1). The CTL coding for Cmd<b>0</b>b is thus b‘1100’ to indicate the last cell of the first command, and the CTL code for Cmd<b>1</b>a is b‘0111’ to indicate the first cell of the second command. Other command cells have the regular command cell coding of b‘1111’. The CRC cell is also coded b‘0011’ to indicate the command CRC. Reference numeral <b>166</b> is an example of a pair of packed single cell commands, and thus no cells have the regular command cell coding.
0085Reference numeral <b>168</b> illustrates a command and data packet (Cmd<b>0</b> and Data<b>0</b>) having two command-only packets inserted in the data portion of the packet (Cmd<b>1</b> and its CRC cell CRC<b>1</b>, and Cmd<b>2</b> and its CRC cell CRC<b>2</b>). As illustrated, the CTL coding of b‘0111’ is used for the first cell of each of commands Cmd<b>1</b> and Cmd<b>2</b>, to signify insertion in the data. In each case, the b‘0111’ coding is not preceded by the b‘1100’ coding, and thus the commands may be detected as insertions in the data portion of the packet, and not packed commands.
0086Lastly, reference numeral <b>170</b> is an example of a packet having partial CRC insertions (CRC<b>0</b>a, CRC<b>0</b>b, and CRC<b>0</b>c), illustrating the signalling of the next cell as partial CRC, except for the final CRC (CRC<b>0</b>).
0087<figref idref="DRAWINGS">FIG. 10</figref> is another embodiment of the coding of the CTL lines for a 32 bit cell and four CTL lines per cell. In this embodiment, each bit position of the CTL lines corresponding to the cell (bits <b>0</b> to <b>3</b>) is assigned a different meaning. The LCTL and HCTL codings for bit positions <b>0</b> and <b>2</b> may be the same as that defined in the HT specification. These bits determine whether a cell is a command cell or data. Bit position <b>1</b> may be defined for command cells to be a ˜Pack bit. That is, if the bit is 0, the next cell transmitted will be another command cell. If the bit is a 1, the next cell transmitted will be the CRC for the command. Bit position <b>1</b> may be defined for data cells to be an Insert bit. If the bit is 0, the next cell is another data cell (or an inserted command cell). If the bit is 1, the next cell is a partial CRC insertion cell. Bit position <b>3</b> is reserved.
0088Numerous variations and modifications will become apparent to those skilled in the art once the above disclosure is fully appreciated. It is intended that the following claims be interpreted to embrace all such variations and modifications.
Contents4
10 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US10750945B2 | Cited by | United States of America | Applicant |
| US11593196B2 | Cited by | United States of America | Applicant |
| US2013003562A1 | Cited by | United States of America | Pre-grant |
| US11200112B1 | Cited by | United States of America | Applicant |
| US2003067907A1 | Cites | United States of America | Search report |
| US2004158793A1 | Cites | United States of America | Applicant |
| US2005138622A1 | Cites | United States of America | Search report |
| US2005190786A1 | Cites | United States of America | Search report |
| US2005220117A1 | Cites | United States of America | Search report |
| US2007297351A1 | Cites | United States of America | Applicant |
| US2008031253A1 | Cites | United States of America | Search report |
| US2008148135A1 | Cites | United States of America | Search report |
| US4937828A | Cites | United States of America | Applicant |
| US5054025A | Cites | United States of America | Applicant |
| US5430738A | Cites | United States of America | Applicant |
| US5530701A | Cites | United States of America | Search report |
| US5551066A | Cites | United States of America | Search report |
| US5617541A | Cites | United States of America | Applicant |
| US5745837A | Cites | United States of America | Search report |
| US5951707A | Cites | United States of America | Search report |
| US5968201A | Cites | United States of America | Applicant |
| US5995171A | Cites | United States of America | Applicant |
| US6085253A | Cites | United States of America | Applicant |
| US6111924A | Cites | United States of America | Applicant |
| US6148422A | Cites | United States of America | Search report |
| US6161207A | Cites | United States of America | Applicant |
| US6173431B1 | Cites | United States of America | Applicant |
| US6182267B1 | Cites | United States of America | Applicant |
| US6330700B1 | Cites | United States of America | Search report |
| US6385451B1 | Cites | United States of America | Applicant |
| US6449654B1 | Cites | United States of America | Applicant |
| US6519259B1 | Cites | United States of America | Search report |
| US6522665B1 | Cites | United States of America | Search report |
| US6539503B1 | Cites | United States of America | Applicant |
| US6633564B1 | Cites | United States of America | Search report |
| US6856628B1 | Cites | United States of America | Search report |
| US6940831B1 | Cites | United States of America | Search report |
| US6950977B2 | Cites | United States of America | Applicant |
| US7012902B2 | Cites | United States of America | Search report |
| US7185266B2 | Cites | United States of America | Applicant |
| US7210088B2 | Cites | United States of America | Applicant |
| US7219294B2 | Cites | United States of America | Applicant |
| US7263644B2 | Cites | United States of America | Applicant |
| US7324541B2 | Cites | United States of America | Search report |
| US7379467B1 | Cites | United States of America | Search report |
| US7466667B2 | Cites | United States of America | Search report |
| US7840873B2 | Cites | United States of America | Search report |
| US7881303B2 | Cites | United States of America | Search report |
| US7889742B2 | Cites | United States of America | Search report |
| US20030067907A1 | Cites | United States of America | Search report |
| US20040158793A1 | Cites | United States of America | Applicant |
| US20050138622A1 | Cites | United States of America | Search report |
| US20050190786A1 | Cites | United States of America | Search report |
| US20050220117A1 | Cites | United States of America | Search report |
| US20070297351A1 | Cites | United States of America | Applicant |
| US20080031253A1 | Cites | United States of America | Search report |
| US20080148135A1 | Cites | United States of America | Search report |
| Xilinx, "HyperTransport Life Interface for Virtex-II FPGA's," XAPP639, v1.0.1, Mar. 31, 2004, 13 pages. | Non-patent | – | Applicant |
| IEEE News Briefs, "New Bus Technology Boosts Performance," 2001. | Non-patent | – | Applicant |
| International Preliminary Report for PCT/US2007/025499 mailed Mar. 23, 2009. | Non-patent | – | Applicant |
| Nicholas Cravotta, "RapidIO Versus HyperTransport: A Battle Between Equals or Unintentional Marketing Confusing?," Internet Article [Online], Jun. 27, 2002, XP002474026. | Non-patent | – | Applicant |
| International Search Report for PCT/US2007/025499 mailed Jul. 4, 2008. | Non-patent | – | Applicant |
| Office Action from U.S. Appl. No. 11/610,219, mailed Mar. 10, 2010. | Non-patent | – | Applicant |
| U.S. Appl. No. 11/610,219, filed Dec. 13, 2006. | Non-patent | – | Applicant |
| Xilinx, “HyperTransport Life Interface for Virtex-II FPGA's,” XAPP639, v1.0.1, Mar. 31, 2004, 13 pages. | Non-patent | – | Applicant |
| IEEE News Briefs, “New Bus Technology Boosts Performance,” 2001. | Non-patent | – | Applicant |
| International Preliminary Report for PCT/US2007/025499 mailed Mar. 23, 2009. | Non-patent | – | Applicant |
| Nicholas Cravotta, “RapidIO Versus HyperTransport: A Battle Between Equals or Unintentional Marketing Confusing?,” Internet Article [Online], Jun. 27, 2002, XP002474026. | Non-patent | – | Applicant |
| International Search Report for PCT/US2007/025499 mailed Jul. 4, 2008. | Non-patent | – | Applicant |
| Office Action from U.S. Appl. No. 11/610,219, mailed Mar. 10, 2010. | Non-patent | – | Applicant |
| U.S. Appl. No. 11/610,219, filed Dec. 13, 2006. | Non-patent | – | Applicant |
15 members in 8 offices
Priority claims1
| Document | Office | Kind | Date |
|---|---|---|---|
| 61019106 | United States of America | A |
Members15
| Document | Office | Kind | |
|---|---|---|---|
| US2008148131A1 | United States of America | A1 | |
| WO2008073494A1 | World Intellectual Property Organization (WIPO) | A1 | |
| TW200841168A | Taiwan Province of China | A | |
| GB0910329D0 | United Kingdom | D0 | |
| GB2457618A | United Kingdom | A | |
| KR20090099558A | Republic of Korea | A | |
| DE112007003086T5 | Germany | T5 | |
| CN101681277A | China | A | |
| JP2010514264A | Japan | A | |
| US7881303B2 | United States of America | B2 | |
| CN101681277B | China | B | |
| USRE44487EThis record | United States of America | E | |
| TWI461899B | Taiwan Province of China | B | |
| DE112007003086B4 | Germany | B4 | |
| DE112007003086B8 | Germany | B8 |
40 transactions on the USPTO file
Allowed after 1 non-final rejection.
- Non-final rejections
- 1
- Final rejections
- 0
- RCEs
- 0
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Payment of Maintenance Fee, 12th Year, Large EntityM1553 | M1553 | |
| Payment of Maintenance Fee, 8th Year, Large EntityM1552 | M1552 | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Email NotificationEML_NTR | EML_NTR | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Response to Amendment under Rule 312N271 | N271 | |
| Amendment after Notice of Allowance (Rule 312)AllowedA.NA | A.NA | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Reasons for AllowanceEX.R | EX.R | |
| Examiner's Amendment CommunicationEX.A | EX.A | |
| Mail Interview Summary - Applicant Initiated - TelephonicMEXAT | MEXAT | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Interview Summary- Applicant InitiatedEXIA | EXIA | |
| Interview Summary - Applicant Initiated - TelephonicEXAT | EXAT | |
| Response after Non-Final ActionA... | A... | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Notice of Reissue Published in Official GazetteNRE. | NRE. | |
| Application Is Now CompleteCOMP | COMP | |
| Email NotificationEML_NTR | EML_NTR | |
| Filing ReceiptFLRCPT.O | FLRCPT.O | |
| Application Dispatched from OIPEOIPE | OIPE | |
| Cleared by OIPE CSRL194 | L194 | |
| Preliminary AmendmentA.PE | A.PE | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Initial Exam Team nnIEXX | IEXX |
8 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Maintenance fee paymentMAFP | MAFP | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| Maintenance fee paymentMAFP | MAFP | |
| Fee paymentFPAY | FPAY |
Numbers
- Publication
- RE044487
- Application
- 13240272
Titles
- English
- Command packet packing to mitigate CRC overhead
Classification
- CPC, 8
- H04L1/0011
- G06F11/00
- G06F11/08
- H04L1/0007
- H04L1/0061
- H04L1/18
- H04L1/00
- G06F15/00
- IPC, 3
- G06F11 00
- H04B7 00
- H04L12 56