JPH0458646A - Buffer management system - Google Patents

Buffer management system

Info

Publication number
JPH0458646A
JPH0458646A JP2168403A JP16840390A JPH0458646A JP H0458646 A JPH0458646 A JP H0458646A JP 2168403 A JP2168403 A JP 2168403A JP 16840390 A JP16840390 A JP 16840390A JP H0458646 A JPH0458646 A JP H0458646A
Authority
JP
Japan
Prior art keywords
buffer memory
packet
data
read
read address
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
JP2168403A
Other languages
Japanese (ja)
Inventor
Kazuyuki Tanaka
和幸 田中
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 JP2168403A priority Critical patent/JPH0458646A/en
Publication of JPH0458646A publication Critical patent/JPH0458646A/en
Pending legal-status Critical Current

Links

Landscapes

  • Communication Control (AREA)

Abstract

PURPOSE:To improve the data transfer efficiency of a communication equipment by devising a buffer memory to be able to store a new reception data even when the buffer memory overflows. CONSTITUTION:When it is discriminated that a transmission reception buffer memory 3a overflows, a read address pointed out by a read pointer 17 is revised from a head address of an oldest packet awaiting processing into a head address of a succeeding packet. The revision processing is executed by adding a data length of an oldest packet awaiting processing to the read address. The oldest packet is aborted while not being read by a CPU 5. Since an idle area is formed by the oldest packet in the transmission reception buffer memory 3a, even when the transmission reception buffer memory 3a overflows, a new reception packet is written in the idle area.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) この発明はバッファ管理方式に関し、特にデータ転送を
行う通信装置内に設けられる論理リングバッファの管理
方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial Application Field) The present invention relates to a buffer management system, and particularly to a management system for a logical ring buffer provided in a communication device that transfers data.

(従来の技術) 一般に、ローカルエリアネットワーク間のデータ転送を
行うブリッジ装置等の通信装置においては、送受信デー
タを蓄積するために論理リングバッファが設けられてい
る。この論理リングバッファにおいては、データの書き
込み/読み出しがその先頭格納位置から最終格納位置の
順で繰り返し実行され、最終格納位置までデータが格納
されると、その後のデータは再び先頭格納位置から順次
格納される。
(Prior Art) Generally, a communication device such as a bridge device that transfers data between local area networks is provided with a logical ring buffer to store transmitted and received data. In this logical ring buffer, data is written/read repeatedly from the first storage position to the final storage position, and once the data has been stored to the final storage position, subsequent data is stored sequentially from the first storage position again. be done.

このような論理リングバッファをパケットの送受信用バ
ッファとして利用した従来の通信装置を第3図に示す。
FIG. 3 shows a conventional communication device that uses such a logical ring buffer as a buffer for transmitting and receiving packets.

この第3図の通信装置は、2ポートのパケット転送を行
うものであり、第1ボート用の入出力部la、入出力制
御部2a、送受信バッファメモリ3a、トランシーバ4
aと、第2ボート用の入出力部tb。
The communication device shown in FIG. 3 performs two-port packet transfer, and includes an input/output section la, an input/output control section 2a, a transmission/reception buffer memory 3a, and a transceiver 4 for the first boat.
a, and an input/output section tb for the second boat.

入出力制御部2b、送受信バッファメモリ3b1トラン
シーバ4bと、CPU5と、プログラム格納メモリ6と
によって構成されている。
It is composed of an input/output control section 2b, a transmission/reception buffer memory 3b1, a transceiver 4b, a CPU 5, and a program storage memory 6.

この通信装置においては、まず、人出力部Iが第1ボー
トに対応するネットワークからパケットを受信し、入出
力制御部2aによってその受信パケットが送受信バッフ
ァメモリ3aに格納される。この時、入出力制御部2a
からCPU5に割り込み信号が送信され、これによって
パケットを受信したことがCPU5に通知される。
In this communication device, first, the human output unit I receives a packet from the network corresponding to the first boat, and the received packet is stored in the transmission/reception buffer memory 3a by the input/output control unit 2a. At this time, the input/output control section 2a
An interrupt signal is sent to the CPU 5, thereby notifying the CPU 5 that the packet has been received.

