US20080065799A1 - Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect - Google Patents

Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect Download PDF

Info

Publication number
US20080065799A1
US20080065799A1 US11/938,116 US93811607A US2008065799A1 US 20080065799 A1 US20080065799 A1 US 20080065799A1 US 93811607 A US93811607 A US 93811607A US 2008065799 A1 US2008065799 A1 US 2008065799A1
Authority
US
United States
Prior art keywords
write
read
transaction
transactions
buffer
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
US11/938,116
Inventor
Tom Heynemann
Jeffrey Sprouse
Michael Knowles
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US11/938,116 priority Critical patent/US20080065799A1/en
Publication of US20080065799A1 publication Critical patent/US20080065799A1/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/4204Bus transfer protocol, e.g. handshake; Synchronisation on a parallel bus
    • G06F13/4221Bus transfer protocol, e.g. handshake; Synchronisation on a parallel bus being an input/output bus, e.g. ISA bus, EISA bus, PCI bus, SCSI bus
    • G06F13/423Bus transfer protocol, e.g. handshake; Synchronisation on a parallel bus being an input/output bus, e.g. ISA bus, EISA bus, PCI bus, SCSI bus with synchronous protocol
    • 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/14Handling requests for interconnection or transfer
    • G06F13/36Handling requests for interconnection or transfer for access to common bus or bus system
    • G06F13/362Handling requests for interconnection or transfer for access to common bus or bus system with centralised access control
    • G06F13/364Handling requests for interconnection or transfer for access to common bus or bus system with centralised access control using independent requests or grants, e.g. using separated request and grant lines
    • 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/40Bus structure
    • G06F13/4004Coupling between buses
    • G06F13/4027Coupling between buses using bus bridges
    • G06F13/405Coupling between buses using bus bridges where the bridge performs a synchronising function
    • G06F13/4059Coupling between buses using bus bridges where the bridge performs a synchronising function where the synchronisation uses buffers, e.g. for speed matching between buses

