JP2003152813A - Data transmission apparatus - Google Patents

Data transmission apparatus

Info

Publication number
JP2003152813A
JP2003152813A JP2001350425A JP2001350425A JP2003152813A JP 2003152813 A JP2003152813 A JP 2003152813A JP 2001350425 A JP2001350425 A JP 2001350425A JP 2001350425 A JP2001350425 A JP 2001350425A JP 2003152813 A JP2003152813 A JP 2003152813A
Authority
JP
Japan
Prior art keywords
data
queue
reception
received data
received
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.)
Pending
Application number
JP2001350425A
Other languages
Japanese (ja)
Inventor
Fumihiko Okaniwa
庭 文 彦 岡
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2001350425A priority Critical patent/JP2003152813A/en
Publication of JP2003152813A publication Critical patent/JP2003152813A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a data transmission apparatus that can apply queuing to received data in good order and complete reception processing without demanding complicated processing to a succeeding apparatus. SOLUTION: The data transmission apparatus is provided with: a storage device (3) to store received data when receiving data sent from a transmission station and gives the received data (100) to the succeeding apparatus (2); a plurality of queues (4A, 4B) that queue the received data, a plurality of queue pointers (51) that indicates the queued pointer address to the succeeding apparatus; a notice means (52) that informs the succeeding apparatus about the reception of the received data; a reply reception means (53) that receives a signal of indicating the completion of the received data by the succeeding apparatus; and a queue control means (54) that controls the queues.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、送信局より送信さ
れたデータを受信し、次装置に受信データを受け渡すデ
ータ伝送装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transmission device which receives data transmitted from a transmission station and transfers the received data to a next device.

【0002】[0002]

【従来の技術】図4はこの種の従来のデータ伝送装置の
概略構成を示すブロック図であり、図5はこのデータ伝
送装置のキュー構造を示すブロック図である。これら各
図において、データ伝送装置1は図示を省略した送信局
に対する受信局の機能を有し、送信局より送信されたデ
ータを受信データ100として受信し、次装置2に受け
渡すものである。このデータ伝送装置1はデータ記憶装
置3、キュー4及びキュー制御装置5を備え、受信デー
タ100を記憶装置3に記憶させ、さらに、次装置2と
の間で、データの受信通知及び受信完了応答を授受し
て、次装置2が記憶装置3に記憶された受信データを順
次受信するようになっている。
2. Description of the Related Art FIG. 4 is a block diagram showing a schematic configuration of a conventional data transmission apparatus of this type, and FIG. 5 is a block diagram showing a queue structure of this data transmission apparatus. In each of these drawings, the data transmission device 1 has a function of a reception station for a transmission station (not shown), receives data transmitted from the transmission station as reception data 100, and transfers it to the next device 2. The data transmission device 1 includes a data storage device 3, a queue 4, and a queue control device 5, stores received data 100 in the storage device 3, and further, with the next device 2, a data reception notification and a reception completion response. Is transmitted and received, and the next device 2 sequentially receives the reception data stored in the storage device 3.

【0003】ここで、キュー4を介して記憶装置3に記
憶するに際して、キュー制御装置5のキューポインタ5
0は次に受信データ100を記憶するべき受信バッファ
に対応する受信ディスクリプタのアドレスを指し示す。
すなわち、図5に示すように、受信ディスクリプタ61
を指し示すことによって受信バッファ31に受信データ
が格納され、続いて、受信ディスクリプタ62を指し示
すことによって受信バッファ32に受信データが格納さ
れた後は、次にデータを格納すべき受信バッフア33に
対応する受信ディスクリプタ63を指し示すこととな
る。
Here, when storing in the storage device 3 via the queue 4, the queue pointer 5 of the queue control device 5
0 indicates the address of the reception descriptor corresponding to the reception buffer in which the reception data 100 should be stored next.
That is, as shown in FIG. 5, the reception descriptor 61
The reception data is stored in the reception buffer 31 by pointing to, and the reception data is stored in the reception buffer 32 by pointing to the reception descriptor 62. Then, the reception data corresponds to the reception buffer 33 in which data is to be stored next. It indicates the reception descriptor 63.