CPU5は、送受信バッファメモリ8aに格納されたパ
ケットの転送先を確認し、それが入出力部ibに転送す
べきパケットであった場合には、そのパケットを送受信
バッファメモリ3aから読み出して送受信バッファメモ
リ3bに転送する。そして、そのパケットは、入出力制
御部2bおよび入出力部laを介して第2ボートに対応
するネットワークに送信される。一方、パケットの転送
先がパケットを受信した第1ボートである場合には、C
PU5はそのパケットを廃棄する。
The CPU 5 checks the transfer destination of the packet stored in the transmission/reception buffer memory 8a, and if it is a packet that should be transferred to the input/output section ib, reads the packet from the transmission/reception buffer memory 3a and transfers the packet to the transmission/reception buffer memory. Transfer to 3b. The packet is then transmitted to the network corresponding to the second boat via the input/output control section 2b and the input/output section la. On the other hand, if the destination of the packet is the first boat that received the packet, C
PU5 discards the packet.

このように、CPU5は、バッファメモリ3aに格納さ
れたパケットを読み出してそれを転送先ボートから送出
する処理またはそれを廃棄する処理を行う。しかし、受
信パケットのトラフィック量が増加した場合などには、
CPU5の負荷が重くなり、CPU5による処理待ちパ
ケットがバッファメモリ3aに滞留され、この結果バッ
ファメモリ3aがオーバーフローしてしまう事がある。
In this manner, the CPU 5 reads out the packet stored in the buffer memory 3a and performs processing to send it from the transfer destination boat or processing to discard it. However, if the amount of received packet traffic increases,
The load on the CPU 5 becomes heavy, packets waiting to be processed by the CPU 5 are retained in the buffer memory 3a, and as a result, the buffer memory 3a may overflow.

この場合、新たに受信したパケットは全て廃棄されてし
まう。
In this case, all newly received packets will be discarded.

この様に、従来では、バッファメモリ3aのオーバーフ
ロー状態が発生すると、CPU5によってパケット処理
が実行されてバッファメモリ3aに空き領域が存在する
までの期間、受信したパケットが全て廃棄されてしまう
欠点があった。
As described above, conventional methods have the disadvantage that when an overflow state occurs in the buffer memory 3a, all received packets are discarded until the CPU 5 executes packet processing and there is free space in the buffer memory 3a. Ta.

(発明が解決しようとする課題) 従来では、バッファメモリがオーバーフロー状態になる
と、その後の受信データはバッファメモリに書き込むこ
とができず、全て廃棄されてしまう欠点があった。
(Problems to be Solved by the Invention) Conventionally, there has been a drawback that when the buffer memory overflows, subsequent received data cannot be written to the buffer memory and is all discarded.

この発明はこのような点に鑑みてなされたもので、バッ
ファメモリがオーバーフロー状態になった時でも新たな
受信データをバッファメモリに格納できるようにして、
バッファメモリを利用した通信装置のデータ転送効率を
向上させることができるバッファ管理方式を提供するこ
とを目的とする。
This invention was made in view of these points, and it is possible to store new received data in the buffer memory even when the buffer memory overflows.
An object of the present invention is to provide a buffer management method that can improve the data transfer efficiency of a communication device using a buffer memory.

[発明の構成] (課題を解決するための手段および作用)この発明によ
るバッファ管理方式は、データの書き込み/読み出しが
先頭格納位置から最終格納位置の順で繰り返し実行され
る論理リングバッファメモリと、この論理リングバッフ
ァメモリにデータを書き込むための書き込みアドレスを
示す書き込みアドレス指示手段と、前記論理リングバッ
ファメモリからデータを読み出すための読み出しアドレ
スを示す読み出しアドレス指示手段と、前記書き込みア
ドレスと前記読み出しアドレスとを比較し、その比較結
果に基いて前記論理リングバッファメモリのオーバーフ
ロー状態を検出する検出手段と、この検出手段によって
前記論理リングバッファメモリのオーバーフロー状態が
検出された際、前記論理リングバッファに格納されてい
る最旧データが廃棄されるように前記読み出しアドレス
指示手段の読み出しアドレスの値を更新する手段とを具
備することを特徴とする。
[Structure of the Invention] (Means and Effects for Solving the Problems) A buffer management method according to the present invention includes a logical ring buffer memory in which writing/reading of data is repeatedly executed from a first storage position to a final storage position; write address instruction means for indicating a write address for writing data to the logical ring buffer memory; read address instruction means for indicating a read address for reading data from the logical ring buffer memory; and detecting means for detecting an overflow state of the logical ring buffer memory based on the comparison result; and a detecting means for detecting an overflow state of the logical ring buffer memory based on the comparison result; and means for updating the value of the read address of the read address instruction means so that the oldest data stored in the read address is discarded.