Definitions

  • the present invention relates generally to transactions on a computer interconnect and, more specifically, to the ordering of read and write transactions on a computer bus.
  • FIG. 1 shows the architecture of a typical computer system 8 in which a high-speed bus, such as the PCI bus 10 , interconnects several I/O device adapters 12 , 14 .
  • a high-speed bus such as the PCI bus 10
  • I/O device adapter 12 , 14 is either an initiator or a target and the PCI bus (or PCI-X bus) serves to carry read and write transactions between the I/O device to which the adapter is connected.
  • the CPU 16 for the computer system is connected to the bus 10 by means of a bridge device 18 which also provides a path between the CPU 16 and main memory 20 .
  • Another bridge device 22 connects a slower bus 24 to which devices, such as a printer adapter 26 , and keyboard and mouse interfaces 28 , are connected.
  • an initiator connects to a target (slave) via the bus to perform a transaction.
  • FIG. 2 shows a typical PCI read transaction 40 , a write transaction 42 , and a retry request 44 .
  • Read transactions include an address phase 46 , a command phase 48 , one or more data phases 50 a - d and attribute phases 52 a - d .
  • Each of the data phases 50 a - d can be delayed by the target or initiator for a specific number of clocks in order to match the data transfer speed of the target to the initiator.
  • Write transactions are similar, having an address phase 54 , a command phase 56 , one or more data phases 58 a - d , and attribute phases 60 a - d .
  • the initiator or target can stall a data phase (via wait states) for up to seven clocks. (The target can stall the start of the first data phase for up to 15 clocks).
  • the initiator Before the initiator can connect to a target to perform a data transaction, the initiator must become the owner of the bus. This implies that the initiator must be the winner of an arbitration process.
  • the PCI bus supports Delayed Transactions for reads and writes.
  • a Delayed Transaction has two parts, the request part and the completion part.
  • the initiator performs an address phase 62 and command phase 64 , and before the first data phase 66 , the target responds with a disconnect 68 , as shown in FIG. 2 .
  • the initiator interprets the target disconnect to be a retry request 44 , which the initiator honors by ending the current transaction ( FIG. 2 ), returning the bus to the idle state, re-arbitrating for ownership and re-initiating the transaction. If the initiator again receives a retry indication from the target, the initiator repeats the above sequence 44 .
  • the address phase 62 may be repeated several times (causing multiple re-arbitrations as well), until the target is ready to transfer data.
  • the initiator performs an address phase and the target replies with a data transfer rather than a disconnect 68 .
  • Wait states cause a direct loss in throughput. Just one wait state inserted in each data phase is a 50% loss in throughput during the data burst. This means that for a 32 bit PCI bus clocked at 33 MHz, the throughput during the data phase is reduced to 66 Megabytes per second from 132 Megabytes per second. If the bus were clocked at 66 MHz, the throughput loss is even greater—a full 132 Megabytes per second of loss. For devices that can sustain transfer rates of about 1 Gigabyte per second, the bus is simply unworkable.
  • the Delayed Transaction protocol also causes a significant loss in throughput because bus cycles that could be used for data transfers are used to support a high-overhead protocol. Bus cycles are wasted when the target replies with a disconnect, when the initiator ends the current transaction, lets the bus go idle, re-arbitrates for the bus, and initiator then re-performs the address phase of the disconnected transaction.
  • the cost of each retry is at least 6 clocks, 4 clocks to return the bus to the idle state, at least one clock for arbitration, and at least one more clock for an address phase. During these 6 clocks an entire 4 dword burst could have occurred.
  • PCI-X An updated version of the PCI bus, PCI-X, was developed to address these and other deficiencies.
  • wait states are not permitted once data transfers have begun. A data burst, once started, must proceed at full speed on the bus.
  • the read, write and split request transactions for PCI-X are shown for reference in FIG. 3 .
  • Each transaction type has an Address/Cmd phase, followed by an attribute phase and a response phase. After the response phase a data transfer ensues. Only the response and first data phase are extensible by adding a limited number of wait states. After the first data phase, the remaining data phases must proceed at one bus clock per data phase.
  • a Requester initiates a transfer 75 by performing an address/cmd phase 86 , an attribute phase 88 , a response phase 90 , an unused data phase 92 and a surrender phase 94 .
  • the Requester Upon receiving a Split Response Request 96 from a Completer at the appropriate time in the transaction, the Requester removes itself from the bus, commits resources to the transaction and suspends the transaction until the Completer responds. This makes the bus available for use to other Requesters and Completers in the interim.
  • the Completer acts as an Initiator, obtaining the bus and performing a Split Completion transaction 71 , which includes an address phase 70 , an attribute phase 72 , a response phase 74 and one or more data phases 76 a - d during which the requested data is transferred to the Requester.
  • both the Requester and Completer are implemented with read and write storage buffers so that when a write or read data burst is ready to occur, it can proceed at full bus speeds. Additionally, both the Requester and Completer are likely, in most implementations, to have Initiator and Target interfaces to carry out the Split Transaction protocol and each interface is required to be registered on both inputs and outputs.
  • PCI bus ordering rules require that if write data is posted to a write buffer (such as a posted-write buffer in a PCI-to-PCI or host/PCI bridge) the data must be flushed to its final destination (memory) before a read of that same data is allowed by the same or different bus master. Also, a bridge must perform all posted writes in the same order in which they were originally posted and is only permitted to post writes to regular memory targets.
  • a write buffer such as a posted-write buffer in a PCI-to-PCI or host/PCI bridge
  • Case III A split read completion (SRC) or a split write completion (SWC) occurs at a bridge.
  • one method of dealing with the ordering problem is to control all of the read-write transaction activity from a single thread, thereby serializing all of the transactions from a single point of control. While this may assure that the ordering problem is correctly addressed, the single thread approach is performance limiting both to the adapter and the system.
  • the present invention provides an apparatus and method for meeting the ordering rules of PCI and PCI-X on an adapter unit connected to the PCI or PCI-X bus.
  • the adapter unit has both an Initiator and Target interface for handling delayed or split transactions.
  • the adapter unit is capable of multi-threaded operation, supporting more than one read or write transaction thread.
  • buffer sharing is used to enforce ordering between split or delayed read completions (SRC, supplied by the target interface) and a write transaction (supplied by the initiator interface and posted in the adapter unit's local write buffer) and between two successive write transactions.
  • SRC split or delayed read completions
  • the SRCs are queued in the same buffer as the write transactions so that they occur on the PCI bus in the order in which they originally occurred. This meets the Case I (ii) rule.
  • write contingency flags are set for the read transaction request, one for each pending initiator write that was accepted prior to the requested initiator read transaction request but not performed on the PCI bus.
  • the contingency flag corresponding to the write transaction is cleared in all pending initiator read transaction request requests and when all the write contingency flags have been cleared for a particular initiator read transaction request, the initiator read transaction request is then permitted on the bus. This meets the Case I(i) rule.
  • read transaction requests are either ordered or non-ordered. Ordered read transaction requests have their write contingency flags set, whereas non-ordered read transaction requests do not.
  • write contingency flags are set in the read transaction context for each pending write, i.e., writes that were accepted prior to the read and not yet performed on the PCI bus.
  • the contingency bits in the read context are cleared.
  • the write contingency flags are not set. A read transaction request is not presented on the PCI bus until all write contingencies are cleared for that read transaction request.
  • read transaction requests are selectively ordered, i.e., the read transaction requests are dependent on the retiring of selected ones of the pending write transactions.
  • This selectively ordering is based on the properties of either the read transaction request, or one or more pending write transactions, or both. Properties of these transactions for the purpose of selectively ordering the read and write transactions include, but are not limited to, the address or address range of the transaction, and transaction attributes, such as the requester function number, the requester device number and the relaxed ordering attribute bit.
  • One method is a method for enforcing ordering between read and write transactions for an adapter unit configured to connect to a bus, where the adapter unit has at least one read buffer and at least one write buffer containing a plurality of slots.
  • the method includes the steps of enqueuing, in the write buffer, a first initiator write transaction to be performed on the bus and enqueuing, in the write buffer, a second initiator write transaction to be performed on the bus after the first initiator write transaction.
  • An initiator read transaction request is received, in the read buffer, where the read buffer has a read context register for the initiator read transaction request.
  • the read context register includes a write contingency flag entry for each slot of the plurality of slots in the write buffer.
  • Performance, on the bus, of the read transaction request is required to follow the performance, on the bus, of the first initiator write transaction, but not the second initiator write transaction.
  • the write contingency flags are cleared in the read context register for the initiator read transaction request, and if, after receiving the read transaction request, the performance of the first and second initiator write transactions have not started on the bus, the following steps occur: (i) a write contingency flag associated with the slot in the write buffer occupied by the first write transaction is set, in the read context register, to indicate the dependence of the read transaction request on the first initiator write transaction in the write buffer, (ii) the first write transaction on the bus is performed, (iii) after the performance of the write transaction is completed, the write contingency flag of the first write transaction in the read context register is cleared. If the write contingency flag of the first write transaction is not set in the read context register, the read transaction request is performed on the bus.
  • the method includes enqueuing a target read completion transaction in the write buffer, where the target read completion transaction has a position in the write buffer either before or after the initiator write transaction based on whether the target read completion originally occurred before or after the initiator write transaction, and performing on the bus the transactions in the write buffer in the order in which the transactions were enqueued.
  • One advantage of the present invention is that the ordering rules of the PCI or PCI-X bus are not exported to any of the data sources or sinks with which the adapter unit of the present invention interoperates.
  • Another advantage of the present invention is that the flexibility of using ordered or non-ordered read transaction requests permits higher bandwidth and eliminates the chance of a dead-lock condition. Transactions that are independent of each other need not be burdened with the ordering rules, whereas transactions that are inter-dependent are burdened with the ordering rules so that correct software operation is assured.
  • FIG. 1 shows the architecture of a typical computer system in which a high-speed bus, such as the PCI bus, interconnects several I/O device adapters;
  • a high-speed bus such as the PCI bus
  • FIG. 2 shows a typical PCI read, write and retry operation
  • FIG. 3 shows a typical PCI-X read, write and split response operation
  • FIG. 4 shows the configuration of the adapter unit interface to the PCI bus
  • FIG. 5 shows a flow chart for handling initiator read and write transactions and target read completions
  • FIG. 6 show a flow chart for operating the write buffer in an adapter unit.
  • FIG. 4 shows the configuration of the adapter unit interface 100 to the PCI bus.
  • the adapter unit 100 includes a PCI buffer manager section 102 that has two interfaces 104 , 106 .
  • a first interface 104 is an internal interface to the functional sections of an application specific device.
  • a second interface 106 is an interface to a PCI bus protocol block 108 , which connects to the PCI bus and is responsible for carrying out the PCI specific protocols, such as dword commands and burst commands.
  • the latter include memory read, memory write, memory read block, memory write block and delayed and split completions.
  • Each write context register 114 is associated with one entry of the M write buffers 112 and contains a bit (one of sr bits 120 ) that indicates whether the associated entry is an initiator write transaction or a target read completion transaction.
  • Each read context register 116 is associated with one entry of the read buffers 110 and contains M wc bits 122 , each of which, if set, indicates the presence of a single pending write in the write buffer that is ahead of the initiator read transaction request in the read buffer.
  • M wc bits
  • This arrangement permits a read transaction request in the read buffer to be dependent on selected ones of the write transactions in the write buffer.
  • the decision of whether to set a wc bit to create an ordering between a write transaction and a read transaction request is based on the properties of the read and write transactions involved. Such properties can include the address or address ranges of the transactions and the attributes of the transactions such as the requester function or device number in the transaction.
  • multiplexors for providing read buffer data to one or more read masters in the application specific section of the adapter
  • multiplexer 118 b for selecting a write master to provide data to the write buffers
  • multiplexer 118 d for selecting a read slave to provide data to the write buffers
  • a multiplexer 118 c for selecting whether a read master or a write master has access to the write buffers.
  • a multiplexer 118 e is provided for enabling write buffer data to either an initiator interface part or a target interface part of interface 106 via register 124 , depending on the sr flags 120 stored in the write context registers.
  • FIG. 5 shows a flow chart for handling initiator read and write transactions and target read completions.
  • a write contingency flag for each pending write transaction on which the read transaction request must depend is set, in step 148 , in the read context register for the read transaction request that just appeared.
  • the read transaction request then waits, in step 150 , for all of the write contingency flags that were set for the read transaction request to be cleared, before being presented to the initiator interface and thus to the PCI bus, in step 152 .
  • the contingency flags thus assure proper ordering between initiator read transaction requests and initiator write transactions. If ordering is not enforced, as determined in step 144 , or there are no pending initiator write transactions for the read transaction request, as determined in step 146 , then the read transaction request proceeds without delay, in step 152 .
  • step 140 If a write transaction is presented on the internal interface, as determined in step 140 , the write transaction is enqueued, in step 154 , in one of the available write buffers. If a read transaction completion appears on the internal interface, as determined in step 140 , it too is enqueued, in step 154 , in one of the available write buffers and the sr bit is set, in step 158 , as determined in step 156 .
  • This transaction is a delayed or split completion to a read transaction request that was issued by a source external to the adapter unit, which signaled a delayed or split response to the read request.
  • the sr bit in the write context registers keeps track of whether the entry in the write buffer is a write transaction or a delayed or split completion transaction. The queuing of initiator write transactions and target read completions assures that these transactions are performed in the order in which they are enqueued in the write buffer.
  • FIG. 6 show a flow chart for operating the write buffers 112 in an adapter unit.
  • the transaction at the head of the queue is performed on the PCI bus by presenting it to the PCI Bus Protocol block 108 .
  • the write contingency flags for that write transaction are cleared, in step 176 , in each read context register in which they are set, i.e., for all pending initiator read transaction requests that are subsequent to the write transaction that just completed.
  • the read transaction request has no contingencies and can proceed to the PCI bus.

Abstract

A method of enforcing the ordering of read and write transactions for an adapter unit connected to a strongly-ordered bus. The adapter unit has a set of read buffers and write buffers. Initiator write transactions and target read completion transactions are performed on the bus in the original order in which the transactions are received. An initiator read transaction request is enqueued in the read buffer but selectively awaits the performance of one or more pending initiator write transactions in the write buffer before the read transaction request is presented to the bus. In this way, initiator write transactions on which the read transaction request depends and pending in the write buffer are retired to the bus before the initiator read transaction request is performed, thus assuring that the initiator read transaction request is not performed ahead of the initiator write transaction on which the read transaction request depends.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a divisional of copending application Ser. No. 10/864,617, filed Jun. 9, 2004, which is a continuation of copending application Ser. No. 10/035,983, filed Dec. 24, 2001, (now U.S. Pat. No. 6,754,737, issued Jun. 22, 2004), which are hereby incorporated by reference herein.
  • This application is related to U.S. application entitled “Method And Apparatus For Ensuring Multi-Threaded Transaction Ordering In A Strongly Ordered Computer Interconnect,” filed on Dec. 24, 2001, Ser. No. 10/035,988.
  • BACKGROUND
  • The present invention relates generally to transactions on a computer interconnect and, more specifically, to the ordering of read and write transactions on a computer bus.
  • FIG. 1 shows the architecture of a typical computer system 8 in which a high-speed bus, such as the PCI bus 10, interconnects several I/ O device adapters 12, 14. Each I/ O device adapter 12, 14 is either an initiator or a target and the PCI bus (or PCI-X bus) serves to carry read and write transactions between the I/O device to which the adapter is connected. The CPU 16 for the computer system is connected to the bus 10 by means of a bridge device 18 which also provides a path between the CPU 16 and main memory 20. Another bridge device 22 connects a slower bus 24 to which devices, such as a printer adapter 26, and keyboard and mouse interfaces 28, are connected.
  • In one version of the PCI bus 10, an initiator (master) connects to a target (slave) via the bus to perform a transaction. FIG. 2 shows a typical PCI read transaction 40, a write transaction 42, and a retry request 44. Read transactions include an address phase 46, a command phase 48, one or more data phases 50 a-d and attribute phases 52 a-d. Each of the data phases 50 a-d can be delayed by the target or initiator for a specific number of clocks in order to match the data transfer speed of the target to the initiator. Write transactions are similar, having an address phase 54, a command phase 56, one or more data phases 58 a-d, and attribute phases 60 a-d. The initiator or target can stall a data phase (via wait states) for up to seven clocks. (The target can stall the start of the first data phase for up to 15 clocks). Before the initiator can connect to a target to perform a data transaction, the initiator must become the owner of the bus. This implies that the initiator must be the winner of an arbitration process.
  • In addition to data transactions, the PCI bus supports Delayed Transactions for reads and writes. A Delayed Transaction has two parts, the request part and the completion part. In the first part 44 in FIG. 2, the initiator performs an address phase 62 and command phase 64, and before the first data phase 66, the target responds with a disconnect 68, as shown in FIG. 2. The initiator interprets the target disconnect to be a retry request 44, which the initiator honors by ending the current transaction (FIG. 2), returning the bus to the idle state, re-arbitrating for ownership and re-initiating the transaction. If the initiator again receives a retry indication from the target, the initiator repeats the above sequence 44. Thus, the address phase 62, may be repeated several times (causing multiple re-arbitrations as well), until the target is ready to transfer data. In the completion part of the Delayed Transaction, the initiator performs an address phase and the target replies with a data transfer rather than a disconnect 68.
  • It is easily appreciated by one skilled in the art that the above-described operation of the PCI bus is exceedingly inefficient. Throughput on the PCI bus is lost for two reasons, the insertion of wait states and the use of the retry protocol.
  • Wait states cause a direct loss in throughput. Just one wait state inserted in each data phase is a 50% loss in throughput during the data burst. This means that for a 32 bit PCI bus clocked at 33 MHz, the throughput during the data phase is reduced to 66 Megabytes per second from 132 Megabytes per second. If the bus were clocked at 66 MHz, the throughput loss is even greater—a full 132 Megabytes per second of loss. For devices that can sustain transfer rates of about 1 Gigabyte per second, the bus is simply unworkable.
  • The Delayed Transaction protocol also causes a significant loss in throughput because bus cycles that could be used for data transfers are used to support a high-overhead protocol. Bus cycles are wasted when the target replies with a disconnect, when the initiator ends the current transaction, lets the bus go idle, re-arbitrates for the bus, and initiator then re-performs the address phase of the disconnected transaction. Thus, the cost of each retry is at least 6 clocks, 4 clocks to return the bus to the idle state, at least one clock for arbitration, and at least one more clock for an address phase. During these 6 clocks an entire 4 dword burst could have occurred.
  • In both of these cases throughput was lost because the target was not ready to respond. Clocking the bus faster to improve the throughput only causes more clock cycles to be lost due to wait states and the inefficient Delayed Transaction protocol.
  • An updated version of the PCI bus, PCI-X, was developed to address these and other deficiencies. In the PCI-X specification, wait states are not permitted once data transfers have begun. A data burst, once started, must proceed at full speed on the bus. The read, write and split request transactions for PCI-X are shown for reference in FIG. 3. Each transaction type has an Address/Cmd phase, followed by an attribute phase and a response phase. After the response phase a data transfer ensues. Only the response and first data phase are extensible by adding a limited number of wait states. After the first data phase, the remaining data phases must proceed at one bus clock per data phase.
  • Additionally, in the PCI-X specification, the inefficient Delayed Transactions have been replaced by Split Transactions, as shown in FIG. 3.
  • In a Split Transaction, a Requester initiates a transfer 75 by performing an address/cmd phase 86, an attribute phase 88, a response phase 90, an unused data phase 92 and a surrender phase 94. Upon receiving a Split Response Request 96 from a Completer at the appropriate time in the transaction, the Requester removes itself from the bus, commits resources to the transaction and suspends the transaction until the Completer responds. This makes the bus available for use to other Requesters and Completers in the interim. When the data transfer is ready to occur at the Completer, the Completer acts as an Initiator, obtaining the bus and performing a Split Completion transaction 71, which includes an address phase 70, an attribute phase 72, a response phase 74 and one or more data phases 76 a-d during which the requested data is transferred to the Requester.
  • To make it easier to conform to the newer PCI-X specification and to improve the performance of the older PCI protocol, it is best that both the Requester and Completer are implemented with read and write storage buffers so that when a write or read data burst is ready to occur, it can proceed at full bus speeds. Additionally, both the Requester and Completer are likely, in most implementations, to have Initiator and Target interfaces to carry out the Split Transaction protocol and each interface is required to be registered on both inputs and outputs.
  • However, the use of read and write buffers and Initiator and Target interfaces on the adapter increases the chances that PCI and PCI-X read/write ordering and deadlock avoidance rules may not be met.
  • PCI bus ordering rules require that if write data is posted to a write buffer (such as a posted-write buffer in a PCI-to-PCI or host/PCI bridge) the data must be flushed to its final destination (memory) before a read of that same data is allowed by the same or different bus master. Also, a bridge must perform all posted writes in the same order in which they were originally posted and is only permitted to post writes to regular memory targets.
  • On the PCI-X bus, there are more extensive read-write ordering rules when buffers are involved because of Split Transactions. For example, for bridges between a PCI-X bus and a host bus or between two PCI-X busses, there are three sets of rules, as set forth, in summary, below. The rules are set forth in more detail on pages 573-577 of PCI-X System Architecture, Tom Shanley, ISBN 0-201-72682-3, which is incorporated by reference into the present application.
  • Case I. A posted memory write transaction (PMW) is received in a bridge.
      • (i) a subsequent split read request (SRR) or split write request (SWR) cannot be reordered to avoid returning incorrect read data (SRR) and to maintain write ordering (SWR);
      • (ii) a subsequent split read completion (SRC) generally cannot be reordered to avoid returning incorrect read data;
      • (iii) a subsequent split write completion may be permitted because the writes are in different directions; and
      • (iv) a subsequent PMW generally cannot be performed until the first PMW is completed and PMWs must complete in the order received to maintain write ordering;
  • Case II—A split read request (SRR) or split write request (SWR) occurs at a bridge.
      • (i) a subsequent split read request or split write request can be reordered;
      • (ii) a subsequent split read completion, or split write completion or posted memory write must be allowed ahead of the SRR or SWR to avoid a deadlock;
  • Case III—A split read completion (SRC) or a split write completion (SWC) occurs at a bridge.
      • (i) a subsequent split read request (SRR), split write request (SWR), split read completion (SRC) or split write completion (SWC) can be reordered;
      • (ii) a posted memory write must go ahead of the SRC or SWC to avoid a deadlock.
  • Though there are some exceptions to these rules if a relaxed ordering (RO) bit is set in a transaction, the rules set forth the ordering of reads and writes so as to guarantee the proper operation of system software (Case I) and the avoidance of deadlocks (Cases II and III) for a bridge between the host bus and a PCI-X bus or between two PCI-X busses.
  • The use of read and write buffers and both an Initiator and Target interface on adapter units connected to the PCI bus along with the split transaction protocol creates a need to maintain certain ordering of read and write transactions on the adapter units.
  • Currently, one method of dealing with the ordering problem is to control all of the read-write transaction activity from a single thread, thereby serializing all of the transactions from a single point of control. While this may assure that the ordering problem is correctly addressed, the single thread approach is performance limiting both to the adapter and the system.
  • Therefore, there is a need to address the ordering problem on an adapter that has read and write buffers, Initiator and Target interfaces that connect to a strongly-ordered bus, such as the PCI or PCI-X bus, and a split transaction protocol, without using a single thread to serialize all of the activity of the adapter. The present invention is directed towards such a need.
  • BRIEF SUMMARY
  • The present invention provides an apparatus and method for meeting the ordering rules of PCI and PCI-X on an adapter unit connected to the PCI or PCI-X bus. The adapter unit has both an Initiator and Target interface for handling delayed or split transactions. In addition, the adapter unit is capable of multi-threaded operation, supporting more than one read or write transaction thread.
  • In accordance with one version of the present invention, buffer sharing is used to enforce ordering between split or delayed read completions (SRC, supplied by the target interface) and a write transaction (supplied by the initiator interface and posted in the adapter unit's local write buffer) and between two successive write transactions. The SRCs are queued in the same buffer as the write transactions so that they occur on the PCI bus in the order in which they originally occurred. This meets the Case I (ii) rule.
  • Ordering is enforced between initiator read transaction requests and posted initiator write transactions by write contingency flags. Whenever the initiator interface of the adapter unit issues a read transaction request, write contingency flags are set for the read transaction request, one for each pending initiator write that was accepted prior to the requested initiator read transaction request but not performed on the PCI bus. When a write transaction is performed on the bus, the contingency flag corresponding to the write transaction is cleared in all pending initiator read transaction request requests and when all the write contingency flags have been cleared for a particular initiator read transaction request, the initiator read transaction request is then permitted on the bus. This meets the Case I(i) rule.
  • In another version of the invention, read transaction requests are either ordered or non-ordered. Ordered read transaction requests have their write contingency flags set, whereas non-ordered read transaction requests do not. Whenever an ordered read transaction request is accepted, write contingency flags are set in the read transaction context for each pending write, i.e., writes that were accepted prior to the read and not yet performed on the PCI bus. Whenever a pending write is performed on the PCI bus, the contingency bits in the read context are cleared. For non-ordered read transaction requests, the write contingency flags are not set. A read transaction request is not presented on the PCI bus until all write contingencies are cleared for that read transaction request.
  • In yet another version of the invention, read transaction requests are selectively ordered, i.e., the read transaction requests are dependent on the retiring of selected ones of the pending write transactions. This selectively ordering is based on the properties of either the read transaction request, or one or more pending write transactions, or both. Properties of these transactions for the purpose of selectively ordering the read and write transactions include, but are not limited to, the address or address range of the transaction, and transaction attributes, such as the requester function number, the requester device number and the relaxed ordering attribute bit.
  • One method, in accordance with the present invention, is a method for enforcing ordering between read and write transactions for an adapter unit configured to connect to a bus, where the adapter unit has at least one read buffer and at least one write buffer containing a plurality of slots. The method includes the steps of enqueuing, in the write buffer, a first initiator write transaction to be performed on the bus and enqueuing, in the write buffer, a second initiator write transaction to be performed on the bus after the first initiator write transaction. An initiator read transaction request is received, in the read buffer, where the read buffer has a read context register for the initiator read transaction request. The read context register includes a write contingency flag entry for each slot of the plurality of slots in the write buffer. Performance, on the bus, of the read transaction request is required to follow the performance, on the bus, of the first initiator write transaction, but not the second initiator write transaction. The write contingency flags are cleared in the read context register for the initiator read transaction request, and if, after receiving the read transaction request, the performance of the first and second initiator write transactions have not started on the bus, the following steps occur: (i) a write contingency flag associated with the slot in the write buffer occupied by the first write transaction is set, in the read context register, to indicate the dependence of the read transaction request on the first initiator write transaction in the write buffer, (ii) the first write transaction on the bus is performed, (iii) after the performance of the write transaction is completed, the write contingency flag of the first write transaction in the read context register is cleared. If the write contingency flag of the first write transaction is not set in the read context register, the read transaction request is performed on the bus.
  • Additionally, the method includes enqueuing a target read completion transaction in the write buffer, where the target read completion transaction has a position in the write buffer either before or after the initiator write transaction based on whether the target read completion originally occurred before or after the initiator write transaction, and performing on the bus the transactions in the write buffer in the order in which the transactions were enqueued.
  • One advantage of the present invention is that the ordering rules of the PCI or PCI-X bus are not exported to any of the data sources or sinks with which the adapter unit of the present invention interoperates.
  • Another advantage of the present invention is that the flexibility of using ordered or non-ordered read transaction requests permits higher bandwidth and eliminates the chance of a dead-lock condition. Transactions that are independent of each other need not be burdened with the ordering rules, whereas transactions that are inter-dependent are burdened with the ordering rules so that correct software operation is assured.
  • Yet another advantage is that a multi-threaded adapter unit can be employed on the PCI bus. This type of adapter unit permits more than one outstanding split read or write transaction on the PCI bus without risk of an ordering violation or deadlock.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • These and other features, aspects and advantages of the present invention will become better understood with regard to the following description, appended claims, and accompanying drawings where:
  • FIG. 1 shows the architecture of a typical computer system in which a high-speed bus, such as the PCI bus, interconnects several I/O device adapters;
  • FIG. 2 shows a typical PCI read, write and retry operation;
  • FIG. 3 shows a typical PCI-X read, write and split response operation;
  • FIG. 4 shows the configuration of the adapter unit interface to the PCI bus;
  • FIG. 5 shows a flow chart for handling initiator read and write transactions and target read completions; and
  • FIG. 6 show a flow chart for operating the write buffer in an adapter unit.
  • DETAILED DESCRIPTION
  • FIG. 4 shows the configuration of the adapter unit interface 100 to the PCI bus. The adapter unit 100 includes a PCI buffer manager section 102 that has two interfaces 104, 106. A first interface 104 is an internal interface to the functional sections of an application specific device. A second interface 106 is an interface to a PCI bus protocol block 108, which connects to the PCI bus and is responsible for carrying out the PCI specific protocols, such as dword commands and burst commands. The latter include memory read, memory write, memory read block, memory write block and delayed and split completions.
  • Included in the PCI buffer management section 102 are a plurality of read buffers 110 and write buffers 112, a set of write context registers 114 for tracking the contents of the write buffers, a set of read context registers 116 for tracking write contingency flags for the read buffers 110, and a plurality of multiplexors 118 a-e or data selectors for routing data. Each write context register 114 is associated with one entry of the M write buffers 112 and contains a bit (one of sr bits 120) that indicates whether the associated entry is an initiator write transaction or a target read completion transaction. Each read context register 116 is associated with one entry of the read buffers 110 and contains M wc bits 122, each of which, if set, indicates the presence of a single pending write in the write buffer that is ahead of the initiator read transaction request in the read buffer. As is shown in FIG. 4, there are as many wc bits (M) in the read context register as there are write buffers (M). This arrangement permits a read transaction request in the read buffer to be dependent on selected ones of the write transactions in the write buffer. The decision of whether to set a wc bit to create an ordering between a write transaction and a read transaction request is based on the properties of the read and write transactions involved. Such properties can include the address or address ranges of the transactions and the attributes of the transactions such as the requester function or device number in the transaction.
  • A number of multiplexors (or data selectors) are provided including multiplexor 118 a for providing read buffer data to one or more read masters in the application specific section of the adapter, multiplexer 118 b for selecting a write master to provide data to the write buffers, multiplexer 118 d for selecting a read slave to provide data to the write buffers and a multiplexer 118 c for selecting whether a read master or a write master has access to the write buffers. Finally, a multiplexer 118 e is provided for enabling write buffer data to either an initiator interface part or a target interface part of interface 106 via register 124, depending on the sr flags 120 stored in the write context registers.
  • FIG. 5 shows a flow chart for handling initiator read and write transactions and target read completions. When a read transaction request appears on the internal interface, as determined in step 140, all of the write contingency flags for the read transaction request are cleared, in step 142, and if ordering is enforced, as determined in step 144, then a test is made, in step 146, to determine whether there are any pending initiator write transactions. These are write transactions in the write buffers that have been accepted by the write buffer before the appearance of the read transaction request but whose performance on the PCI bus has not started. If there are pending initiator write transactions, then a write contingency flag for each pending write transaction on which the read transaction request must depend is set, in step 148, in the read context register for the read transaction request that just appeared. The read transaction request then waits, in step 150, for all of the write contingency flags that were set for the read transaction request to be cleared, before being presented to the initiator interface and thus to the PCI bus, in step 152. The contingency flags thus assure proper ordering between initiator read transaction requests and initiator write transactions. If ordering is not enforced, as determined in step 144, or there are no pending initiator write transactions for the read transaction request, as determined in step 146, then the read transaction request proceeds without delay, in step 152. If ordering is not enforced, improvements in throughput of the adapter unit are possible, because read transaction requests are not delayed by any pending write transactions. Selective ordering is also possible, whereby the read transaction request may be ordered with respect to some pending write transactions and not others. In this case, only those write contingency flags pertaining to pending write transactions on which the read transaction request must wait are set.
  • If a write transaction is presented on the internal interface, as determined in step 140, the write transaction is enqueued, in step 154, in one of the available write buffers. If a read transaction completion appears on the internal interface, as determined in step 140, it too is enqueued, in step 154, in one of the available write buffers and the sr bit is set, in step 158, as determined in step 156. This transaction is a delayed or split completion to a read transaction request that was issued by a source external to the adapter unit, which signaled a delayed or split response to the read request. The sr bit in the write context registers keeps track of whether the entry in the write buffer is a write transaction or a delayed or split completion transaction. The queuing of initiator write transactions and target read completions assures that these transactions are performed in the order in which they are enqueued in the write buffer.
  • FIG. 6 show a flow chart for operating the write buffers 112 in an adapter unit. In this process, if there are any transactions in the write buffers 112, as determined in step 170, the transaction at the head of the queue is performed on the PCI bus by presenting it to the PCI Bus Protocol block 108. If a write transaction is the transaction performed in step 172, as determined in step 174, then the write contingency flags for that write transaction are cleared, in step 176, in each read context register in which they are set, i.e., for all pending initiator read transaction requests that are subsequent to the write transaction that just completed. After all write transactions, on which a given read transaction request is contingent, have been performed on the PCI bus and their write contingency flags cleared, in step 150 in FIG. 5, the read transaction request has no contingencies and can proceed to the PCI bus.
  • Although the present invention has been described in considerable detail with reference to certain preferred versions thereof, other versions are possible. Therefore, the spirit and scope of the appended claims should not be limited to the description of the preferred versions contained herein.

Claims (20)

1. A method of ordering transactions that occur on a peripheral bus, the method comprising:
receiving a first write transaction associated with a first interface;
receiving a second write transaction associated with the first interface;
receiving a read transaction associated with the first interface; and
adjusting write contingency flags to allow split read completion transactions and multi-threaded transactions to a second interface.
2. The method of claim 1 further comprising sharing read and write transaction information between multiple buffers to allow performance of the read and write transactions to occur in a predetermined order.
3. The method of claim 2 further comprising:
determining, if performance of the first and second write transactions has not started before receiving the read transaction, whether the read transaction is dependent on completion of at least one of the first and second write transactions; and
performing, if the read transaction is not dependent on completion of the second write transaction, the first write transaction and the read transaction via the second interface before performing the second write transaction.
4. The method of claim 3 further comprising performing, if the read transaction is not dependent on completion of the second write transaction, the second write transaction before the read transaction only if the second write transaction is stored in a buffer before the read transaction.
5. A method, comprising:
tracking contents of a write buffer;
tracking write contingency flags for a read buffer;
selectively permitting a read transaction request in the read buffer to be dependent on a write transaction in the write buffer based on the write contingency flags.
6. The method of claim 5 further comprising selectively setting a write contingency flag to create an ordering between a write transaction and a read transaction request based on properties of the read and write transactions involved.
7. The method of claim 6 wherein the said properties are selected from a group consisting of an address, an address range, a requester function in a transaction and a device number in a transaction.
8. The method of claim 5 further comprising selectively providing read buffer data to a read master.
9. The method of claim 5 further comprising selecting a write master to provide data to the write buffer.
10. The method of claim 5 further comprising selecting a read slave to provide data to the write buffer.
11. The method of claim 5 further comprising selecting whether a read master or a write master has access to the write buffer.
12. The method of claim 5 further comprising selectively enabling write buffer data to either an initiator interface or a target interface.
13. The method of claim 5 further comprising clearing write contingency flags when a read transaction request appears on an internal interface.
14. The method of claim 13 further comprising, if ordering is enforced, determining whether any pending initiator write transactions are in the write buffer and setting a write contingency flag for each pending write transaction on which the read transaction request must depend.
15. The method of claim 13 further comprising, if order is enforced, waiting for any write contingency flags associated with the read transaction request to be cleared before presenting the read transaction request to an initiator interface.
16. The method of claim 13 further comprising, if ordering is not enforced, proceeding with the read transaction request without delay.
17. The method of claim 5 further comprising ordering a read transaction request with respect to some pending write transactions and not others.
18. The method of claim 5 further comprising tracking whether entries in the write buffer are write transactions or delayed/split completion transactions.
19. The method of claim 5 further comprising performing initiator write transactions and target read completions in the order in which they are enqueued in the write buffer.
20. The method of claim 5 further comprising determining that a write transaction in the write buffer has been performed and clearing any corresponding write contingency flags.
US11/938,116 2001-12-24 2007-11-09 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect Abandoned US20080065799A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/938,116 US20080065799A1 (en) 2001-12-24 2007-11-09 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US10/035,983 US6754737B2 (en) 2001-12-24 2001-12-24 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect
US10/864,617 US7308522B2 (en) 2001-12-24 2004-06-09 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect
US11/938,116 US20080065799A1 (en) 2001-12-24 2007-11-09 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/864,617 Division US7308522B2 (en) 2001-12-24 2004-06-09 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect

Publications (1)

Publication Number Publication Date
US20080065799A1 true US20080065799A1 (en) 2008-03-13

Family

ID=21885918

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/035,983 Expired - Fee Related US6754737B2 (en) 2001-12-24 2001-12-24 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect
US10/864,617 Expired - Fee Related US7308522B2 (en) 2001-12-24 2004-06-09 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect
US11/938,116 Abandoned US20080065799A1 (en) 2001-12-24 2007-11-09 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US10/035,983 Expired - Fee Related US6754737B2 (en) 2001-12-24 2001-12-24 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect
US10/864,617 Expired - Fee Related US7308522B2 (en) 2001-12-24 2004-06-09 Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect

Country Status (1)

Country Link
US (3) US6754737B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8392621B2 (en) 2010-06-22 2013-03-05 International Business Machines Corporation Managing dataflow in a temporary memory

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030131175A1 (en) * 2001-12-24 2003-07-10 Heynemann Tom A. Method and apparatus for ensuring multi-threaded transaction ordering in a strongly ordered computer interconnect
US6754737B2 (en) * 2001-12-24 2004-06-22 Hewlett-Packard Development Company, L.P. Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect
US7000060B2 (en) * 2002-09-27 2006-02-14 Hewlett-Packard Development Company, L.P. Method and apparatus for ordering interconnect transactions in a computer system
US7043593B1 (en) * 2003-04-29 2006-05-09 Advanced Micro Devices, Inc. Apparatus and method for sending in order data and out of order data on a data bus
US7237043B2 (en) * 2003-11-21 2007-06-26 Lsi Corporation System for improving PCI write performance
US7315912B2 (en) * 2004-04-01 2008-01-01 Nvidia Corporation Deadlock avoidance in a bus fabric
JP2007184046A (en) * 2006-01-10 2007-07-19 Hitachi Global Storage Technologies Netherlands Bv Rotary disk type storage device and recording method
US8024714B2 (en) 2006-11-17 2011-09-20 Microsoft Corporation Parallelizing sequential frameworks using transactions
US8010550B2 (en) * 2006-11-17 2011-08-30 Microsoft Corporation Parallelizing sequential frameworks using transactions
US7860847B2 (en) * 2006-11-17 2010-12-28 Microsoft Corporation Exception ordering in contention management to support speculative sequential semantics
US7711678B2 (en) * 2006-11-17 2010-05-04 Microsoft Corporation Software transaction commit order and conflict management
US7908255B2 (en) * 2007-04-11 2011-03-15 Microsoft Corporation Transactional memory using buffered writes and enforced serialization order
JP2008287558A (en) * 2007-05-18 2008-11-27 Renesas Technology Corp Semiconductor device and microcomputer
US8146085B2 (en) 2007-06-25 2012-03-27 Microsoft Corporation Concurrent exception handling using an aggregated exception structure
US7861072B2 (en) * 2007-06-25 2010-12-28 Microsoft Corporation Throwing one selected representative exception among aggregated multiple exceptions of same root cause received from concurrent tasks and discarding the rest
US7890707B2 (en) 2007-06-27 2011-02-15 Microsoft Corporation Efficient retry for transactional memory
US7899999B2 (en) * 2007-06-27 2011-03-01 Microsoft Corporation Handling falsely doomed parents of nested transactions
US7991967B2 (en) * 2007-06-29 2011-08-02 Microsoft Corporation Using type stability to facilitate contention management
US7890472B2 (en) 2007-09-18 2011-02-15 Microsoft Corporation Parallel nested transactions in transactional memory
JP5044822B2 (en) * 2008-05-02 2012-10-10 インターナショナル・ビジネス・マシーンズ・コーポレーション Apparatus and method for writing data to tape medium
US8108584B2 (en) * 2008-10-15 2012-01-31 Intel Corporation Use of completer knowledge of memory region ordering requirements to modify transaction attributes
US7941584B2 (en) * 2009-03-26 2011-05-10 Arm Limited Data processing apparatus and method for performing hazard detection
JP2011081551A (en) * 2009-10-06 2011-04-21 Panasonic Corp Data processing system
US8285908B2 (en) * 2010-01-24 2012-10-09 Freescale Semiconductor, Inc. Bus bridge and method for interfacing out-of-order bus and multiple ordered buses
JP5617429B2 (en) * 2010-08-19 2014-11-05 ソニー株式会社 Bridge system for connecting the bus system and the bus system to the connected device
US9594713B2 (en) 2014-09-12 2017-03-14 Qualcomm Incorporated Bridging strongly ordered write transactions to devices in weakly ordered domains, and related apparatuses, methods, and computer-readable media
US11436181B2 (en) 2016-06-30 2022-09-06 Copper Inc. Data processing systems and methods for transmitting and modifying data via a smart data cable
CN109643416A (en) 2016-06-30 2019-04-16 科珀有限责任公司 Intelligent data cable for point of sales system
US10942878B1 (en) * 2020-03-26 2021-03-09 Arm Limited Chunking for burst read transactions
US11321693B1 (en) 2020-12-10 2022-05-03 Copper Inc. Data processing systems and methods for transmitting and modifying data via a smart data cable
US11321261B1 (en) * 2020-12-10 2022-05-03 Copper Inc. Data processing systems and methods for transmitting and modifying data via a smart data cable

Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5729718A (en) * 1993-11-10 1998-03-17 Quantum Corporation System for determining lead time latency as function of head switch, seek, and rotational latencies and utilizing embedded disk drive controller for command queue reordering
US5870567A (en) * 1996-12-31 1999-02-09 Compaq Computer Corporation Delayed transaction protocol for computer system bus
US5938739A (en) * 1994-10-14 1999-08-17 Compaq Computer Corporation Memory controller including write posting queues, bus read control logic, and a data contents counter
US5948081A (en) * 1997-12-22 1999-09-07 Compaq Computer Corporation System for flushing queued memory write request corresponding to a queued read request and all prior write requests with counter indicating requests to be flushed
US5987555A (en) * 1997-12-22 1999-11-16 Compaq Computer Corporation Dynamic delayed transaction discard counter in a bus bridge of a computer system
US6026451A (en) * 1997-12-22 2000-02-15 Intel Corporation System for controlling a dispatch of requested data packets by generating size signals for buffer space availability and preventing a dispatch prior to a data request granted signal asserted
US6070209A (en) * 1996-12-31 2000-05-30 Compaq Computer Corporations Delivering transactions between data buses in a computer system
US6108741A (en) * 1996-06-05 2000-08-22 Maclaren; John M. Ordering transactions
US6182177B1 (en) * 1997-06-13 2001-01-30 Intel Corporation Method and apparatus for maintaining one or more queues of elements such as commands using one or more token queues
US6226731B1 (en) * 1998-09-08 2001-05-01 International Business Machines Corporation Method and system for accessing a cache memory within a data-processing system utilizing a pre-calculated comparison array
US6301630B1 (en) * 1998-12-10 2001-10-09 International Business Machines Corporation Interrupt response in a multiple set buffer pool bus bridge
US20020083247A1 (en) * 2000-12-26 2002-06-27 Shah Paras A. Relaxed read completion ordering in a system using transaction order queue
US6425024B1 (en) * 1999-05-18 2002-07-23 International Business Machines Corporation Buffer management for improved PCI-X or PCI bridge performance
US20020108004A1 (en) * 2001-02-08 2002-08-08 Shah Paras A. Enhancement of transaction order queue
US20020112105A1 (en) * 2001-02-12 2002-08-15 Mordechai Daniel Method and apparatus for efficient messaging between memories across a PCI bus
US6490635B1 (en) * 2000-04-28 2002-12-03 Western Digital Technologies, Inc. Conflict detection for queued command handling in disk drive controller
US20020188821A1 (en) * 2001-05-10 2002-12-12 Wiens Duane A. Fast priority determination circuit with rotating priority
US20030070016A1 (en) * 2001-09-28 2003-04-10 Jones Phillip M. Efficient snoop filter in a multiple-processor-bus system
US6704817B1 (en) * 2000-08-31 2004-03-09 Hewlett-Packard Development Company, L.P. Computer architecture and system for efficient management of bi-directional bus
US6754737B2 (en) * 2001-12-24 2004-06-22 Hewlett-Packard Development Company, L.P. Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect
US6757768B1 (en) * 2001-05-17 2004-06-29 Cisco Technology, Inc. Apparatus and technique for maintaining order among requests issued over an external bus of an intermediate network node
US7043593B1 (en) * 2003-04-29 2006-05-09 Advanced Micro Devices, Inc. Apparatus and method for sending in order data and out of order data on a data bus

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5432918A (en) * 1990-06-29 1995-07-11 Digital Equipment Corporation Method and apparatus for ordering read and write operations using conflict bits in a write queue
US5828865A (en) * 1995-12-27 1998-10-27 Intel Corporation Dual mode bus bridge for interfacing a host bus and a personal computer interface bus
US6175888B1 (en) * 1996-04-10 2001-01-16 International Business Machines Corporation Dual host bridge with peer to peer support
US6266731B1 (en) * 1998-09-03 2001-07-24 Compaq Computer Corporation High speed peripheral interconnect apparatus, method and system
US20030131175A1 (en) * 2001-12-24 2003-07-10 Heynemann Tom A. Method and apparatus for ensuring multi-threaded transaction ordering in a strongly ordered computer interconnect
US7139859B2 (en) * 2001-12-31 2006-11-21 Hewlett-Packard Development Company, L.P. Inter-queue ordering mechanism

Patent Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5729718A (en) * 1993-11-10 1998-03-17 Quantum Corporation System for determining lead time latency as function of head switch, seek, and rotational latencies and utilizing embedded disk drive controller for command queue reordering
US5938739A (en) * 1994-10-14 1999-08-17 Compaq Computer Corporation Memory controller including write posting queues, bus read control logic, and a data contents counter
US6108741A (en) * 1996-06-05 2000-08-22 Maclaren; John M. Ordering transactions
US6070209A (en) * 1996-12-31 2000-05-30 Compaq Computer Corporations Delivering transactions between data buses in a computer system
US5870567A (en) * 1996-12-31 1999-02-09 Compaq Computer Corporation Delayed transaction protocol for computer system bus
US6138192A (en) * 1996-12-31 2000-10-24 Compaq Computer Corporation Delivering a request to write or read data before delivering an earlier write request
US6182177B1 (en) * 1997-06-13 2001-01-30 Intel Corporation Method and apparatus for maintaining one or more queues of elements such as commands using one or more token queues
US6026451A (en) * 1997-12-22 2000-02-15 Intel Corporation System for controlling a dispatch of requested data packets by generating size signals for buffer space availability and preventing a dispatch prior to a data request granted signal asserted
US5987555A (en) * 1997-12-22 1999-11-16 Compaq Computer Corporation Dynamic delayed transaction discard counter in a bus bridge of a computer system
US5948081A (en) * 1997-12-22 1999-09-07 Compaq Computer Corporation System for flushing queued memory write request corresponding to a queued read request and all prior write requests with counter indicating requests to be flushed
US6226731B1 (en) * 1998-09-08 2001-05-01 International Business Machines Corporation Method and system for accessing a cache memory within a data-processing system utilizing a pre-calculated comparison array
US6301630B1 (en) * 1998-12-10 2001-10-09 International Business Machines Corporation Interrupt response in a multiple set buffer pool bus bridge
US6425024B1 (en) * 1999-05-18 2002-07-23 International Business Machines Corporation Buffer management for improved PCI-X or PCI bridge performance
US6490635B1 (en) * 2000-04-28 2002-12-03 Western Digital Technologies, Inc. Conflict detection for queued command handling in disk drive controller
US6704817B1 (en) * 2000-08-31 2004-03-09 Hewlett-Packard Development Company, L.P. Computer architecture and system for efficient management of bi-directional bus
US20020083247A1 (en) * 2000-12-26 2002-06-27 Shah Paras A. Relaxed read completion ordering in a system using transaction order queue
US6615295B2 (en) * 2000-12-26 2003-09-02 Hewlett-Packard Development Company, L.P. Relaxed read completion ordering in a system using transaction order queue
US20020108004A1 (en) * 2001-02-08 2002-08-08 Shah Paras A. Enhancement of transaction order queue
US20020112105A1 (en) * 2001-02-12 2002-08-15 Mordechai Daniel Method and apparatus for efficient messaging between memories across a PCI bus
US20020188821A1 (en) * 2001-05-10 2002-12-12 Wiens Duane A. Fast priority determination circuit with rotating priority
US6757768B1 (en) * 2001-05-17 2004-06-29 Cisco Technology, Inc. Apparatus and technique for maintaining order among requests issued over an external bus of an intermediate network node
US20030070016A1 (en) * 2001-09-28 2003-04-10 Jones Phillip M. Efficient snoop filter in a multiple-processor-bus system
US6754737B2 (en) * 2001-12-24 2004-06-22 Hewlett-Packard Development Company, L.P. Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect
US7043593B1 (en) * 2003-04-29 2006-05-09 Advanced Micro Devices, Inc. Apparatus and method for sending in order data and out of order data on a data bus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8392621B2 (en) 2010-06-22 2013-03-05 International Business Machines Corporation Managing dataflow in a temporary memory

Also Published As

Publication number Publication date
US20030131174A1 (en) 2003-07-10
US7308522B2 (en) 2007-12-11
US20040225823A1 (en) 2004-11-11
US6754737B2 (en) 2004-06-22

Similar Documents

Publication Publication Date Title
US6754737B2 (en) Method and apparatus to allow dynamic variation of ordering enforcement between transactions in a strongly ordered computer interconnect
US5815677A (en) Buffer reservation method for a bus bridge system
US6557068B2 (en) High speed peripheral interconnect apparatus, method and system
US6816934B2 (en) Computer system with registered peripheral component interconnect device for processing extended commands and attributes according to a registered peripheral component interconnect protocol
US5870567A (en) Delayed transaction protocol for computer system bus
US5835741A (en) Bus-to-bus bridge in computer system, with fast burst memory range
US6502157B1 (en) Method and system for perfetching data in a bridge system
US6098134A (en) Lock protocol for PCI bus using an additional "superlock" signal on the system bus
US6085274A (en) Computer system with bridges having posted memory write buffers
US5535340A (en) Method and apparatus for maintaining transaction ordering and supporting deferred replies in a bus bridge
US5978866A (en) Distributed pre-fetch buffer for multiple DMA channel device
US5625779A (en) Arbitration signaling mechanism to prevent deadlock guarantee access latency, and guarantee acquisition latency for an expansion bridge
EP1723535B1 (en) Method and apparatus for supporting delayed transactions of multi-function pci devices in pci bridges
US6286074B1 (en) Method and system for reading prefetched data across a bridge system
US7035958B2 (en) Re-ordering a first request within a FIFO request queue to a different queue position when the first request receives a retry response from the target
US5559968A (en) Non-conforming PCI bus master timing compensation circuit
US7096290B2 (en) On-chip high speed data interface
US6425023B1 (en) Method and system for gathering and buffering sequential data for a transaction comprising multiple data access requests
US5832243A (en) Computer system implementing a stop clock acknowledge special cycle
US6631437B1 (en) Method and apparatus for promoting memory read commands
US20030131175A1 (en) Method and apparatus for ensuring multi-threaded transaction ordering in a strongly ordered computer interconnect
US20040064626A1 (en) Method and apparatus for ordering interconnect transactions in a computer system
US6449678B1 (en) Method and system for multiple read/write transactions across a bridge system
US6393508B2 (en) Method and apparatus for multiple tier intelligent bus arbitration on a PCI to PCI bridge
US6178477B1 (en) Method and system for pseudo delayed transactions through a bridge to guarantee access to a shared resource

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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