【0004】従って、受信データ100を連続して受信
する場合、1つの受信データが受信バッファに格納され
ると、前の受信ディスクリプタ内の「次ポインタアドレ
ス」が現受信ディスクリプタのアドレスに書き換えられ
る。このようにして、次々と1本のキューの中で、受信
ディスクリプタがチェインしていく。
Therefore, when receiving the reception data 100 continuously, when one reception data is stored in the reception buffer, the "next pointer address" in the previous reception descriptor is rewritten to the address of the current reception descriptor. In this way, the reception descriptors chain in one queue one after another.

【0005】[0005]

【発明が解決しようとする課題】上述した従来のデータ
伝送装置にあっては、次装置2が次に処理するべき受信
データのキューポインタを記憶している必要がある。こ
れは、キューが1本であり、キューポインタは次に受信
するための記憶装置の受信バッファのアドレスを指し示
しているためである。このために、次装置2の受信処理
の複雑化が避けられなかった。
In the above-mentioned conventional data transmission apparatus, the next apparatus 2 needs to store the queue pointer of the reception data to be processed next. This is because there is one queue and the queue pointer points to the address of the receive buffer of the storage device for the next reception. Therefore, the reception process of the next device 2 is inevitably complicated.

【0006】本発明は、上記の課題を解決するためにな
されたもので、受信データに対するキューイングが整然
と行われ、かつ、次装置に複雑な処理を要求することな
く、受信処理を完了することを可能にするデータ伝送装
置を提供することを目的とする。
The present invention has been made in order to solve the above-mentioned problems, in which queuing of received data is performed in an orderly manner, and the receiving process is completed without requiring a complicated process to the next device. It is an object of the present invention to provide a data transmission device that enables the above.

【0007】[0007]

【課題を解決するための手段】本発明に係るデータ伝送
装置は、例えば、2本のキューを用意してキューポイン
タを2つ以上持たせ、初めの受信データは1本目のキュ
ーに入れ、次装置にこのキューポインタを知らせると共
に、次装置がこの受信データを処理しきれないうちに、
次の受信データを受信した場合、2本目のキューに次々
とキューイングする一方、次装置が1本目のキューの受
信データを処理し終わると、2本目のキューポインタを
次装置に通知し、さらにその後に、受信データを受信し
た場合には1本目のキューにキューイングするように制
御するものである。
A data transmission apparatus according to the present invention, for example, prepares two queues to have two or more queue pointers, puts the first received data in the first queue, and While notifying the device of this queue pointer, and before the next device can process this received data,
When the next received data is received, the data is queued in the second queue one after another, and when the next device finishes processing the received data of the first queue, the second queue pointer is notified to the next device, and After that, when the received data is received, it is controlled so as to be queued in the first queue.

【0008】そこで、請求項1に係る発明は、送信局よ
り送信されたデータを受信し、次装置に受信データを受
け渡すデータ伝送装置において、受信データを記憶する
ための記憶装置と、受信データをキューイングする複数
本のキューと、キューイングされた受信ディスクリプタ
のアドレスを示す複数のキューポインタと、受信データ
を受信したとき、次装置が処理を行っていないキューに
受信データを格納するキュー制御手段と、受信データを
次装置が処理し終わった完了信号を次装置から受け取る
応答受信手段と、完了信号を受信したとき、受信データ
が格納されたキューのキューポインタを次装置に通知す
る通知手段と、を備えたことを特徴とする。
Therefore, in the invention according to claim 1, in a data transmission device that receives data transmitted from a transmitting station and transfers the received data to a next device, a storage device for storing the received data, and a received data Queue control that queues multiple queues, multiple queue pointers that indicate the addresses of queued receive descriptors, and queue control that stores received data in a queue that is not processed by the next device when received data is received Means, a response receiving means for receiving a completion signal from the next device when the next device has processed the received data, and a notifying means for notifying the next device of the queue pointer of the queue storing the received data when the completion signal is received. And are provided.