このバッファ管理方式においては、論理リングバッフ7
メモリの最終格納位置までデータが書き込まれた後は再
びその先頭格納位置からデータの書き込みが実行される
ので、論理リングバッファメモリに処理待ちデータが増
えると、書き込みアドレスの値は読み出しアドレスの値
に接近する。
In this buffer management method, the logical ring buffer 7
After data is written to the final storage location in the memory, data is written again from the first storage location, so if the amount of data waiting to be processed increases in the logical ring buffer memory, the value of the write address will change to the value of the read address. approach.

このため、書き込みアドレスと読み出しアドレスを比較
することによって、論理リングバッファメモリの状態つ
まりオーバーフロー状態か否かを検出することができる
。オーバーフロー状態が検出された際には、読み出しア
ドレスの値が更新されるので、その読み出しアドレスに
よって指定されていた処理待ちの最旧データは読み出さ
れないまま廃棄される事になり、論理リングバッファメ
モリに空き領域が作られる。これによって、新たなデー
タをその空き領域に書き込むことができる。
Therefore, by comparing the write address and the read address, it is possible to detect the state of the logical ring buffer memory, that is, whether or not it is in an overflow state. When an overflow condition is detected, the value of the read address is updated, so the oldest data waiting to be processed specified by the read address is discarded without being read, and the logical ring buffer memory Free space will be created. This allows new data to be written into the free space.

(実施例) 以下、図面を参照して、この発明の詳細な説明する。(Example) Hereinafter, the present invention will be described in detail with reference to the drawings.

第1図にはこの発明の一実施例に係わるバッファ管理方
式を実現するための入出力制御部10の構成が示されて
いる。この入出力制御部lOは、第3図に示した通信装
置における第1ポートの入出力制御部2aに対応するも
のであり、論理リングバッファから構成される送受信バ
ッファメモリ3aのデータ入出力を管理する。
FIG. 1 shows the configuration of an input/output control section 10 for realizing a buffer management method according to an embodiment of the present invention. This input/output control unit 1O corresponds to the input/output control unit 2a of the first port in the communication device shown in FIG. do.

