Patent application title:

Resource allocation in a computer-based system

Publication number:

US20060005196A1

Publication date:
Application number:

10/884,031

Filed date:

2004-07-02

✅ Patent granted

Patent number:

US 7,917,906 B2

Grant date:

2011-03-29

PCT filing:

-

PCT publication:

-

Examiner:

Meng-Ai An | Caroline Arcos

Adjusted expiration:

2028-11-25

Abstract:

Method and apparatus for allocating system resources for use by software processes in a computer-based system, such as a wide area network (WAN) comprising a data storage array. A first memory space provides a first bit indicator to indicate whether at least one system resource is available for use. A second memory space provides a second bit indicator to indicate whether a pending software process awaits availability of the system resource. The resource is allocated for use by the process in relation to a combinatorial operation upon the first and second bit indicators, preferably comprising a logical AND operation. The first and second memory spaces are preferably characterized as multi-bit registers. A free resource stack identifies available resources, and a process queue identifies pending processes waiting for released processes. The statuses of the respective stack and queue are reflected in the bits in the multi-bit registers.

Inventors:

Assignee:

Interested in similar patents?

Get notified when new applications in this technology area are published.

Classification:

G06F9/5011 »  CPC main

Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs; Multiprogramming arrangements; Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals

G06F9/46 IPC

Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs Multiprogramming arrangements

G06F7/38 IPC

Methods or arrangements for processing data by operating upon the order or content of the data handled Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation

Description

FIELD OF THE INVENTION

The claimed invention relates generally to the field of computer-based systems and more particularly, but not by way of limitation, to an apparatus and method for allocating system resources among a number of software processes.

BACKGROUND

Computer-based systems enable a wide variety of data processing tasks to be accomplished in a fast and efficient manner. From hand-held consumer products to geographically distributed wide area networks with multi-device data storage arrays, such systems continue to increasingly pervade all areas of society and commerce.

Software is provided to direct the operation of such systems. Software (including firmware) can take a number of forms such as application programs, operating systems, interface and controller routines, and maintenance and housekeeping modules, all of which tend to concurrently utilize and/or share system resources to carry out the various tasks at hand.

With the continued demand for ever increasing levels of complexity and functionality in computer-based systems, there remains a continual need for improvements in the manner in which system resources are allocated among various software processes.

SUMMARY OF THE INVENTION

Preferred embodiments of the present invention are generally directed to a method and an apparatus for allocating system resources for use by software processes in a computer-based system, such as a wide area network (WAN) comprising a data storage array.

In accordance with some preferred embodiments, the method preferably comprises steps of providing a first bit indicator to indicate whether at least one system resource is available for use and providing a second bit indicator to indicate whether a pending software process awaits availability of said system resource in order to carry out said process. The system resource is subsequently allocated for use by the software process in relation to a combination of the first and second bit indicators.

The first bit indicator is preferably characterized as a bit in a first multi-bit register, and the second bit indicator is preferably characterized as a bit in a second multi-bit register. The allocation preferably takes place through a combinatorial operation upon the first and second bit indicators, preferably comprising a logical AND operation.

Preferably, a free resource stack is provided to identify available resources, and a process queue is used to identify pending processes waiting for released processes. The statuses of the respective stack and queue are reflected in the bits in the multi-bit registers.

In accordance with further preferred embodiments, the apparatus preferably comprises a first memory space which stores a first bit indicator which indicates whether at least one system resource is available for use, and a second memory space which stores a second bit indicator which indicates whether a pending software process awaits availability of said system resource in order to carry out said process.

The apparatus further preferably comprises a control block which allocates said system resource for use by said process in relation to the first and second bit indicators. The control block preferably performs a combinatorial operation upon the first and second bit indicators, preferably comprising a logical AND operation.

As before, the first and second memory spaces preferably comprise respective multi-bit registers. A free resource stack formed in a third memory space preferably identifies each of a population of different types of system resources available for use, and the first bit indicator is set in relation to entry of said resource into said stack. A process queue formed in a fourth memory space preferably stores information associated with said process, wherein the second bit indicator is set in relation to entry of said information into the queue.

These and various other features and advantages which characterize the claimed invention will become apparent upon reading the following detailed description and upon reviewing the associated drawings.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 is a top level functional block depiction of a computer-based system characterized as a wide-area network utilizing mass storage.

FIG. 2 generally represents a number of different software layers utilized by the system of FIG. 1.