【0009】請求項2に係る発明は、請求項1に記載の
データ伝送装置において、次装置がネットワーク間を中
継する中継装置であることを特徴とする。
The invention according to claim 2 is the data transmission device according to claim 1, characterized in that the next device is a relay device for relaying between networks.

【0010】請求項3に係る発明は、請求項1に記載の
データ伝送装置において、次装置が受信処理部として機
能するステーション装置であることを特徴とする。
According to a third aspect of the present invention, in the data transmission apparatus according to the first aspect, the next device is a station device that functions as a reception processing unit.

【0011】[0011]

【発明の実施の形態】以下、本発明を図面に示す好適な
実施形態に基づいて詳細に説明する。図1は本発明に係
るデータ伝送装置の概略構成を示すブロック図である。
同図において、データ伝送装置1Aは、受信データを記
憶するための記憶装置3と、受信データ100をキュー
イングするキュー4A及び4Bと、キューイングしたポ
インタアドレスを次装置2に示す複数のキューポインタ
51、受信データ100を受信したことを次装置2に通
知する通知手段52、及び、次装置2がキュー4A及び
4Bの受信データを処理し終わった信号を受け取る応答
受信手段5、キュー4A及び4Bを制御するキュー制御
手段54を含んでなるキュー制御装置5Aとを備えてい
る。
BEST MODE FOR CARRYING OUT THE INVENTION The present invention will now be described in detail based on the preferred embodiments shown in the drawings. FIG. 1 is a block diagram showing a schematic configuration of a data transmission device according to the present invention.
In the figure, the data transmission device 1A includes a storage device 3 for storing received data, queues 4A and 4B for queuing the received data 100, and a plurality of queue pointers indicating the queued pointer addresses to the next device 2. 51, notification means 52 for notifying the next device 2 that the reception data 100 has been received, and response reception means 5, queues 4A and 4B for receiving a signal that the next device 2 has processed the reception data of the queues 4A and 4B. And a queue control device 5A including a queue control means 54 for controlling the.

【0012】上記のように構成された本実施形態の動作
について、キューポインタ51、キュー4A及び4B及
び記憶装置3の間の関係、すなわち、キュー構造を示す
図2、並びに、受信ディスクリプタの構造を示す図3を
も参照して以下に説明する。
Regarding the operation of this embodiment configured as described above, the relationship among the queue pointer 51, the queues 4A and 4B, and the storage device 3, that is, FIG. 2 showing the queue structure, and the structure of the reception descriptor are shown. It will be described below also with reference to FIG.

【0013】先ず、受信データ100がデータ伝送装置
1Aによって受信された場合、キュー制御手段54はキ
ュー4A及びキュー4Bのうち、いずれか動作していな
い一方、例えばキュー4Aに受信データを格納する。こ
のとき、図2に示すように、キューポインタ511は受
信バッファ31に対応する受信ディスクリプタ61のア
ドレスを指し示し、これによって受信データは受信バッ
ファ31に格納される。さらに、キューポインタ511
は、受信バッファ31を管理する受信ディスクリプタ6
1のビジーフラグ611にビジービットをセットする。
このビジービットは受信ディスクリプタ61が管理して
いる受信バッファ31に受信データが格納されているこ
とを示す。
First, when the received data 100 is received by the data transmission device 1A, the queue control means 54 stores the received data in the queue 4A, for example, while one of the queues 4A and 4B is not operating. At this time, as shown in FIG. 2, the queue pointer 511 points to the address of the reception descriptor 61 corresponding to the reception buffer 31, whereby the reception data is stored in the reception buffer 31. Furthermore, the queue pointer 511
Is a reception descriptor 6 that manages the reception buffer 31.
The busy bit is set in the busy flag 611 of 1.
This busy bit indicates that the received data is stored in the receiving buffer 31 managed by the receiving descriptor 61.