この入出力制御部10は、図示のように、送信回路11
.シリアル−パラレル変換回路12、レシーブバイトカ
ウンタ13、送受信FIFO/(ッファ14、バッフ7
コントロール回路15、書き込みポインタ1B、読み出
しポインタ17、およびコンパレータ18を備えている
This input/output control section 10 includes a transmitting circuit 11 as shown in the figure.
.. Serial-parallel conversion circuit 12, receive byte counter 13, transmit/receive FIFO/(buffer 14, buffer 7
It includes a control circuit 15, a write pointer 1B, a read pointer 17, and a comparator 18.

送信回路11は、送受信FIFOバッファ14に一時的
に格納されたパケットを入出力部1aを介してネットワ
ークに送出する。シリアル−パラレル変換回路12は、
入出力部1aを介してネットワークから受信したシリア
ルデータをパラレルデータに変換する。レシーブバイト
カウンタ13は、受信パケットのデータ長をカウントす
る。
The transmitting circuit 11 transmits the packets temporarily stored in the transmitting/receiving FIFO buffer 14 to the network via the input/output unit 1a. The serial-parallel conversion circuit 12 is
Serial data received from the network via the input/output unit 1a is converted into parallel data. The receive byte counter 13 counts the data length of received packets.

送受信FIFOバッフy14には、送受信パケットが一
時的に格納される。バッファコントロール回路15は、
送受信FIFOバッファ14と送受信バッフアメモリ3
a間のデータ転送を制御する。
Transmission and reception packets are temporarily stored in the transmission and reception FIFO buffer y14. The buffer control circuit 15 is
Transmission/reception FIFO buffer 14 and transmission/reception buffer memory 3
control data transfer between a.

書き込みポインタ16は、送受信バッファメモリ3aに
次にパケットを書き込むための書き込みアドレスを示す
。読み出しポインタ17は、送受信バッファメモリ3a
から次のパケットを読み出すための読み出しアドレスを
示すものであり、この読み出しアドレスは第3図のCP
U5によってまだ処理されてない処理待ちパケットのう
ちの最も旧いパケットを示している。
The write pointer 16 indicates the write address for writing the next packet into the transmission/reception buffer memory 3a. The read pointer 17 is connected to the transmitting/receiving buffer memory 3a.
This indicates the read address for reading the next packet from CP in Figure 3.
It shows the oldest packet among the packets waiting to be processed that have not yet been processed by U5.

これら書き込みポインタI6および読み出しポインタ1
7の値は、バッファコントロール回路15によって制御
される。
These write pointer I6 and read pointer 1
The value of 7 is controlled by the buffer control circuit 15.

コンパレータ18は、書き込みポインタ18と読み出し
ポインタ17の値を比較し、その比較結果をバッファコ
ントロール回路15に通知する。すなわち、コンパレー
タ18は、書き込みポインタ16の値が読み出しポイン
タ17の値以上の時に論理“1“レベルの信号を発生し
、書き込みポインタ16の値が読み出しポインタ17の
値よりも小さい時に論理″0“レベルの信号を発生する
Comparator 18 compares the values of write pointer 18 and read pointer 17 and notifies buffer control circuit 15 of the comparison result. That is, the comparator 18 generates a logic "1" level signal when the value of the write pointer 16 is greater than or equal to the value of the read pointer 17, and generates a logic "0" level signal when the value of the write pointer 16 is smaller than the value of the read pointer 17. Generates a level signal.

次に、第2図のフローチャートを参照して、第1図の入
出力制御部10による送受信バッファメモリ3aの管理
動作を説明する。
Next, with reference to the flowchart of FIG. 2, the management operation of the transmission/reception buffer memory 3a by the input/output control section 10 of FIG. 1 will be explained.

入出力部1aによってパケットが受信された場合、シリ
アル−パラレル変換回路12によってそのパケットがシ
リアルデータがらパラレルデータに変換され、そしてレ
シーブバイトカウンタ13によってそのパケットのデー
タ長がカウントされる。シリアル−パラレル変換回路1
2から出力される受信パケットは、そのデータ長を示す
情報が付加された状態で、送受信FIFOバッファ14
に格納される。
When a packet is received by the input/output unit 1a, the serial-parallel conversion circuit 12 converts the packet from serial data to parallel data, and the receive byte counter 13 counts the data length of the packet. Serial-parallel conversion circuit 1
The received packet output from 2 is sent to the transmit/receive FIFO buffer 14 with information indicating its data length added.
is stored in

次いで、送受信FIFOバッファ14から送受信バッフ
ァメモリ3aにパケットが転送され、そのパケットは、
書き込みポインタ16が示す書き込みアドレス(Pl 
)で指定される送受信バッファメモリ3a内の格納位置
に格納される(ステップAI)。
Next, the packet is transferred from the transmitting/receiving FIFO buffer 14 to the transmitting/receiving buffer memory 3a, and the packet is
Write address (Pl) indicated by write pointer 16
) is stored in the storage position in the transmission/reception buffer memory 3a specified by (step AI).

この後、書き込みポインタ16によって示される書き込
みアドレス(PL )の値は、書き込んだパケットのデ
ータ長方だけバッファコントロール回路15によって更
新される。
Thereafter, the value of the write address (PL) indicated by the write pointer 16 is updated by the buffer control circuit 15 by the data length of the written packet.

次に、書き込みポインタ16によって示される書き込み
アドレス(PI )の値と、読み出しポインタ17によ
って示される読み出しアドレス(P2)の値とがコンパ
レータ18によって比較され、書き込みアドレス(Pi
 )の値が読み出しアドレス(P2)の値以上か否かが
バッファコントロール回路15によって判断される(ス
テップA2)もし、送受信バッファメモリ3aの最終格
納位置までパケットが書き込まれると、その後は再びそ
の先頭格納位置からパケットの書き込みが実行されるの
で、送受信バッファメモリ3a内にCPU5の処理待ち
パケットが増えると、書き込みアドレス(PI )の値
は読み出しアドレス(P2)の値に接近し、オーバーフ
ロー状態の時には、書き込みアドレス(pi )は読み
出しアドレス(P2)の値以上になる。
Next, the value of the write address (PI) indicated by the write pointer 16 and the value of the read address (P2) indicated by the read pointer 17 are compared by the comparator 18.
) is greater than or equal to the value of the read address (P2) is determined by the buffer control circuit 15 (step A2). If the packet is written to the final storage position of the transmitting/receiving buffer memory 3a, then the beginning of the packet is written again. Since packet writing is executed from the storage location, as the number of packets waiting for processing by the CPU 5 increases in the transmission/reception buffer memory 3a, the value of the write address (PI) approaches the value of the read address (P2), and in the case of an overflow state, , the write address (pi) is greater than or equal to the read address (P2).

