US20100030930A1 - Bandwidth conserving protocol for command-response bus system - Google Patents

Bandwidth conserving protocol for command-response bus system Download PDF

Info

Publication number
US20100030930A1
US20100030930A1 US12/577,030 US57703009A US2010030930A1 US 20100030930 A1 US20100030930 A1 US 20100030930A1 US 57703009 A US57703009 A US 57703009A US 2010030930 A1 US2010030930 A1 US 2010030930A1
Authority
US
United States
Prior art keywords
agent
bus
data
packets
array
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/577,030
Inventor
Patrick L. Connor
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Intel Corp
Original Assignee
Intel Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Intel Corp filed Critical Intel Corp
Priority to US12/577,030 priority Critical patent/US20100030930A1/en
Publication of US20100030930A1 publication Critical patent/US20100030930A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/42Bus transfer protocol, e.g. handshake; Synchronisation
    • G06F13/4282Bus transfer protocol, e.g. handshake; Synchronisation on a serial bus, e.g. I2C bus, SPI bus
    • G06F13/4286Bus transfer protocol, e.g. handshake; Synchronisation on a serial bus, e.g. I2C bus, SPI bus using a handshaking protocol, e.g. RS232C link
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/26Special purpose or proprietary protocols or architectures

Definitions

  • Embodiments of the present invention relate to bus protocols for devices in computing systems.
  • the embodiments relate to bus protocols that use a command-response protocol to manage transactions.
  • Modern computer systems include a plurality of integrated circuit devices interconnected with other devices via computer busses.
  • Bus architectures vary considerably among these systems and many systems, in fact, include multiples of busses having different bus architectures.
  • the different bus architectures can include different protocols used to manage the flow of data among agents connected to the bus.
  • one bus protocol may employ a command-response protocol in which a source agent on the bus transfers a packet of data to a destination agent according to a “command” transaction posted on the bus.
  • the “command” transaction typically includes the data and also includes an indication of what is to be done with the data.
  • the destination agent may generate a “response” transaction indicating either that the packet was received properly or that the commanded action has been completed.
  • the command-response protocol has been used on busses to which more than two agents are connected.
  • the inventor had identified a need in the art to conserve resources of busses that operate according to the command-response protocol.
  • the inventor recognized a need to limit the number of response transactions that are posted on the bus. These response transactions have limited utility—while they permit the source and destination agents to synchronize their operations, they do not transfer data packets themselves.
  • FIG. 1 illustrates a computer system according to an embodiment of the present invention.
  • FIG. 2 is a flow diagram of a method according to an embodiment of the present invention.
  • FIG. 3 illustrates a communication flow between source and destination agents according to an embodiment of the present invention.
  • FIG. 4 is a simplified block diagram of a transmitting agent according to an embodiment of the present invention.
  • FIG. 5 is a simplified block diagram of a device driver according to an embodiment of the present invention.
  • Embodiments of the present invention are directed to a command-response bus protocol that reduces the number of response transactions generated on the bus.
  • an array of data is divided into a number of packets and transmitted over the bus in respective transactions.
  • the transactions include a writeback flag, which is enabled for the last packet but disabled otherwise.
  • a receiver of the packets observes the enabled writeback flag, it generates a response transaction.
  • the response transaction indicates either that all packets of the array were received properly or that the commanded operation has been completed for the entire array.
  • FIG. 1 illustrates a computer system 100 according to an embodiment of the present invention.
  • the system may include one or more processors 110 and memory systems 120 provided in mutual communication.
  • the system further may include a plurality of peripheral devices 1 -N ( 130 , 140 , 150 ) coupled to a communication bus 160 .
  • a bus bridge 170 may provide an interface between the processors 110 and memory systems 120 and the communication bus 160 .
  • the bus 160 may include a shared bus architecture, a packet switched bus architecture or a circuit switched bus architecture, among others.
  • Common peripheral devices 130 - 150 include network interface cards, disk controllers, graphics controllers and the like. These devices typically read or write quantities of data to or from a memory 120 to another device outside the computer system 100 . In doing so, the peripheral devices may initiate bus transactions on the bus 160 to transfer a quantity of data. When multiple devices or even a single high-speed device is present on a communication bus 160 , the bus 160 can become highly loaded.
  • Embodiments of the present invention provide a protocol for a communication bus in a computer system.
  • the data may be divided into a plurality of packets, each to be transmitted individually.
  • a source transmits the packets serially, in packet order, to a destination on the bus.
  • the source sets a flag in the transmitted packet to signal the destination to return a response indicating that its processing of the final packet has been completed.
  • the destination so responds, it impliedly indicates that all earlier transmitted packets were received and processed properly.
  • FIG. 2 is a flow diagram of a method 1000 according to an embodiment of the present invention.
  • the method may begin when a source stores a quantity of data (called an “array” herein) to be transmitted across a communication bus.
  • the method divides the array into a plurality of packets for transmission (box 1010 ). For each packet, the method determines whether the packet is the last packet in the array (box 1020 ). If not, the method causes the packet to be transmitted without a “writeback flag” enabled (box 1030 ). Otherwise, if the packet is the last packet to be transmitted, the writeback flag is enabled and the packet is transmitted across the bus (box 1040 ).
  • the method may operate continuously until the data array is transmitted in its entirety.
  • FIG. 3 illustrates a communication flow between a source 310 and a destination 320 using the communication protocol of the foregoing embodiments.
  • the source 310 transmits a data array to the destination as individual packets 1 -N.
  • the source initiates a series of transactions on the communication bus and transfers one of the packets across the bus pursuant to that transaction.
  • transfer of packets 1 through N ⁇ 1 may occur without having enabled a writeback flag within the packet.
  • Transfer of the final packet N (box 370 ) may have the writeback flag enabled.
  • the writeback flag once detected by the destination 320 , may cause the destination to initiate a response to the source 310 in its own transaction, indicating that the data transfer was successfully performed.
  • FIG. 3 illustrates an example where successful communication is achieved between the source and destination agents. If successful transmission of an array occurs, a destination agent 320 will transmit only a single response to all packets in the array. If transmission errors occur with respect to a packet (say, packet 2 340 ), the destination agent 320 may generate a transaction on the bus indicating the occurrence of an error.
  • FIG. 1 illustrates a bridge interface 170 and a plurality of peripheral devices 130 - 150 coupled to bus 160 .
  • the bridge interface 170 may function as the source and device 2 may function as a destination in a manner consistent with the disclosure of FIG. 3 .
  • another device say, device 1 130
  • the bridge interface 170 becomes the destination and the device 1 130 becomes the source.
  • FIG. 3 for the sake of clarity, omits interstitial communications that may occur on the bus 160 during operation.
  • devices are permitted to request and reserve bus bandwidth on round-robin or other pro rata bases.
  • FIG. 3 is representative of a data transfer between the bridge interface 170 and the first device 130 of FIG. 1
  • the bus 160 may carry not only those packets illustrated in FIG. 3 but additional packets of data pursuant to transactions initiated by other devices ( 140 - 150 ). These other transactions are extraneous to the present discussion and, therefore, have not been shown.
  • agents typically prioritize various transaction types against each other.
  • Processor read requests typically are deemed of higher priority than transfers of data from main memory to long term storage areas.
  • an agent may maintain separate queues for transmission of data to other agents.
  • FIG. 4 is a simplified block diagram of a transmitting agent 400 according to an embodiment of the present invention.
  • the agent 400 may include a plurality of queues 410 - 430 , a connection manager 440 and a bus interface 450 .
  • the different queues 410 - 430 represent transmissions having different levels of priority with respect to each other.
  • the agent 400 identifies a new data array to be transmitted on a bus, it assigns the array to one of the queues (say, queue 410 ) according to the array's priority level.
  • the data array is queued, packetized and transmitted on the bus.
  • the agent 400 may implement multiple instances of the method of FIG. 2 simultaneously, one for each queue 410 - 430 maintained by the device. This embodiment is particularly useful in implementations where an agent 400 drains data from various queues according to some fairness scheme, perhaps a weighted round-robin selection scheme that reflects the relative priorities among the queues. Thus, at various points during operation, the agent 400 may have several partially transmitted arrays in its queues 410 - 430 . By managing each queue with independent instances of the method 1000 ( FIG. 2 ), however, the agent 400 may maintain synchronized communication with the various destination agents on the communication bus.
  • queue 1 410 may correspond to data destined for device 1 130
  • queue 2 420 may correspond to data destined for device 2 140
  • the agent 400 may manage data transmissions from the queues 410 - 430 by maintaining multiple independent instances of the method 1000 ( FIG. 2 ) for each queue.
  • FIG. 5 is a simplified block diagram of a device driver 500 according to an embodiment of the present invention.
  • the device driver 500 may include a processor 510 , a bus interface circuit 520 , a memory 530 and a medium interface circuit 540 .
  • the processor 510 may operate according to executable instructions stored in the memory 530 . In this embodiment, the executable instructions may cause the processor to operate as described above.
  • the bus interface circuit 520 provides an electrical connection between the processor 510 and a bus 550 .
  • the bus interface circuit 520 may generate electrical signals on the bus under command of the processor 510 .
  • the medium interface circuit 540 may provide electrical connection between the processor 510 and other components of the device 500 (not shown).
  • the devices may vary considerably. They may include network interface cards, disk controllers and graphics controllers among others.
  • the medium interface circuit 540 may provide an interface between the processor 510 and the communication apparatus, disk drive or display apparatus as the case may be. Such components are not material to the present discussion and have been omitted for the sake of clarity.