FIG. 3 provides a preferred arrangement for a resource index utilized by the software of FIG. 2 to identify various types of system resources available to carry out various tasks.

FIG. 4 is a functional block representation of a resource allocation module constructed and operated in accordance with preferred embodiments of the present invention to allocate available resources among various processes of the software of FIG. 2.

FIG. 5 depicts a preferred arrangement for the free resource stack from FIG. 4 which operates to identify those resources from FIG. 4 that are presently available (free) for use.

FIG. 6 represents a preferred arrangement for the global free register of FIG. 4 which indicates when one or more of each type of resource is available for use.

FIG. 7 represents a preferred arrangement for the global waiter register of FIG. 4 which indicates when one or more processes are waiting for an available resource.

FIG. 8 provides a preferred arrangement for the process queue of FIG. 4 which stores information relating to processes awaiting resources (waiters).

FIG. 9 presents a simplified logic table to illustrate a logical combination of values from the registers of FIGS. 7 and 8.

FIG. 10 is a flow chart for a RESOURCE ALLOCATION routine representative of steps carried out in accordance with preferred embodiments of the present invention.

DETAILED DESCRIPTION

To illustrate an exemplary environment in which presently preferred embodiments of the present invention can be advantageously practiced, FIG. 1 shows a computer-based system 100 characterized as a wide area network (WAN) utilizing mass storage.

The system 100 includes a number of host computers 102, respectively identified as hosts A, B and C. The host computers 102 interact with each other as well as with a pair of data storage arrays 104 (denoted A and B, respectively) via a fabric 106. The fabric 106 is preferably characterized as a fibre-channel based switching network, although other configurations can be utilized as well including the Internet.

Each array 104 includes a pair of controllers 108 (denoted A1/A2 and B1, B2 respectively) and a set of data storage devices 110 preferably characterized as hard disc drives operated as a RAID (redundant array of independent discs). The controllers 108 and devices 110 preferably utilize a fault tolerant arrangement so that the various controllers 108 utilize parallel, redundant links and at least some of the user data stored by the system 100 is mirrored on both sets of devices 110.

It is further contemplated that the A host computer 102 and the A data storage array 104 are physically located at a first site, the B host computer 102 and B storage array 104 are physically located at a second site, and the C host computer 102 is at yet a third site, although such is merely illustrative and not limiting.

FIG. 2 provides a generalized depiction of a preferred arrangement for software utilized by the system 100 of FIG. 1. In FIG. 2, the software is viewed as being arranged in a number of hierarchical layers (in this case Layer 1 through Layer 7), with Layer 1 representing a top-most layer in farthest proximity to physical media 112 of the devices 110, and Layer 7 representing a bottom-most layer most closely associated with the media 112.

While any number of arrangements can be utilized, for reference Layers 1-3 are contemplated as representing application routines and operating systems utilized by the host computers 102, Layers 4-5 represent routines and modules at the controller 108 level, and layers 6-7 represent routines and modules at the device 110 level.

As will be recognized, a data transfer request from a selected host computer 102 to write data to the devices 110 will invoke one or more host level command processes. Such processes in turn invoke various other processes down and back up through the various layers to ultimately result in the completion of the desired task. Along the way, various system resources are allocated, utilized and released.

FIG. 3 represents a preferred arrangement for various types of system resources in a resource index 114. Because the formats and nomenclatures for the resources can vary widely depending upon the architecture of a given, for simplicity the resources will be generically referred to as Resource 0 through Resource N. Resource 0, for example, can represent a host command request (HCR) which is used to identify various variables, values or attributes associated with a given process, and so on.

FIG. 3 shows that there are associated, limited populations of each resource type; that is, at any given time there are only a fixed number of each type of system resource (e.g., there are only N=2,048 Resource 0s, or HCRs, available for use at any given time). It is also contemplated that each type of system resource will have its own number N of resources (e.g., there only N=1,024 Resource Is available for use at any given time, etc.). Thus, if during the operation of the system 100 a greater number than N processes concurrently require allocation of a given resource, an ordered allocation approach is required, such as will now be discussed with respect to FIG. 4.

FIG. 4 provides a functional block diagram for a resource allocation module 120 constructed and operated in accordance with preferred embodiments of the present invention to allocate available resources for use by various processes of the software of FIG. 2. The resource allocation module 120 forms a portion of the software structure of the system 100, and is preferably embodied within the software utilized by the controllers 108 to handle processes invoked by at least some of the software layers of FIG. 2.