このため、ステップA2においては、書き込みアドレス
(Pl)の値が読み出しアドレス(P2)の値よりも小
さい状態から増加して、読み出しアドレス(P2)の値
以上になった時に、送受信バッファメモリ3aをオーバ
ーフロー状態と判定する。
Therefore, in step A2, when the value of the write address (Pl) increases from a state smaller than the value of the read address (P2) and exceeds the value of the read address (P2), the transmitting/receiving buffer memory 3a is Determine an overflow condition.

このオーバーフロー状態は、コンパレータ18の出力信
号が“0°から“1“に変化することによって認識でき
る。
This overflow condition can be recognized by the output signal of the comparator 18 changing from "0°" to "1".

ステップA2において、送受信バッファメモリ3aがオ
ーバーフロー状態であると判断された場合には、読み出
しポインタI7によって示される読み出しアドレス(P
2)の値は、処理待ちの最旧パケットの先頭アドレスか
ら次のパケット(最旧パケットの次に旧いパケット)の
先頭アドレスに更新される(ステップA3)。この読み
出しアドレス(P2)の更新処理は、読み出しアドレス
(P2)の値に処理待ちの最旧パケットのデータ長(K
)を加算することによって実行される。
In step A2, if it is determined that the transmission/reception buffer memory 3a is in an overflow state, the read address (P
The value of 2) is updated from the start address of the oldest packet waiting to be processed to the start address of the next packet (the next oldest packet after the oldest packet) (step A3). This updating process of the read address (P2) is performed by adding the data length (K) of the oldest packet waiting to be processed to the value of the read address (P2).
) is performed by adding.

このように、読み出しアドレス(P2)が処理待ちの最
旧パケットを示す値から次のパケット(最旧パケットの
次に旧いパケット)を示す値に変更されることによって
、CPU5によって次に読み出されるパケットは最旧パ
ケットの次に旧いパケットとなるので、その最旧パケッ
トはCPU5によって読み出されないまま廃棄される事
になる。このため、送受信バッファメモリ3aに最旧パ
ケットの分だけ空き領域が作られるので、送受信バッフ
ァメモリ3aがオーバーフロー状態になっても新たな受
信パケットをその空き領域に書き込むことができる。
In this way, by changing the read address (P2) from the value indicating the oldest packet waiting to be processed to the value indicating the next packet (the next oldest packet after the oldest packet), the next packet to be read by the CPU 5 is the next oldest packet after the oldest packet, so the oldest packet is discarded without being read by the CPU 5. Therefore, an empty area is created in the transmitting/receiving buffer memory 3a for the oldest packet, so even if the transmitting/receiving buffer memory 3a becomes overflowed, a new received packet can be written into the empty area.