Abstract

A command-response bus protocol reduces the number of response transactions generated on a bus. According to an embodiment, an array of data is divided into a number of packets and transmitted over the bus in respective transactions. The transactions each include a writeback flag, which is enabled for the last packet but otherwise disabled. When a receiver of the packets observes the enabled writeback flag, it generates a response transaction. The response transaction indicates either that all packets of the array were received properly or that the commanded operation has been completed for the entire array. Overall, the number of bus transactions are reduced with respect to alternative schemes that require a response transaction for each transmitted packet.

Description

    BACKGROUND
  • Embodiments of the present invention relate to bus protocols for devices in computing systems. In particular, the embodiments relate to bus protocols that use a command-response protocol to manage transactions.
  • Modern computer systems include a plurality of integrated circuit devices interconnected with other devices via computer busses. Bus architectures vary considerably among these systems and many systems, in fact, include multiples of busses having different bus architectures. The different bus architectures can include different protocols used to manage the flow of data among agents connected to the bus. For example, one bus protocol may employ a command-response protocol in which a source agent on the bus transfers a packet of data to a destination agent according to a “command” transaction posted on the bus. The “command” transaction typically includes the data and also includes an indication of what is to be done with the data. The destination agent may generate a “response” transaction indicating either that the packet was received properly or that the commanded action has been completed. The command-response protocol has been used on busses to which more than two agents are connected.
  • These modern systems can be “bus-limited.” Conventionally, the rate at which agents can process data far exceeds the rate at which the busses between them can carry data. Thus, the speed of the bus can limit the performance of a computer system. These performance limits are particularly acute in systems where several agents are coupled to a common bus, each of them are faster than the bus and each of them compete against the other agents for bus resources.
  • The inventor had identified a need in the art to conserve resources of busses that operate according to the command-response protocol. In particular, the inventor recognized a need to limit the number of response transactions that are posted on the bus. These response transactions have limited utility—while they permit the source and destination agents to synchronize their operations, they do not transfer data packets themselves.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 illustrates a computer system according to an embodiment of the present invention.
  • FIG. 2 is a flow diagram of a method according to an embodiment of the present invention.
  • FIG. 3 illustrates a communication flow between source and destination agents according to an embodiment of the present invention.
  • FIG. 4 is a simplified block diagram of a transmitting agent according to an embodiment of the present invention.
  • FIG. 5 is a simplified block diagram of a device driver according to an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • Embodiments of the present invention are directed to a command-response bus protocol that reduces the number of response transactions generated on the bus. According to these embodiments, an array of data is divided into a number of packets and transmitted over the bus in respective transactions. The transactions include a writeback flag, which is enabled for the last packet but disabled otherwise. When a receiver of the packets observes the enabled writeback flag, it generates a response transaction. The response transaction indicates either that all packets of the array were received properly or that the commanded operation has been completed for the entire array.
  • FIG. 1 illustrates a computer system 100 according to an embodiment of the present invention. The system may include one or more processors 110 and memory systems 120 provided in mutual communication. The system further may include a plurality of peripheral devices 1-N (130, 140, 150) coupled to a communication bus 160. A bus bridge 170 may provide an interface between the processors 110 and memory systems 120 and the communication bus 160. The bus 160 may include a shared bus architecture, a packet switched bus architecture or a circuit switched bus architecture, among others.
  • Common peripheral devices 130-150 include network interface cards, disk controllers, graphics controllers and the like. These devices typically read or write quantities of data to or from a memory 120 to another device outside the computer system 100. In doing so, the peripheral devices may initiate bus transactions on the bus 160 to transfer a quantity of data. When multiple devices or even a single high-speed device is present on a communication bus 160, the bus 160 can become highly loaded.
  • Embodiments of the present invention provide a protocol for a communication bus in a computer system. When it is desired to transfer a quantity of data across the bus, the data may be divided into a plurality of packets, each to be transmitted individually. A source transmits the packets serially, in packet order, to a destination on the bus. When the last packet is to be transmitted, the source sets a flag in the transmitted packet to signal the destination to return a response indicating that its processing of the final packet has been completed. When the destination so responds, it impliedly indicates that all earlier transmitted packets were received and processed properly.
  • FIG. 2 is a flow diagram of a method 1000 according to an embodiment of the present invention. The method may begin when a source stores a quantity of data (called an “array” herein) to be transmitted across a communication bus. The method divides the array into a plurality of packets for transmission (box 1010). For each packet, the method determines whether the packet is the last packet in the array (box 1020). If not, the method causes the packet to be transmitted without a “writeback flag” enabled (box 1030). Otherwise, if the packet is the last packet to be transmitted, the writeback flag is enabled and the packet is transmitted across the bus (box 1040). The method may operate continuously until the data array is transmitted in its entirety.
  • FIG. 3 illustrates a communication flow between a source 310 and a destination 320 using the communication protocol of the foregoing embodiments. In this diagram, the source 310 transmits a data array to the destination as individual packets 1-N. The source initiates a series of transactions on the communication bus and transfers one of the packets across the bus pursuant to that transaction.
  • As noted, transfer of packets 1 through N−1 (boxes 330-360) may occur without having enabled a writeback flag within the packet. Transfer of the final packet N (box 370) may have the writeback flag enabled. The writeback flag, once detected by the destination 320, may cause the destination to initiate a response to the source 310 in its own transaction, indicating that the data transfer was successfully performed.
  • FIG. 3 illustrates an example where successful communication is achieved between the source and destination agents. If successful transmission of an array occurs, a destination agent 320 will transmit only a single response to all packets in the array. If transmission errors occur with respect to a packet (say, packet 2 340), the destination agent 320 may generate a transaction on the bus indicating the occurrence of an error.
  • The foregoing discussion has illustrated communication between a source and a destination. According to embodiments of the present invention, any of the devices directly coupled to a common communication bus may operate as a source or a destination. FIG. 1, for example, illustrates a bridge interface 170 and a plurality of peripheral devices 130-150 coupled to bus 160. When the bridge interface 170 has data to be transferred to device 2 140, for example, it may function as the source and device 2 may function as a destination in a manner consistent with the disclosure of FIG. 3. At some other point during operation, another device (say, device 1 130) may store data to be transferred to the bridge interface 170; in this example, the bridge interface 170 becomes the destination and the device 1 130 becomes the source.
  • FIG. 3, for the sake of clarity, omits interstitial communications that may occur on the bus 160 during operation. To provide a degree of fairness in the allocation of bus resources among devices, devices are permitted to request and reserve bus bandwidth on round-robin or other pro rata bases. Thus, if FIG. 3 is representative of a data transfer between the bridge interface 170 and the first device 130 of FIG. 1, the bus 160 may carry not only those packets illustrated in FIG. 3 but additional packets of data pursuant to transactions initiated by other devices (140-150). These other transactions are extraneous to the present discussion and, therefore, have not been shown.
  • The principles of the present invention may be applied independently to various types of queued data transmissions that commonly are maintained by bus agents. For example, agents typically prioritize various transaction types against each other. Processor read requests typically are deemed of higher priority than transfers of data from main memory to long term storage areas. Alternatively, an agent may maintain separate queues for transmission of data to other agents.
  • FIG. 4 is a simplified block diagram of a transmitting agent 400 according to an embodiment of the present invention. The agent 400 may include a plurality of queues 410-430, a connection manager 440 and a bus interface 450. To simplify the present discussion, assume that the different queues 410-430 represent transmissions having different levels of priority with respect to each other. When the agent 400 identifies a new data array to be transmitted on a bus, it assigns the array to one of the queues (say, queue 410) according to the array's priority level. The data array is queued, packetized and transmitted on the bus.
  • According to an embodiment, the agent 400 may implement multiple instances of the method of FIG. 2 simultaneously, one for each queue 410-430 maintained by the device. This embodiment is particularly useful in implementations where an agent 400 drains data from various queues according to some fairness scheme, perhaps a weighted round-robin selection scheme that reflects the relative priorities among the queues. Thus, at various points during operation, the agent 400 may have several partially transmitted arrays in its queues 410-430. By managing each queue with independent instances of the method 1000 (FIG. 2), however, the agent 400 may maintain synchronized communication with the various destination agents on the communication bus.
  • As noted, in other embodiments, separate queues may be maintained for separate agents on the external bus. Thus, if FIG. 4 hypothetically represented apparatus within the bridge interface 170 (FIG. 1), queue 1 410 may correspond to data destined for device 1 130, queue 2 420 may correspond to data destined for device 2 140, and so on. In this embodiment, the agent 400 may manage data transmissions from the queues 410-430 by maintaining multiple independent instances of the method 1000 (FIG. 2) for each queue.
  • The foregoing embodiments also find application in programmable device drivers. FIG. 5 is a simplified block diagram of a device driver 500 according to an embodiment of the present invention. The device driver 500 may include a processor 510, a bus interface circuit 520, a memory 530 and a medium interface circuit 540. The processor 510 may operate according to executable instructions stored in the memory 530. In this embodiment, the executable instructions may cause the processor to operate as described above. The bus interface circuit 520 provides an electrical connection between the processor 510 and a bus 550. The bus interface circuit 520 may generate electrical signals on the bus under command of the processor 510. The medium interface circuit 540 may provide electrical connection between the processor 510 and other components of the device 500 (not shown). As described above, the devices may vary considerably. They may include network interface cards, disk controllers and graphics controllers among others. The medium interface circuit 540 may provide an interface between the processor 510 and the communication apparatus, disk drive or display apparatus as the case may be. Such components are not material to the present discussion and have been omitted for the sake of clarity.
  • Several embodiments of the present invention are specifically illustrated and described herein. However, it will be appreciated that modifications and variations of the present invention are covered by the above teachings and within the purview of the appended claims without departing from the spirit and intended scope of the invention.