【0014】次に、受信バッファ31に対する受信デー
タの格納が完了すると、通知手段52は次装置2に対し
て受信通知を発報すると同時に、格納された受信ディス
クリプタ61のアドレスをキューポインタとして受け渡
す。
Next, when the storage of the received data in the reception buffer 31 is completed, the notification means 52 issues a reception notification to the next device 2 and, at the same time, transfers the stored address of the reception descriptor 61 as a queue pointer. .

【0015】次装置2は、このキューポインタでアドレ
スされている受信ディスクリプタを調査し、ビジーフラ
グ611にビジービットがセットされている受信ディス
クリプタ61が指し示している受信バッファ31内のデ
ータを受け取る。次装置2はデータの受け取りを完了す
ると、そのビジービットをリセットし、次ポインタアド
レス612を調査する。次ポインタアドレス612の値
が自分のアドレスを指している場合は、そこでキューイ
ングを終了する。その後、応答受信手段53に完了応答
を返す。
The next device 2 examines the reception descriptor addressed by this queue pointer, and receives the data in the reception buffer 31 pointed to by the reception descriptor 61 having the busy bit set in the busy flag 611. When the next device 2 completes receiving the data, it resets its busy bit and looks up the next pointer address 612. If the value of the next pointer address 612 points to its own address, the queuing ends there. After that, a completion response is returned to the response receiving means 53.

【0016】受信データ100が単発で受信された場合
には上記のように動作する。これに対して、受信データ
100が連続的に受信される場合には、下記のように動
作する。
When the received data 100 is received by one shot, the operation is performed as described above. On the other hand, when the reception data 100 is continuously received, it operates as follows.

【0017】先ず、受信データ100がデータ伝送装置
1Aによって受信された場合、キュー制御手段54はキ
ュー4A及びキュー4Bのうち、いずれか動作していな
い一方、例えばキュー4Aに受信データを格納する。こ
のとき、キューポインタ511は受信バッファ31に対
応する受信ディスクリプタ61のアドレスを指し示し、
これによって受信データは受信バッファ31に格納され
る。さらに、キューポインタ511は、受信バッファ3
1を管理する受信ディスクリプタ61のビジーフラグ6
11にビジービットをセットする。このビジービットは
受信ディスクリプタ61が管理している受信バッファ3
1に受信データが格納されていることを示す。
First, when the reception data 100 is received by the data transmission device 1A, the queue control means 54 stores the reception data in the queue 4A, for example, while one of the queues 4A and 4B is not operating. At this time, the queue pointer 511 points to the address of the reception descriptor 61 corresponding to the reception buffer 31,
As a result, the received data is stored in the reception buffer 31. In addition, the queue pointer 511 is
Busy flag 6 of the reception descriptor 61 that manages 1
Set the busy bit to 11. This busy bit is the reception buffer 3 managed by the reception descriptor 61.
1 indicates that the received data is stored.

【0018】次に、受信バッファ31に対する受信デー
タの格納が完了すると、通知手段52は次装置2に対し
て受信通知を発報すると同時に、格納された受信ディス
クリプタ61のアドレスをキューポインタとして受け渡
す。
Next, when the storage of the received data in the reception buffer 31 is completed, the notification means 52 issues a reception notification to the next device 2 and, at the same time, transfers the stored address of the reception descriptor 61 as a queue pointer. .

【0019】このとき、次装置2が受信データの処理を
完了する前に、受信データ100が受信されたとする
と、キュー制御手段54は、動作していない(次装置2
が受信データの処理を行っていない。)キュー4Bに受
信データを格納する。このとき、キューポインタ512
は受信バッファ32に対応する受信ディスクリプタ62
のアドレスを指し示し、これによって受信データは受信
バッファ32に格納される。さらに、キューポインタ5
12は受信バッファ32を管理する受信ディスクリプタ
62のビジーフラグ611にビジービットをセットす
る。
At this time, if the received data 100 is received before the next device 2 completes the processing of the received data, the queue control means 54 is not operating (the next device 2).
Is not processing the received data. ) Store the received data in the queue 4B. At this time, the queue pointer 512
Is a reception descriptor 62 corresponding to the reception buffer 32.
The received data is stored in the reception buffer 32. In addition, the queue pointer 5
12 sets the busy bit in the busy flag 611 of the reception descriptor 62 that manages the reception buffer 32.

