Nova Patents
US8068488B2

Packet format for a distributed system

Summary by NHIP

Remote Bus Transaction Packet

The method wraps a detected bus transaction into a network packet containing an opcode and destination address for remote execution. One or more control signals map directly to opcode bits, the data field size is a multiple of a cache line size, and separate CRCs protect the data and header.

Claim Score by NHIP

Read claim 5, the broadest

Abstract

A method is provided for transmitting a packet including information describing a bus transaction to be executed at a remote device. A bus transaction is detected on a first bus and a network packet is generated for transmission over a network. The network packet includes an opcode describing the type of bus transaction. One or more control signals of the bus transaction map directly to one or more bits of the opcode to simplify decoding or converting of the bus transaction to the opcode. The packet is transmitted to a remote device and the bus transaction is then replayed at a second bus. In addition, the packet includes a data field having a size that is a multiple of a cache line size. The packet includes separate CRCs for the data and header. The packet also includes a transaction ID to support split transactions over the network. Also, fields in the packet header are provided in a particular order to improve switching efficiency.

US8068488B2, drawing sheet 1
Sheet 1 of 7

Term

Term ended

Expired 24 August 2018, 8.1 years ago.

  1. Priority
  2. Filed
  3. Granted
  4. Expired
  5. Today

6 claims: 2 independent, 4 dependent

  1. 1
    A method of preparing a bus transaction for remote execution comprising:detecting a bus transaction on a bus located at a first node;wrapping the bus transaction in a packet for transmission over a network, the packet including an opcode and a destination address, wherein the destination address identifies a memory location associated with the bus transaction at a second node;storing the packet in a buffer;transmitting the packet over the network to the second node;if a positive acknowledgement is received, reallocating the buffer;and if a negative acknowledgement is received, retransmitting the packet.
  2. 5
    Broadest claimClaim Score 74, broad(NHIP)A method of executing a bus transaction comprising:receiving a packet at a first node on a network, from a second node on the network, the packet including an opcode and a destination address, wherein the destination address identifies a memory location associated with the bus transaction at the first node;testing a checksum associated with the packet;transmitting an acknowledgement to the second node according to the checksum test;unwrapping the bus transaction from the packet;and generating a local bus transaction, based on the received bus transaction, on a bus of the first node.