The module 120 includes a free resource stack 122, a global free register 124 also referred to as “gbl.free,” a global waiter register 126 also referred to as “gbl.waiter,” and a process queue 128 for waiters (i.e., pending software processes awaiting an available resource). A control block 129 facilitates interaction among these various elements. Other types of memory spaces apart from those shown in FIG. 4 can be utilized as desired.

The free resource stack 122 is depicted in FIG. 5 to preferably comprise an index of available resources. While the format of the stack 122 can take any number of forms, preferably an indicator is provided within the stack when a particular resource from the various resources of FIG. 3 has been released and is now free for use by a subsequent process. Thus, the stack 122 provides a dynamic, up-to-date indication of overall resource availability on an individual resource basis.

FIG. 6 shows the gbl.free register 124 to preferably include a number of bits O-N corresponding to the number of types of system resources from FIG. 3. As explained below, a logical bit value (such as 1) is set in the appropriate bit-field whenever at least one of that type of resource is available, as indicated by the stack 122. The remaining logical bit value (in this case 0) is correspondingly set in the appropriate bit-field whenever none of that type of resource is currently available.

FIG. 7 illustrates the gbl.waiter register 126 as preferably providing a corresponding set of bits 0-N. The logical bit values are used to denote the status of pending processes awaiting resources; for example, a logical bit value (such as 1) indicates that at least one process awaits the associated resource, while the other logical bit value (i.e., 0) indicates that no processes are currently awaiting that resource.

The process queue 128 can take any number of suitable forms and is depicted in FIG. 8 to preferably include, for each of the resources O-N in turn, a stack 130, a queue header field 132 and a count field 134. The queue 128 preferably tracks the queued processes to allow servicing in a first-in-first-out manner. The count field 134 allows the number of that type of resource required by the associated process to be identified (this number can be one or a value greater than one).

The gbl.free and gbl.waiter registers 124, 126 enable resource allocation matches to be identified through combinatorial operations upon the associated bit-placements of the registers, as depicted in FIG. 9. For example, if a logical 1 in the gbl.free register 124 indicates that one (or more) of a given type of resource is available, and a logical 1 in the gbl.waiter register 126 indicates that one (or more) of that type of resource is requested by a waiting process, then the result of an AND operation of these respective bits (i.e., 1*1=1) can be used to indicate that a match exists between a waiting process and a needed resource. The use of the AND operation is illustrative, not limiting; any number of other logical operations, comparisons or combinations can be readily carried out as desired.

A preferred manner in which the module 120 of FIG. 4 operates in accordance with preferred embodiments can be understood by a review of a RESOURCE ALLOCATION routine 200 presented in FIG. 10. The routine 200 has been simplified in order to show the preferred tracking and handling for a particular process, but it will be understood that the routine concurrently evaluates multiple processes in like manner.

At step 202, an initialization operation is first performed to initialize the system 100. This step includes the loading of the resource index 114 of FIG. 3 to identify the addresses for the various system resources. The free resource stack 122 is initially loaded and the various bits in the registers 124, 126 are initially set.

Upon initialization, it is contemplated that some resources may be highly utilized from the very beginning of system operation, but for the most part the stack 122 and gbl.free register 124 will represent a relatively low initial overall resource utilization (i.e., a relatively large population of resources will be initially available for use). Contra wise, the gbl.waiter 126 will generally be populated largely, if not entirely, with logical 0s indicating that few or no pending processes are awaiting unavailable resources.

At some point during subsequent operation, a selected process will request a selected resource, as generally indicated by step 204. Preferably, at this point a check is made by the control block 129 to see if the requested resource is available using the stack 122, as indicated by decision step 206. If so, the process flow will pass to step 208 where the stack 122 is updated to remove the identifier for the selected resource therefrom. This reflects the fact that this particular resource is now in use and not available for assignment to other processes.

The selected process will proceed to utilize the resource at step 210, and upon completion, the process will release the resource at step 212. Preferably, step 212 includes an appropriate entry into the free resource stack 122 indicating that the released resource is now available.

On the other hand, if the requested resource is not available, the process flow will pass from decision step 206 to step 214 where the process enters the process queue 128 pending availability of the requested routine.