【0020】さらに、受信データが受信された場合に
は、上述したと同様にして、キュー4Bに受信データを
格納する。このとき、キューポインタ512は受信バッ
ファ33に対応する受信ディスクリプタ63のアドレス
を指し示し、これによって受信データは受信バッファ3
3に格納される。さらに、キューポインタ512は受信
バッファ33を管理する受信ディスクリプタ63のビジ
ーフラグ611にビジービットをセットする。その後、
前の受信ディスクリプタ62内の次ポインタアドレス6
12の値を次の受信ディスクリプタ63のアドレスに切
り換えることによりキューイングを行う。その後に受信
データ100が受信された場合も、同様な動作を行い、
キュー4Bに次々とチェインしてゆく。
Further, when the received data is received, the received data is stored in the queue 4B in the same manner as described above. At this time, the queue pointer 512 points to the address of the reception descriptor 63 corresponding to the reception buffer 33, so that the reception data is received.
3 is stored. Further, the queue pointer 512 sets the busy bit in the busy flag 611 of the reception descriptor 63 that manages the reception buffer 33. afterwards,
Next pointer address 6 in the previous reception descriptor 62
Queuing is performed by switching the value of 12 to the address of the next reception descriptor 63. When the received data 100 is received after that, the same operation is performed,
Chain to Cue 4B one after another.

【0021】ここで、次装置2がキュー4Aを介して受
信バッファ31に格納された受信データに対する処理を
完了し、完了応答を応答受信手段53に伝えると、キュ
ー4Bにキューが溜まっているため、通知手段52が次
装置2に対して受信通知を発報すると同時に、格納され
た受信ディスクリプタ62のアドレスをキューポインタ
として受け渡す。
Here, when the next device 2 completes the processing on the reception data stored in the reception buffer 31 via the queue 4A and sends the completion response to the response receiving means 53, the queue is accumulated in the queue 4B. At the same time that the notification means 52 issues a reception notification to the next device 2, the stored address of the reception descriptor 62 is transferred as a queue pointer.

【0022】そこで、次装置2は、このキューポインタ
でアドレスされている受信ディスクリプタを調査し、ビ
ジーフラグ611にビジービットがセットされている受
信ディスクリプタ62が指し示している受信バッファ3
1内のデータを受け取る。次装置2はデータの受け取り
を完了すると、そのビジービットをリセットし、次ポイ
ンタアドレス612を調査する。次ポインタアドレス6
12の値が自分のアドレスを指している場合は、そこで
キューを終了する。その後、応答受信手段53に完了応
答を返す。
Therefore, the next device 2 examines the reception descriptor addressed by this queue pointer, and the reception buffer 3 indicated by the reception descriptor 62 in which the busy flag is set in the busy flag 611.
Receive the data in 1. When the next device 2 completes receiving the data, it resets its busy bit and looks up the next pointer address 612. Next pointer address 6
If the value of 12 points to your address, the queue ends there. After that, a completion response is returned to the response receiving means 53.

【0023】完了応答が応答受信手段53に返される前
に、さらに、受信データ100が受信された場合には、
今度は、キュー4Aにキューイングされて、上述したと
同様な動作が繰り返される。
If the received data 100 is further received before the completion response is returned to the response receiving means 53,
This time, it is queued in the queue 4A and the same operation as described above is repeated.

【0024】かくして、本実施形態によれば、受信デー
タに対するキューイングが整然と行われ、かつ、次装置
に複雑な処理を要求することなく、受信処理を完了する
ことが可能となる。
Thus, according to the present embodiment, the queuing of the received data is performed in an orderly manner, and the receiving process can be completed without requesting a complicated process to the next device.

【0025】なお、上記実施形態では、次装置2が記憶
装置3にアクセスして受信データを受信処理した段階で
完了応答をキュー制御装置5Aに返したが、次装置2が
ブリッジあるいはルータと呼ばれ、送信局として機能す
る中継装置である場合には、通知手段52から受信通知
が発報された段階で伝送路に対して受信データを送信
し、受信ディスクリプタにキューイングされている受信
データを全て送信し終わった段階で、応答受信手段53
に完了応答を返すようにすれば良い。
In the above embodiment, the completion response is returned to the queue control device 5A when the next device 2 accesses the storage device 3 and receives the received data, but the next device 2 is called a bridge or router. In the case of a relay device functioning as a transmission station, the reception data is transmitted to the transmission line when the reception notification is issued from the notification unit 52, and the reception data queued in the reception descriptor is transferred. At the stage when all the information has been transmitted, the response receiving means 53
The completion response should be returned to.

【0026】また、次装置2が受信処理部として機能す
るステーション装置である場合には、通知手段52から
受信通知が発報された段階で、受信処理部がホスト機
器、すなわち、ステーション装置に接続されている機器
に対して受信データを転送し、受信ディスクリプタにキ
ューイングされている受信データを全て転送し終わった
段階で、応答受信手段53に完了応答を返すようにすれ
ば良い。
When the next device 2 is a station device that functions as a reception processing unit, the reception processing unit is connected to the host device, that is, the station device when the reception notification is issued from the notification unit 52. The reception data may be transferred to the specified device, and the completion response may be returned to the response receiving means 53 at the stage when all the reception data queued in the reception descriptor have been transferred.

【0027】なおまた、上記実施形態では2本のキュー
4A,4Bを設けて交互にキューイングする構成とした
が、3本以上のキューを設けてこれらのキューを順次交
互にキューイングするように構成することもできる。
Further, in the above embodiment, two queues 4A and 4B are provided to alternately queue, but three or more queues are provided so that these queues are sequentially queued alternately. It can also be configured.

【0028】[0028]

【発明の効果】以上の説明によって明らかなように、本
発明によれば、受信データに対するキューイングが整然
と行われ、かつ、次装置に複雑な処理を要求することな
く、受信処理を完了することを可能にするデータ伝送装
置を提供することができる。
As is apparent from the above description, according to the present invention, queuing of received data is performed in an orderly manner, and the receiving process can be completed without requiring a complicated process to the next device. It is possible to provide a data transmission device that enables the above.

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

【図1】本発明に係るデータ伝送装置の一実施形態の概
略構成を示すブロック図。
FIG. 1 is a block diagram showing a schematic configuration of an embodiment of a data transmission device according to the present invention.

【図2】図1に示した実施形態の動作を説明するため
に、キュー構造を示した図。
FIG. 2 is a diagram showing a queue structure for explaining the operation of the embodiment shown in FIG.

【図3】図1に示した実施形態の動作を説明するため
に、ディスクリプタの構造を示した図。
FIG. 3 is a diagram showing the structure of a descriptor for explaining the operation of the embodiment shown in FIG.

【図4】従来のデータ伝送装置の概略構成を示すブロッ
ク図。
FIG. 4 is a block diagram showing a schematic configuration of a conventional data transmission device.

【図5】図4に示したデータ伝送装置の動作説明するた
めに、キュー構造を示した図。
5 is a diagram showing a queue structure for explaining the operation of the data transmission device shown in FIG.

【符号の説明】[Explanation of symbols]