Claims (25)

1. A communication method for a computer bus, comprising transferring a quantity of data across the bus in a series of bus transactions, each bus transaction including a portion of the data provided in a packet and a writeback flag, wherein the writeback flag is enabled for a final transaction in the series and disabled for all other transactions in the series.
2. The communication method of claim 1, further comprising, responsive to the enabled writeback flag, generating a transaction by a destination agent on the bus indicating whether all packets in the series of transactions were received properly.
3. The communication method of claim 1, wherein a destination agent on the bus generates no response to any of the transactions in the series having a disabled writeback flag, if the destination agent successfully received packets in those transactions.
4. A communication method, comprising:
queuing an array of data to be transmitted to an agent,
dividing the array into packets,
serially transmitting the packets to the agent via a communication bus wherein, for all packets except the last one, the packets are transmitted with a disabled writeback flag and the last packet is transmitted with an enabled writeback flag.
5. The communication method of claim 4, further comprising, for each of a plurality of agents on the communication bus, maintaining a separate queue for data to be transmitted to each such agent.
6. The communication method of claim 4, further comprising maintaining separate queues for data transmissions of different priorities.
7. The communication method of claim 4, further comprising, by the agent and in response to the enabled writeback flag, generating a response to the transmitted array of data.
8. The communication method of claim 7, wherein the response indicates that the agent successfully received all transmitted packets in the array.
9. The communication method of claim 7, wherein the response indicates that the agent completed a commanded operation with respect to all transmitted packets in the array, the command transmitted to the second agent in association with the transmitted packets.
10. A computer system, comprising:
a plurality of agents coupled to a common communication bus, the agents to exchange data over the bus according to a common bus protocol, wherein:
a transmitting agent of an array of data is to transmit data to a receiving agent in a plurality of bus transactions, each transaction transferring a portion of the array to the receiving agent and including a writeback flag, the writeback flag of all transactions except the last one being disabled and the writeback flag of the last of the plurality of transactions being enabled,
the receiving agent of the array is to generate a response to the enabled writeback flag indicating successful reception of all packets in the array.
11. The computer system of claim 10, wherein the transmitting agent comprises:
a plurality of queues to store arrays of data,
a connection manager to schedule transmissions of packets from the queues,
a bus interface circuit to electrically couple the connection manager to the communication bus.
12. The computer system of claim 10, wherein the transmitting agent is to maintain separate queues to store arrays of data for transmission, one queue for each other agent on the communication bus.
13. The computer system of claim 10, wherein the transmitting agent is to maintain separate queues to store arrays of data for transmission, one queue for grade of transmission priority supported by the agent.
14. The computer system of claim 10, wherein the transmitting agent comprises:
a processor,
a memory to store executable instructions for the processor, and
an interface circuit to provide an electrical interface between the processor and the communication bus.
15. An agent, comprising:
a bus interface, coupled to a communication bus and to manage the agent's performance of transactions on the bus, wherein:
if the agent is a transmitter of an array of data on the bus, the agent it to generate a plurality of transactions on the bus, each including a portion of the array and a writeback flag, the writeback flags of all except the last in the plurality of transactions being disabled, the writeback flag of the last transaction being enabled,
if the agent is a receiver of an array of data on the bus, the agent captures data of a plurality of transactions on the bus, each transaction including a portion of the array and, in response to an enabled writeback flag in a transaction, to generate another transaction on the bus indicating whether the entire array was received properly.
16. The agent of claim 15, further comprising:
a plurality of queues to store arrays of data,
a connection manager to schedule transmissions of packets from the queues,
a bus interface circuit to electrically couple the connection manager to the communication bus.
17. The agent of claim 15, wherein the agent is to maintain separate queues to store arrays of data for transmission, one queue for each other agent on the communication bus.
18. The agent of claim 15, wherein the agent is to maintain separate queues to store arrays of data for transmission, one queue for grade of transmission priority supported by the agent.
19. The agent of claim 15, wherein the agent comprises:
a processor,
a memory to store executable instructions for the processor, and
an interface circuit to provide an electrical interface between the processor and the communication bus.
20. A computer readable medium, having executable instructions stored therein that, when executed, cause an executing device to:
queue an array of data to be transmitted,
divide the array into packets,
serially transmit the packets to another device via a common communication medium wherein, for all packets except the last one, the packets are transmitted with a disabled writeback flag and the last packet is transmitted with an enabled writeback flag.
21. The computer readable medium of claim 20, the instructions further causing the executing device to maintain, for each of a plurality of other devices on the communication medium, a separate queue for data to be transmitted to each such other device.
22. The computer readable medium of claim 20, the instructions further causing the executing device to maintain separate queues for data transmissions of different priorities.
23. The computer readable medium of claim 20, the instructions further causing the executing device to receive a response from the other device to the enabled writeback flag.
24. The computer readable medium of claim 23, wherein the response indicates that the other device successfully received all transmitted packets in the array.
25. The computer readable medium of claim 23, wherein the response indicates that the other device completed a commanded operation with respect to all transmitted packets in the array, the command transmitted to the other device in association with the transmitted packets.
US12/577,030 2003-06-19 2009-10-09 Bandwidth conserving protocol for command-response bus system Abandoned US20100030930A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/577,030 US20100030930A1 (en) 2003-06-19 2009-10-09 Bandwidth conserving protocol for command-response bus system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/464,512 US7603491B2 (en) 2003-06-19 2003-06-19 Bandwidth conserving protocol for command-response bus system
US12/577,030 US20100030930A1 (en) 2003-06-19 2009-10-09 Bandwidth conserving protocol for command-response bus system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/464,512 Continuation US7603491B2 (en) 2003-06-19 2003-06-19 Bandwidth conserving protocol for command-response bus system