At step 216, the registers 124, 126 are polled by the control block 129 to determine whether the requested resource is now available. The polling provided by step 216 can be carried out a number of ways, but preferably this is an on-going operation whereby the respective bit-placement pairs in the respective registers 124, 126 are sequentially combined (preferably using an AND operation as set forth by FIG. 9). The control block 129 preferably begins with the bit 0 locations in the registers 124, 126 and combines these values, moves to the bit 1 locations and combines these values, and so on until a logical 1 is returned, after which further processing takes place as discussed below.

At this point it will be noted that after a logical 1 is returned and serviced, the control block 129 preferably resumes with combining the next bit-placements in line instead of starting over and beginning with bit 0. In this way, a more equitable distribution of the resource allocations is achieved. Once the control block 129 reaches bit N in the respective registers 124, 126, it returns and begins again through the sequence starting with bit 0.

As indicated by decision step 218, when a result of the polling of step 216 indicates that a requested resource is available for a pending process, the routine of FIG. 10 continues to step 220 where the control block 129 determines whether there is a sufficient number of the requested resource type to meet the needs of the waiting process.

Preferably, this includes a step of checking the value of the associated count field 134 (FIG. 9) and, if this value is greater than 1 (e.g., 4), the control block 129 further proceeds to scan the free resource stack 122 to determine of there are at least the required number of available resources to satisfy the pending process. If not, the associated bit placement in the gbl.free register is preferably reset to logical 0, step 222, and the routine passes back to the polling step 216 as shown.

When the number of the requested type of resource is sufficient to satisfy the pending process, the routine passes from step 220 to step 224 where the resource indicator for each allocated resource is removed from the stack 122. The process proceeds to utilize the resource at step 226 and, upon completion, releases the resource back to the stack 122 at step 228. At this point the routine is shown to end at step 230 for the selected process, although it will be understood that the foregoing steps continue to be carried out as each waiting process is identified in turn.

It is contemplated that in many cases each software process will require the utilization of only a single type of resource (i.e., Resource 0), but the foregoing routine can also be used in cases where a given process requires two or more different types of resources (i.e., Resource 0 and Resource 1). One way in which this can be carried out is by making duplicate entries of the pending process in the process queue for each required resource, proceeding to allocate (without using) each available resource type once it becomes available, and then proceeding with the process once all of the different types of resources have been released.

An advantage of the foregoing various embodiments includes the ability to quickly evaluate the full range of available resources and pending processes through a simple combinatorial logic step upon the registers 124, 126 without the need to directly access the stack 122 or the queue 128. A first in, first out (FIFO) approach is preferably utilized so that when multiple processes are waiting for a given resource, the oldest pending process in the queue will be serviced first. This helps to reduce timeout errors and further equalize allocations. Alternatively, priorities can be assigned to different types of processes, in which case the structure of the queue 128 can be modified (such as by sorting) so that higher priority processes are serviced earlier in the queue once a match is determined.

It will be noted that while the foregoing embodiments have been generally directed to a distributed processing system with multiple data storage arrays, such is not necessarily limiting to the scope of the claimed invention. Rather, any number of different types of systems, including but not limited to consumer products, hand held entertainment and gaming devices, instrumentation devices such as global positioning system (GPS) modules, home computers, mobile communication devices, etc. can readily incorporate the claimed invention.

As embodied herein and as claimed below, the present invention is generally directed to a method and an apparatus for allocating system resources for use by software processes in a computer-based system (such as 100), such as but not limited to a wide area network (WAN) comprising a data storage array (such as 104).

In accordance with some preferred embodiments, the method preferably comprises steps of providing a first bit indicator (such as 124) to indicate whether at least one system resource is available for use, providing a second bit indicator (such as 126) to indicate whether a pending software process awaits availability of said system resource in order to carry out said process, and proceeding to allocate said system resource for use by said process in relation to a combination of the first and second bit indicators (such as by step 216).

In accordance with further preferred embodiments, the apparatus preferably comprises a first memory space (such as 124) which stores a first bit indicator which indicates whether at least one system resource is available for use, a second memory space (such as 126) which stores a second bit indicator which indicates whether a pending software process awaits availability of said system resource in order to carry out said process, and a control block (such as 129) which allocates said system resource for use by said process in relation to a combination of the first and second bit indicators.

For purposes of the appended claims, the recited first means will be understood to correspond to the disclosed module 120 of FIG. 4. Moreover, reference in the appended claims to a “bit indicator” will be understood to a value comprising at least one bit.

