The present disclosure relates generally to message passing in parallel computers, and more particularly to maintaining high performance for long messages in a parallel computing by having the DMA engine control the number of packets injected into the network, thereby preventing network buffers from filling up.
As is well known, throughput of networks can degrade if internal network buffers fill up. Full buffers in one part of the network can prevent other packets from passing through that part of the network. Algorithms such as TCP/IP use “pacing”, or window flow control algorithms, to limit the number of packets in the network; this can improve throughput. These algorithms use acknowledgement packets to grant a sender permission to send additional packets. However, the software overhead to implement such algorithms is excessive in a scientific parallel computing environment where high throughput and low latency are essential.
Thus, it is desirable to have a pacing mechanism that can be integrated into the hardware that would eliminate software overhead.
Method and system for hardware packet pacing using a direct memory access controller in a parallel computer are provided. The method in one embodiment may comprise establishing a token counter on a direct memory access controller initially set to a first predetermined value and establishing maximum pacing submessage size, the maximum pacing submessage size being a value less than or equal to the first predetermined value. The method may further comprise establishing a remaining bytes count, the remaining bytes count initially set to a message length field value in an original remote get packet and setting a submessage size to the maximum pacing submessage size or the remaining bytes count, whichever is less. The method may also comprise waiting for the token counter to be greater than or equal to the submessage size, injecting a remote get packet of the submessage size to a network when the token counter is greater than or equal to the submessage size and decrementing the token counter and the remaining bytes count by the submessage size. The method may further comprise repeating the steps of setting, waiting and injecting until the remaining bytes count is zero.
Still yet, the method may comprise detecting a put packet received on the direct memory access controller and incrementing the token byte counter by a number of payload bytes specified in the put packet.
In another aspect, a method of hardware packet pacing using a direct memory access controller in a parallel computer may comprise detecting a remote get message descriptor in an injection fifo associated with a direct memory controller and retrieving put descriptor information from information in the remote get message descriptor. The put description information includes at least a message size, an injection offset and a reception offset. The method may also comprise setting a pacing size, setting a token counter to a predetermined value greater than the pacing size, and assembling a new remote get packet using the put description information. The new remote get packet specifies a message size that is at most the pacing size. The method may further comprise, before sending the new remote get packet, waiting until the token counter is greater than or equal to the message size specified in the new remote get packet and sending the new remote get packet. The method may still further comprise decrementing the token counter by the message size specified in the new remote get packet, and incrementing the injection offset and the reception offset by the message size specified in the new remote get packet. The method may further comprise repeating the steps of assembling, waiting, sending, decrementing and incrementing until the message size of the remote get has been processed by all the new remote get packets.
Yet in another aspect, a method of hardware packet pacing using a direct memory access controller in a parallel computer may comprise dividing a remote get packet into a plurality of sub remote get packets, tracking a hardware token counter, the hardware token counter representing a total number of bytes being processed at one time as a result of sending one or more of the sub remote get packets, and controlling the total number of bytes being processed at one time using the hardware token counter. In another aspect, the step of controlling may include controlling sending of the plurality of sub remote get packets based on the hardware token counter.
A system for hardware packet pacing using a direct memory access controller in a parallel computer having multiple processing nodes, in one aspect, may comprise a hardware token counter initially set to a predetermined positive value, a memory, and a direct memory access controller operable to detect a remote get packet in the memory. The direct memory access controller is further operable to assemble a plurality of sub remote get packets using information contained in the remote get packet, and to pace sending of said plurality of sub remote get packets based on the hardware token counter. The direct memory access controller may be further operable to increment the hardware token counter when a put packet is received and to decrement the hardware token when one of the said plurality of sub remote get packets are injected into the memory.
Further features as well as the structure and operation of various embodiments are described in detail below with reference to the accompanying drawings. In the drawings, like reference numbers indicate identical or functionally similar elements.
In one embodiment of the present disclosure, a pacing mechanism is provided that can be integrated into the hardware, for example, hardware of the DMA engine. Software overhead may thus be eliminated. No acknowledgement packets are required. This in one embodiment is enabled by using remote gets. In BlueGene/P, there is a DMA engine that is integrated onto the same chip as the processors, cache memory, memory controller and network logic. This DMA engine injects packets from a message into the network. The system and method of the present disclosure in one embodiment use a DMA engine to control or limit the number of packets in the network without using acknowledgement packets and its accompanying complexity and overhead.
A node 102 shown in
For long messages implemented as puts, sending and receiving nodes agree on which injection counter 130 and reception 134 counter to use, and what base offset from memory location to use for a message being processed. Such agreements may be reached by sending a protocol message(s) in which a short memory Fifo message is put into reception FIFOs of a receiving node such as shown at 120. In another embodiment, software can be constructed so that the counter ids and offsets can be agreed upon without sending protocol messages. Long message transfer may be initiated, for example, as a core processor on the sending node places a “put” message descriptor into an injection FIFO 118, writing the injection counter 130 with base address and counter value via the processor interface 122, and updating the injection FIFO metadata 132 for that message, for instance, advancing a tail pointer indicating the “last” message descriptor in the injection FIFO 118. DMA logic 124 reads the injection FIFO metadata 132 and recognizes which FIFOs 118 have messages to be sent.
The system and method of the present disclosure in one embodiment utilizes types of messages such as remote gets and direct puts or the like. Short memory Fifo messages are used to convey control information between nodes.
Referring to
After DMA 116 puts the packet in the network interface 128, it decrements the counter valued of the specified injection counter 130 by the number of payload bytes in the packet. Upon reaching the destination, the packet is put into the network interface at that compute node (e.g., 104 or 106), and the node's local DMA “recognizes” that the packet is there. Without pacing, for a put packet, the receiving node's DMA reads the reception counter identifier, offset and count from the received packet, looks up the reception counter base address, writes the appropriate number of payload bytes specified in the packet starting at the base plus packet offset, and then decrements the counter value by the payload bytes received.
In one embodiment of the present disclosure, the DMA implements a remote get capability. With remote get, one node (e.g., 104) can inject a short remote get packet into the network destined for another node (e.g., 102) telling node at 102 to send M bytes of data back to node at 104. Thus, if a remote get operation is used, instead of the processor on the sending node injecting a descriptor into the injection fifo 118, the receiving node 104 sends a short get packet, which contains a put descriptor to the sender node and an injection Fifo id on the sender node. Without pacing, the DMA logic 124 at the sender node 102 puts this descriptor into the injection Fifo 118 specified in the short get message, and advances that Fifo's metadata tail pointer 132. As described in more detail in the co-owned patent application entitled MULTIPLE NODE REMOTE MESSAGING (Attorney Docket YOR920070297US1 (21208), the payload of this remote get packet is a DMA descriptor that is deposited into an injection fifo 118 on node at 102. This descriptor may be a “put” descriptor that contains information such as the starting address of the buffer to be sent on node at 102 and the starting address of the buffer on node 104 into which the data is to be stored, the injection and reception counter ids to use and the initial offsets from the base addresses of the counter ids. For a long message; a single remote get results in single put message, or a single memory Fifo message, which in turn injects a large number of packets into the network with no flow control. Note that a single remote get, as specified in a message descriptor, results in a single remote get packet being injected into the network.
The above-described operations may be modified to implement pacing to control the packet injection rate of long messages. Pacing is implemented in one embodiment using remote gets with a message pacing option. With pacing, a single remote get for a long message is broken up into many remote gets for shorter submessages. A limit may be set on the number of outstanding bytes that may be requested from the node. This may be represented by a counter maintained in the DMA. The counter herein is referred to as a token_byte counter as an example. Any other name may be given to such counter or an element that provides the similar functionality. The shorter remote gets can only be injected into the network if the current number of outstanding bytes is low enough. When a shorter remote get is injected into the network, the token_byte counter is decremented by the submessage size. For such pacing messages, the resulting put packets contain a packet pacing bit set to 1. The token_byte counter is initialized to an arbitrary positive number, prior to a DMA activity.
Prior to any DMA activity, the token_byte counter is initialized to an arbitrary positive number, for example, token_byte max. In addition, a maximum pacing submessage size, max_size, is initialized to an arbitrary positive number less than or equal to the token_byte counter's initial value, token_byte_max.
In one embodiment, the number of outstanding bytes of pacing put messages in the network is less than or equal to token_byte_max at all times. Since long messages typically have a fixed packet length equal to the maximum packet size, this limits the number of pacing put packets in the network. However, the number of messages (packets) not subject to pacing is not limited in this way and could grow until all the buffers in the network are full, or nearly full. In one embodiment, software in an arbitrary manner may decide which messages, if any, are subject to pacing. This may be determined by experimentation.
Different implementations for hardware pacing are possible. For example, there may be multiple injection Fifos. The description above would then be modified in such a way that the DMA switches between non-empty injection Fifos. In particular, on such a switch, the method is applied to each injection Fifo, however, maintaining the condition that a remote get for a pacing submessage cannot be issued until the check in step 616 is satisfied.
In another embodiment, there may be multiple token_byte counters. Suppose there are k such counters token_byte_counter(1), . . . , token_byte_counter(k) and multiple max submessage sizes max_size(1), . . . , max_size(k). In one aspect of this embodiment, there may be a control register in the DMA specifying for each injection Fifo, which token_byte_counter(i) should be used for all remote gets using that Fifo. All max_sizes, that is 1 to k may be initialized to a positive value and the max_size(i) is less than the corresponding initial value of token_byte_counter(i). In another aspect of this embodiment, the remote get message descriptor may include the index id i specifying token_byte count(i) and max_size(i) to be used. In both aspects of the embodiment, step 614 becomes S min (max_size(i), R) and step 316 becomes wait until S<=token_byte_count(i). In addition, the resulting put packets may also specify the index i so that the correct token_byte counter is incremented when the put packets return to the node.
Yet in another embodiment, it may be left up to the software to divide the remote get into sub remote gets and assemble the sub remote get packets. In this embodiment, hardware paces the sub remote get packets by monitoring the token_byte counter and sends a sub remote get when the token_byte counter is greater than equal to message length specified in the put descriptor of the sub remote get. The hardware increments the token_byte counter when a put packet is received and decrements the token_byte counter when a sub remote get packet is sent.
The embodiments described above are illustrative examples and it should not be construed that the present invention is limited to these particular embodiments. For example, while some of the memory structure were shown and described in terms of fifo, any other queuing or structuring mechanism may be used. Thus, various changes and modifications may be effected by one skilled in the art without departing from the spirit or scope of the invention as defined in the appended claims.
The present invention is related to the following commonly-owned, co-pending United States patent applications filed on even date herewith, the entire contents and disclosure of each of which is expressly incorporated by reference herein as if fully set forth herein. U.S. patent application Serial No. (YOR920070268US1 (21189)), for “A SHARED PERFORMANCE MONITOR IN A MULTIPROCESSOR SYSTEM”; U.S. patent application Ser. No. (YOR920070293US1 (21233)), for “OPTIMIZED COLLECTIVES USING A DMA ON A PARALLEL COMPUTER”; U.S. patent application Ser. No. (YOR920070295US1 (21232)), for “DMA SHARED BYTE COUNTERS IN A PARALLEL COMPUTER”; U.S. patent application Ser. No. (YOR920070297US1 (21208)), for “MULTIPLE NODE REMOTE MESSAGING”; U.S. patent application Ser. No. (YOR920070298US1 (21209)), for “A METHOD AND APPARATUS OF PREFETCHING STREAMS OF VARYING PREFETCH DEPTH”; U.S. patent application Ser. No. (YOR920070299US1 (21212)), for “PROGRAMMABLE PARTITIONING FOR HIGH-PERFORMANCE COHERENCE DOMAINS IN A MULTIPROCESSOR SYSTEM”; U.S. patent application Ser. No. (YOR920070300US1 (21211)), for “METHOD AND APPARATUS FOR SINGLE-STEPPING COHERENCE EVENTS IN A MULTIPROCESSOR SYSTEM UNDER SOFTWARE CONTROL”; U.S. patent application Ser. No. (YOR920070301US1 (21210)), for “INSERTION OF COHERENCE EVENTS INTO A MULTIPROCESSOR COHERENCE PROTOCOL”; U.S. patent application Ser. No. (YOR920070302US1 (21216), for “METHOD AND APPARATUS TO DEBUG AN INTEGRATED CIRCUIT CHIP VIA SYNCHRONOUS CLOCK STOP AND SCAN”; U.S. patent application Ser. No. (YOR920070303US1 (21236)), for “DMA ENGINE FOR REPEATING COMMUNICATION PATTERNS”; U.S. patent application Ser. No. (YOR920070304US1 (21239)), for “METHOD AND APPARATUS FOR A CHOOSE-TWO MULTI-QUEUE ARBITER”; U.S. patent application Ser. No. (YOR920070305US1 (21238)), for “METHOD AND APPARATUS FOR EFFICIENTLY TRACKING QUEUE ENTRIES RELATIVE TO A TIMESTAMP”; U.S. patent application Ser. No. (YOR920070307US1 (21245)), for “BAD DATA PACKET CAPTURE DEVICE”; U.S. patent application Ser. No. (YOR920070321US1 (21256)), for “EXTENDED WRITE COMBINING USING A WRITE CONTINUATION HINT FLAG”; U.S. patent application Ser. No. (YOR920070322US1 (21255)), for “A SYSTEM AND METHOD FOR PROGRAMMABLE BANK SELECTION FOR BANKED MEMORY SUBSYSTEMS”; U.S. patent application Ser. No. (YOR920070323US1 (21246)), for “AN ULTRASCALABLE PETAFLOP PARALLEL SUPERCOMPUTER”; U.S. patent application Ser. No. (YOR920070324US1 (21264)), for “SDRAM DDR DATA EYE MONITOR METHOD AND APPARATUS”; U.S. patent application Ser. No. (YOR920070337US1 (21281)), for “A CONFIGURABLE MEMORY SYSTEM AND METHOD FOR PROVIDING ATOMIC COUNTING OPERATIONS IN A MEMORY DEVICE”; U.S. patent application Ser. No. (YOR920070338US1 (21293)), for “ERROR CORRECTING CODE WITH CHIP KILL CAPABILITY AND POWER SAVING ENHANCEMENT”; U.S. patent application Serial No. (YOR920070339US1 (21292)), for “STATIC POWER REDUCTION FOR MIDPOINT-TERMINATED BUSSES”; U.S. patent application Ser. No. (YOR920070340US1 (21295)), for “COMBINED GROUP ECC PROTECTION AND SUBGROUP PARITY PROTECTION”; U.S. patent application Ser. No. (YOR920070355US1 (21299)), for “A MECHANISM TO SUPPORT GENERIC COLLECTIVE COMMUNICATION ACROSS A VARIETY OF PROGRAMMING MODELS”; U.S. patent application Ser. No. (YOR920070356US1 (21263)), for “MESSAGE PASSING WITH A LIMITED NUMBER OF DMA BYTE COUNTERS”; U.S. patent application Serial No. (YOR920070357US1 (21312)), for “ASYNCRONOUS BROADCAST FOR ORDERED DELIVERY BETWEEN COMPUTE NODES IN A PARALLEL COMPUTING SYSTEM WHERE PACKET HEADER SPACE IS LIMITED”; and U.S. patent application Ser. No. (YOR920070371US1 (21335)), for “POWER THROTTLING OF COLLECTIONS OF COMPUTING ELEMENTS”.
This invention was made with Government support under Contract. No. B554331 awarded by Department of Energy. The Government has certain rights in this invention.