Publications (1)

Publication Number Publication Date
US20100030930A1 true US20100030930A1 (en) 2010-02-04

Family

ID=33517311

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/464,512 Expired - Fee Related US7603491B2 (en) 2003-06-19 2003-06-19 Bandwidth conserving protocol for command-response bus system
US12/577,030 Abandoned US20100030930A1 (en) 2003-06-19 2009-10-09 Bandwidth conserving protocol for command-response bus system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/464,512 Expired - Fee Related US7603491B2 (en) 2003-06-19 2003-06-19 Bandwidth conserving protocol for command-response bus system

Country Status (1)

Country Link
US (2) US7603491B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015009833A1 (en) * 2013-07-16 2015-01-22 Marvell World Trade Ltd. Systems and methods for managing usb data transfers

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7912904B2 (en) * 2004-03-31 2011-03-22 Google Inc. Email system with conversation-centric user interface
US9819624B2 (en) 2004-03-31 2017-11-14 Google Inc. Displaying conversations in a conversation-based email system
US7814155B2 (en) 2004-03-31 2010-10-12 Google Inc. Email conversation management system

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4712754A (en) * 1986-07-07 1987-12-15 Brodie Malcolm J Rock climbing anchor
US5210751A (en) * 1989-09-19 1993-05-11 Nippon Telegraph And Telephone Corporation Signal transmission system capable of performing re-transmission control in units of slots
US5434860A (en) * 1994-04-20 1995-07-18 Apple Computer, Inc. Flow control for real-time data streams
US5740373A (en) * 1994-08-02 1998-04-14 Oki Electric Industry Co., Ltd. Packet switching system having communication control unit for sending acknowledgment to the source upon receiving the receive response data associated with the last cell
US5754754A (en) * 1995-07-26 1998-05-19 International Business Machines Corporation Transmission order based selective repeat data transmission error recovery system and method
US6128283A (en) * 1997-12-03 2000-10-03 Nortel Networks Corporation Method and apparatus for data transmission using a positive group acknowledgement protocol
US6195725B1 (en) * 1998-12-14 2001-02-27 Intel Corporation Dynamically varying interrupt bundle size
US6205498B1 (en) * 1998-04-01 2001-03-20 Microsoft Corporation Method and system for message transfer session management
US6389016B1 (en) * 1998-10-14 2002-05-14 Nortel Networks Limited Data communication system and method for transporting data
US6570876B1 (en) * 1998-04-01 2003-05-27 Hitachi, Ltd. Packet switch and switching method for switching variable length packets
US6647440B1 (en) * 1999-09-15 2003-11-11 Koninklijke Philips Electronics N.V. End-of-message handling and interrupt generation in a CAN module providing hardware assembly of multi-frame CAN messages
US20040034725A1 (en) * 2002-08-14 2004-02-19 Uri Elzur One shot RDMA having a 2-bit state
US6732209B1 (en) * 2000-03-28 2004-05-04 Juniper Networks, Inc. Data rate division among a plurality of input queues
US6789143B2 (en) * 2001-09-24 2004-09-07 International Business Machines Corporation Infiniband work and completion queue management via head and tail circular buffers with indirect work queue entries
US6788704B1 (en) * 1999-08-05 2004-09-07 Intel Corporation Network adapter with TCP windowing support
US6792484B1 (en) * 2000-07-28 2004-09-14 Marconi Communications, Inc. Method and apparatus for storing data using a plurality of queues
US6839784B1 (en) * 2001-10-15 2005-01-04 Advanced Micro Devices, Inc. Control unit of an I/O node for a computer system including a plurality of scheduler units each including a plurality of buffers each corresponding to a respective virtual channel
US7009967B1 (en) * 1999-08-07 2006-03-07 Shrikumar Hariharasubrahmanian Systems and methods for transmitting data packets
US7327735B2 (en) * 2002-11-27 2008-02-05 Alcatel Canada Inc. System and method for detecting lost messages transmitted between modules in a communication device
US7444578B2 (en) * 2002-11-18 2008-10-28 Telefonaktiebolaget L M Ericsson (Publ) Data unit sender and method of controlling the same
US7542472B1 (en) * 1999-11-17 2009-06-02 Nokia Corporation Data transmission

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4712754A (en) * 1986-07-07 1987-12-15 Brodie Malcolm J Rock climbing anchor
US5210751A (en) * 1989-09-19 1993-05-11 Nippon Telegraph And Telephone Corporation Signal transmission system capable of performing re-transmission control in units of slots
US5434860A (en) * 1994-04-20 1995-07-18 Apple Computer, Inc. Flow control for real-time data streams
US5740373A (en) * 1994-08-02 1998-04-14 Oki Electric Industry Co., Ltd. Packet switching system having communication control unit for sending acknowledgment to the source upon receiving the receive response data associated with the last cell
US5754754A (en) * 1995-07-26 1998-05-19 International Business Machines Corporation Transmission order based selective repeat data transmission error recovery system and method
US6128283A (en) * 1997-12-03 2000-10-03 Nortel Networks Corporation Method and apparatus for data transmission using a positive group acknowledgement protocol
US6205498B1 (en) * 1998-04-01 2001-03-20 Microsoft Corporation Method and system for message transfer session management
US6570876B1 (en) * 1998-04-01 2003-05-27 Hitachi, Ltd. Packet switch and switching method for switching variable length packets
US6389016B1 (en) * 1998-10-14 2002-05-14 Nortel Networks Limited Data communication system and method for transporting data
US6195725B1 (en) * 1998-12-14 2001-02-27 Intel Corporation Dynamically varying interrupt bundle size
US6788704B1 (en) * 1999-08-05 2004-09-07 Intel Corporation Network adapter with TCP windowing support
US7009967B1 (en) * 1999-08-07 2006-03-07 Shrikumar Hariharasubrahmanian Systems and methods for transmitting data packets
US6647440B1 (en) * 1999-09-15 2003-11-11 Koninklijke Philips Electronics N.V. End-of-message handling and interrupt generation in a CAN module providing hardware assembly of multi-frame CAN messages
US7542472B1 (en) * 1999-11-17 2009-06-02 Nokia Corporation Data transmission
US6732209B1 (en) * 2000-03-28 2004-05-04 Juniper Networks, Inc. Data rate division among a plurality of input queues
US6792484B1 (en) * 2000-07-28 2004-09-14 Marconi Communications, Inc. Method and apparatus for storing data using a plurality of queues
US6789143B2 (en) * 2001-09-24 2004-09-07 International Business Machines Corporation Infiniband work and completion queue management via head and tail circular buffers with indirect work queue entries
US6839784B1 (en) * 2001-10-15 2005-01-04 Advanced Micro Devices, Inc. Control unit of an I/O node for a computer system including a plurality of scheduler units each including a plurality of buffers each corresponding to a respective virtual channel
US20040034725A1 (en) * 2002-08-14 2004-02-19 Uri Elzur One shot RDMA having a 2-bit state
US7444578B2 (en) * 2002-11-18 2008-10-28 Telefonaktiebolaget L M Ericsson (Publ) Data unit sender and method of controlling the same
US7327735B2 (en) * 2002-11-27 2008-02-05 Alcatel Canada Inc. System and method for detecting lost messages transmitted between modules in a communication device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015009833A1 (en) * 2013-07-16 2015-01-22 Marvell World Trade Ltd. Systems and methods for managing usb data transfers
CN105393234A (en) * 2013-07-16 2016-03-09 马维尔国际贸易有限公司 Systems and methods for managing usb data transfers
US9367511B2 (en) 2013-07-16 2016-06-14 Marvell World Trade Ltd. System method for managing USB data transfers by sorting a plurality of endpoints in scheduling queue in descending order based partially on endpoint frequency