It is to be understood that even though numerous characteristics and advantages of various embodiments of the present invention have been set forth in the foregoing description, together with details of the structure and function of various embodiments of the invention, this detailed description is illustrative only, and changes may be made in detail, especially in matters of structure and arrangements of parts within the principles of the present invention to the full extent indicated by the broad general meaning of the terms in which the appended claims are expressed. For example, the particular elements may vary depending on the particular processing environment without departing from the spirit and scope of the present invention.

In addition, although the embodiments described herein are directed to a data storage array, it will be appreciated by those skilled in the art that the claimed subject matter is not so limited and various other processing systems can be utilized without departing from the spirit and scope of the claimed invention.

Claims

What is claimed is:

1. A method comprising steps of providing a first bit indicator to indicate whether at least one system resource is available for use, providing a second bit indicator to indicate whether a pending software process awaits availability of said system resource in order to carry out said process, and proceeding to allocate said system resource for use by said process in relation to a combination of the first and second bit indicators.

2. The method of claim 1, further comprising a step of providing a free resource stack which identifies each of a population of different types of system resources available for use.

3. The method of claim 2, wherein the providing a first bit indicator step comprises employing a multi-bit register comprising a plurality of bits each of which corresponds to a selected one of the different types of system resources, and wherein the first bit indicator comprises a selected one of the plurality of bits in said register.

4. The method of claim 1, further comprising a step of providing a process queue which stores information associated with said process, wherein the second bit indicator is set in relation to entry of said information into said queue.

5. The method of claim 4, wherein the providing a second bit indicator step comprises employing a multi-bit register comprising a plurality of bits each of which corresponds to a selected one of the different types of system resources, and wherein the first bit indicator comprises a selected one of the plurality of bits in said register.

6. The method of claim 1, further comprising a step of combining the first and second bit indicators using a logical operation to obtain a result, and wherein the allocating step is carried out in relation to said result.

7. The method of claim 6, further comprising steps of determining whether said process requires a plurality of said resources and identifying whether said plurality of said resources are available prior to the allocating step.

8. The method of claim 1, wherein the first bit indicator comprises a bit in a first multi-bit register and wherein the second bit indicator comprises a bit in a second multi-bit register.

9. The method of claim 8, wherein each said register has a plurality of bits corresponding to a total number of different system resources.

10. The method of claim 9, wherein corresponding bit-placements in the respective registers are sequentially compared during the allocation step.

11. The method of claim 9, wherein the at least one system resource and the pending software process form a portion of a computer-based system comprising a data storage array.

12. An apparatus, comprising:

a first memory space which stores a first bit indicator which indicates whether at least one system resource is available for use;

a second memory space which stores a second bit indicator which indicates whether a pending software process awaits availability of said system resource in order to carry out said process; and

a control block which allocates said system resource for use by said process in relation to a combination of the first and second bit indicators.

13. The apparatus of claim 12, further comprising a free resource stack formed in a third memory space which identifies each of a population of different types of system resources available for use, wherein the first bit indicator is set in relation to entry of said resource into said stack.

14. The apparatus of claim 12, wherein at least a selected one of the first and second memory spaces comprises a multi-bit register comprising a plurality of bits, and wherein the first bit indicator comprises one of said plurality of bits.

15. The apparatus of claim 14, wherein the remaining one of the first and second memory spaces comprises a second multi-bit register, wherein the second bit indicator comprises one of said plurality of bits of the second multi-bit register, and wherein the control block operates to sequentially combine the respective bits from said registers.

16. The apparatus of claim 12, further comprising a process queue in a fourth memory space which stores information associated with said process, wherein the second bit indicator is set in relation to entry of said information into said queue.

17. The apparatus of claim 12, wherein the control logic combines the first and second bit indicators using a logical operation to obtain a result, and wherein the resource is allocated in relation to said result.

18. The apparatus of claim 12, wherein the control logic further determines whether said process requires a plurality of said resources and identifies whether said plurality of said resources are available prior to allocating said resource.

19. The apparatus of claim 12, wherein the first bit indicator and the second bit indicator are each characterized as a single bit.

20. The apparatus of claim 12 characterized as a computer-based system comprising a data storage array.

21. An apparatus comprising software stored in a memory space comprising at least one software process and at least one system resource, and first means for allocating the at least one system resource for use by the at least one software process.

Resources

Images & Drawings included:

Sources:

Similar patent applications:

Recent applications in this class:

Recent applications for this Assignee: