JP2527066B2 - Reception queue processor - Google Patents

Reception queue processor

Info

Publication number
JP2527066B2
JP2527066B2 JP7206790A JP7206790A JP2527066B2 JP 2527066 B2 JP2527066 B2 JP 2527066B2 JP 7206790 A JP7206790 A JP 7206790A JP 7206790 A JP7206790 A JP 7206790A JP 2527066 B2 JP2527066 B2 JP 2527066B2
Authority
JP
Japan
Prior art keywords
reception
block number
processing
empty
queue
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.)
Expired - Lifetime
Application number
JP7206790A
Other languages
Japanese (ja)
Other versions
JPH03273734A (en
Inventor
昌子 丸山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP7206790A priority Critical patent/JP2527066B2/en
Publication of JPH03273734A publication Critical patent/JPH03273734A/en
Application granted granted Critical
Publication of JP2527066B2 publication Critical patent/JP2527066B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、中央処理装置の処理を分散して行う処理装
置に係わり、特にデータ通信システムの交換装置に実装
される中央処理装置の待ち行列制御を分散化して行う受
信待ち行列処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a processing device for performing distributed processing of a central processing device, and more particularly to a queue of the central processing device mounted in a switching device of a data communication system. The present invention relates to a reception queue processing device for decentralized control.

〔従来の技術〕[Conventional technology]

一般のデータ通信システムでの電子交換機では、複数
の端末などから同一の処理または異なる処理要求が短時
間に多数発生するがそれらの要求を同時に処理すること
はできないので、処理されるまでの間待ち行列を作り順
番がくるのを待ち合わせる必要がある。具体的には、必
要な処理を各々トランザクションに書き込み、待ち行列
に登録するがその処理方式としては、一般に、先着順に
処理を行ういわゆるファーストインファーストアウト
(FIFO)が用いられることが多い。
In an electronic exchange in a general data communication system, a large number of same processing requests or different processing requests are generated from a plurality of terminals in a short time, but these requests cannot be processed at the same time. You need to make a line and wait for the turn. Specifically, necessary processing is written in each transaction and registered in a queue, but as a processing method thereof, so-called first-in-first-out (FIFO) is generally used, which performs processing on a first-come-first-served basis.

従来、この種の受信待ち行列の処理制御は中央処理装
置に実装されるソフトウェアによって行われるようにな
っていた。
Conventionally, processing control of this type of reception queue has been performed by software installed in a central processing unit.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

このように、従来の受信待ち行列処理制御は、中央処
理装置に実装されるソフトウェアによって行われるよう
になっていたので、中央処理装置の負担が大きくなると
いう欠点があった。また、それぞれの処理に要する時間
は中央処理装置の処理能力により決まるが、特に短い時
間に多数のデータが集中して受信されるという過度状態
が発生すると、受信してから待ち行列の引き取り処理が
行われるまでの待ち時間が長くなる。このため、後続の
受信データに抜けが発生するという欠点があった。この
場合、抜けたデータは再送信により回復する手段はある
ものの、これによりデータ転送処理速度が低下すること
となる。また、特に音声あるいは画像データのように、
個々のデータの品質よりも実時間性を重視するデータの
場合、データの抜けは全体としての品質の低下につなが
ることとなる。
As described above, since the conventional reception queue processing control is performed by the software installed in the central processing unit, there is a drawback that the load on the central processing unit becomes heavy. Also, the time required for each processing is determined by the processing capacity of the central processing unit, but if an excessive state occurs in which a large amount of data is concentrated and received especially in a short time, the queue take-up processing is performed after reception. The waiting time until it is done becomes long. For this reason, there is a drawback in that the subsequent received data may be missing. In this case, although there is a means for recovering the lost data by re-transmission, this will reduce the data transfer processing speed. Also, especially for voice or image data,
In the case of data in which the real-time property is more important than the quality of individual data, the loss of data will lead to deterioration of the quality as a whole.

そこで、本発明の目的は、受信データに抜けが生じな
いような待ち行列処理制御を行うことのできる受信待ち
行列処理装置を提供することにある。
Therefore, an object of the present invention is to provide a reception queue processing device capable of performing a queue processing control so as to prevent omission of received data.

〔課題を解決するための手段〕[Means for solving the problem]

請求項1記載の発明では、(i)任意の大きさに分割
されたブロック単位で受信データを格納する受信バッフ
ァメモリのうちの空いているブロックに付された空ブロ
ック番号を待ち行列の形式で順次格納する空ブロック番
号格納手段と、(ii)受信バッファメモリのうち、受信
データの格納に使用され所定の処理を待つブロックの番
号である処理待ブロック番号を待ち行列の形式で順次格
納する処理待ブロック番号格納手段と、(iii)空ブロ
ック番号格納手段に対する空ブロック番号の格納と取り
出しの制御を行う空ブロック番号制御部と、処理待ブロ
ック番号格納手段に対する処理待ブロック番号の格納と
取り出しの制御を行う処理待ブロック番号制御部とから
なる受信処理制御手段とを受信待ち行列処理装置に具備
させる。
In the invention according to claim 1, (i) an empty block number assigned to an empty block of a reception buffer memory for storing received data in block units divided into arbitrary sizes is in the form of a queue. Empty block number storage means for sequentially storing, and (ii) processing for sequentially storing processing waiting block numbers, which are the numbers of blocks used for storing received data and waiting for a predetermined processing, in the reception buffer memory in the form of a queue A waiting block number storage means, (iii) an empty block number control unit for controlling storage and retrieval of an empty block number to and from an empty block number storage means, and a storage waiting block number storage and retrieval to and from the processing waiting block number storage means The reception queue processing device is provided with a reception processing control means including a processing waiting block number control unit for controlling.

そして、請求項1記載の発明では、受信処理制御手段
により空ブロック番号と処理待ブロック番号の格納、取
り出しの制御を行うことにしてその目的を達成すること
とする。
In the invention according to claim 1, the receiving processing control means controls the storage and retrieval of the empty block number and the processing waiting block number to achieve the object.

請求項2記載の発明では、(i)任意の大きさに分割
されたブロック単位で受信データを格納する受信バッフ
ァメモリと、(ii)この受信バッファメモリに格納され
た受信データの処理を行う中央処理装置と、(iii)受
信バッファメモリのブロックのうち空いているブロック
に付されたブロック番号を空ブロック番号として待ち行
列の形式で順次格納する空ブロック番号格納手段と、
(iv)データの受信があったとき空ブロック番号格納手
段から空ブロック番号の取り込みを行う空ブロック番号
取込手段と、(v)受信バッファメモリ内の、空ブロッ
ク番号取込手段により取り込まれた空ブロック番号に対
応するブロックに対し、受信データの転送を行う受信デ
ータ転送手段と、(vi)この受信データ転送手段により
転送された受信データの格納されるブロックの番号であ
る受信データ格納ブロック番号を待ち行列の形式で順次
格納する受信データ格納ブロック番号格納手段と、(vi
i)この受信データ格納ブロック番号格納手段に対する
受信データ格納ブロック番号の格納が終了したとき、中
央処理装置に対し受信データの受信が完了したことを示
す受信完了信号を出力する受信完了信号出力手段とを受
信待ち行列処理装置に具備させる。
In the invention according to claim 2, (i) a reception buffer memory for storing reception data in block units divided into arbitrary sizes, and (ii) a central processing unit for processing the reception data stored in the reception buffer memory. A processing device, and (iii) empty block number storage means for sequentially storing in block form the block numbers assigned to the empty blocks among the blocks of the reception buffer memory as empty block numbers,
(Iv) empty block number fetching means for fetching empty block numbers from the empty block number storage means when data is received; and (v) fetching by empty block number fetching means in the receive buffer memory. Received data transfer means for transferring received data to a block corresponding to an empty block number, and (vi) received data storage block number which is the number of the block in which the received data transferred by this received data transfer means is stored. Means for sequentially storing the received data in the form of a queue, and (vi
i) reception completion signal output means for outputting to the central processing unit a reception completion signal indicating that reception of the reception data is completed when the storage of the reception data storage block number in the reception data storage block number storage means is completed. To the reception queue processing device.

そして、請求項2記載の発明では、受信データを受信
バッファメモリの空ブロックに格納すると共にその該当
するブロックの番号を空ブロック格納手段から取り出し
て受信データ格納ブロック番号格納手段に格納し、その
旨を中央処理装置に通知することにしてその目的を達成
することとする。
According to the second aspect of the present invention, the received data is stored in an empty block of the reception buffer memory, and the corresponding block number is taken out from the empty block storage means and stored in the received data storage block number storage means. To the central processing unit to achieve that purpose.

〔実施例〕〔Example〕

以下実施例につき本発明を詳細に説明する。 The present invention will be described in detail below with reference to examples.

第1図は本発明の一実施例における受信待ち行列処理
装置を表わしたものである。この装置には、中央処理装
置(以下CPUと呼ぶ。)11が備えられ、ローカルバス12
を介してメインバス13に接続されている。このメインバ
ス13には、受信データを格納する受信バッファメモリ15
と受信処理の制御を行う受信処理制御部16とが、それぞ
れローカルバス17、18を介して接続されている。この受
信処理制御部16からは、受信完了通知信号19が出力さ
れ、CPU11に入力されるようになっている。
FIG. 1 shows a reception queue processing device according to an embodiment of the present invention. This device includes a central processing unit (hereinafter referred to as CPU) 11 and a local bus 12
Is connected to the main bus 13 via. This main bus 13 has a reception buffer memory 15 for storing reception data.
And a reception processing control unit 16 for controlling reception processing are connected via local buses 17 and 18, respectively. A reception completion notification signal 19 is output from the reception processing control unit 16 and input to the CPU 11.

メインバス13は受信インタフェイス部21内のアドレス
制御部22にも接続されており、これを介して受信データ
23が入力されるようになっている。この受信インタフェ
イス部21には受信待ち行列24および空受信バッファ待ち
行列25が設けられ、アドレス制御部22に接続されると共
に、ローカルバス27により受信処理制御部16に接続され
ている。これらの受信待ち行列24および空受信バッファ
待ち行列25は、先入れ先出し(FIFO)メモリにより構成
されている。
The main bus 13 is also connected to the address control unit 22 in the reception interface unit 21, and the received data is transmitted via this.
23 is entered. The reception interface unit 21 is provided with a reception queue 24 and an empty reception buffer queue 25, which are connected to the address control unit 22 and the local bus 27 to the reception processing control unit 16. The reception queue 24 and the empty reception buffer queue 25 are constituted by a first-in first-out (FIFO) memory.

また、空受信バッファ待ち行列25には割込信号出力部
26が接続され、受信処理制御部16に受信割込信号28を送
出するようになっている。
The empty reception buffer queue 25 has an interrupt signal output unit.
26 is connected, and a reception interrupt signal 28 is sent to the reception processing control unit 16.

第2図は第1図の受信バッファメモリ15の内部構成を
表わしたものである。この受信バッファメモリ15は、任
意のバッファサイズからなるn個のブロックに分割さ
れ、それぞれのブロックに付された番号を基にブロック
単位で扱われるようになっている。これらのブロック番
号は、受信インタフェイス21内の受信待ち行列24および
空受信バッファ待ち行列25におけるキューイング情報と
して使用される。すなわち、空いているブロックの番号
である空ブロック番号は順次空受信バッファ待ち行列25
に格納され、また、受信データが格納されCPU11(第1
図)による処理を待つブロックの番号である処理待ちブ
ロック番号は受信待ち行列24に順次格納される。ここで
は、受信バッファメモリ15内のn個のブロックは、先頭
のブロック0から末尾のブロックnまでシーケンシャル
に使用され、ブロックnの次はブロック0に戻るものと
する。
FIG. 2 shows the internal structure of the reception buffer memory 15 of FIG. The reception buffer memory 15 is divided into n blocks having an arbitrary buffer size, and is handled in block units based on the numbers given to the blocks. These block numbers are used as queuing information in the reception queue 24 and the empty reception buffer queue 25 in the reception interface 21. That is, the empty block numbers, which are the numbers of empty blocks, are sequentially stored in the empty reception buffer queue 25.
And the received data is stored in the CPU 11 (first
Processing waiting block numbers, which are the numbers of blocks waiting for processing according to the drawing), are sequentially stored in the reception queue 24. Here, it is assumed that the n blocks in the reception buffer memory 15 are used sequentially from the first block 0 to the last block n, and the block n is returned to the block 0.

以上のような構成の受信待ち行列処理装置の動作を説
明する。
The operation of the reception queue processing device having the above configuration will be described.

第3図は、初期状態における受信待ち行列24および空
受信バッファ待ち行列25の内容を表わしたものである。
この図に示すように、初期状態においては受信バッファ
メモリ15(第1図)のすべてのブロックが空き状態であ
るので、空受信バッファ待ち行列25には“O"から“n"ま
でのブロック番号が格納されている。また、このとき、
受信待ち行列24にはブロック番号は全く格納されていな
い。
FIG. 3 shows the contents of the reception queue 24 and the empty reception buffer queue 25 in the initial state.
As shown in this figure, in the initial state, all blocks in the receive buffer memory 15 (Fig. 1) are empty, so the empty receive buffer queue 25 has block numbers from "O" to "n". Is stored. At this time,
No block number is stored in the reception queue 24.

この状態で、受信データ23が受信インタフェイス部21
に入力されると、アドレス制御部22は空受信バッファ待
ち行列25に格納されている空ブロック番号のうち最先の
ものを取り込み、これを基に受信バッファメモリ15の対
応するブロックのアドレスを算出する。そして、受信デ
ータ23はメインバス13を介して受信バッファメモリ15の
該当するブロックに転送され格納される。このとき、ア
ドレス制御部22に取り込まれた空ブロック番号は受信待
ち行列24にも格納される。ここでは、第4図に示すよう
に、空受信バッファ待ち行列25の先頭の空ブロック番号
“O"が受信待ち行列24の先頭に格納されることとなる。
これを検知した割込信号出力部26は受信処理制御部16に
対し受信割込信号28を送出する。
In this state, the received data 23 is received by the receiving interface unit 21.
The address control unit 22 fetches the first empty block number stored in the empty reception buffer queue 25 and calculates the address of the corresponding block of the reception buffer memory 15 based on this. To do. Then, the received data 23 is transferred to and stored in the corresponding block of the receive buffer memory 15 via the main bus 13. At this time, the empty block number fetched by the address controller 22 is also stored in the reception queue 24. Here, as shown in FIG. 4, the empty block number “O” at the head of the empty reception buffer queue 25 is stored at the head of the reception queue 24.
Upon detecting this, the interrupt signal output unit 26 sends a reception interrupt signal 28 to the reception processing control unit 16.

これを受けた受信処理制御部16では、予め設定された
一連の処理を行う。すなわち、ローカルバス27を介して
受信待ち行列24から処理待ちのブロック番号を取り込む
と共に、空受信バッファ待ち行列25に対し新たな空ブロ
ック番号を補充する。ここではブロック番号“O"が取り
込まれるが、新たな空ブロック番号の補充は行われな
い。この後、割込信号出力部26からの受信割込信号28の
リセットを行うと共に、CPU11に対し受信完了通知信号1
9を送出する。
Receiving this, the reception processing control unit 16 performs a series of preset processes. That is, the block number waiting to be processed is fetched from the reception queue 24 via the local bus 27, and a new empty block number is replenished to the empty reception buffer queue 25. Here, the block number "O" is fetched, but a new empty block number is not replenished. After that, the reception interrupt signal 28 from the interrupt signal output unit 26 is reset and the CPU 11 receives the reception completion notification signal 1
Sends 9.

第5図は、受信バッファメモリ15のブロック0からブ
ロック4までの受信処理が行われた時点における受信待
ち行列24および空受信バッファ待ち行列25の内容を表わ
したものである。この図に示すように、ブロック0およ
びブロック1についてはCPU11による処理が終了して空
ブロックとなっているので、これらのブロック番号が空
受信バッファ待ち行列25に新たに格納されている。ま
た、ブロック2〜ブロック4のブロック番号は受信待ち
行列24に格納されており、CPU11による処理待ちの状態
を示している。
FIG. 5 shows the contents of the reception queue 24 and the empty reception buffer queue 25 at the time when the reception processing from block 0 to block 4 of the reception buffer memory 15 is performed. As shown in this figure, since the processing by the CPU 11 has finished for blocks 0 and 1 and have become empty blocks, these block numbers are newly stored in the empty reception buffer queue 25. Further, the block numbers of blocks 2 to 4 are stored in the reception queue 24, and indicate the state of waiting for processing by the CPU 11.

このようにして、本実施例では、受信データを受信バ
ッファメモリに格納する順序制御を受信インタフェイス
部と受信処理制御部により行うので、CPUは単に受信完
了通知を受けたのちに所定の処理を行うだけでよいこと
となる。
In this way, in the present embodiment, the order control for storing the received data in the reception buffer memory is performed by the reception interface section and the reception processing control section, so that the CPU simply executes the predetermined processing after receiving the reception completion notification. All you have to do is do it.

〔発明の効果〕〔The invention's effect〕

以上説明したように、本発明によれば受信データを受
信バッファメモリに格納する順序制御を中央処理装置と
独立したハードウェアにより行うこととしたので、短い
時間にデータの受信が集中するような過度状態において
も、待ち行列の処理を実時間的に行うことができるの
で、従来問題となっていた受信データの抜けが発生する
ことがないという効果がある。
As described above, according to the present invention, the order control for storing the reception data in the reception buffer memory is performed by the hardware independent of the central processing unit, so that the reception of data is concentrated in a short time. Even in the state, the processing of the queue can be performed in real time, so that there is an effect that the loss of received data, which has been a problem in the past, does not occur.

また、従来中央処理装置に依存していたソフトウェア
処理を行わないので、中央処理装置の負担を軽減するこ
とができるという効果もある。
Further, since the software processing which has conventionally depended on the central processing unit is not performed, there is an effect that the load on the central processing unit can be reduced.

【図面の簡単な説明】[Brief description of drawings]

図面は本発明の一実施例を説明するためのもので、この
うち第1図は受信待ち行列処理装置を示すブロック図、
第2図は第1図の受信バッファメモリの内部を示す説明
図、第3図は初期状態における受信待ち行列および空受
信バッファ待ち行列の状態を示す説明図、第4図は最初
のブロックに受信処理を行った時点における受信待ち行
列および空受信バッファ待ち行列の状態を示す説明図、
第5図はブロック0〜ブロック4に対して受信処理を行
った時点における受信待ち行列および空受信バッファ待
ち行列の状態を示す説明図である。 11……CPU、15……受信バッファメモリ、16……受信処
理制御部、21……受信インタェイス部、22……アドレス
制御部、24……受信待ち行列、25……空受信バッファ待
ち行列、26……割込信号出力部。
The drawings are for explaining one embodiment of the present invention, in which FIG. 1 is a block diagram showing a reception queue processing device,
FIG. 2 is an explanatory view showing the inside of the reception buffer memory of FIG. 1, FIG. 3 is an explanatory view showing the states of the reception queue and the empty reception buffer queue in the initial state, and FIG. 4 is the first block. Explanatory diagram showing the state of the reception queue and empty reception buffer queue at the time of performing the process,
FIG. 5 is an explanatory diagram showing the states of the reception queue and the empty reception buffer queue at the time when the reception processing is performed for blocks 0 to 4. 11 ... CPU, 15 ... Reception buffer memory, 16 ... Reception processing control section, 21 ... Reception interface section, 22 ... Address control section, 24 ... Reception queue, 25 ... Empty reception buffer queue, 26 …… Interrupt signal output section.

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】任意の大きさに分割されたブロック単位で
受信データを格納する受信バッファメモリのうちの空い
ているブロックに付された空ブロック番号を待ち行列の
形式で順次格納する空ブロック番号格納手段と、 前記受信バッファメモリのうち、受信データの格納に使
用され所定の処理を待つブロックの番号である処理待ブ
ロック番号を待ち行列の形式で順次格納する処理待ブロ
ック番号格納手段と、 前記空ブロック番号格納手段に対する前記空ブロック番
号の格納と取り出しの制御を行う空ブロック番号制御部
と、前記処理待ブロック番号格納手段に対する前記処理
待ブロック番号の格納と取り出しの制御を行う処理待ブ
ロック番号制御部とからなる受信処理制御手段 とを具備することを特徴とする受信待ち行列処理装置。
1. An empty block number for sequentially storing, in the form of a queue, empty block numbers assigned to empty blocks in a receive buffer memory that stores received data in blocks divided into arbitrary sizes. Storage means, processing wait block number storage means for sequentially storing, in the form of a queue, processing wait block numbers, which are numbers of blocks used to store received data and waiting for predetermined processing, in the reception buffer memory; An empty block number control unit for controlling storage and retrieval of the empty block number in the empty block number storage unit, and a processing waiting block number for controlling storage and retrieval of the processing waiting block number in the processing waiting block number storage unit A reception queue processing device, comprising: a reception processing control means including a control unit.
【請求項2】任意の大きさに分割されたブロック単位で
受信データを格納する受信バッファメモリと、 この受信バッファメモリに格納された受信データの処理
を行う中央処理装置と、 前記受信バッファメモリのブロックのうち空いているブ
ロックに付されたブロック番号を空ブロック番号として
待ち行列の形で順次格納する空きブロック番号格納手段
と、 データの受信があったとき前記空ブロック番号格納手段
から空ブロック番号の取り込みを行う空ブロック番号取
込手段と、 前記受信バッファメモリ内の、前記空ブロック番号取込
手段により取り込まれた空ブロック番号に対応するブロ
ックに対し、前記受信データの転送を行う受信データ転
送手段と、 この受信データ転送手段により転送された受信データの
格納されるブロックの番号である受信データ格納ブロッ
ク番号を待ち行列の形式で順次格納する受信データ格納
ブロック番号格納手段と、 この受信データ格納ブロック番号格納手段に対し前記受
信データ格納ブロック番号の格納が終了したとき、前記
中央処理装置に対し前記受信データの受信が完了したこ
とを示す受信完了信号を出力する受信完了信号出力手段 とを具備することを特徴とする受信待ち行列処理装置。
2. A reception buffer memory for storing reception data in block units divided into arbitrary sizes, a central processing unit for processing the reception data stored in the reception buffer memory, and the reception buffer memory An empty block number storage means for sequentially storing in the form of a queue the block number given to an empty block among the blocks as an empty block number, and an empty block number from the empty block number storage means when data is received. And a received data transfer for transferring the received data to a block in the reception buffer memory corresponding to an empty block number acquired by the empty block number acquisition means. Means and the block number in which the received data transferred by this received data transfer means is stored Reception data storage block number storage means for sequentially storing a reception data storage block number in the form of a queue, and the central processing when the storage of the reception data storage block number in the reception data storage block number storage means is completed. A reception completion signal output means for outputting a reception completion signal indicating that the reception of the reception data has been completed to the device, the reception queue processing device.
JP7206790A 1990-03-23 1990-03-23 Reception queue processor Expired - Lifetime JP2527066B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7206790A JP2527066B2 (en) 1990-03-23 1990-03-23 Reception queue processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7206790A JP2527066B2 (en) 1990-03-23 1990-03-23 Reception queue processor

Publications (2)

Publication Number Publication Date
JPH03273734A JPH03273734A (en) 1991-12-04
JP2527066B2 true JP2527066B2 (en) 1996-08-21

Family

ID=13478682

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7206790A Expired - Lifetime JP2527066B2 (en) 1990-03-23 1990-03-23 Reception queue processor

Country Status (1)

Country Link
JP (1) JP2527066B2 (en)

Also Published As

Publication number Publication date
JPH03273734A (en) 1991-12-04

Similar Documents

Publication Publication Date Title
US5557744A (en) Multiprocessor system including a transfer queue and an interrupt processing unit for controlling data transfer between a plurality of processors
US6564271B2 (en) Method and apparatus for automatically transferring I/O blocks between a host system and a host adapter
EP0420236A2 (en) Arrangement and method of controlling memory access requests in digital data processing system
JPH0793216A (en) Cache memory controller
JPS5897944A (en) Data transfer system among microprocessors
US5222219A (en) Pipeline computer system having write order preservation
US5944788A (en) Message transfer system and control method for multiple sending and receiving modules in a network supporting hardware and software emulated modules
US5999969A (en) Interrupt handling system for message transfers in network having mixed hardware and software emulated modules
JP2527066B2 (en) Reception queue processor
JPS6359042A (en) Communication interface equipment
JPH0696007A (en) Dma transfer system
JPH03127154A (en) Transfer control system
JP2731761B2 (en) Network control device
JPH02310649A (en) Reception frame transfer system and communication controller
JP2961542B2 (en) Data processing system
JPH06334705A (en) Communication controller
JP2856709B2 (en) Bus coupling system
JPH0713881A (en) Communication processor
JPH0235541A (en) Control system for main storage device
JPH0685154B2 (en) Intermediate buffer control method
JPH07319823A (en) Inter-processor communication system
JPS6151256A (en) Receiving data transfer control system
JPS62192844A (en) Dma control circuit
JPS6356737B2 (en)
JPH0273747A (en) Circuit controlling exchange processing waiting queue with priority