尚、ここでは、書き込みアドレス(PI )が読み出し
アドレス(P2)の値以上になった時に送受信バッファ
メモリ3aをオーバーフロー状態と判定したが、書き込
みアドレス(Pl)の値が読み出しアドレス(P2)に
接近して、その差が所定値以内になった時点で受信バッ
ファメモリ3aをオーバーフロー状態と判定してもよい
In this case, the transmission/reception buffer memory 3a is determined to be in an overflow state when the write address (PI) exceeds the value of the read address (P2), but when the value of the write address (Pl) approaches the read address (P2), Then, when the difference becomes within a predetermined value, it may be determined that the reception buffer memory 3a is in an overflow state.

また、このように送受信バッファメモリ3aのオーバー
フロー時に最旧パケットを廃棄して空き領域を作るバッ
ファ管理方式は、第3図のような2ボートの通信装置に
限らず、さらに多くの入出力ポートを含む通信装置にも
同様にして適用できる。
In addition, this buffer management method that creates free space by discarding the oldest packet when the transmitting/receiving buffer memory 3a overflows is not limited to a two-port communication device as shown in Fig. 3, but can be applied to even more input/output ports. It can be similarly applied to communication devices including the above.

[発明の効果] 以上のように、この発明によれば、バッファメモリがオ
ーバーフロー状態になった時でも新たな受信データをバ
ッファメモリに格納できるようになり、バッファメモリ
を利用した通信装置のデータ転送効率を向上させること
が可能となる。
[Effects of the Invention] As described above, according to the present invention, new received data can be stored in the buffer memory even when the buffer memory overflows, and data transfer in a communication device using the buffer memory is improved. It becomes possible to improve efficiency.

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

第1図はこの発明の一実施例に係わるバッファの管理方
式を実現するための入出力制御装置の構成を示すブロッ
ク図、第2図は第1図に示した入出力制御装置のバッフ
ァ管理動作を説明するフローチャート、第3図は従来の
バッファ管理動作を説明するための図である。 3a・・・送受信バッファメモリ、IO・・・入出力制
御装置、15・・・バッファコントロール回路、16・
・・書き込みポインタ、17・・・読み出しポインタ、
18・・・コンパレータ。 出願人代理人 弁理士 鈴江武彦
FIG. 1 is a block diagram showing the configuration of an input/output control device for realizing a buffer management method according to an embodiment of the present invention, and FIG. 2 is a buffer management operation of the input/output control device shown in FIG. 1. FIG. 3 is a flowchart for explaining the conventional buffer management operation. 3a... Transmission/reception buffer memory, IO... Input/output control device, 15... Buffer control circuit, 16.
...Write pointer, 17...Read pointer,
18... Comparator. Applicant's agent Patent attorney Takehiko Suzue

Claims (1)

【特許請求の範囲】[Claims] データの書き込み/読み出しが先頭格納位置から最終格
納位置の順で繰り返し実行される論理リングバッファメ
モリと、この論理リングバッファメモリにデータを書き
込むための書き込みアドレスを示す書き込みアドレス指
示手段と、前記論理リングバッファメモリからデータを
読み出すための読み出しアドレスを示す読み出しアドレ
ス指示手段と、前記書き込みアドレスと前記読み出しア
ドレスとを比較し、その比較結果に基いて前記論理リン
グバッファメモリのオーバーフロー状態を検出する検出
手段と、この検出手段によって前記論理リングバッファ
メモリのオーバーフロー状態が検出された際、前記論理
リングバッファに格納されている最旧データが廃棄され
るように前記読み出しアドレス指示手段の読み出しアド
レスの値を更新する手段とを具備することを特徴とする
バッファ管理方式。
a logical ring buffer memory in which writing/reading of data is repeatedly executed from a first storage position to a final storage position; a write address indicating means for indicating a write address for writing data to the logical ring buffer memory; read address instruction means for indicating a read address for reading data from the buffer memory; and detection means for comparing the write address and the read address and detecting an overflow state of the logical ring buffer memory based on the comparison result. , when the detection means detects an overflow state of the logical ring buffer memory, the value of the read address of the read address instruction means is updated so that the oldest data stored in the logical ring buffer is discarded. A buffer management method comprising means.
JP2168403A 1990-06-28 1990-06-28 Buffer management system Pending JPH0458646A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2168403A JPH0458646A (en) 1990-06-28 1990-06-28 Buffer management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2168403A JPH0458646A (en) 1990-06-28 1990-06-28 Buffer management system