1A データ伝送装置 2 次装置 3 記憶装置 4A,4B キュー 5A キュー制御装置 51 キューポインタ 52 通知手段 53 応答受信手段 54 キュー制御手段 1A data transmission device Secondary device 3 storage devices 4A, 4B cue 5A queue control device 51 cue pointer 52 notification means 53 Response receiving means 54 queue control means

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】送信局より送信されたデータを受信し、次
装置に受信データを受け渡すデータ伝送装置において、 受信データを記憶するための記憶装置と、 前記受信データをキューイングする複数本のキューと、 キューイングされた受信ディスクリプタのアドレスを示
す複数のキューポインタと、 前記受信データを受信したとき、前記次装置が処理を行
っていないキューに受信データを格納するキュー制御手
段と、 前記受信データを前記次装置が処理し終わった完了信号
を前記次装置から受け取る応答受信手段と、 前記完了信号を受信したとき、前記受信データが格納さ
れたキューのキューポインタを前記次装置に通知する通
知手段と、 を備えたことを特徴とするデータ伝送装置。
1. A data transmission device that receives data transmitted from a transmission station and transfers the received data to a next device, a storage device for storing the received data, and a plurality of storage devices for queuing the received data. A queue; a plurality of queue pointers indicating the addresses of queued reception descriptors; queue control means for storing the received data in a queue which is not processed by the next device when the received data is received; Response receiving means for receiving a completion signal from the next device that the data has been processed by the next device, and a notification for notifying the next device of a queue pointer of a queue storing the received data when the completion signal is received A data transmission device comprising:
【請求項2】前記次装置がネットワーク間を中継する中
継装置であることを特徴とする請求項1に記載のデータ
伝送装置。
2. The data transmission device according to claim 1, wherein the next device is a relay device that relays between networks.
【請求項3】前記次装置が受信処理部として機能するス
テーション装置であることを特徴とする請求項1に記載
のデータ伝送装置。
3. The data transmission device according to claim 1, wherein the next device is a station device that functions as a reception processing unit.
JP2001350425A 2001-11-15 2001-11-15 Data transmission apparatus Pending JP2003152813A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001350425A JP2003152813A (en) 2001-11-15 2001-11-15 Data transmission apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001350425A JP2003152813A (en) 2001-11-15 2001-11-15 Data transmission apparatus

Publications (1)

Publication Number Publication Date
JP2003152813A true JP2003152813A (en) 2003-05-23

Family

ID=19162931

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001350425A Pending JP2003152813A (en) 2001-11-15 2001-11-15 Data transmission apparatus

Country Status (1)

Country Link
JP (1) JP2003152813A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1311350C (en) * 2004-04-30 2007-04-18 华为技术有限公司 Method for triggering queue management by sending events in communication queue management

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1311350C (en) * 2004-04-30 2007-04-18 华为技术有限公司 Method for triggering queue management by sending events in communication queue management

Similar Documents

Publication Publication Date Title
KR100334922B1 (en) Efficient output-request packet switch and method
EP0753817B1 (en) Method and apparatus for data communication
USRE44151E1 (en) Switching ethernet controller
CN106980582B (en) Data processing method and device
JPH07319787A (en) Message processing method and processing node
JPH07262152A (en) Computer system
JPH0824320B2 (en) Method and device for buffer chaining in communication control device
USRE39026E1 (en) Bus protocol
CN114900469B (en) Method, system, equipment and medium for controlling data flow of multi host network card
JP2003152813A (en) Data transmission apparatus
JPH09331370A (en) Data communication equipment
JPH09224066A (en) Communication protocol parallel processor
JP2697588B2 (en) Communication task management method
JP3360727B2 (en) Packet transfer system and packet transfer method using the same
JP2002164924A (en) Packet processing unit
JPH09269936A (en) Remote reading processing method and device therefor
JP3099325B2 (en) Crossbar switch device and control method therefor
JP2004318315A (en) Data communication unit
JP3033764B1 (en) Radio base station controller and method
JPH11146019A (en) Data transfer device
JP2001043198A (en) Inter-system communication control system
JP2002215567A (en) Usb controller
JPH031633A (en) Transmission/reception buffer management system for packet switching circuit
JPS6165649A (en) Communication control system
JPH02211564A (en) Interruption circuit address informing system