GB2216368A - Bus arbitration method and apparatus - Google Patents
Bus arbitration method and apparatus Download PDFInfo
- Publication number
- GB2216368A GB2216368A GB8903961A GB8903961A GB2216368A GB 2216368 A GB2216368 A GB 2216368A GB 8903961 A GB8903961 A GB 8903961A GB 8903961 A GB8903961 A GB 8903961A GB 2216368 A GB2216368 A GB 2216368A
- Authority
- GB
- United Kingdom
- Prior art keywords
- resource
- bus
- requesters
- requester
- recited
- 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.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/36—Handling requests for interconnection or transfer for access to common bus or bus system
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/36—Handling requests for interconnection or transfer for access to common bus or bus system
- G06F13/368—Handling requests for interconnection or transfer for access to common bus or bus system with decentralised access control
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Bus Control (AREA)
Description
16368 BUS ARBITRATION METHOD AND APPARATUS
BACKGROUND OF THE TNVENTTON
1. Field of the Invention.
This invention relates to the field of methods for controlling access to a system bus by a number of 5 requesters in a computer system.
2. Prior Art.
Computer systems typically comprise several resources such as processor units, input/output controllers, memories, etc. which all share a common system bus for purposes of communication with one another. It is necessary to control access to the system bus to avoid allowing more than one resource access to the bus at one time.
In general, two techniques for controlling access to the system bus are known. In a first technique, a central point of control is utilized to control all system bus requests. A second technique distributes control of system bus requests, for example allowing resources on a single board to all be controlled by a single controller. In such a distributed system, all controllers must cooperate in granting access to avoid collisions on the bus.
In either case, a system bus arbitration scheme is designed to satisfy one or more of the following objectives: (1) minimize the amount of time required to service a request, (2) reduce use of system bus resources, and (3) allow for flexible priorities in servicing of system bus reqVests.
In one known method for controlling access to a system bus, the requester is allowed to make a request irregardless of whether the requested resource is busy. If the resource is busy, the system bus is tied up with the request until it can be serviced. Such a method consumes system bus resources while waiting for the request to be serviced.
One known alternative is to queue requests at the responders, thus freeing up the system bus. However, such a method requires additional circuitry at each resource to allow for storing request information in the queue and further suffers from finite queue sizes.
Therefore, it is desired to design a bus arbitration scheme which satisfies each of the above objectives and overcomes the problems of the prior art.
Known distributed systems for sharing a bus resource suffer from one or more problems when handing off the bus from one resource to another. Due to a variety of causes, systems suffer from clocks controlling access to system buses or other devices having some degree of clock skew between various ports. As such, several known systems allow the bus to be unused for a clock cycle between the bus being released -by one resource and being used by another. This insures bus contention will not occur between the two resources. However, such a method underutilizes the bus resource by allowing it to go unused for a clock cycle during the handoff from one resource to the next.
Another known method for dealing with bus contention in a distributed system is to design the 3 system such that clock skew is minimized between resources. Contention, to the extent it occurs is then ignored in these systems. However, such a method adds complexity to the design of the system circuitry.
A third known method of controlling bus contention utilizes multiple clocks on the bus which are skewed by a precise amount. One clock may be used for enabling and another clock is used for disabling. Such a method introduces problems of controlling multiple clocks with precise skews.
SUMMARY OF THE TNVENTTQN
The present invention discloses a bus arbitration scheme in which requesters request a resource only after detecting the resource is not busy. In the preferred embodiment of the present invention there are eighteen resources, sixteen memory resources, one 1/0 resource and one graphics resource. Each resource has associated with it a signal on the system bus denoting whether or not the resource is busy. The system comprises a plurality of arbiters, each coupled with one or two requesters. The requesters may determine from the signal whether or not a resource they wish to utilize is busy.
After a requester determines a resourcf! it wishes to request is not busy, the requester must then arbitrate for use of the bus. A request for the bus is made in one clock cycle to use the bus in the cycle following successful arbitration. If the request is not granted the requester continues to ask for the required bus until it is granted. In the preferred embodiment, arbitration is divided into two levels; global and local. Local arbitration determines which requester on a board has access to the local buses. Global arbitration determines which board has access to the system bus.
After a requester determines whether a resource is available for a transaction, the requester asserts a bus request. The arbiter determines which requester receives the local bus based on a set of priority rules.
In parallel with this determination a bus request is asserted on the system bus. The arbiter then samples all active system bus requests and determines whether the priority of its requester is highest over all active requests. If its requester does have the highest priority, the arbiter asserts a system bus grant to the requester. At the same time a busy signal is asserted by the arbiter for the requested resource until the resource is able to assert its own busy signal. This prevents other requesters from requesting the resource in the next clock cycles.
The present invention further discloses a method for controlling access to a bus when handing off access from one resource to another in a system using distributed control of the bus resource and a technique for preventing linked conflicts. It is an objective of the invention to prevent contention on the system bus while fully utilizing all available clock cycles on the bus. 20 In the preferred embodiment, a resource may utilize the system bus only when its bus enable signal (BMINE) is asserted. The BMINE signal may be asserted or deasserted only when a central enable line is deasserted. Access to the bus is controlled such that the bus may not be accessed by a resource unless both the BMINE and central enable lines are asserted.
RRTEF DESCRTPTTON OP THE DRAWINGS Figure I is a flow chart illustrating an arbitration method as may be utilized by the present invention.
Figure 2 is a timing diagram illustrating timing of bus requests and grants as may be utilized by the present invention.
Figure 3 is a block diagram illustrating an arbitration gate array as may be utilized by the present invention.
Figure 4 is a block diagram illustrating boards and arbitration gate arrays accessing a system bus as may be utilized by the present invention.
Figure 5 is a timing diagram illustrating timing signals for enabling bus access as may be utilized by the present invention.
Figure 6 is a schematic illustration of circuitry which may be utilized for controlling access to the bus by the present invention.
DETATT, QF.-Sr-RTPTTQN OF THE PRESENT TNVENTTON A bus arbitration method and apparatus is described. In the following description, numerous specific details are set forth such as pin numbers, priority levels, etc., in order to provide a thorough understanding of the present invention. It will be obvious, however., to one skilled in the art that the present invention may be practiced without these specific details. In other instances, well known circuits, structures, and techniques have not been shown in detail in order not to unnecessarily obscure the present invention.
The present invention discloses a method and apparatus for sharing a common bus coupled with a plurality of resources by a plurality of requesters for those resources. 'In the preferred embodiment, there are eighteen resources: sixteen memory resources, one 1/0 resource and one graphics resource. The sixteen memory resources comprise sixteen interleaved memories (e.g., separate memories which may operate in parallel). It will, however, be obvious to one of ordinary skill in the art that other resource configurations may be supported without departing from the spirit of the present invention. For example, a system with multiple 1/0 resources or multiple graphics resources may be employed.
In the present invention, a requester requests a resource only when the resource is not busy. The requester is able to determine whether or not a resource 8 is busy by examining a busy signal associated with each resource. The signals for identifying whether a resource is busy in the preferred embodiment will be described in more detail in connection with Figure 3.
After a requester determines whether a particular resource is free, the requester arbitrates for use of a bus to communicate with the resource. The method used by the preferred embodiment for arbitrating use of buses is described by Figure 1.
10. First, a requester asserts a request to its arbitration gate array (AGA), block 10. The arbitration gate array is associated with a bus and may provide arbitration for one or two requesters. The arbitration gate array supports arbitration for both the system bus and, where necessary, arbitration for a local bus which may feed the system bus.
The arbitration gate array then accepts the request from the requester, block 11 and determines whether the requested resource will be available in two clock cycles, block 12. As will be seen in conjunction with Figure 2, if a request is made in the current clock cycle the earliest the resource will be required is in two clock cycles, one for arbitration and one for the bus transfer. Each resource negates its busy signal two clock cycles before it is ready to receive another request.
Assuming the resource will be available, the AGA determines which requester receives access to the local bus and generates a local bus grant signal to that requester, block 13. This is significant where multiple requesters share a local bus and two or more of them make a request in the same clock cycle. In parallel, a bus request is asserted on the system bus, block 14.
The AGA then samples all active system bus requests, block 15. Each AGA in the system is responsible for monitoring all active system bus requests in the same manner. The AGA which determines that its requester has the highest priority of any requester requesting the system bus is selected to receive the system bus in the next clock cycle, block 16.
The selected AGA then asserts a system bus grant to its requester, block 17. At the same time a busy signal is asserted by the AGA for the selected resource for the present clock cycle plus two clock cycles, block 18. This insures the resource appears busy to other requesters until such time as the resource is able to assert its own busy.
Figure 2 illustrates a timing diagram as may be representative of several signals of interest utilized by the present invention. The timing diagram illustrates a clock signal 26, a request signal from a requester 27, a local bus grant signal 28, a system bus grant signal 29, a bus enable (BMINE) signal 36, a local address bus signal 37, and a system bus address signal 38.
During a first clock cycle a request 20 is asserted by a requester. In this case, the AGA accepts the request and determines if the requested resource will be free in two clock cycles. The AGA also determines that 10 this requester is to receive the local bus either as a result of it having the highest priority of any requesters on the same board or it being the only requester on the board requesting the bus. The AGA then signals a local bus grant 21 for this request and asserts a system bus request (not shown). In this particular case, the system bus request is successful and a system bus grant signal is asserted 22. At the same time, address information is placed on the local bus 23 as a result of the local bus grant 21. As a result of the system bus grant, a BMINE signal is asserted by the AGA 24. The BMINE signal is used as one input to a tristate circuit for the requester. When the BMINE signal is asserted and a central enable (not shown) is asserted the resource has access to the system bus. The resource then puts address information on the system address bus 25.
Request number 5 illustrates a request in which a local bus grant is given to a request, however, the system bus grant is not given for several clock cycles. This may be due to the system bus being busy servicing other requesters which have higher priorities. A request 30 is asserted and local bus grants are given 31, 32 and 33. Requests 31 and 32 did not yield a system bus grant. Therefore, the AGA reasserts the system bus request until a system bus grant is obtained 34.
Request 6 illustrates a request which does not receive a local bus grant or a system bus grant on the first attempt. Request 40 and request 41 did not receive a local bus grant and were reasserted by the requester. Request 42 receives a local bus grant 43. However, the corresponding system bus request does not yield a system bus grant. Therefore, the system bus request is reasserted and a system bus grant 45 is received. A BMINE 46 is then asserted to the requester.
Figure 3 illustrates a arbitration gate array (AGA) 50 as may be utilized by the present invention. 54 pins of the arbitration gate array 50 are illustrated, however, the preferred embodiment of the present invention, in fact, utilizes a 100 pin array. It will be appreciated by one skilled in the art that the remaining pins comprise such pins as reset, Vec, clock and other pins which are not critical to an understanding of the present invention.
When a requester in the system intends to arbitrate for access to the system bus it asserts its local bus request pin, 60 and 68. Each AGA in the preferred embodiment may service up to two requesters. As illustrated by Figure 3, local bus request pin 60 is associated with requester 0 and local bus request pin 68 is associated with requester 1. A signal on local bus request pins 60 and 68 indicates a valid request is being asserted by requester 0 and requester 1, respectively.
A requester requests access to the buses by asserting its request type on the request type pins 48 and 54. Each requester requires separate request type pins. As illustrated by Figure 3, pins 48 are associated with requester 0 and pins 54 are associated - 12 with requester 1. There are three request type pins 48 and 54 associated with each requester. Their signals are interpreted as shown in the table below.
Request Type Type 0 0 0 NONE 0 0 1 GRAPHICS 1 0 1/0 0 1 1 MEMORY 1 0 0 TEST 1 0 1 RESERVED 1 1 0 LOCAL 1 1 1 RETURN If the request type is a memory request (request type = 011) the requester also provides an address for the particular memory interleave address pins 49 and 58.
The preferred embodiment of the present invention utilizes a memory with sixteen interleaves. There are four address pins 49 and 58 associated with each requester to allow for addressing of the sixteen interleaves.
Read request pin 47 and 53 specifies if the access is a read or write access. In the preferred embodiment if this pin is asserted by a requester, a read is being requested.
The AGA utilizes read busy pin 52 as input when determining whether the bus should be granted to a requester initiating a write request. Read busy pin 52 indicates the data bus will be busy with returning read data in two clock cycles following the cycle in which it - 13 is asserted. A requester initiating a write request will be denied access to the bus if this signal is asserted to prevent collision of data on the bus. The memory subsystem controls the signal from the read busy pin 52, forcing the 1/0 and graphics subsystems to arbitrate for the bus to return data.
The arbitration gate array determines if the resource is busy by examining the appropriate busy pin. There are 16 interleave busy pins 55 corresponding to each of the memory interleaves of the preferred embodimebt. The 1/0 busy pin 56 indicates whether the 1/0 subsystem is busy. The graphics busy pin 57 indicates whether the graphics subsystem is busy.
Each of the busy pins 55, 56 and 57 are both input and output pins. The busy pins 55, 56 and 57 are used as inputs to the AGA when the AGA determines whether a particular resource is busy. The AGA will assert (output) a signal for three clock cycles on the appropriate busy pin 55, 56 and 57 when it has arbitrated successfully for the bus. In the preferred embodiment, it is necessary for the AGA to assert the signal for three cycles as the resource will not begin asserting the signal for itself until after three cycles have elapsed.
If the resource will be available, a bus request is asserted on one of pins 51. There are eight bus request pins, one for each requester on the bus in the preferred embodiment. As discussed previously, the AGA 50 asserts the appropriate busy pin after granting the resource to a requester for three clock cycles. The resource is - 14then responsible for asserting the correct busy signal until it completes the request and is available for the next request. As discussed above, the resource actually negates the busy pin two clock cycles before it is ready to receive another request since the soonest a request will arrive at the resource is in two clock cycles. This allows maximal overlap.
The arbitration gate array determines which requester is to be granted access to the local bus based on the priorities of each local requester. The requester with the highest priority is granted access to the local bus by the AGA 50 asserting the appropriate local bus grant pin 61 and 69. There are two local bus grant pins 61 and 69 on each AGA, one for each requester which may be coupled with and controlled by the AGA 50.
The AGA 50 samples all active system bus requests and determines whether its requester has the highest priority. If it does, a global bus grant is asserted on the global bus grant pin 62. A BMINE signal is also asserted on pin 63 to allow access to the system bus as discussed in conjunction with Figure 1.
In the preferred embodiment of the present invention, simultaneous requests for the system bus are handled on a priority basis. There are eight priority levels for accessing the system, each priority level associated with the bus request pins 51. The priority levels are assigned as level 8 being a spare priority, level 7 for 1/0 initiated requests, level 6 for graphics initiated requests, levels 4 and 5 for integer processor units (IPU) requests, levels 2 and 3 for floating point processors unit (FPU) request and level 1 is a spare priority.
Priority level for processors in the system may be rotated on a round robin basis. The preferred embodiment allows for two modes of round robin priority switching. The selection of a mode is controlled by round robin pin 65. If this signal 65 is asserted, priority is rotated among levels 2 through 5. If this signal 65 is deasserted, priority is toggled between level 4 and 5 and between level 2 and 3. Levels 1, 6, 7 and 8 remain at fixed priorities.
A global arbitration priority pin 83 signals round robin priority between boards. If this signal is zero, processor board 0 will have priority in arbitration. if the signal is one, processor board 1 will have priority. The global arbitration priority pin 83 is toggled every four clock cycles.
Board arbitration priority signal 84 signals priority in a round robin fashion between AGAs on the same board. The board arbitration priority signal 84 is toggled to the other whenever a request is serviced.
Internal arbitration signal 85 signals priority in a round robin fashion between two requesters controlled by the same AGA. When this signal 85 is a zero, requester 0 is higher priority, if it is a one, requester I is higher priority. The signal 85 is toggled to the other requester whenever a request is serviced.
Due to the randomness introduced by changing relative priority levels among the various requesters in - 16 the system, problems of linked conflicts are avoided. A clock signal is input to the AGA 50 as pin 66. A bus enable signal is input as pin 67. The bus enable signal 67 controls bus enables for all boards in the system and 5 is used to generate the BMINE signal for enable control.
Figure 4 illustrates a bus 70 coupled with a processor board 71, a graphics board 77, an 1/0 board 79 and a memory 81 as may be utilized by the present invention. In the preferred embodiment the processor board 71 contains four AGAs 72, 73, 74 and 75. One of the AGAs 72 may be associated with an integer processing unit (IPU) on the processor board, one of the AGAs 73 may be for a floating point processor unit store pipe and two AGAs 74 and 75 may be for floating point process unit (FPU) load pipes. The graphics board 77 has a single AGA 78. The 1/0 board 79 also has a single AGA 80.
Figures 5 and 6 disclose, in more detail, the method and apparatus for handing access to the bus from one requester to another. It is desired to hand access from one resource to another resource while preventing bus contention problems during the handoff.
Figure 5 illustrates a timing diagram showing access to the bus being handed from a first requester controlled by BMINEI signal 91 to a second requester controlled by BMINE2 signal 92. The second requester retains control of the bus for one clock cycle and control is handed back to the first requester in the next clock cycle.
- 17 A bus clock signal 90 provides timing for the bus.
An enable signal 93 is deasserted at time 97 in response to the leading edge of the clock signal which occurred at time 96. BMINEI 91 is deasserted at time 98 and BMINE2 92 is asserted at time 99. The BMINE signals 91 and 92 only change states after the enable signal 93 is deassqrted. Enable signal 93 is reasserted at time 100.
Eable signal 93 is provided to all boards in the system and is controlled by a central clock generation circuit. It is generated to be deasserted after the leading edge of the bus clock and is asserted after allowing for enough time to compensate for clock skew in the system.
At time 101, a second leading edge of clock signal 90 is generated. The enable signal 93 is deasserted at time 102. At time 103 BMINE1 signal 91 is asserted.
Between time 102 and-103, both BMINE1 signal 91 and BMINE2 signal 92 are asserted. Therefore during this time period, both requester 1 and requester 2 may access the system bus absent some additional control. As described above, all access to the system bus is disallowed during time periods when enable signal 93 is deasserted, providing such additional control.
At time 103 BMINE2 signal 92 is deasserted and at time 104 enable signal 105 is asserted. By utilizing a central enable control signal 93, bus contention is avoided during time period 102 to 103.
Figure 6 further illustrates circuitry utilized to control access to the system bus. BMINE signal line 110 and enable signal line 111 are AND'ed together by - 18 circuit 115. only when both BMINE signal line 110 and enable signal line 111 are high will tristate circuit 113 allow line 114 to access bus 112.
Thus, a bus arbitration method and apparatus is disclosed which allows requesters to detect whether a resolirce is busy bifore making a request and allows sing16 cycle arbitration of a bus.
1 CLATMS I 1. A method for controlling access to resources in a computer system comprising the steps of: a requester asserting a request for service by a resource; a determination being made whether said resource is available for said request; if said resource is available, said requester being given access to said resource; whereby, said requester receives access to said resource only if said resource is available to service said request.
Claims (1)
- 2. The method, as recited by Claim 1, further comprising the step ofdetermining which of a plurality of requesters is to be granted access to said resource.3. A method, as recited by Claim 2, wherein said determination is based on predetermined priorities assigned to said requesters.4. The method, as recited by Claim 3, wherein said requesters comprise input/output (1/0) processors, graphics processors, and central processing units.-il 5. The method, as recited by Claim 4, wherein said resources comprise an I/0 processor, a graphics processor and a plurality of memory interleaves.6. The method, as recited by Claim 5, wherein: said requester asserts said request to an arbitration circuit responsible for determining whether said resource is available for servicing said request and for determining whether said requester has the highest priority.7. A method, as recited by Claim 6, wherein access is granted to a requester by a bus grant signal being asserted by said arbitration circuit.8. A method for controlling access to a bus in a computer system, comprising the steps of:a request being asserted by a requester for service by a resource; an arbitration circuit associated with said requester receiving said request; said arbitration circuit determining whether said resource is available to service said request; if said resource is available for said request:(a) said arbitration circuit asserting a bus request; (b) said arbitration circuit sampling all active bus requests in said computer system to determine if its requesters priority is the highest of all active requests; I (c) said arbitration circuit granting access to said requester to use a system bus if said requester has the highest priority; whereby, said requester receives access to said resource only if said resource is available to service said request and said requester has the highest priority of all active requests in the computer system.9. A method, as recited by Claim 8, wherein said requesters comprise an 1/0 processor, a graphics processor and a plurality of central processing units.10. The method, as recited by Claim 9, wherein said resources comprise an 1/0 processor, a graphics processor and a plurality of interleaved memories.11. A method, as recited by Claim 8, wherein said computer system comprises a plurality of arbitration circuits.12. A method, as recited in Claim 11, wherein each of said arbitration circuits may arbitrate for a plurality of requesters.13. A method, as recited in Claim 12, further comprising the step of each of said arbitration circuits determining which requester associated with said arbitration circuit has the highest priority..14. A method, as recited by Claim 13, further comprising the step of rotating priority levels among requesters assigned to an arbitration circuit after each successful arbitration for a resource.15. An apparatus for controlling access to resources in a computer system, comprising:a resource; a plurality of requesters for requesting services from said resource; first means for determining whether said resource is available to service a request coupled with said resource and said requesters; whereby, said requesters may assert requests be serviced by said resource when said resource is available to service said request.16. An apparatus, as recited by Claim 15, further comprising at least one second means for arbitrating which requester may assert its request, said second means coupled with each of said requesters.17. An apparatus, as recited by Claim 16, wherein each of said second means may be coupled with a plurality of requesters.18. An apparatus, as recited by Claim 17, wherein said re'source may be one of an input/output (1/0) multiple processor, a multiple graphics processor or a memory interleave.23 19. An apparatus, as recited by Claim 18, wherein said requester may be one of an 1/0 processor, a graphics processor, a central processing unit or a floating point processor unit.20. An apparatus, as recited by Claim 19, further comprising a bus for coupling said resource with said requesters.21. In an apparatus for controlling access to resources in a computer system, said computer system comprising at least one resource and a plurality of requesters, an improvement comprising:a first means coupled with said resource and said requesters for determining whether said resource is available to service said request; at least one second means coupled with each of said requesters for arbitrating which of said requesters may assert its request; whereby said requesters may only assert requests to be serviced by said resource when said resource is available to service said request.22. An improvement, as recited by Claim 21, further comprising a bus for coupling said resource with said requesters.23. An improvement, as recited by Claim 21, wherein source may be one of an input/output (1/0) 24 processor, a graphics processor, a central processing unit or a floating point processor unit.24. An improvement, as recited by Claim 21, wherein said requester may be one of an 1/0 processor, a graphics processor, a central processing unit or a floating point processor unit.25. A circuit for controlling access to a bus by a plurality of requesters in a computer system, comprising: a first signal means for controlling access to said bus, said first signal means coupled with a first of said plurality of requesters; a second signal means, said second signal means coupled with each of said plurality of requesters for providing common control signal for accessing said bus; a circuit means for allowing said first of said plurality of requesters to access said bus, said circuit means coupled with said first signal means and said second signal means said circuit means allowing access to said bus when a signal is asserted on both said first signal means and said second signal means, said circuit. means not allowing access to said bus when a signal is not asserted on said first signal means or a signal is not asserted on said second signal means; whereby, access to a bus is controlled by a local and a global control signal.- 26. A circuit, as recited by claim 25, wherein said first signal means may only change state when said second signal means is deasserted.27. A circuit, as recited by Claim 26, further comprising a timing signal means, said timing signals means providing clock pulses, wherein said second signal means is deasserted for a predetermined period of time after the leading edge of each clock pulse prevents bus conflict.28. A method for controlling access to a bus by a plurality of requesters in a computer system comprising the steps of: determining which of said plurality of requesters shall be granted access to said bus; granting access to a selected requester; causing a change in state of a first signal means, said first signal means being supplied to each of said plurality of requesters; causing a change in state of a second signal means, said change in state of said second signal means occurring after said change in state of said first signal means; resuming the original state of said first signal means; said selected requester accessing said bus after said resuming the original state of said first signal means.29. In a computer system comprising a plurality of resources and a plurality of requesters for requesting service from said resources, a method comprising the steps of:a first of said plurality of requesters asserting a first request for service by a first of said resources; a determination being made whether said resource is available for said first request, said determination based on a priority assigned to said first requester:- if said resource is available, said requester being given access to said resource; said first requester's priority being changed under a set of predetermined conditions.30. The method, as recited by Claim 30, wherein said priority is changed after a predetermined number of clock cycles.31. The method, as recited by Claim 31, wherein said predetermined number is four.32. A method for controlling access to resources in a c(nputer system substantially as hereinbefore described.33. An apparatus for controlling access to resources in a canputer system substantially as hereinbefore described with reference to the accanpanying drawings.Published 1989 atThe Patent Offioe, State House, 68,71 High Holborn, London WC1R 4TP. Further copies maybe obtainedfrom The Patentom". Sales Branch, St Mary Cray, Orpington, Kent BP-5 3RD. Printed by Multiplex techniques ltd, St Mary Cray, Kent, Con. 1/87
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15976988A | 1988-02-24 | 1988-02-24 |
Publications (3)
Publication Number | Publication Date |
---|---|
GB8903961D0 GB8903961D0 (en) | 1989-04-05 |
GB2216368A true GB2216368A (en) | 1989-10-04 |
GB2216368B GB2216368B (en) | 1992-04-08 |
Family
ID=22573943
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
GB8903961A Expired - Fee Related GB2216368B (en) | 1988-02-24 | 1989-02-22 | Bus arbitration method and apparatus |
Country Status (6)
Country | Link |
---|---|
JP (1) | JPH028948A (en) |
AU (1) | AU3022589A (en) |
DE (1) | DE3905478A1 (en) |
FR (3) | FR2627606A1 (en) |
GB (1) | GB2216368B (en) |
IL (1) | IL89355A0 (en) |
Cited By (43)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2236459A (en) * | 1989-08-29 | 1991-04-03 | Diehl Gmbh & Co | Priority-oriented bus allotment system |
GB2287621A (en) * | 1994-03-01 | 1995-09-20 | Intel Corp | High performance symmetric arbitration protocol with support for I/O requirements |
US5515516A (en) * | 1994-03-01 | 1996-05-07 | Intel Corporation | Initialization mechanism for symmetric arbitration agents |
GB2337138A (en) * | 1998-01-30 | 1999-11-10 | * Sgs-Thomson Microelectronics Limited | Arbitrating between a plurality of requests to access resources |
US6061599A (en) * | 1994-03-01 | 2000-05-09 | Intel Corporation | Auto-configuration support for multiple processor-ready pair or FRC-master/checker pair |
US7603672B1 (en) * | 2003-12-23 | 2009-10-13 | Unisys Corporation | Programmable request handling system and method |
US20090320033A1 (en) * | 2008-06-19 | 2009-12-24 | Parag Gokhale | Data storage resource allocation by employing dynamic methods and blacklisting resource request pools |
US8229954B2 (en) | 2006-12-22 | 2012-07-24 | Commvault Systems, Inc. | Managing copies of data |
US8352954B2 (en) | 2008-06-19 | 2013-01-08 | Commvault Systems, Inc. | Data storage resource allocation by employing dynamic methods and blacklisting resource request pools |
US8396838B2 (en) | 2007-10-17 | 2013-03-12 | Commvault Systems, Inc. | Legal compliance, electronic discovery and electronic document handling of online and offline copies of data |
US8490107B2 (en) | 2011-08-08 | 2013-07-16 | Arm Limited | Processing resource allocation within an integrated circuit supporting transaction requests of different priority levels |
US8505010B2 (en) | 2000-01-31 | 2013-08-06 | Commvault Systems, Inc. | Storage of application specific profiles correlating to document versions |
US8612394B2 (en) | 2001-09-28 | 2013-12-17 | Commvault Systems, Inc. | System and method for archiving objects in an information store |
US8725688B2 (en) | 2008-09-05 | 2014-05-13 | Commvault Systems, Inc. | Image level copy or restore, such as image level restore without knowledge of data object metadata |
US8769048B2 (en) | 2008-06-18 | 2014-07-01 | Commvault Systems, Inc. | Data protection scheduling, such as providing a flexible backup window in a data protection system |
US8849762B2 (en) | 2011-03-31 | 2014-09-30 | Commvault Systems, Inc. | Restoring computing environments, such as autorecovery of file systems at certain points in time |
US9021198B1 (en) | 2011-01-20 | 2015-04-28 | Commvault Systems, Inc. | System and method for sharing SAN storage |
US9286398B2 (en) | 2000-01-31 | 2016-03-15 | Commvault Systems, Inc. | Systems and methods for retrieving data in a computer network |
US9444811B2 (en) | 2014-10-21 | 2016-09-13 | Commvault Systems, Inc. | Using an enhanced data agent to restore backed up data across autonomous storage management systems |
US9459968B2 (en) | 2013-03-11 | 2016-10-04 | Commvault Systems, Inc. | Single index to query multiple backup formats |
US9633216B2 (en) | 2012-12-27 | 2017-04-25 | Commvault Systems, Inc. | Application of information management policies based on operation with a geographic entity |
US9648100B2 (en) | 2014-03-05 | 2017-05-09 | Commvault Systems, Inc. | Cross-system storage management for transferring data across autonomous information management systems |
US9740574B2 (en) | 2014-05-09 | 2017-08-22 | Commvault Systems, Inc. | Load balancing across multiple data paths |
US9766825B2 (en) | 2015-07-22 | 2017-09-19 | Commvault Systems, Inc. | Browse and restore for block-level backups |
US9823978B2 (en) | 2014-04-16 | 2017-11-21 | Commvault Systems, Inc. | User-level quota management of data objects stored in information management systems |
US10157184B2 (en) | 2012-03-30 | 2018-12-18 | Commvault Systems, Inc. | Data previewing before recalling large data files |
US10169121B2 (en) | 2014-02-27 | 2019-01-01 | Commvault Systems, Inc. | Work flow management for an information management system |
US10572445B2 (en) | 2008-09-12 | 2020-02-25 | Commvault Systems, Inc. | Transferring or migrating portions of data objects, such as block-level data migration or chunk-based data migration |
US10776329B2 (en) | 2017-03-28 | 2020-09-15 | Commvault Systems, Inc. | Migration of a database management system to cloud storage |
US10789387B2 (en) | 2018-03-13 | 2020-09-29 | Commvault Systems, Inc. | Graphical representation of an information management system |
US10795927B2 (en) | 2018-02-05 | 2020-10-06 | Commvault Systems, Inc. | On-demand metadata extraction of clinical image data |
US10838821B2 (en) | 2017-02-08 | 2020-11-17 | Commvault Systems, Inc. | Migrating content and metadata from a backup system |
US10891069B2 (en) | 2017-03-27 | 2021-01-12 | Commvault Systems, Inc. | Creating local copies of data stored in online data repositories |
US11074140B2 (en) | 2017-03-29 | 2021-07-27 | Commvault Systems, Inc. | Live browsing of granular mailbox data |
US11249858B2 (en) | 2014-08-06 | 2022-02-15 | Commvault Systems, Inc. | Point-in-time backups of a production application made accessible over fibre channel and/or ISCSI as data sources to a remote application by representing the backups as pseudo-disks operating apart from the production application and its host |
US11294768B2 (en) | 2017-06-14 | 2022-04-05 | Commvault Systems, Inc. | Live browsing of backed up data residing on cloned disks |
US11308034B2 (en) | 2019-06-27 | 2022-04-19 | Commvault Systems, Inc. | Continuously run log backup with minimal configuration and resource usage from the source machine |
US11321195B2 (en) | 2017-02-27 | 2022-05-03 | Commvault Systems, Inc. | Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount |
US11416341B2 (en) | 2014-08-06 | 2022-08-16 | Commvault Systems, Inc. | Systems and methods to reduce application downtime during a restore operation using a pseudo-storage device |
US11436038B2 (en) | 2016-03-09 | 2022-09-06 | Commvault Systems, Inc. | Hypervisor-independent block-level live browse for access to backed up virtual machine (VM) data and hypervisor-free file-level recovery (block- level pseudo-mount) |
US11573866B2 (en) | 2018-12-10 | 2023-02-07 | Commvault Systems, Inc. | Evaluation and reporting of recovery readiness in a data storage management system |
US11971784B2 (en) | 2018-03-12 | 2024-04-30 | Commvault Systems, Inc. | Recovery Point Objective (RPO) driven backup scheduling in a data storage management system |
US12019525B2 (en) * | 2021-10-05 | 2024-06-25 | Commvault Systems, Inc. | Cloud-based recovery of backed up data using auxiliary copy replication and on-demand failover resources |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5438222A (en) * | 1989-08-28 | 1995-08-01 | Semiconductor Energy Laboratory Co., Ltd. | Electronic device with plural pad connection of semiconductor chip to leads |
US7035880B1 (en) | 1999-07-14 | 2006-04-25 | Commvault Systems, Inc. | Modular backup and retrieval system used in conjunction with a storage area network |
US7003641B2 (en) | 2000-01-31 | 2006-02-21 | Commvault Systems, Inc. | Logical view with granular access to exchange data managed by a modular data and storage management system |
US7454569B2 (en) | 2003-06-25 | 2008-11-18 | Commvault Systems, Inc. | Hierarchical system and method for performing storage operations in a computer network |
US7546324B2 (en) | 2003-11-13 | 2009-06-09 | Commvault Systems, Inc. | Systems and methods for performing storage operations using network attached storage |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB1063296A (en) * | 1963-05-31 | 1967-03-30 | Automatic Telephone & Elect | Improvements in or relating to data handling systems |
EP0032182A1 (en) * | 1979-12-03 | 1981-07-22 | HONEYWELL INFORMATION SYSTEMS ITALIA S.p.A. | Apparatus for accessing to common resources by several processors in a multiprocessor system |
GB2076191A (en) * | 1978-12-26 | 1981-11-25 | Honeywell Inf Systems | Improvements In or Relating to Terminal Systems for Data Processors |
EP0129487A1 (en) * | 1983-06-21 | 1984-12-27 | Electricite De France | Computer with automatic switching of peripheral units, and peripheral unit suited for such a switching |
WO1988002150A1 (en) * | 1986-09-19 | 1988-03-24 | Datapoint Corporation | Arbitration technique for a split transaction bus in a multprocessor computer system |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0121030B1 (en) * | 1983-03-29 | 1987-11-11 | International Business Machines Corporation | Arbitration device for the allocation of a common resource to a selected unit of a data processing system |
US4719569A (en) * | 1985-10-11 | 1988-01-12 | Sun Microsystems, Inc. | Arbitrator for allocating access to data processing resources |
-
1989
- 1989-02-21 IL IL89355A patent/IL89355A0/en unknown
- 1989-02-22 FR FR8902289A patent/FR2627606A1/en not_active Withdrawn
- 1989-02-22 DE DE3905478A patent/DE3905478A1/en not_active Withdrawn
- 1989-02-22 GB GB8903961A patent/GB2216368B/en not_active Expired - Fee Related
- 1989-02-22 AU AU30225/89A patent/AU3022589A/en not_active Abandoned
- 1989-02-27 JP JP1046343A patent/JPH028948A/en active Pending
- 1989-06-26 FR FR8908457A patent/FR2630839A1/en not_active Withdrawn
- 1989-06-26 FR FR8908458A patent/FR2630840A1/en not_active Withdrawn
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB1063296A (en) * | 1963-05-31 | 1967-03-30 | Automatic Telephone & Elect | Improvements in or relating to data handling systems |
GB2076191A (en) * | 1978-12-26 | 1981-11-25 | Honeywell Inf Systems | Improvements In or Relating to Terminal Systems for Data Processors |
EP0032182A1 (en) * | 1979-12-03 | 1981-07-22 | HONEYWELL INFORMATION SYSTEMS ITALIA S.p.A. | Apparatus for accessing to common resources by several processors in a multiprocessor system |
EP0129487A1 (en) * | 1983-06-21 | 1984-12-27 | Electricite De France | Computer with automatic switching of peripheral units, and peripheral unit suited for such a switching |
WO1988002150A1 (en) * | 1986-09-19 | 1988-03-24 | Datapoint Corporation | Arbitration technique for a split transaction bus in a multprocessor computer system |
Cited By (104)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2236459A (en) * | 1989-08-29 | 1991-04-03 | Diehl Gmbh & Co | Priority-oriented bus allotment system |
GB2236459B (en) * | 1989-08-29 | 1994-01-19 | Diehl Gmbh & Co | A priority-oriented bus allotment system |
GB2287621A (en) * | 1994-03-01 | 1995-09-20 | Intel Corp | High performance symmetric arbitration protocol with support for I/O requirements |
US5515516A (en) * | 1994-03-01 | 1996-05-07 | Intel Corporation | Initialization mechanism for symmetric arbitration agents |
US5581782A (en) * | 1994-03-01 | 1996-12-03 | Intel Corporation | Computer system with distributed bus arbitration scheme for symmetric and priority agents |
GB2287621B (en) * | 1994-03-01 | 1998-12-16 | Intel Corp | High performance symmetric arbitration protocol with support for I/0 requirements |
US5901297A (en) * | 1994-03-01 | 1999-05-04 | Intel Corporation | Initialization mechanism for symmetric arbitration agents |
US6061599A (en) * | 1994-03-01 | 2000-05-09 | Intel Corporation | Auto-configuration support for multiple processor-ready pair or FRC-master/checker pair |
GB2337138A (en) * | 1998-01-30 | 1999-11-10 | * Sgs-Thomson Microelectronics Limited | Arbitrating between a plurality of requests to access resources |
GB2337138B (en) * | 1998-01-30 | 2002-12-18 | * Sgs-Thomson Microelectronics Limited | Arbitration |
US8505010B2 (en) | 2000-01-31 | 2013-08-06 | Commvault Systems, Inc. | Storage of application specific profiles correlating to document versions |
US9286398B2 (en) | 2000-01-31 | 2016-03-15 | Commvault Systems, Inc. | Systems and methods for retrieving data in a computer network |
US9274803B2 (en) | 2000-01-31 | 2016-03-01 | Commvault Systems, Inc. | Storage of application specific profiles correlating to document versions |
US9164850B2 (en) | 2001-09-28 | 2015-10-20 | Commvault Systems, Inc. | System and method for archiving objects in an information store |
US8612394B2 (en) | 2001-09-28 | 2013-12-17 | Commvault Systems, Inc. | System and method for archiving objects in an information store |
US7603672B1 (en) * | 2003-12-23 | 2009-10-13 | Unisys Corporation | Programmable request handling system and method |
US8229954B2 (en) | 2006-12-22 | 2012-07-24 | Commvault Systems, Inc. | Managing copies of data |
US8782064B2 (en) | 2006-12-22 | 2014-07-15 | Commvault Systems, Inc. | Managing copies of data |
US8396838B2 (en) | 2007-10-17 | 2013-03-12 | Commvault Systems, Inc. | Legal compliance, electronic discovery and electronic document handling of online and offline copies of data |
US10198324B2 (en) | 2008-06-18 | 2019-02-05 | Commvault Systems, Inc. | Data protection scheduling, such as providing a flexible backup window in a data protection system |
US12105598B2 (en) | 2008-06-18 | 2024-10-01 | Commvault Systems, Inc. | Data protection scheduling, such as providing a flexible backup window in a data protection system |
US8769048B2 (en) | 2008-06-18 | 2014-07-01 | Commvault Systems, Inc. | Data protection scheduling, such as providing a flexible backup window in a data protection system |
US11321181B2 (en) | 2008-06-18 | 2022-05-03 | Commvault Systems, Inc. | Data protection scheduling, such as providing a flexible backup window in a data protection system |
US9639400B2 (en) | 2008-06-19 | 2017-05-02 | Commvault Systems, Inc. | Data storage resource allocation by employing dynamic methods and blacklisting resource request pools |
US9128883B2 (en) * | 2008-06-19 | 2015-09-08 | Commvault Systems, Inc | Data storage resource allocation by performing abbreviated resource checks based on relative chances of failure of the data storage resources to determine whether data storage requests would fail |
US10768987B2 (en) | 2008-06-19 | 2020-09-08 | Commvault Systems, Inc. | Data storage resource allocation list updating for data storage operations |
US9262226B2 (en) | 2008-06-19 | 2016-02-16 | Commvault Systems, Inc. | Data storage resource allocation by employing dynamic methods and blacklisting resource request pools |
US10789133B2 (en) | 2008-06-19 | 2020-09-29 | Commvault Systems, Inc. | Data storage resource allocation by performing abbreviated resource checks of certain data storage resources based on relative scarcity to determine whether data storage requests would fail |
US20090320033A1 (en) * | 2008-06-19 | 2009-12-24 | Parag Gokhale | Data storage resource allocation by employing dynamic methods and blacklisting resource request pools |
US10613942B2 (en) | 2008-06-19 | 2020-04-07 | Commvault Systems, Inc. | Data storage resource allocation using blacklisting of data storage requests classified in the same category as a data storage request that is determined to fail if attempted |
US8352954B2 (en) | 2008-06-19 | 2013-01-08 | Commvault Systems, Inc. | Data storage resource allocation by employing dynamic methods and blacklisting resource request pools |
US10162677B2 (en) | 2008-06-19 | 2018-12-25 | Commvault Systems, Inc. | Data storage resource allocation list updating for data storage operations |
US9612916B2 (en) | 2008-06-19 | 2017-04-04 | Commvault Systems, Inc. | Data storage resource allocation using blacklisting of data storage requests classified in the same category as a data storage request that is determined to fail if attempted |
US9823979B2 (en) | 2008-06-19 | 2017-11-21 | Commvault Systems, Inc. | Updating a list of data storage requests if an abbreviated resource check determines that a request in the list would fail if attempted |
US11392542B2 (en) | 2008-09-05 | 2022-07-19 | Commvault Systems, Inc. | Image level copy or restore, such as image level restore without knowledge of data object metadata |
US12216613B2 (en) | 2008-09-05 | 2025-02-04 | Commvault Systems, Inc. | Image level copy or restore, such as image level restore without knowledge of data object metadata |
US10459882B2 (en) | 2008-09-05 | 2019-10-29 | Commvault Systems, Inc. | Image level copy or restore, such as image level restore without knowledge of data object metadata |
US8725688B2 (en) | 2008-09-05 | 2014-05-13 | Commvault Systems, Inc. | Image level copy or restore, such as image level restore without knowledge of data object metadata |
US10572445B2 (en) | 2008-09-12 | 2020-02-25 | Commvault Systems, Inc. | Transferring or migrating portions of data objects, such as block-level data migration or chunk-based data migration |
US9021198B1 (en) | 2011-01-20 | 2015-04-28 | Commvault Systems, Inc. | System and method for sharing SAN storage |
US11228647B2 (en) | 2011-01-20 | 2022-01-18 | Commvault Systems, Inc. | System and method for sharing SAN storage |
US9578101B2 (en) | 2011-01-20 | 2017-02-21 | Commvault Systems, Inc. | System and method for sharing san storage |
US8849762B2 (en) | 2011-03-31 | 2014-09-30 | Commvault Systems, Inc. | Restoring computing environments, such as autorecovery of file systems at certain points in time |
US9092378B2 (en) | 2011-03-31 | 2015-07-28 | Commvault Systems, Inc. | Restoring computing environments, such as autorecovery of file systems at certain points in time |
US8490107B2 (en) | 2011-08-08 | 2013-07-16 | Arm Limited | Processing resource allocation within an integrated circuit supporting transaction requests of different priority levels |
US10157184B2 (en) | 2012-03-30 | 2018-12-18 | Commvault Systems, Inc. | Data previewing before recalling large data files |
US11409765B2 (en) | 2012-12-27 | 2022-08-09 | Commvault Systems, Inc. | Application of information management policies based on operation with a geographic entity |
US10831778B2 (en) | 2012-12-27 | 2020-11-10 | Commvault Systems, Inc. | Application of information management policies based on operation with a geographic entity |
US9633216B2 (en) | 2012-12-27 | 2017-04-25 | Commvault Systems, Inc. | Application of information management policies based on operation with a geographic entity |
US12001451B2 (en) | 2012-12-27 | 2024-06-04 | Commvault Systems, Inc. | Application of information management policies based on operation with a geographic entity |
US11093336B2 (en) | 2013-03-11 | 2021-08-17 | Commvault Systems, Inc. | Browsing data stored in a backup format |
US10540235B2 (en) | 2013-03-11 | 2020-01-21 | Commvault Systems, Inc. | Single index to query multiple backup formats |
US9459968B2 (en) | 2013-03-11 | 2016-10-04 | Commvault Systems, Inc. | Single index to query multiple backup formats |
US10169121B2 (en) | 2014-02-27 | 2019-01-01 | Commvault Systems, Inc. | Work flow management for an information management system |
US10860401B2 (en) | 2014-02-27 | 2020-12-08 | Commvault Systems, Inc. | Work flow management for an information management system |
US10523752B2 (en) | 2014-03-05 | 2019-12-31 | Commvault Systems, Inc. | Cross-system storage management for transferring data across autonomous information management systems |
US11316920B2 (en) | 2014-03-05 | 2022-04-26 | Commvault Systems, Inc. | Cross-system storage management for transferring data across autonomous information management systems |
US10205780B2 (en) | 2014-03-05 | 2019-02-12 | Commvault Systems, Inc. | Cross-system storage management for transferring data across autonomous information management systems |
US10986181B2 (en) | 2014-03-05 | 2021-04-20 | Commvault Systems, Inc. | Cross-system storage management for transferring data across autonomous information management systems |
US9648100B2 (en) | 2014-03-05 | 2017-05-09 | Commvault Systems, Inc. | Cross-system storage management for transferring data across autonomous information management systems |
US11113154B2 (en) | 2014-04-16 | 2021-09-07 | Commvault Systems, Inc. | User-level quota management of data objects stored in information management systems |
US9823978B2 (en) | 2014-04-16 | 2017-11-21 | Commvault Systems, Inc. | User-level quota management of data objects stored in information management systems |
US11119868B2 (en) | 2014-05-09 | 2021-09-14 | Commvault Systems, Inc. | Load balancing across multiple data paths |
US9740574B2 (en) | 2014-05-09 | 2017-08-22 | Commvault Systems, Inc. | Load balancing across multiple data paths |
US11989102B2 (en) | 2014-05-09 | 2024-05-21 | Commvault Systems, Inc. | Using different target storage devices in a backup storage system |
US11593227B2 (en) | 2014-05-09 | 2023-02-28 | Commvault Systems, Inc. | Load balancing across multiple data paths |
US10776219B2 (en) | 2014-05-09 | 2020-09-15 | Commvault Systems, Inc. | Load balancing across multiple data paths |
US10310950B2 (en) | 2014-05-09 | 2019-06-04 | Commvault Systems, Inc. | Load balancing across multiple data paths |
US11416341B2 (en) | 2014-08-06 | 2022-08-16 | Commvault Systems, Inc. | Systems and methods to reduce application downtime during a restore operation using a pseudo-storage device |
US11249858B2 (en) | 2014-08-06 | 2022-02-15 | Commvault Systems, Inc. | Point-in-time backups of a production application made accessible over fibre channel and/or ISCSI as data sources to a remote application by representing the backups as pseudo-disks operating apart from the production application and its host |
US9444811B2 (en) | 2014-10-21 | 2016-09-13 | Commvault Systems, Inc. | Using an enhanced data agent to restore backed up data across autonomous storage management systems |
US10474388B2 (en) | 2014-10-21 | 2019-11-12 | Commvault Systems, Inc. | Using an enhanced data agent to restore backed up data across autonomous storage management systems |
US9645762B2 (en) | 2014-10-21 | 2017-05-09 | Commvault Systems, Inc. | Using an enhanced data agent to restore backed up data across autonomous storage management systems |
US10073650B2 (en) | 2014-10-21 | 2018-09-11 | Commvault Systems, Inc. | Using an enhanced data agent to restore backed up data across autonomous storage management systems |
US10884634B2 (en) | 2015-07-22 | 2021-01-05 | Commvault Systems, Inc. | Browse and restore for block-level backups |
US10168929B2 (en) | 2015-07-22 | 2019-01-01 | Commvault Systems, Inc. | Browse and restore for block-level backups |
US9766825B2 (en) | 2015-07-22 | 2017-09-19 | Commvault Systems, Inc. | Browse and restore for block-level backups |
US11733877B2 (en) | 2015-07-22 | 2023-08-22 | Commvault Systems, Inc. | Restore for block-level backups |
US11314424B2 (en) | 2015-07-22 | 2022-04-26 | Commvault Systems, Inc. | Restore for block-level backups |
US11436038B2 (en) | 2016-03-09 | 2022-09-06 | Commvault Systems, Inc. | Hypervisor-independent block-level live browse for access to backed up virtual machine (VM) data and hypervisor-free file-level recovery (block- level pseudo-mount) |
US11467914B2 (en) | 2017-02-08 | 2022-10-11 | Commvault Systems, Inc. | Migrating content and metadata from a backup system |
US10838821B2 (en) | 2017-02-08 | 2020-11-17 | Commvault Systems, Inc. | Migrating content and metadata from a backup system |
US11983075B2 (en) | 2017-02-08 | 2024-05-14 | Commvault Systems, Inc. | Migrating data and metadata from a backup system |
US11321195B2 (en) | 2017-02-27 | 2022-05-03 | Commvault Systems, Inc. | Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount |
US12001301B2 (en) | 2017-02-27 | 2024-06-04 | Commvault Systems, Inc. | Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount |
US11656784B2 (en) | 2017-03-27 | 2023-05-23 | Commvault Systems, Inc. | Creating local copies of data stored in cloud-based data repositories |
US12039183B2 (en) | 2017-03-27 | 2024-07-16 | Commvault Systems, Inc. | Creating local copies of data stored in cloud-based data repositories |
US10891069B2 (en) | 2017-03-27 | 2021-01-12 | Commvault Systems, Inc. | Creating local copies of data stored in online data repositories |
US11520755B2 (en) | 2017-03-28 | 2022-12-06 | Commvault Systems, Inc. | Migration of a database management system to cloud storage |
US10776329B2 (en) | 2017-03-28 | 2020-09-15 | Commvault Systems, Inc. | Migration of a database management system to cloud storage |
US11650885B2 (en) | 2017-03-29 | 2023-05-16 | Commvault Systems, Inc. | Live browsing of granular mailbox data |
US11074140B2 (en) | 2017-03-29 | 2021-07-27 | Commvault Systems, Inc. | Live browsing of granular mailbox data |
US12045140B2 (en) | 2017-03-29 | 2024-07-23 | Commvault Systems, Inc. | Live browsing of granular mailbox data |
US11294768B2 (en) | 2017-06-14 | 2022-04-05 | Commvault Systems, Inc. | Live browsing of backed up data residing on cloned disks |
US11567990B2 (en) | 2018-02-05 | 2023-01-31 | Commvault Systems, Inc. | On-demand metadata extraction of clinical image data |
US10795927B2 (en) | 2018-02-05 | 2020-10-06 | Commvault Systems, Inc. | On-demand metadata extraction of clinical image data |
US11971784B2 (en) | 2018-03-12 | 2024-04-30 | Commvault Systems, Inc. | Recovery Point Objective (RPO) driven backup scheduling in a data storage management system |
US10789387B2 (en) | 2018-03-13 | 2020-09-29 | Commvault Systems, Inc. | Graphical representation of an information management system |
US11880487B2 (en) | 2018-03-13 | 2024-01-23 | Commvault Systems, Inc. | Graphical representation of an information management system |
US11573866B2 (en) | 2018-12-10 | 2023-02-07 | Commvault Systems, Inc. | Evaluation and reporting of recovery readiness in a data storage management system |
US11308034B2 (en) | 2019-06-27 | 2022-04-19 | Commvault Systems, Inc. | Continuously run log backup with minimal configuration and resource usage from the source machine |
US11829331B2 (en) | 2019-06-27 | 2023-11-28 | Commvault Systems, Inc. | Continuously run log backup with minimal configuration and resource usage from the source machine |
US12253977B2 (en) | 2019-06-27 | 2025-03-18 | Commvault Systems, Inc. | Continuously run log backup with minimal configuration and resource usage from the source machine |
US12019525B2 (en) * | 2021-10-05 | 2024-06-25 | Commvault Systems, Inc. | Cloud-based recovery of backed up data using auxiliary copy replication and on-demand failover resources |
Also Published As
Publication number | Publication date |
---|---|
FR2630839A1 (en) | 1989-11-03 |
FR2630840A1 (en) | 1989-11-03 |
IL89355A0 (en) | 1989-09-10 |
JPH028948A (en) | 1990-01-12 |
GB2216368B (en) | 1992-04-08 |
GB8903961D0 (en) | 1989-04-05 |
AU3022589A (en) | 1989-08-24 |
FR2627606A1 (en) | 1989-08-25 |
DE3905478A1 (en) | 1989-09-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
GB2216368A (en) | Bus arbitration method and apparatus | |
US4449183A (en) | Arbitration scheme for a multiported shared functional device for use in multiprocessing systems | |
US5280591A (en) | Centralized backplane bus arbiter for multiprocessor systems | |
US6393506B1 (en) | Virtual channel bus and system architecture | |
EP0972251B1 (en) | A method and apparatus for providing concurrent acces by a plurality of agents to a shared memory | |
US4831523A (en) | Multiple DMA controller chip sequencer | |
US6081860A (en) | Address pipelining for data transfers | |
US6073199A (en) | History-based bus arbitration with hidden re-arbitration during wait cycles | |
US5588122A (en) | Universal buffered interface for coupling multiple processors memory units, and I/O interfaces to a common high-speed interconnect | |
US5263169A (en) | Bus arbitration and resource management for concurrent vector signal processor architecture | |
US6519666B1 (en) | Arbitration scheme for optimal performance | |
JPH0863429A (en) | Multibus dynamic arbiter | |
US5649209A (en) | Bus coupling information processing system for multiple access to system bus | |
US4896266A (en) | Bus activity sequence controller | |
EP0901080A1 (en) | Arbitration system | |
US5822549A (en) | Computer system and bus controller for controlling access to a computer bus | |
US20060282588A1 (en) | Processor system that allows for simultaneous access by multiple requestors to a target with multiple ports | |
US5931931A (en) | Method for bus arbitration in a multiprocessor system | |
EP1096387B1 (en) | An arbitration unit for a bus | |
US5627968A (en) | Data transfer apparatus which allows data to be transferred between data devices without accessing a shared memory | |
EP0675446B1 (en) | Multi-processor system including priority arbitrator for arbitrating request issued from processors | |
US6862640B2 (en) | Arbitration in local system for access to memory in a distant subsystem | |
US7031337B2 (en) | Data processing apparatus and slave interface mechanism for controlling access to a slave logic unit by a plurality of master logic units | |
US6009482A (en) | Method and apparatus for enabling cache streaming | |
JP3641347B2 (en) | Competitive arbitration processing method and information processing apparatus |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
732 | Registration of transactions, instruments or events in the register (sect. 32/1977) | ||
PCNP | Patent ceased through non-payment of renewal fee |
Effective date: 19960222 |