Publications (1)

Publication Number Publication Date
JPH0458646A true JPH0458646A (en) 1992-02-25

Family

ID=15867478

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2168403A Pending JPH0458646A (en) 1990-06-28 1990-06-28 Buffer management system

Country Status (1)

Country Link
JP (1) JPH0458646A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0685976A2 (en) 1994-06-01 1995-12-06 Nec Corporation Communication data receiver
JPH08331149A (en) * 1995-06-05 1996-12-13 Nec Corp Multiplex atm/stm converter of structured data
GB2325597A (en) * 1997-03-31 1998-11-25 Daewoo Electronics Co Ltd Discarding cells when a buffer overflows
WO2013031695A1 (en) 2011-08-26 2013-03-07 シチズンホールディングス株式会社 Led illumination device
JP2015528223A (en) * 2012-06-18 2015-09-24 クゥアルコム・インコーポレイテッドQualcomm Incorporated Adaptive offset synchronization of data based on ring buffer
WO2017030014A1 (en) * 2015-08-18 2017-02-23 ヤマハ株式会社 Content data reception device, content data delivery system, and content data reception method

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0685976A2 (en) 1994-06-01 1995-12-06 Nec Corporation Communication data receiver
JPH07327038A (en) * 1994-06-01 1995-12-12 Nec Corp Data receiver and buffer management method
US5663948A (en) * 1994-06-01 1997-09-02 Nec Corporation Communication data receiver capable of minimizing the discarding of received data during an overflow
JPH08331149A (en) * 1995-06-05 1996-12-13 Nec Corp Multiplex atm/stm converter of structured data
GB2325597A (en) * 1997-03-31 1998-11-25 Daewoo Electronics Co Ltd Discarding cells when a buffer overflows
WO2013031695A1 (en) 2011-08-26 2013-03-07 シチズンホールディングス株式会社 Led illumination device
JP2015528223A (en) * 2012-06-18 2015-09-24 クゥアルコム・インコーポレイテッドQualcomm Incorporated Adaptive offset synchronization of data based on ring buffer
US9621331B2 (en) 2012-06-18 2017-04-11 Qualcomm Incorporated Adaptive offset synchronization of data based on ring buffers
WO2017030014A1 (en) * 2015-08-18 2017-02-23 ヤマハ株式会社 Content data reception device, content data delivery system, and content data reception method
US10496325B2 (en) 2015-08-18 2019-12-03 Yamaha Corporation Content data receiving device, content data delivery system, and content data receiving method

Similar Documents

Publication Publication Date Title
US5210749A (en) Configuration of srams as logical fifos for transmit and receive of packet data
EP0459757B1 (en) Network adapter
EP0674276B1 (en) A computer system
US5909564A (en) Multi-port ethernet frame switch
US5732286A (en) FIFO based receive packet throttle for receiving long strings of short data packets
EP0797335B1 (en) Network adapter
JP2720957B2 (en) Packet buffer device
KR920004147B1 (en) Operation mode settable lan interconnecting apparatus
US5845085A (en) System for receiving a data stream of serialized data
US6952739B2 (en) Method and device for parameter independent buffer underrun prevention
US20020049874A1 (en) Data processing device used in serial communication system
US6388989B1 (en) Method and apparatus for preventing memory overrun in a data transmission system
US7054962B2 (en) Embedded system having broadcast data storing controller
JPH0458646A (en) Buffer management system
CN111600809B (en) Gigabit single optical port server adapter
US6622183B1 (en) Data transmission buffer having frame counter feedback for re-transmitting aborted data frames
JP3190214B2 (en) Data transmission / reception system
US5790893A (en) Segmented concurrent receive/transfer interface using shared RAM storage
JP3164996B2 (en) Serial data receiving device
US7239640B1 (en) Method and apparatus for controlling ATM streams
EP1347597A2 (en) Embedded system having multiple data receiving channels
JPH10105488A (en) Communication controller
JP2000200175A (en) Data transmission system
JPS6180350A (en) Reception processor
JPH0357334A (en) Data communication control equipment