Also Published As

Publication number Publication date
US20040260856A1 (en) 2004-12-23
US7603491B2 (en) 2009-10-13

Similar Documents

Publication Publication Date Title
US7295565B2 (en) System and method for sharing a resource among multiple queues
EP0993680B1 (en) Method and apparatus in a packet routing switch for controlling access at different data rates to a shared memory
US20100082912A1 (en) Systems and methods for resource access
EP2038744B1 (en) Method and system of grouping interrupts from a time-dependent data storage means
US20040015686A1 (en) Methods and apparatus for determination of packet sizes when transferring packets via a network
US7028111B2 (en) Bus system and bus interface for connection to a bus
EP3887963B1 (en) Secure digital (sd) direct command for improving throughput with a reduced memory footprint
JP2003500960A (en) Method and system for transmitting periodic and aperiodic data over a critical avionics data bus
US7912077B2 (en) Multi-queue single-FIFO architecture for quality of service oriented systems
US20050038946A1 (en) System and method using a high speed interface in a system having co-processors
EP3326347B1 (en) Method and system for usb 2.0 bandwidth reservation
US20100030930A1 (en) Bandwidth conserving protocol for command-response bus system
US20090327545A1 (en) Method for transmitting a datum from a time-dependent data storage means
US20070016698A1 (en) Memory channel response scheduling
US5835779A (en) Message transmission among processing units using interrupt control technique
US4796022A (en) Double transit bus system
US20200210123A1 (en) Memory Control Method, Memory Control Apparatus, and Image Forming Method That Uses Memory Control Method
US6647443B1 (en) Multi-queue quality of service communication device
CN117015764A (en) Message communication between integrated computing devices
EP2588965B1 (en) Method, apparatus and system for maintaining transaction coherecy in a multiple data bus platform
EP4080851A1 (en) System of and method for reducing congestion in a network
US20230254725A1 (en) Vehicle control device, system, and vehicle control method
US20080125056A1 (en) Scheduling device, scheduling method and host device
JP2538901B2 (en) Bus coupling device
CN115114215A (en) High-speed peripheral component interconnection interface device and operation method thereof

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION