US20070233967A1 - Optimized memory allocator for a multiprocessor computer system - Google Patents
Optimized memory allocator for a multiprocessor computer system Download PDFInfo
- Publication number
- US20070233967A1 US20070233967A1 US11/392,272 US39227206A US2007233967A1 US 20070233967 A1 US20070233967 A1 US 20070233967A1 US 39227206 A US39227206 A US 39227206A US 2007233967 A1 US2007233967 A1 US 2007233967A1
- Authority
- US
- United States
- Prior art keywords
- memory
- input
- affinity table
- information handling
- output
- 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
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/06—Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
- G06F12/0646—Configuration or reconfiguration
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
- G06F12/0806—Multiuser, multiprocessor or multiprocessing cache systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/25—Using a specific main memory architecture
- G06F2212/254—Distributed memory
- G06F2212/2542—Non-uniform memory access [NUMA] architecture
Definitions
- the present invention is related to the field of information handling systems and more specifically to a system and method for optimizing memory allocation to input-output devices in a shared memory multiprocessor computer system.
- Multiprocessor computers may be classified by how they share information among the processors.
- Shared-memory multiprocessor computers offer a common physical memory address space that all processors can access. Multiple processes or multiple threads within the same process can communicate through shared variables in memory that allow them to read or write to the same memory location in the computer.
- Message passing multiprocessor computers in contrast, have a separate memory space for each processor, requiring processes in such a system to communicate through explicit messages to each other.
- Shared-memory multiprocessor computers may further be classified by how the memory is physically organized.
- distributed shared-memory computers the memory is divided into modules physically placed near each processor and I/O device. Although all of the memory modules are globally accessible, a processor or I/O device can access memory placed nearby faster than memory placed remotely. Because the memory access time differs based on memory location, distributed shared memory systems are often called non-uniform memory access (NUMA) machines.
- NUMA non-uniform memory access
- centralized shared-memory computers the memory is physically in one location.
- Centralized shared-memory computers are called uniform memory access (UMA) machines because the memory is equidistant in time from each of the processors and I/O devices. Both forms of memory organization typically use high-speed cache memory in conjunction with main memory to reduce execution time.
- the art of designing an I/O system is finding a design that meets goals for cost and variety of devices while avoiding bottlenecks to I/O performance. This means that components must be balance between main memory and the I/O device, because performance can only be as good as the weakest link in the I/O chain.
- the memory is physically closer to an I/O device on the same node than a I/O device on another node. Consequently, I/O devices run faster if their memory is placed on the node containing the I/O device, since the controller for the I/O device would not need to communicate between nodes.
- the present disclosure describes systems and methods for allocating memory in a multiprocessor computer system such as a non-uniform memory access (NUMA) machine having distributed shared memory.
- the systems and methods include allocating memory to input-output devices (I/O devices) based at least in part on which memory resource is physically closest to a particular I/O device. Through these systems and methods memory is allocated more efficiently in a NUMA machine. For example, allocating memory to an I/O device that is on the same node as a memory resource, reduces memory access time thereby maximizing data transmission.
- the present disclosure further describes a system and method for improving performance in a multiprocessor computer system by utilizing a pre-programmed device affinity table.
- the system and method includes listing the memory resources physically closest to each I/O device and accessing the device table to determine the closest memory resource to a particular I/O device.
- the system and method further includes directing a device driver to transmit data between the I/O device and the closest memory resource.
- the information handling system comprises two or more processors and two or more memory resources in operative communication with the processors.
- the memory resources are distributed amongst the processors.
- the information handling system has two or more input-output devices in operative communication with the processors and the memory resources.
- the system comprises a pre-programmed device affinity table that lists the memory resources physically closest to each of the input-output devices. The operating system operates to access the device affinity table for allocating memory to the input-output devices.
- the information handling system comprises a device affinity table.
- the system comprises a plurality of memory resources disposed at different locations within the system and a device driver in communication with the plurality of memory resources.
- the operating system operates to access the device affinity table to determine the memory resource that is physically closest to a selected input-output device and directs the device driver to transmit data between the selected input-output device and the closest memory resources.
- a method comprising steps for pre-programming a device affinity table in the information handling system and accessing the device affinity table to determine a memory device within the system that is physically closest to a particular input-output.
- the method includes the step of directing a device driver to transmit data between the particular input-output device and the physically closest memory device.
- the present disclosure includes a number of important technical advantages.
- One technical advantage is the utilization of a device affinity table to allocate memory to I/O devices. This allows the system to maximize data transmission for I/O devices within the information handling system thereby improving I/O performance measures e.g. response time and throughput. Additional advantages will be apparent to those of skill in the art and from the FIGURES, description and claims provided herein.
- FIG. 1 shows a representation of an individual node of a multiprocessor distributed shared memory system.
- FIG. 3 is an example of a NUMA topology.
- FIG. 4 is an example of a device affinity table.
- FIG. 5 is a flow diagram illustrating a method for optimizing memory resources for I/O devices.
- FIGS. 1-5 wherein like numbers refer to like and corresponding parts.
- An information handling system generally processes, compiles, stores, and/or communicates information or data for business, personal, or other purposes thereby allowing users to take advantage of the value of the information.
- information handling systems may also vary regarding what information is handled, how the information is handled, how much information is processed, stored, or communicated, and how quickly and efficiently the information may be processed, stored, or communicated.
- the variations in information handling systems allow for information handling systems to be general or configured for a specific user or specific use such as financial transaction processing, airline reservations, enterprise data storage, or global communications.
- information handling systems may include a variety of hardware and software components that may be configured to process, store, and communicate information and may include one or more computer systems, data storage systems, and networking systems.
- System S generally includes BIOS 110 , CPU 111 , Cache 112 , CPU-Memory Bus 113 , Device Driver 114 , Main Memory 115 , Operating System 116 , ACPI memory 117 , I/O Bus 118 , Input Devices 119 , Output Devices 120 , and Input and Output Devices 121 , SLIT 122 , and SRAT 123 .
- the first instruction typically received by CPU 111 when System S is powered on are encoded instructions from basic input/output system BIOS code 110 .
- BIOS 110 preferably executes a boot program invoking a series of system checks to ascertain the location, number and identity of various devices connected to the computer system.
- the CPU 111 may store some of the information obtained from BIOS into its short-term cache 112 memory and transmit via CPU memory bus 113 other programs and data to main memory 115 for use in subsequent operations. Included among the programs loaded from BIOS 110 , are SRAT 123 and SLIT 122 loaded into the ACPI memory 117 portion of main memory 115 .
- SRAT 123 and SLIT 122 preferably list information on the proximity of memory resources to I/O devices 119 , 120 , and 121 within the information handling systems. These tables will be accessed by the operating system (OS) 116 as needed by device driver 114 to transfer data between memory resources and I/O devices 119 , 120 , and 121 .
- OS operating system
- Device driver 114 allows OS 116 to interact with I/O devices 119 , 120 , and 121 , via I/O bus 118 .
- I/O bus 118 is a shared communication link between the I/O devices 119 , 120 , and 121 .
- DMA controller 124 a specialized processor for transferring data between memory and an I/O device, without intervention from the CPU, while the CPU goes on with other tasks.
- DMA controllers are used in known computer systems for offloading, from CPU 111 , the tasks of performing data transfers to and from memory 115 . If CPU 111 itself were used to transfer, for example, each byte of a program stored on an external floppy disk into system memory 115 for execution, operations would be severely slowed and overall system performance severely degraded.
- DMA controller 124 can instead be used to load the program, freeing CPU 111 for other operations.
- CPU 111 gives the DMA controller a start address and a byte count for data to be transferred to or from the memory 115 . DMA controller 124 then proceeds to perform the data transfer.
- the ACPI specification is an industry standard interface for operating system-directed configuration.
- the ACPI specification describes the concept of proximity domains within a system and how devices in a system that belong to a proximity domain are tightly coupled, or “closer”, to each other than to other devices in the system. For example, in a NUMA machine consisting of several nodes interconnected through a switch, the latency of a memory access operation from a processor to memory on the same node are typically shorter than the latency of a memory access operation on other nodes.
- the operating system uses this affinity information to determine the allocation of memory resources and the scheduling of software threads, thereby improving performance in multiprocessor computers with distributed shared memory.
- I/O devices may include any collection of interfaces that different functional units (sub-systems) of System S use to communicate with each other, or the signals (information) sent through those interfaces. Inputs are the signals received by the unit, and outputs are the signals sent from it. I/O devices are used by a person (or other system) to communicate with a computer. For instance, keyboards and mice are considered input devices 119 of a computer and monitors and printers are considered output devices 120 of a computer. Typical devices for communication between computers are both input and output devices 121 , such as modems and network cards.
- FIG. 2 is an example of the basic architecture of a distributed-memory system consisting of individual nodes 214 containing a processor 210 , memory 211 , I/O devices 215 , and an interconnection network 213 that connects all the nodes.
- a distributed shared-memory system may also be called a non-uniform memory access (NUMA) system.
- NUMA system includes multiple nodes as described above in FIG. 1 .
- Each processor 210 in a node in the NUMA system may access shared-memory 211 in any of the other nodes in the system.
- memory access may be non-uniform across the nodes 214 .
- the NUMA topology name stems from the fact that processor 210 has lower access latency with respect to data stored in system memory 211 at its local node than with respect to data stored in the system memory at a remote node 214 .
- the I/O devices 310 on IO HUB 0 311 of FIG. 3 i.e. IOD 0 , IOD 1 , and IOD 2
- I/O devices 316 on IO HUB 1 317 i.e. IOD 3 , IOD 4 , and IOD 5
- processors CPU 1 320 and CPU 3 321 are on the same node as IO HUB 1 317 .
- FIG. 4 shows an example of a device affinity table based on the NUMA topology 400 of FIG. 3 .
- the table of FIG. 4 lists each I/O device 410 in successive rows followed by information as to which memory resources are the closest 412 and which are the farthest 414 .
- the closest memory resources are MEM 0 and MEM 2
- the furthest memory resources are MEM 1 and MEM 3 .
- the information in the device affinity table can be represented in a variety of different ways and may also contain information regarding the relative distance between memory resources and I/O devices.
- the pre-programmed device affinity table 400 is included with BIOS as part of the SRAT 123 and/or SLIT 122 table. These tables are copied from BIOS code to the ACPI NVS (non volatile storage) 117 portion of main memory 115 during system configuration and initialization at boot time. The device affinity table 400 may then be accessed by an operating system as need to direct a CPU or DMA hardware to transfer data between the I/O device and the memory resource in closest proximity to that device.
- FIG. 5 shows a flow diagram 500 of the steps for optimizing memory resources for I/O devices.
- the method begins 508 with the first step 510 of pre-programming a device affinity table.
- the pre-programing of the device affinity table 510 includes determining the relative distance between each I/O device (or port) and memory resource.
- the device affinity table may then be encoded on an EEPROM or flash memory device as a part of BIOS code.
- the BIOS may run off the onboard PROM, EPROM, flash memory or any other suitable memory when the computer is powered on and initializes.
- the BIOS may perform diagnostic tests on the hard drive, I/O devices, memory, video, chipset and other hardware.
- BIOS may decompress itself from the BIOS memory space into the system main memory for execution therefrom.
- the device affinity table may then be loaded into main memory 512 by copying the SRAT and SLIT tables that include the appended device affinity table of information from BIOS to the ACPI NVS portion of main memory.
- the device affinity table can then be accessed by the operating system as necessary to determine the closest memory device to a particular I/O device 514 .
- the operating system may then use the retrieved information to direct a particular I/O device's device driver to transmit data between the selected I/O device and closest memory device 516 .
- the physical proximity information contained within the device affinity table can be used as one piece of information used in the selection process of a memory resource for a selected I/O device.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Multi Processors (AREA)
Abstract
Description
- The present invention is related to the field of information handling systems and more specifically to a system and method for optimizing memory allocation to input-output devices in a shared memory multiprocessor computer system.
- As the value and use of information continues to increase, individuals and businesses seek additional ways to process and store information. One option available to users is information handling systems. An information handling system generally processes, compiles, stores, and/or communicates information or data for business, personal, or other purposes thereby allowing users to take advantage of the value of the information. Because technology and information handling needs and requirements vary between different users or applications, information handling systems may also vary regarding what information is handled, how the information is handled, how much information is processed, stored, or communicated, and how quickly and efficiently the information may be processed, stored, or communicated. The variations in information handling systems allow for information handling systems to be general or configured for a specific user or specific use such as financial transaction processing, airline reservations, enterprise data storage, or global communications. In addition, information handling systems may include a variety of hardware and software components that may be configured to process, store, and communicate information and may include one or more computer systems, data storage systems, and networking systems.
- Memory allocation functions are useful for allocating memory in both single and multiprocessor computer systems. By definition, multiprocessor computer systems (multiprocessor computers) contain multiple processors that can execute multiple parts of a computer program or multiple distinct programs simultaneously, in a manner known as parallel computing. In general, multiprocessor computers 80 execute multithreaded-programs or multiple single-threaded programs faster than conventional single processor computers that must execute programs sequentially. The actual performance advantage may depend upon a number of factors, including the degree to which parts of a multithreaded-program or multiple distinct programs can be executed in parallel and the architecture of the particular multiprocessor computer at hand.
- Multiprocessor computers may be classified by how they share information among the processors. Shared-memory multiprocessor computers offer a common physical memory address space that all processors can access. Multiple processes or multiple threads within the same process can communicate through shared variables in memory that allow them to read or write to the same memory location in the computer. Message passing multiprocessor computers, in contrast, have a separate memory space for each processor, requiring processes in such a system to communicate through explicit messages to each other.
- Shared-memory multiprocessor computers may further be classified by how the memory is physically organized. In distributed shared-memory computers, the memory is divided into modules physically placed near each processor and I/O device. Although all of the memory modules are globally accessible, a processor or I/O device can access memory placed nearby faster than memory placed remotely. Because the memory access time differs based on memory location, distributed shared memory systems are often called non-uniform memory access (NUMA) machines. By contrast, in centralized shared-memory computers, the memory is physically in one location. Centralized shared-memory computers are called uniform memory access (UMA) machines because the memory is equidistant in time from each of the processors and I/O devices. Both forms of memory organization typically use high-speed cache memory in conjunction with main memory to reduce execution time.
- Multiprocessor computers with distributed shared memory are often organized into multiple nodes with one or more processors per node. These individual nodes usually contain a processor, memory, one or more input-output devices (I/O), and an interface connection network that connects all the nodes. The interface connection network operates using a protocol. Further information on multiprocessor computer systems in general and NUMA machines in particular can be found in Computer Architecture: A Quantitative Approach (2nd Ed. 1996), by D. Patterson and J. Hennessy.
- The art of designing an I/O system is finding a design that meets goals for cost and variety of devices while avoiding bottlenecks to I/O performance. This means that components must be balance between main memory and the I/O device, because performance can only be as good as the weakest link in the I/O chain. In a NUMA information handling system the memory is physically closer to an I/O device on the same node than a I/O device on another node. Consequently, I/O devices run faster if their memory is placed on the node containing the I/O device, since the controller for the I/O device would not need to communicate between nodes. Therefore, there exists a need to provide a system that uses pre-programmed information about which memory resource is closest to a particular I/O device to direct a device driver to transmit data between the selected I/O device and the closest memory resource when needed. In a UMA machine, in contrast, the memory is substantially equidistant from all I/O devices, and there is no performance advantage to placing an I/O device's memory in any particular range of physical addresses.
- Therefore a need has arisen for a system and method for maximizing data transmission and improving performance in multiprocessor computers with distributed shared memory.
- The present disclosure describes systems and methods for allocating memory in a multiprocessor computer system such as a non-uniform memory access (NUMA) machine having distributed shared memory. The systems and methods include allocating memory to input-output devices (I/O devices) based at least in part on which memory resource is physically closest to a particular I/O device. Through these systems and methods memory is allocated more efficiently in a NUMA machine. For example, allocating memory to an I/O device that is on the same node as a memory resource, reduces memory access time thereby maximizing data transmission. The present disclosure further describes a system and method for improving performance in a multiprocessor computer system by utilizing a pre-programmed device affinity table. The system and method includes listing the memory resources physically closest to each I/O device and accessing the device table to determine the closest memory resource to a particular I/O device. The system and method further includes directing a device driver to transmit data between the I/O device and the closest memory resource.
- In one aspect, the information handling system comprises two or more processors and two or more memory resources in operative communication with the processors. The memory resources are distributed amongst the processors. In addition, the information handling system has two or more input-output devices in operative communication with the processors and the memory resources. The system comprises a pre-programmed device affinity table that lists the memory resources physically closest to each of the input-output devices. The operating system operates to access the device affinity table for allocating memory to the input-output devices.
- In yet another aspect, the information handling system comprises a device affinity table. In addition, the system comprises a plurality of memory resources disposed at different locations within the system and a device driver in communication with the plurality of memory resources. The operating system operates to access the device affinity table to determine the memory resource that is physically closest to a selected input-output device and directs the device driver to transmit data between the selected input-output device and the closest memory resources.
- In yet another aspect, a method comprising steps for pre-programming a device affinity table in the information handling system and accessing the device affinity table to determine a memory device within the system that is physically closest to a particular input-output. The method includes the step of directing a device driver to transmit data between the particular input-output device and the physically closest memory device.
- The present disclosure includes a number of important technical advantages. One technical advantage is the utilization of a device affinity table to allocate memory to I/O devices. This allows the system to maximize data transmission for I/O devices within the information handling system thereby improving I/O performance measures e.g. response time and throughput. Additional advantages will be apparent to those of skill in the art and from the FIGURES, description and claims provided herein.
- A more complete and thorough understanding of the present embodiments and advantages thereof may be acquired by referring to the following description taken in conjunction with the accompanying drawings, in which like reference numbers indicate like features, and wherein:
-
FIG. 1 shows a representation of an individual node of a multiprocessor distributed shared memory system. -
FIG. 2 is an example of the basic architecture of a distributed-memory system consisting of individual nodes containing a processor, some memory, some I/O devices, and an interconnection network that connects all the nodes. -
FIG. 3 is an example of a NUMA topology. -
FIG. 4 is an example of a device affinity table. -
FIG. 5 is a flow diagram illustrating a method for optimizing memory resources for I/O devices. - Preferred embodiments of the invention and its advantages are best understood by reference to
FIGS. 1-5 wherein like numbers refer to like and corresponding parts. - As the value and use of information continues to increase, individuals and businesses seek additional ways to process and store information. One option available to users is information handling systems. An information handling system generally processes, compiles, stores, and/or communicates information or data for business, personal, or other purposes thereby allowing users to take advantage of the value of the information. Because technology and information handling needs and requirements vary between different users or applications, information handling systems may also vary regarding what information is handled, how the information is handled, how much information is processed, stored, or communicated, and how quickly and efficiently the information may be processed, stored, or communicated. The variations in information handling systems allow for information handling systems to be general or configured for a specific user or specific use such as financial transaction processing, airline reservations, enterprise data storage, or global communications. In addition, information handling systems may include a variety of hardware and software components that may be configured to process, store, and communicate information and may include one or more computer systems, data storage systems, and networking systems.
- Now referring to
FIG. 1 , a representation of an individual node indicated generally at S, of a multiprocessor distributed shared memory system is shown. System S generally includesBIOS 110,CPU 111,Cache 112, CPU-Memory Bus 113,Device Driver 114,Main Memory 115,Operating System 116,ACPI memory 117, I/O Bus 118,Input Devices 119,Output Devices 120, and Input andOutput Devices 121,SLIT 122, andSRAT 123. The first instruction typically received byCPU 111 when System S is powered on are encoded instructions from basic input/outputsystem BIOS code 110. During the initialization of System S, which may also be referred to as a boot sequence, a variety of diagnostics may preferably be performed to ascertain the availability and status of hardware devices and ensure proper operation of components. For example, during initialization,BIOS 110 preferably executes a boot program invoking a series of system checks to ascertain the location, number and identity of various devices connected to the computer system. TheCPU 111 may store some of the information obtained from BIOS into its short-term cache 112 memory and transmit viaCPU memory bus 113 other programs and data tomain memory 115 for use in subsequent operations. Included among the programs loaded fromBIOS 110, areSRAT 123 andSLIT 122 loaded into theACPI memory 117 portion ofmain memory 115.SRAT 123 andSLIT 122 preferably list information on the proximity of memory resources to I/O devices device driver 114 to transfer data between memory resources and I/O devices Device driver 114 allowsOS 116 to interact with I/O devices O bus 118. I/O bus 118 is a shared communication link between the I/O devices - Many information handling systems contain direct memory access controller (DMA) 124, a specialized processor for transferring data between memory and an I/O device, without intervention from the CPU, while the CPU goes on with other tasks. DMA controllers are used in known computer systems for offloading, from
CPU 111, the tasks of performing data transfers to and frommemory 115. IfCPU 111 itself were used to transfer, for example, each byte of a program stored on an external floppy disk intosystem memory 115 for execution, operations would be severely slowed and overall system performance severely degraded.DMA controller 124 can instead be used to load the program, freeingCPU 111 for other operations. Typically,CPU 111 gives the DMA controller a start address and a byte count for data to be transferred to or from thememory 115.DMA controller 124 then proceeds to perform the data transfer. - A single operating system typically downloads the programs to the DMA controller in a multinode multiprocessor computer with distributed shared memory. Examples of suitable operating systems include UNIX-based operating systems such as Windows 2003, Windows 2000, Linux 4, etc.
- Information handling systems typically contain a read only memory (ROM) chip that contains (BIOS)
code 110. The BIOS contains all the code required to control I/O devices and perform a number of miscellaneous functions. The BIOS typically includes a Static Device affinity table (SRAT) 123 that provides a boot time description of the processor and memory ranges belonging to a system locality. The BIOS code may also include a System Location Information Table (SLIT) 122 for optimizing a NUMA architecture system by providing information about the relative memory latency distances among system localities. These tables are typically copied into main memory fromBIOS 110 at boot time. SRATs and SLITs are described in sections 5.2.15 and 5.2.16 of the Advanced Configuration and Power Interface (ACPI) 2.0specification, Revision 3.0, and is hereby incorporated by reference. The ACPI specification is an industry standard interface for operating system-directed configuration. The ACPI specification describes the concept of proximity domains within a system and how devices in a system that belong to a proximity domain are tightly coupled, or “closer”, to each other than to other devices in the system. For example, in a NUMA machine consisting of several nodes interconnected through a switch, the latency of a memory access operation from a processor to memory on the same node are typically shorter than the latency of a memory access operation on other nodes. The operating system uses this affinity information to determine the allocation of memory resources and the scheduling of software threads, thereby improving performance in multiprocessor computers with distributed shared memory. - As discussed herein, I/O devices may include any collection of interfaces that different functional units (sub-systems) of System S use to communicate with each other, or the signals (information) sent through those interfaces. Inputs are the signals received by the unit, and outputs are the signals sent from it. I/O devices are used by a person (or other system) to communicate with a computer. For instance, keyboards and mice are considered
input devices 119 of a computer and monitors and printers are consideredoutput devices 120 of a computer. Typical devices for communication between computers are both input andoutput devices 121, such as modems and network cards. -
FIG. 2 is an example of the basic architecture of a distributed-memory system consisting ofindividual nodes 214 containing aprocessor 210,memory 211, I/O devices 215, and aninterconnection network 213 that connects all the nodes. A distributed shared-memory system may also be called a non-uniform memory access (NUMA) system. A NUMA system includes multiple nodes as described above inFIG. 1 . Eachprocessor 210 in a node in the NUMA system may access shared-memory 211 in any of the other nodes in the system. In the present embodiment memory access may be non-uniform across thenodes 214. The NUMA topology name stems from the fact thatprocessor 210 has lower access latency with respect to data stored insystem memory 211 at its local node than with respect to data stored in the system memory at aremote node 214. - As an example, the I/
O devices 310 onIO HUB 0 311 ofFIG. 3 , i.e. IOD0, IOD1, and IOD2, are physically closest tomemory resources MEMO 312 andMEM2 313 because processors CPU0 314 andCPU2 315 are on the same node asIO Hub 0 311. Likewise, the I/O devices 316 onIO HUB 1 317 i.e. IOD3, IOD4, and IOD5, are physically closest to the memory resources MEM1 318 andMEM3 319 because processors CPU1 320 andCPU3 321 are on the same node asIO HUB 1 317. -
FIG. 4 shows an example of a device affinity table based on theNUMA topology 400 ofFIG. 3 . The table ofFIG. 4 lists each I/O device 410 in successive rows followed by information as to which memory resources are the closest 412 and which are the farthest 414. For example, in the case of I/O device, IOD0 shown infirst row 416, the closest memory resources are MEM0 and MEM2 and the furthest memory resources are MEM1 and MEM3. Of course, it can be understood that the information in the device affinity table can be represented in a variety of different ways and may also contain information regarding the relative distance between memory resources and I/O devices. - In a preferred embodiment, the pre-programmed device affinity table 400 is included with BIOS as part of the
SRAT 123 and/orSLIT 122 table. These tables are copied from BIOS code to the ACPI NVS (non volatile storage) 117 portion ofmain memory 115 during system configuration and initialization at boot time. The device affinity table 400 may then be accessed by an operating system as need to direct a CPU or DMA hardware to transfer data between the I/O device and the memory resource in closest proximity to that device. -
FIG. 5 shows a flow diagram 500 of the steps for optimizing memory resources for I/O devices. The method begins 508 with thefirst step 510 of pre-programming a device affinity table. In a preferred embodiment, the pre-programing of the device affinity table 510 includes determining the relative distance between each I/O device (or port) and memory resource. The device affinity table may then be encoded on an EEPROM or flash memory device as a part of BIOS code. The BIOS may run off the onboard PROM, EPROM, flash memory or any other suitable memory when the computer is powered on and initializes. The BIOS may perform diagnostic tests on the hard drive, I/O devices, memory, video, chipset and other hardware. Subsequently, BIOS may decompress itself from the BIOS memory space into the system main memory for execution therefrom. In a preferred embodiment the device affinity table may then be loaded intomain memory 512 by copying the SRAT and SLIT tables that include the appended device affinity table of information from BIOS to the ACPI NVS portion of main memory. The device affinity table can then be accessed by the operating system as necessary to determine the closest memory device to a particular I/O device 514. The operating system may then use the retrieved information to direct a particular I/O device's device driver to transmit data between the selected I/O device andclosest memory device 516. - Of course, it can be appreciated that there may be multiple considerations including physical proximity that can bear on which memory resource a selected I/O device will access. In such cases, the physical proximity information contained within the device affinity table can be used as one piece of information used in the selection process of a memory resource for a selected I/O device.
- Although the disclosed embodiments have been described in detail, it should be understood that various changes, substitutions and alterations can be made to the embodiments without departing from their spirit and scope.
Claims (21)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/392,272 US7500067B2 (en) | 2006-03-29 | 2006-03-29 | System and method for allocating memory to input-output devices in a multiprocessor computer system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/392,272 US7500067B2 (en) | 2006-03-29 | 2006-03-29 | System and method for allocating memory to input-output devices in a multiprocessor computer system |
Publications (2)
Publication Number | Publication Date |
---|---|
US20070233967A1 true US20070233967A1 (en) | 2007-10-04 |
US7500067B2 US7500067B2 (en) | 2009-03-03 |
Family
ID=38560809
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/392,272 Active 2027-01-04 US7500067B2 (en) | 2006-03-29 | 2006-03-29 | System and method for allocating memory to input-output devices in a multiprocessor computer system |
Country Status (1)
Country | Link |
---|---|
US (1) | US7500067B2 (en) |
Cited By (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070250604A1 (en) * | 2006-04-21 | 2007-10-25 | Sun Microsystems, Inc. | Proximity-based memory allocation in a distributed memory system |
US20080052483A1 (en) * | 2006-08-25 | 2008-02-28 | Dell Products L.P. | Thermal control of memory modules using proximity information |
US20080114944A1 (en) * | 2006-10-05 | 2008-05-15 | Holt John M | Contention detection |
US20080120477A1 (en) * | 2006-10-05 | 2008-05-22 | Holt John M | Contention detection with modified message format |
US20080126721A1 (en) * | 2006-10-05 | 2008-05-29 | Holt John M | Contention detection and resolution |
US20080127213A1 (en) * | 2006-10-05 | 2008-05-29 | Holt John M | Contention resolution with counter rollover |
US20080126503A1 (en) * | 2006-10-05 | 2008-05-29 | Holt John M | Contention resolution with echo cancellation |
US20080140976A1 (en) * | 2006-10-05 | 2008-06-12 | Holt John M | Advanced contention detection |
US20080250221A1 (en) * | 2006-10-09 | 2008-10-09 | Holt John M | Contention detection with data consolidation |
CN100489815C (en) * | 2007-10-25 | 2009-05-20 | 中国科学院计算技术研究所 | EMS memory sharing system, device and method |
US20090265500A1 (en) * | 2008-04-21 | 2009-10-22 | Hiroshi Kyusojin | Information Processing Apparatus, Information Processing Method, and Computer Program |
US7844665B2 (en) | 2004-04-23 | 2010-11-30 | Waratek Pty Ltd. | Modified computer architecture having coordinated deletion of corresponding replicated memory locations among plural computers |
US7860829B2 (en) | 2004-04-23 | 2010-12-28 | Waratek Pty Ltd. | Computer architecture and method of operation for multi-computer distributed processing with replicated memory |
US20140245295A1 (en) * | 2013-02-26 | 2014-08-28 | Red Hat Israel, Ltd. | Providing Dynamic Topology Information in Virtualized Computing Environments |
US20140244891A1 (en) * | 2013-02-26 | 2014-08-28 | Red Hat Israel, Ltd. | Providing Dynamic Topology Information in Virtualized Computing Environments |
US20150262632A1 (en) * | 2014-03-12 | 2015-09-17 | Fusion-Io, Inc. | Grouping storage ports based on distance |
US20160170905A1 (en) * | 2014-12-10 | 2016-06-16 | International Business Machines Corporation | Migrating buffer for direct memory access in a computer system |
US10649943B2 (en) * | 2017-05-26 | 2020-05-12 | Dell Products, L.P. | System and method for I/O aware processor configuration |
US11144326B2 (en) * | 2019-02-19 | 2021-10-12 | Cisco Technology, Inc. | System and method of initiating multiple adaptors in parallel |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009258937A (en) * | 2008-04-16 | 2009-11-05 | Sony Corp | Information processor, information processing method and computer program |
US8806504B2 (en) * | 2012-05-23 | 2014-08-12 | Red Hat, Inc. | Leveraging performance of resource aggressive applications |
FR2991074B1 (en) * | 2012-05-25 | 2014-06-06 | Bull Sas | METHOD, DEVICE AND COMPUTER PROGRAM FOR DYNAMICALLY CONTROLLING MEMORY ACCESS DISTANCES IN A NUMA-TYPE SYSTEM |
US9654582B2 (en) | 2013-12-31 | 2017-05-16 | Sybase, Inc. | Enhanced shared memory based communication driver for improved performance and scalability |
US10824574B2 (en) * | 2019-03-22 | 2020-11-03 | Dell Products L.P. | Multi-port storage device multi-socket memory access system |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6424992B2 (en) * | 1996-12-23 | 2002-07-23 | International Business Machines Corporation | Affinity-based router and routing method |
US20020161902A1 (en) * | 2001-04-25 | 2002-10-31 | Mcmahan Larry N. | Allocating computer resources for efficient use by a program |
US20030041271A1 (en) * | 2001-08-14 | 2003-02-27 | Rajeev Nalawadi | Reporting and handling multiple platform variants |
US20030125908A1 (en) * | 2001-12-28 | 2003-07-03 | Wynn Allen Chester | Performing diagnostic tests of computer devices while operating system is running |
US20030135708A1 (en) * | 2002-01-17 | 2003-07-17 | Dell Products L.P. | System, method and computer program product for mapping system memory in a multiple node information handling system |
US20040158701A1 (en) * | 2003-02-12 | 2004-08-12 | Dell Products L.P. | Method of decreasing boot up time in a computer system |
US20040205304A1 (en) * | 1997-08-29 | 2004-10-14 | Mckenney Paul E. | Memory allocator for a multiprocessor computer system |
US20050033948A1 (en) * | 2003-08-05 | 2005-02-10 | Dong Wei | Method and apparatus for providing updated system locality information during runtime |
US20070073993A1 (en) * | 2005-09-29 | 2007-03-29 | International Business Machines Corporation | Memory allocation in a multi-node computer |
US20070083728A1 (en) * | 2005-10-11 | 2007-04-12 | Dell Products L.P. | System and method for enumerating multi-level processor-memory affinities for non-uniform memory access systems |
-
2006
- 2006-03-29 US US11/392,272 patent/US7500067B2/en active Active
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6424992B2 (en) * | 1996-12-23 | 2002-07-23 | International Business Machines Corporation | Affinity-based router and routing method |
US20040205304A1 (en) * | 1997-08-29 | 2004-10-14 | Mckenney Paul E. | Memory allocator for a multiprocessor computer system |
US20020161902A1 (en) * | 2001-04-25 | 2002-10-31 | Mcmahan Larry N. | Allocating computer resources for efficient use by a program |
US20030041271A1 (en) * | 2001-08-14 | 2003-02-27 | Rajeev Nalawadi | Reporting and handling multiple platform variants |
US20030125908A1 (en) * | 2001-12-28 | 2003-07-03 | Wynn Allen Chester | Performing diagnostic tests of computer devices while operating system is running |
US20030135708A1 (en) * | 2002-01-17 | 2003-07-17 | Dell Products L.P. | System, method and computer program product for mapping system memory in a multiple node information handling system |
US20040158701A1 (en) * | 2003-02-12 | 2004-08-12 | Dell Products L.P. | Method of decreasing boot up time in a computer system |
US20050033948A1 (en) * | 2003-08-05 | 2005-02-10 | Dong Wei | Method and apparatus for providing updated system locality information during runtime |
US20070073993A1 (en) * | 2005-09-29 | 2007-03-29 | International Business Machines Corporation | Memory allocation in a multi-node computer |
US20070083728A1 (en) * | 2005-10-11 | 2007-04-12 | Dell Products L.P. | System and method for enumerating multi-level processor-memory affinities for non-uniform memory access systems |
Cited By (40)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7860829B2 (en) | 2004-04-23 | 2010-12-28 | Waratek Pty Ltd. | Computer architecture and method of operation for multi-computer distributed processing with replicated memory |
US7844665B2 (en) | 2004-04-23 | 2010-11-30 | Waratek Pty Ltd. | Modified computer architecture having coordinated deletion of corresponding replicated memory locations among plural computers |
US8028299B2 (en) | 2005-04-21 | 2011-09-27 | Waratek Pty, Ltd. | Computer architecture and method of operation for multi-computer distributed processing with finalization of objects |
US8150946B2 (en) | 2006-04-21 | 2012-04-03 | Oracle America, Inc. | Proximity-based memory allocation in a distributed memory system |
US20070250604A1 (en) * | 2006-04-21 | 2007-10-25 | Sun Microsystems, Inc. | Proximity-based memory allocation in a distributed memory system |
US7500078B2 (en) | 2006-08-25 | 2009-03-03 | Dell Products L.P. | Thermal control of memory modules using proximity information |
US20080052483A1 (en) * | 2006-08-25 | 2008-02-28 | Dell Products L.P. | Thermal control of memory modules using proximity information |
US7797506B2 (en) | 2006-08-25 | 2010-09-14 | Dell Products L.P. | Thermal control of memory modules using proximity information |
US20090125695A1 (en) * | 2006-08-25 | 2009-05-14 | Dell Products L.P. | Thermal Control of Memory Modules Using Proximity Information |
US7949837B2 (en) | 2006-10-05 | 2011-05-24 | Waratek Pty Ltd. | Contention detection and resolution |
US8086805B2 (en) | 2006-10-05 | 2011-12-27 | Waratek Pty Ltd. | Advanced contention detection |
US20080140976A1 (en) * | 2006-10-05 | 2008-06-12 | Holt John M | Advanced contention detection |
US8473564B2 (en) | 2006-10-05 | 2013-06-25 | Waratek Pty Ltd. | Contention detection and resolution |
US20080130631A1 (en) * | 2006-10-05 | 2008-06-05 | Holt John M | Contention detection with modified message format |
US20080133862A1 (en) * | 2006-10-05 | 2008-06-05 | Holt John M | Contention detection with modified message format |
US20080114944A1 (en) * | 2006-10-05 | 2008-05-15 | Holt John M | Contention detection |
US8095616B2 (en) * | 2006-10-05 | 2012-01-10 | Waratek Pty Ltd. | Contention detection |
US20080126503A1 (en) * | 2006-10-05 | 2008-05-29 | Holt John M | Contention resolution with echo cancellation |
US20080127214A1 (en) * | 2006-10-05 | 2008-05-29 | Holt John M | Contention detection with counter rollover |
US20080127213A1 (en) * | 2006-10-05 | 2008-05-29 | Holt John M | Contention resolution with counter rollover |
US20080126721A1 (en) * | 2006-10-05 | 2008-05-29 | Holt John M | Contention detection and resolution |
US7962697B2 (en) * | 2006-10-05 | 2011-06-14 | Waratek Pty Limited | Contention detection |
US7971005B2 (en) * | 2006-10-05 | 2011-06-28 | Waratek Pty Ltd. | Advanced contention detection |
US20080120477A1 (en) * | 2006-10-05 | 2008-05-22 | Holt John M | Contention detection with modified message format |
US20080133691A1 (en) * | 2006-10-05 | 2008-06-05 | Holt John M | Contention resolution with echo cancellation |
US20080250221A1 (en) * | 2006-10-09 | 2008-10-09 | Holt John M | Contention detection with data consolidation |
CN100489815C (en) * | 2007-10-25 | 2009-05-20 | 中国科学院计算技术研究所 | EMS memory sharing system, device and method |
US20090265500A1 (en) * | 2008-04-21 | 2009-10-22 | Hiroshi Kyusojin | Information Processing Apparatus, Information Processing Method, and Computer Program |
US8166339B2 (en) * | 2008-04-21 | 2012-04-24 | Sony Corporation | Information processing apparatus, information processing method, and computer program |
US10061622B2 (en) * | 2013-02-26 | 2018-08-28 | Red Hat Israel, Ltd. | Updating memory topology information for virtual machines |
US20140244891A1 (en) * | 2013-02-26 | 2014-08-28 | Red Hat Israel, Ltd. | Providing Dynamic Topology Information in Virtualized Computing Environments |
US20140245295A1 (en) * | 2013-02-26 | 2014-08-28 | Red Hat Israel, Ltd. | Providing Dynamic Topology Information in Virtualized Computing Environments |
US10114662B2 (en) * | 2013-02-26 | 2018-10-30 | Red Hat Israel, Ltd. | Updating processor topology information for virtual machines |
US20150262632A1 (en) * | 2014-03-12 | 2015-09-17 | Fusion-Io, Inc. | Grouping storage ports based on distance |
US20160170905A1 (en) * | 2014-12-10 | 2016-06-16 | International Business Machines Corporation | Migrating buffer for direct memory access in a computer system |
US9886394B2 (en) * | 2014-12-10 | 2018-02-06 | International Business Machines Corporation | Migrating buffer for direct memory access in a computer system |
US10241926B2 (en) | 2014-12-10 | 2019-03-26 | International Business Machines Corporation | Migrating buffer for direct memory access in a computer system |
US10649943B2 (en) * | 2017-05-26 | 2020-05-12 | Dell Products, L.P. | System and method for I/O aware processor configuration |
US10877918B2 (en) | 2017-05-26 | 2020-12-29 | Dell Products, L.P. | System and method for I/O aware processor configuration |
US11144326B2 (en) * | 2019-02-19 | 2021-10-12 | Cisco Technology, Inc. | System and method of initiating multiple adaptors in parallel |
Also Published As
Publication number | Publication date |
---|---|
US7500067B2 (en) | 2009-03-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7500067B2 (en) | System and method for allocating memory to input-output devices in a multiprocessor computer system | |
CN1831775B (en) | Systems and methods for multi-level intercept processing in a virtual machine environment | |
RU2569805C2 (en) | Virtual non-uniform memory architecture for virtual machines | |
US11093297B2 (en) | Workload optimization system | |
US7428485B2 (en) | System for yielding to a processor | |
US7222343B2 (en) | Dynamic allocation of computer resources based on thread type | |
US7484043B2 (en) | Multiprocessor system with dynamic cache coherency regions | |
CN102365626B (en) | Virtual non-uniform memory architecture for virtual machines | |
US8443376B2 (en) | Hypervisor scheduler | |
US8671418B2 (en) | Environment modification in a hybrid node computing environment | |
US8302102B2 (en) | System utilization through dedicated uncapped partitions | |
US20050071843A1 (en) | Topology aware scheduling for a multiprocessor system | |
RU2608000C2 (en) | Providing snoop filtering associated with data buffer | |
US8286178B2 (en) | Allocation and regulation of CPU entitlement for virtual processors in logical partitioned platform | |
US20100153700A1 (en) | Multicore Processor And Method Of Use That Configures Core Functions Based On Executing Instructions | |
US9501285B2 (en) | Register allocation to threads | |
US20100100892A1 (en) | Managing hosted virtualized operating system environments | |
US20060020701A1 (en) | Thread transfer between processors | |
CN114138422A (en) | Extensible NVMe storage virtualization method and system | |
US11573833B2 (en) | Allocating cores to threads running on one or more processors of a storage system | |
US7644219B2 (en) | System and method for managing the sharing of PCI devices across multiple host operating systems | |
US7650469B2 (en) | Determining whether a non-running processor has access to an address space | |
US9176910B2 (en) | Sending a next request to a resource before a completion interrupt for a previous request | |
CA2944578C (en) | Resource allocation | |
WO2022025134A1 (en) | Control system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: DELL PRODUCTS L.P., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RANGARAJAN, MADHUSUDHAN;NIJHAWAN, VIJAY B.;REEL/FRAME:017945/0362 Effective date: 20060314 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT, TE Free format text: PATENT SECURITY AGREEMENT (ABL);ASSIGNORS:DELL INC.;APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;AND OTHERS;REEL/FRAME:031898/0001 Effective date: 20131029 Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH CAROLINA Free format text: PATENT SECURITY AGREEMENT (TERM LOAN);ASSIGNORS:DELL INC.;APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;AND OTHERS;REEL/FRAME:031899/0261 Effective date: 20131029 Owner name: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS FIRST LIEN COLLATERAL AGENT, TEXAS Free format text: PATENT SECURITY AGREEMENT (NOTES);ASSIGNORS:APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;BOOMI, INC.;AND OTHERS;REEL/FRAME:031897/0348 Effective date: 20131029 Owner name: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT, TEXAS Free format text: PATENT SECURITY AGREEMENT (ABL);ASSIGNORS:DELL INC.;APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;AND OTHERS;REEL/FRAME:031898/0001 Effective date: 20131029 Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH Free format text: PATENT SECURITY AGREEMENT (TERM LOAN);ASSIGNORS:DELL INC.;APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;AND OTHERS;REEL/FRAME:031899/0261 Effective date: 20131029 Owner name: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS FI Free format text: PATENT SECURITY AGREEMENT (NOTES);ASSIGNORS:APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;BOOMI, INC.;AND OTHERS;REEL/FRAME:031897/0348 Effective date: 20131029 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: COMPELLANT TECHNOLOGIES, INC., MINNESOTA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: SECUREWORKS, INC., GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: PEROT SYSTEMS CORPORATION, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: APPASSURE SOFTWARE, INC., VIRGINIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: DELL INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 |
|
AS | Assignment |
Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: COMPELLENT TECHNOLOGIES, INC., MINNESOTA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: DELL INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: SECUREWORKS, INC., GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: APPASSURE SOFTWARE, INC., VIRGINIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: PEROT SYSTEMS CORPORATION, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: PEROT SYSTEMS CORPORATION, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: APPASSURE SOFTWARE, INC., VIRGINIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: SECUREWORKS, INC., GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: DELL INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: COMPELLENT TECHNOLOGIES, INC., MINNESOTA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 |
|
AS | Assignment |
Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT, NORTH CAROLINA Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040134/0001 Effective date: 20160907 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT, TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040136/0001 Effective date: 20160907 Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLAT Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040134/0001 Effective date: 20160907 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., A Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040136/0001 Effective date: 20160907 |
|
AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., T Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES, INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:049452/0223 Effective date: 20190320 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES, INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:049452/0223 Effective date: 20190320 |
|
AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:053546/0001 Effective date: 20200409 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |
|
AS | Assignment |
Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: MOZY, INC., WASHINGTON Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: MAGINATICS LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: EMC IP HOLDING COMPANY LLC, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: EMC CORPORATION, MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL SYSTEMS CORPORATION, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL INTERNATIONAL, L.L.C., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: AVENTAIL LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 |
|
AS | Assignment |
Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC), MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL INTERNATIONAL L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 |
|
AS | Assignment |
Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC), MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL INTERNATIONAL L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 |