JPH11215140A - Common buffer type asynchronous transfer mode switch - Google Patents

Common buffer type asynchronous transfer mode switch

Info

Publication number
JPH11215140A
JPH11215140A JP1241798A JP1241798A JPH11215140A JP H11215140 A JPH11215140 A JP H11215140A JP 1241798 A JP1241798 A JP 1241798A JP 1241798 A JP1241798 A JP 1241798A JP H11215140 A JPH11215140 A JP H11215140A
Authority
JP
Japan
Prior art keywords
address
address information
cell
queue
common buffer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP1241798A
Other languages
Japanese (ja)
Other versions
JP2933904B2 (en
Inventor
Yasutaka Saito
泰孝 斉藤
Yasuhito Sasaki
康仁 佐々木
Hideaki Yamanaka
秀昭 山中
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP1241798A priority Critical patent/JP2933904B2/en
Publication of JPH11215140A publication Critical patent/JPH11215140A/en
Application granted granted Critical
Publication of JP2933904B2 publication Critical patent/JP2933904B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an ATM(asynchronous transfer mode) switch which can prevent the scale increase of a device as much as possible when the device handles large-capacity information. SOLUTION: The addresses of a common buffer 3 are managed in the unit of group and the address group numbers are held and queued by means of a vacant address pool 11 and an address queue 12. A write control section 13 assigns a vacant address to a newly inputted cell when the vacant address exists in the last address group of the address queue 12. When no vacant address exists in the address group, the control section 13 assigns one address in an address group number read out from the address pool 11 to the newly inputted cell and registers the address group number in the address queue 12 corresponding to the destination of the cell. A readout control section 14 returns the leading address group in the queue 12 to the address pool 11 when the addresses in the address group become vacant after the cells corresponding to the addresses in the address group are sent out.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は共通バッファ形AT
M(Asynchronous Transfer M
ode:非同期転送モード)スイッチ、特にスイッチの
小規模化に関する。
The present invention relates to a common buffer type AT.
M (Asynchronous Transfer M)
mode: Asynchronous transfer mode).

【0002】[0002]

【従来の技術】図15は、従来の共通バッファ形ATM
スイッチの概略的なブロック構成図である。この共通バ
ッファ形ATMスイッチは、マルチプレクサ(MUX)
1、デマルチプレクサ(DMUX)2、共通バッファ
3、アドレスプール4、アドレスキュー5、書込み制御
部6及び読出し制御部7を有している。マルチプレクサ
1は、複数の入線から送られてくるセルを受け付けて書
込み制御部6からの指示に従い共通バッファ3の所定の
アドレスに書き込む。なお、セルは、固定長であり、転
送するデータの他に宛先を特定する情報等を含むヘッダ
を含んでいる。デマルチプレクサ2は、読出し制御部7
からの指示に従い共通バッファ3の所定のアドレスから
セルを読み出して所定の宛先(出線)から出力する。共
通バッファ3は、入線から入力され、宛先毎に設けられ
た出線から出力されるセルを一時蓄積する。アドレスプ
ール4は、共通バッファ3の中でまだセルが蓄積されて
いないアドレスを保持する。なお、図15において丸印
で示しているのは、アドレスそのものを表すアドレス情
報である。アドレスキュー5は、共通バッファ3におい
てセルが格納されているアドレスを宛先別にFIFO
(先入れ先出し)動作で保持する。書込み制御部6は、
セルの宛先をセルヘッダから解析し、また、一時蓄積す
るための共通バッファ3の空きアドレスを割り当てる。
読出し制御部7は、アドレスキュー5から読み出したア
ドレスに従い共通バッファ3からセルを取り出して所定
の宛先に送出するための指示をする。
2. Description of the Related Art FIG. 15 shows a conventional common buffer type ATM.
FIG. 3 is a schematic block configuration diagram of a switch. This common buffer type ATM switch uses a multiplexer (MUX).
1, a demultiplexer (DMUX) 2, a common buffer 3, an address pool 4, an address queue 5, a write control unit 6, and a read control unit 7. The multiplexer 1 receives cells sent from a plurality of incoming lines and writes the cells to a predetermined address of the common buffer 3 according to an instruction from the write control unit 6. Each cell has a fixed length and includes a header including information for specifying a destination in addition to data to be transferred. The demultiplexer 2 includes a read control unit 7
The cell is read from a predetermined address of the common buffer 3 in accordance with the instruction from and output from a predetermined destination (outgoing line). The common buffer 3 temporarily stores cells input from an incoming line and output from an outgoing line provided for each destination. The address pool 4 holds addresses in the common buffer 3 for which cells have not yet been stored. In FIG. 15, circles indicate address information indicating the addresses themselves. The address queue 5 stores an address at which a cell is stored in the common buffer 3 for each destination on a FIFO basis.
(First in first out) operation. The writing control unit 6
The destination of the cell is analyzed from the cell header, and an empty address in the common buffer 3 for temporarily storing the destination is allocated.
The read control unit 7 issues an instruction to take out a cell from the common buffer 3 according to the address read from the address queue 5 and send it to a predetermined destination.

【0003】次に、従来の共通バッファ形ATMスイッ
チのセルを受け取るときの動作とセルを送出するときの
動作について説明する。まず、セルを受け取るときの動
作についてから説明する。この動作は、書込み制御部6
によって実行制御される。
Next, the operation of the conventional common buffer type ATM switch when receiving cells and the operation when transmitting cells will be described. First, the operation when receiving a cell will be described. This operation is performed by the write control unit 6
The execution is controlled by

【0004】書込み制御部6は、マルチプレクサ1にい
ずれかの入線からセルが入力されてくると、そのセルが
有効か無効か、また有効の場合は宛先をセルヘッダから
判定する。有効なセルの場合、空きアドレスプール4か
らセルを格納するアドレスを獲得し、入力されたセルを
共通バッファ3のそのアドレスに書き込むようにマルチ
プレクサ1に指示をする。これにより、セルは、共通バ
ッファ3に一時蓄積される。また、書込み制御部6は、
これと同時にそのセルの宛先に対応したアドレスキュー
5の一番後ろにキューイングする。
When a cell is input to the multiplexer 1 from one of the input lines, the write control unit 6 determines whether the cell is valid or invalid, and if valid, determines the destination from the cell header. In the case of a valid cell, an address for storing the cell is obtained from the free address pool 4 and the multiplexer 1 is instructed to write the input cell to that address in the common buffer 3. As a result, the cells are temporarily stored in the common buffer 3. In addition, the writing control unit 6
At the same time, it is queued at the back of the address queue 5 corresponding to the destination of the cell.

【0005】次に、セルを送出するときの動作について
説明する。この動作は、読出し制御部7によって実行制
御される。
Next, an operation when transmitting a cell will be described. This operation is controlled by the read control unit 7.

【0006】読出し制御部7は、読み出したい出線(宛
先)に対応したアドレスキュー5の先頭にあるアドレス
を読み出して、そのアドレスに示される共通バッファ3
のアドレスからセルを読み出して対応する出線から出力
する。このとき、セルが読み出されたアドレスは未使用
になるので、読出し制御部7は、そのアドレスを空きア
ドレスプール4に戻す。
The read control unit 7 reads an address at the head of the address queue 5 corresponding to an outgoing line (destination) to be read, and reads the common buffer 3 indicated by the address.
And read out the cell from the corresponding outgoing line. At this time, since the address from which the cell has been read becomes unused, the read control unit 7 returns the address to the free address pool 4.

【0007】従来の共通バッファ形ATMスイッチは、
以上のように動作することで、セルをセルヘッダに示さ
れた宛先(出線)へ出力することによってセル交換をす
ることができるが、ATMスイッチとして確実に機能す
るためには、次の容量の空きアドレスプール4及びアド
レスキュー5が必要となる。
A conventional common buffer type ATM switch is:
By operating as described above, cells can be exchanged by outputting cells to the destination (outgoing line) indicated in the cell header. However, in order to function reliably as an ATM switch, the following capacity is required. An empty address pool 4 and an address queue 5 are required.

【0008】まず、空きアドレスプール4は、共通バッ
ファ3の全アドレスを保持できる容量が必要である。ま
た、アドレスキュー5は、ある特定の出線(宛先)に集
中する場合を考えると1出線当り共通バッファ3の全ア
ドレスを保持できる容量が必要となる。すなわち、トー
タルではその出線数倍の容量が必要になる。例えば、共
通バッファ3が1Kのセルを蓄積できて、出線数が8の
共通バッファ形ATMスイッチを考えると、空きアドレ
スプール4は1Kアドレス、アドレスキュー5は1K×
8=8Kアドレスの容量が必要となる。
First, the free address pool 4 needs a capacity capable of holding all addresses of the common buffer 3. Considering a case where the address queue 5 is concentrated on a specific outgoing line (destination), a capacity that can hold all addresses of the common buffer 3 per outgoing line is required. In other words, a total capacity of the number of output lines is required. For example, considering a common buffer type ATM switch in which the common buffer 3 can store 1K cells and the number of output lines is 8, the free address pool 4 has 1K addresses, and the address queue 5 has 1K ×
A capacity of 8 = 8K addresses is required.

【0009】[0009]

【発明が解決しようとする課題】従来においては、ある
程度速度が一定レートの通信への対応を考えていたの
で、ATMスイッチのバッファ容量が比較的少ない設計
でよかったが、近年、インタネットの増加等に伴って、
バースト性の高いコンピュータ通信も扱う必要が生じて
きたため、従来のバッファ容量に比べ1桁も2桁も多い
バッファ容量がATMスイッチに要求されている。従っ
て、共通バッファ形ATMスイッチを従来の実現方式そ
のままで実現しようとすると以下の問題が発生する。
In the prior art, it has been considered to cope with communication at a constant rate to some extent, so that a design in which the buffer capacity of the ATM switch is relatively small is sufficient. Accompanied by,
Since it has become necessary to handle computer communication having a high burst property, the ATM switch is required to have a buffer capacity one or two digits larger than that of the conventional buffer capacity. Therefore, if the common buffer type ATM switch is to be realized by the conventional realization method as it is, the following problem occurs.

【0010】前述したように、空きアドレスプールとア
ドレスキューの容量(ハードウェア量)は、共通バッフ
ァの容量に比例して増加することは明らかである。従っ
て、大容量の共通バッファを搭載した共通バッファ形A
TMスイッチには、大容量の空きアドレスプール及びア
ドレスキューが必要となる。このため、ATMスイッチ
のLSI化や小型化のネックになりうる。ここで、どの
くらい必要な容量が増加するかということについて、共
通バッファを1Kセルからその1K倍の1Mセルに増加
させた場合を例にして説明する。なお、出線数を32と
する。
As described above, it is clear that the capacity (hardware capacity) of the free address pool and the address queue increases in proportion to the capacity of the common buffer. Therefore, a common buffer type A equipped with a large-capacity common buffer
The TM switch requires a large capacity free address pool and address queue. For this reason, the ATM switch may become a bottleneck in the implementation of an LSI and miniaturization. Here, how much required capacity increases will be described by taking, as an example, a case where the number of common buffers is increased from 1K cells to 1M cells, which is 1K times as large. Note that the number of outgoing lines is 32.

【0011】まず、1K(セル)空間の1アドレスを表
すのには10bitが必要なので、空きアドレスプール
及びアドレスキューは、それぞれ以下の容量が必要とな
る。
First, since 10 bits are required to represent one address in a 1K (cell) space, the free address pool and the address queue require the following capacities, respectively.

【0012】 空きアドレスプール:10bit×1K=10Kbit アドレスキュー:10bit×1K×32(出線)=3
20Kbit すなわち、共通バッファの容量が1Kセルの場合は、3
30Kbitの容量が空きアドレスプール及びアドレス
キューのために必要となる。
Free address pool: 10 bits × 1 K = 10 K bits Address queue: 10 bits × 1 K × 32 (outgoing lines) = 3
20 Kbits, that is, if the capacity of the common buffer is 1K cells, 3
A 30 Kbit capacity is required for the free address pool and the address queue.

【0013】次に、共通バッファを1Mセルに増加させ
た場合、1M(セル)空間の1アドレスを表すのには2
0bitが必要なので、このときの空きアドレスプール
及びアドレスキューは、それぞれ以下の容量が必要とな
る。
Next, when the number of common buffers is increased to 1M cells, two addresses are required to represent one address in a 1M (cell) space.
Since 0 bits are required, the free address pool and the address queue at this time require the following capacities, respectively.

【0014】 空きアドレスプール:20bit×1M=20Mbit アドレスキュー:20bit×1M×32(出線)=6
40Mbit すなわち、共通バッファの容量が1Mセルの場合は、6
60Mbitの容量が空きアドレスプール及びアドレス
キューのために必要となる。共通バッファの容量が1K
倍したのに対して空きアドレスプール及びアドレスキュ
ーのために必要な容量は2K倍になる。つまり、このよ
うな大容量の情報(アドレス)を記憶するには、大容量
のDRAMが多数必要になるためLSI化、実装、速度
の面で問題が生じる。
Free address pool: 20 bits × 1 M = 20 M bits Address queue: 20 bits × 1 M × 32 (outgoing lines) = 6
40 Mbits, that is, when the capacity of the common buffer is 1 M cells, 6
A capacity of 60 Mbits is required for the free address pool and the address queue. 1K common buffer capacity
The capacity required for the free address pool and the address queue becomes 2K times as much as the capacity. That is, in order to store such large-capacity information (address), a large number of large-capacity DRAMs are required, which causes problems in terms of LSI implementation, mounting, and speed.

【0015】本発明は以上のような問題を解決するため
になされたものであり、その目的は、大容量の情報(ア
ドレス)を扱う場合の装置規模の大型化を極力防止しう
る共通バッファ形非同期転送モードスイッチを提供する
ことにある。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and an object of the present invention is to provide a common buffer type capable of minimizing an increase in the size of a device when handling a large amount of information (address). It is to provide an asynchronous transfer mode switch.

【0016】[0016]

【課題を解決するための手段】以上のような目的を達成
するために、第1の発明に係る共通バッファ形非同期転
送モードスイッチは、宛先毎に設けられた出力回線共通
に設けられた共通バッファの空きアドレス領域に複数の
入力回線のいずれかを介して送られてきたセルを一時保
持する共通バッファ形非同期転送モードスイッチにおい
て、前記共通バッファにおけるアドレス管理をグループ
単位とするものである。
In order to achieve the above object, a common buffer type asynchronous transfer mode switch according to a first aspect of the present invention comprises a common buffer provided common to output lines provided for each destination. In the common buffer type asynchronous transfer mode switch for temporarily storing cells transmitted through any of a plurality of input lines to a vacant address area, address management in the common buffer is performed on a group basis.

【0017】第2の発明に係る共通バッファ形非同期転
送モードスイッチは、入線から入力され、宛先毎に設け
られた出線から出力されるセルを一時蓄積する共通バッ
ファと、セルが蓄積されていない前記共通バッファのア
ドレスに関するアドレス情報を保持するアドレス情報プ
ールと、セルが蓄積されている前記共通バッファのアド
レスに関するアドレス情報を出線別に先入れ先出し方式
で保持するアドレス情報キューと、入線から入力された
セルに基づき前記アドレス情報プールからアドレス情報
を獲得して当該セルを当該アドレス情報により特定され
た前記共通バッファのアドレスに蓄積させるとともに前
記アドレス情報プールから取り出した当該アドレス情報
を当該セルの宛先に対応した前記アドレス情報キューに
登録する書込み制御手段と、セルの送出可能な出線に対
応した前記アドレス情報キューに登録されている先頭の
アドレス情報に基づき前記共通バッファから取り出した
セルを当該出線から出力させるとともに当該アドレス情
報によって管理されているアドレスが全て空きアドレス
となった場合に当該アドレス情報を前記アドレス情報プ
ールに戻す読出し制御手段とを有し、前記書込み制御手
段及び前記読出し制御手段は、前記共通バッファのアド
レス管理を1乃至複数のアドレスにより構成されるグル
ープ単位に行い、各グループに関する情報を前記アドレ
ス情報として扱い、前記アドレス情報キューに登録され
ているアドレス情報により管理されている各アドレスへ
のセル蓄積状況をポインタ情報によって管理するもので
ある。
A common buffer type asynchronous transfer mode switch according to a second aspect of the present invention includes a common buffer for temporarily storing cells input from an input line and output from an output line provided for each destination, and no cells stored therein. An address information pool for holding address information relating to the address of the common buffer; an address information queue for retaining address information relating to the address of the common buffer in which cells are stored for each line in a first-in first-out manner; The address information is obtained from the address information pool, and the cell is stored in the address of the common buffer specified by the address information, and the address information extracted from the address information pool corresponds to the destination of the cell. Write system for registering in the address information queue Means for outputting a cell taken out from the common buffer from the outgoing line based on the first address information registered in the address information queue corresponding to the outgoing line from which the cell can be transmitted, and managed by the address information. Read-out control means for returning the address information to the address information pool when all the available addresses become free addresses, wherein the write control means and the read-out control means perform one or more address management of the common buffer. Is performed for each group constituted by the addresses of the addresses, the information regarding each group is treated as the address information, and the cell accumulation status at each address managed by the address information registered in the address information queue is managed by the pointer information. Is what you do.

【0018】第3の発明に係る共通バッファ形非同期転
送モードスイッチは、第2の発明において、前記書込み
制御手段及び前記読出し制御手段は、前記ポインタ情報
を前記アドレス情報毎に対応させて管理するものであ
る。
According to a third aspect of the present invention, in the common buffer type asynchronous transfer mode switch according to the second aspect, the write control means and the read control means manage the pointer information in association with each of the address information. It is.

【0019】第4の発明に係る共通バッファ形非同期転
送モードスイッチは、第2の発明において、前記書込み
制御手段は、セルが蓄積されていない空きアドレスが前
記各アドレス情報キューに保持されている最後尾のアド
レス情報によって管理されているアドレスの中に存在す
る場合には、当該アドレス情報によって管理されている
空きアドレスにセルを蓄積させていくとともに、当該最
後尾のアドレス情報においてセルが蓄積されているアド
レスの最後尾をライトポインタによって指し示すもので
ある。
According to a fourth aspect of the present invention, in the common buffer type asynchronous transfer mode switch according to the second aspect of the present invention, the write control means includes a step of storing a free address in which no cell is stored in each of the address information queues. If the cell exists in the address managed by the tail address information, the cell is stored in the free address managed by the address information, and the cell is stored in the tail address information. The end of the address is indicated by a write pointer.

【0020】第5の発明に係る共通バッファ形非同期転
送モードスイッチは、第3の発明において、前記読出し
制御手段は、前記各アドレス情報キューに保持されてい
る先頭のアドレス情報によって管理されているアドレス
に蓄積されているセルを順次出力させるとともに、当該
先頭のアドレス情報においてセルが読み出されたアドレ
スの最後尾をリードポインタによって指し示すものであ
る。
According to a fifth aspect of the present invention, in the common buffer type asynchronous transfer mode switch according to the third aspect, the read control means includes an address managed by the first address information held in each of the address information queues. , And sequentially outputs the cells stored in the first address information, and indicates the end of the address from which the cell was read in the start address information by a read pointer.

【0021】第6の発明に係る共通バッファ形非同期転
送モードスイッチは、第2の発明において、前記書込み
制御手段は、前記読出し制御手段によりセルが送出され
たことによって空きアドレスとなった前記アドレス情報
キューに保持されているただ一つのアドレス情報によっ
て管理されているアドレスに新たに入力されたセルを蓄
積するものである。
According to a sixth aspect of the present invention, there is provided the common buffer type asynchronous transfer mode switch according to the second aspect, wherein the write control means comprises the address information which has become a vacant address when a cell is transmitted by the read control means. The newly input cell is stored at an address managed by only one piece of address information held in the queue.

【0022】第7の発明に係る共通バッファ形非同期転
送モードスイッチは、第2の発明において、前記各アド
レス情報キューの使用状況を監視するキュー監視手段を
有し、前記書込み制御手段は、管理するアドレス数が異
なる前記アドレス情報を保持している前記アドレス情報
プールの中から前記各アドレス情報キューの使用状況に
応じて前記各アドレス情報キューに登録するアドレス情
報を獲得するものである。
A common buffer type asynchronous transfer mode switch according to a seventh aspect of the present invention, in the second aspect, further comprises queue monitoring means for monitoring the use status of each of the address information queues, and the write control means performs management. The address information to be registered in each of the address information queues is obtained from the address information pool holding the address information having a different number of addresses according to the use status of each of the address information queues.

【0023】第8の発明に係る共通バッファ形非同期転
送モードスイッチは、第7の発明において、前記キュー
監視手段は、前記各アドレス情報キューのキュー長を監
視しており、前記書込み制御手段は、前記キュー監視手
段が監視しているキュー長に応じて対応する前記アドレ
ス情報キューに登録するアドレス情報を決定するもので
ある。
In a common buffer type asynchronous transfer mode switch according to an eighth invention, in the seventh invention, the queue monitoring means monitors a queue length of each address information queue, and the write control means The address information to be registered in the address information queue corresponding to the queue length monitored by the queue monitoring means is determined.

【0024】第9の発明に係る共通バッファ形非同期転
送モードスイッチは、第2の発明において、前記書込み
制御手段及び前記読出し制御手段は、前記ポインタ情報
を宛先別に保持し、前記読出し制御手段は、セルを送出
したことによって前記アドレス情報キューに登録されて
いる先頭のアドレス情報を前記アドレス情報プールに戻
すかどうかの判定において、当該先頭のアドレス情報に
おいてセルが読み出されたアドレスの最後尾を指し示す
リードポインタと、前記アドレス情報キューに登録され
ている最後尾のアドレス情報においてセルが蓄積されて
いるアドレスの最後尾を指し示すライトポインタの値が
等しい場合には、前記アドレス情報キューに他のアドレ
ス情報が登録されていないときのみ当該アドレス情報を
前記アドレス情報プールに戻すという条件を付加したも
のである。
According to a ninth aspect of the present invention, in the common buffer type asynchronous transfer mode switch according to the second aspect, the write control means and the read control means hold the pointer information for each destination, and the read control means In determining whether to return the first address information registered in the address information queue to the address information pool by transmitting the cell, the first address information indicates the end of the address from which the cell was read in the first address information. When the value of the read pointer is equal to the value of the write pointer indicating the end of the address where the cell is stored in the last address information registered in the address information queue, another address information is stored in the address information queue. The address information is stored only when the address information is not registered. It is obtained by adding a condition of returning to Lumpur.

【0025】第10の発明に係る共通バッファ形非同期
転送モードスイッチは、第2の発明において、前記書込
み制御手段は、入線から入力されたセルが多数宛先用の
同報セルであった場合に単一のアドレスのみを管理対象
とするアドレス情報を前記アドレス情報プールから取り
出して当該セルの宛先に対応した前記各アドレス情報キ
ューに登録するとともに当該同報セルの宛先数を同報セ
ルカウンタに設定し、前記読出し制御手段は、当該同報
セルを送出する度に前記同報セルカウンタを減算し、前
記同報セルカウンタが0になった時点で当該アドレス情
報を前記アドレス情報プールに戻すものである。
According to a tenth aspect of the present invention, there is provided the common buffer type asynchronous transfer mode switch according to the second aspect, wherein the write control means is adapted to perform a single-address transmission when a cell input from the input line is a broadcast cell for a large number of destinations. Address information for which only one address is to be managed is extracted from the address information pool, registered in each of the address information queues corresponding to the destination of the cell, and the number of destinations of the broadcast cell is set in the broadcast cell counter. The read control means decrements the broadcast cell counter each time the broadcast cell is transmitted, and returns the address information to the address information pool when the broadcast cell counter becomes 0. .

【0026】第11の発明に係る共通バッファ形非同期
転送モードスイッチは、第3の発明において、前記書込
み制御手段は、前記アドレス情報プールからアドレス情
報を取り出す際に当該アドレス情報に対応したポインタ
情報を検査するものである。
According to an eleventh aspect of the present invention, in the common buffer type asynchronous transfer mode switch according to the third aspect, the write control means, when extracting address information from the address information pool, stores pointer information corresponding to the address information. It is to be inspected.

【0027】[0027]

【発明の実施の形態】以下、図面に基づいて、本発明の
好適な実施の形態について説明する。
Preferred embodiments of the present invention will be described below with reference to the drawings.

【0028】実施の形態1.図1は、本発明に係る共通
バッファ形ATMスイッチの実施の形態1を示した概略
的なブロック構成図である。この共通バッファ形ATM
スイッチは、マルチプレクサ(MUX)1、デマルチプ
レクサ(DMUX)2、共通バッファ3、空きアドレス
プール11、アドレスキュー12、書込み制御部13、
読出し制御部14及びライト/リードポインタテーブル
15を有している。これらの構成により後述するセル交
換処理を実現するわけであるが、各構成要素の説明をす
る前に本実施の形態における特徴的な技術的思想につい
て説明する。
Embodiment 1 FIG. 1 is a schematic block diagram showing a first embodiment of a common buffer type ATM switch according to the present invention. This common buffer ATM
The switches include a multiplexer (MUX) 1, a demultiplexer (DMUX) 2, a common buffer 3, a free address pool 11, an address queue 12, a write control unit 13,
It has a read control unit 14 and a write / read pointer table 15. With these configurations, a cell exchange process described later is realized. Before describing each component, a characteristic technical idea of the present embodiment will be described.

【0029】書込み制御部及び読出し制御部により共通
バッファのアドレスをアドレスキューにキューイングし
ては空になった(解放された)アドレスを空きアドレス
プールに戻すという手法を採用することについては基本
的に同じである。本実施の形態では、このキューイング
されプールされる対象のアドレスをいくつか集めてグル
ープ単位とするという技術的思想を導入している。すな
わち、従来の共通バッファ形ATMスイッチでは、空き
アドレスプール及びアドレスキューに1つ1つのアドレ
スを保持(キューイング)するようにしていたが、本実
施の形態ではアドレスグループ(番号)を保持するよう
にしたことを特徴としている。つまり、共通バッファに
おけるアドレス管理をアドレス個々ではなくグループ単
位とすることを特徴としている。
Basically, the write control unit and the read control unit queue the addresses of the common buffer in the address queue and then return the emptied (released) addresses to the free address pool. Is the same as In the present embodiment, a technical idea of collecting some queued and pooled target addresses into groups is introduced. That is, in the conventional common buffer type ATM switch, each address is held (queued) in the free address pool and the address queue, but in the present embodiment, the address group (number) is held. It is characterized by having. That is, it is characterized in that the address management in the common buffer is performed not on an individual address basis but on a group basis.

【0030】ここで、図1に基づき本実施の形態におけ
る各構成要素について説明する。
Here, each component in the present embodiment will be described with reference to FIG.

【0031】マルチプレクサ1は、複数の入線から送ら
れてくるセルを受け付けて書込み制御部13からの指示
に従い共通バッファ3の所定のアドレスに書き込む。デ
マルチプレクサ2は、読出し制御部14からの指示に従
い共通バッファ3の所定のアドレスからセルを読み出し
て所定の宛先(出線)から出力する。共通バッファ3
は、入線から入力され、宛先毎に設けられた出線から出
力されるセルを一時蓄積する。以上の構成は従来と同じ
でよい。次に、空きアドレスプール11は、セルが蓄積
されていない共通バッファ3のアドレスに関するアドレ
ス情報すなわちアドレスグループ番号を保持するアドレ
ス情報プールである。機能自身は、従来と同じである
が、保持するアドレス情報がアドレスそのものではなく
アドレスグループ(番号)となる。アドレスキュー12
は、セルが蓄積されている共通バッファ3のアドレスに
関するアドレス情報すなわちアドレスグループ番号を出
線別にFIFO(先入れ先出し)方式で保持するアドレ
ス情報キューである。機能自身は、従来と同じである
が、キューイングするアドレス情報がアドレスそのもの
ではなくアドレスグループ(番号)となる。書込み制御
部13は、入線から入力されたセルのヘッダに基づき空
きアドレスプール11からアドレスグループ番号を獲得
して当該セルを当該アドレスグループにより特定された
共通バッファ3のアドレスに蓄積するようにマルチプレ
クサ1に指示を出す。更に、空きアドレスプール11か
ら取り出した当該アドレスグループ番号を当該セルの宛
先に対応したアドレスキュー12に登録する。読出し制
御部14は、セルの送出可能な出線に対応したアドレス
キュー12に登録されている先頭のアドレスグループ番
号に基づき共通バッファ3から取り出したセルを当該出
線から出力するようにデマルチプレクサ2に指示を出
す。更に、そのアドレスグループに含まれているアドレ
スが全て空になったときにはそのアドレスグループ番号
を空きアドレスプール11に戻す。ライト/リードポイ
ンタテーブル15は、本実施の形態において新たに設け
た構成要素であり、書込み制御部13及び読出し制御部
14それぞれが各アドレスグループ内に含まれている各
アドレスのセル蓄積状況を管理するためのポインタ情報
(ライトポインタ及びリードポインタ)を格納するポイ
ンタテーブルである。各ライトポインタは、各アドレス
グループにおけるセルが書き込まれているアドレスの最
後尾を指し示し、リードポインタは、各アドレスグルー
プにおけるセルが書き込まれていないアドレスの最後尾
を指し示す。ライト/リードポインタは、各アドレスグ
ループに対応されて設けられている。なお、本実施の形
態において各アドレスグループに含まれているアドレス
数は、複数でありまた同数である。書込み制御部13及
び読出し制御部14は、このアドレス数を予め認識して
いる。
The multiplexer 1 receives cells sent from a plurality of incoming lines and writes the cells to a predetermined address of the common buffer 3 in accordance with an instruction from the write control unit 13. The demultiplexer 2 reads a cell from a predetermined address of the common buffer 3 according to an instruction from the read control unit 14 and outputs the cell from a predetermined destination (outgoing line). Common buffer 3
Temporarily stores cells input from an incoming line and output from an outgoing line provided for each destination. The above configuration may be the same as the conventional one. Next, the vacant address pool 11 is an address information pool for holding address information relating to addresses of the common buffer 3 in which no cells are stored, that is, address group numbers. The function itself is the same as the conventional one, but the held address information is not an address itself but an address group (number). Address queue 12
Is an address information queue for holding address information relating to the address of the common buffer 3 in which cells are stored, that is, an address group number, in a FIFO (first-in first-out) method for each output line. The function itself is the same as the conventional one, but the address information to be queued is not the address itself but an address group (number). The write controller 13 acquires the address group number from the free address pool 11 based on the header of the cell input from the incoming line, and accumulates the cell at the address of the common buffer 3 specified by the address group. Give instructions to Further, the address group number extracted from the free address pool 11 is registered in the address queue 12 corresponding to the destination of the cell. The read control unit 14 controls the demultiplexer 2 to output the cell extracted from the common buffer 3 from the output line based on the first address group number registered in the address queue 12 corresponding to the output line from which the cell can be transmitted. Give instructions to Further, when all the addresses included in the address group become empty, the address group number is returned to the empty address pool 11. The write / read pointer table 15 is a component newly provided in the present embodiment, and each of the write control unit 13 and the read control unit 14 manages the cell accumulation status of each address included in each address group. 4 is a pointer table for storing pointer information (write pointer and read pointer) for performing the operation. Each write pointer points to the end of the address where the cell in each address group is written, and the read pointer points to the end of the address where the cell in each address group is not written. The write / read pointer is provided corresponding to each address group. In the present embodiment, the number of addresses included in each address group is plural and equal. The write control unit 13 and the read control unit 14 recognize the number of addresses in advance.

【0032】本実施の形態において特徴的なことは、前
述したように、セル交換のために保持するあるいはキュ
ーイングするアドレス管理単位を個々のアドレス単位で
はなくアドレスのグループ単位としたことである。これ
により、保持するあるいはキューイングされるデータ量
を少なくすることができるため、空きアドレスプール1
1及びアドレスキュー12を大容量にしなくてもよくな
る。例えば、1アドレスグループ当たり100アドレス
とすると、空きアドレスプール11及びアドレスキュー
12が扱うアドレス情報数は、単純に1/100にな
る。この結果、扱う情報が大量であってもATMスイッ
チの装置規模の大型化を極力抑えることができる。
A feature of this embodiment is that, as described above, the address management unit to be held or queued for cell exchange is not an individual address unit but an address group unit. As a result, the amount of data to be held or queued can be reduced.
1 and the address queue 12 do not have to be large. For example, if one address group has 100 addresses, the number of address information handled by the free address pool 11 and the address queue 12 is simply 1/100. As a result, even if a large amount of information is handled, an increase in the size of the ATM switch device can be suppressed as much as possible.

【0033】次に、セルが入力されたときの本実施の形
態における書込み制御部13のセル書込み処理時の動作
について図2に示したフローチャートを用いて説明す
る。
Next, the operation of the write control section 13 in the present embodiment when a cell is input at the time of cell write processing will be described with reference to the flowchart shown in FIG.

【0034】書込み制御部13は、マルチプレクサ1に
送られてきたセルの有効性を判断する(ステップ10
0)。当該セルが有効な場合、そのセルヘッダを参照し
て宛先を特定し、その宛先に対応したアドレスキュー1
2にアドレスグループがキューイングされているかを調
べる(ステップ110)。キューイングされているアド
レスグループが存在する場合、そのキューイングされて
いるアドレスグループのうち最後尾のアドレスグループ
に空きアドレスがあるかを確認する(ステップ12
0)。これは、最後尾のアドレスグループに対応したラ
イト/リードポインタテーブル15内のライトポインタ
(WP)と当該アドレスグループに属するアドレス数と
を比較することによって認識することができる。すなわ
ち、各値が同じではなくライトポインタが当該アドレス
グループに属するアドレス数−1に達していない場合
は、当該アドレスグループ内に空きアドレスがあると判
断することができる。従って、このとき書込み制御部1
3は、当該アドレスグループに対応したライトポインタ
を+1カウントアップし(ステップ130)、このカウ
ントアップ後のライトポインタ値を当該アドレスグルー
プの番号に加算した値により特定される共通バッファ3
のアドレスを、受け取ったセルの書込みアドレスとして
マルチプレクサ1に指示を出す(ステップ140)。な
お、セルは、固定長であり、アドレスグループ番号及び
ライトポインタ値の単純な加算値によって求まるアドレ
スに格納されないことはいうまでもないが、このアドレ
スグループ番号及びライトポインタ値に基づき共通バッ
ファ3の物理的なアドレスを求めるアドレス変換処理に
ついては従来からある技術を利用してよい。但し、アド
レス変換処理を簡易化するためには、各アドレスグルー
プ及びアドレスグループに含まれる各アドレスを連続と
することが望ましい。アドレス変換の一例を示すとす
る。アドレスグループが4グループ(アドレスグループ
番号:0〜3)存在し、1アドレスグループ内に102
4アドレス(アドレス:0〜1023)が含まれている
とすると、(アドレスグループ番号×1024+ライト
ポインタ値)という式で12bitで表せるアドレスを
得ることができる。
The write controller 13 determines the validity of the cell sent to the multiplexer 1 (step 10).
0). If the cell is valid, the destination is specified by referring to the cell header, and the address queue 1 corresponding to the destination is specified.
It is checked whether an address group has been queued in step 2 (step 110). If there is a queued address group, it is checked whether there is a free address in the last address group among the queued address groups (step 12).
0). This can be recognized by comparing the write pointer (WP) in the write / read pointer table 15 corresponding to the last address group with the number of addresses belonging to the address group. That is, when the values are not the same and the write pointer does not reach the number of addresses belonging to the address group minus 1, it can be determined that there is a free address in the address group. Therefore, at this time, the write control unit 1
3 increments the write pointer corresponding to the address group by +1 (step 130), and adds the write pointer value after the count up to the number of the address group.
Is given to the multiplexer 1 as the write address of the received cell (step 140). It is needless to say that the cell has a fixed length and is not stored at an address determined by a simple addition value of the address group number and the write pointer value. For the address conversion processing for obtaining the physical address, a conventional technique may be used. However, in order to simplify the address conversion process, it is desirable that each address group and each address included in the address group be continuous. An example of address conversion will be described. There are four address groups (address group numbers: 0 to 3), and 102 in one address group.
Assuming that four addresses (addresses: 0 to 1023) are included, an address represented by 12 bits can be obtained by the formula (address group number × 1024 + write pointer value).

【0035】一方、ライトポインタ(WP)と当該アド
レスグループに属するアドレス数−1とが同値の場合、
アドレスキュー12にすでにキューイングされているア
ドレスキュー12には、セルが蓄積されていない共通バ
ッファ13の空きアドレスが存在しないことになる。従
って、書込み制御部13は、空きアドレスプール11か
ら新たにアドレスグループを読み出して、読み出したア
ドレスグループの番号にライトポインタ値を加算した値
により特定される共通バッファ3のアドレスを、受け取
ったセルの書込みアドレスとしてマルチプレクサ1に指
示を出すとともにそのアドレスグループを当該セルの宛
先に対応したアドレスキュー12にキューイングする
(ステップ150,160)。なお、新たに空きアドレ
スプール11から読み出したアドレスグループに対応す
るライトポインタは初期値の0である。空きアドレスプ
ール11に読出し可能なアドレスグループが存在しない
場合は(ステップ150)、無効なセルを受け取ったと
きと同様に所定のエラー処理が実行されるが、このエラ
ー処理に関しては本実施の形態の特徴的な処理ではない
ため説明を省略する。以上の処理によりマルチプレクサ
1に送られてきたセルは、書込み制御部13により指定
されたアドレスに一時蓄積されることになる。
On the other hand, when the write pointer (WP) and the number of addresses belonging to the address group minus one have the same value,
In the address queue 12 already queued in the address queue 12, there is no free address in the common buffer 13 in which no cells are stored. Therefore, the write control unit 13 reads a new address group from the free address pool 11 and adds the address of the common buffer 3 specified by the value obtained by adding the write pointer value to the read address group number to the received cell. An instruction is given to the multiplexer 1 as a write address, and the address group is queued in the address queue 12 corresponding to the destination of the cell (steps 150 and 160). Note that the write pointer corresponding to the address group newly read from the free address pool 11 has an initial value of 0. If there is no readable address group in the free address pool 11 (step 150), a predetermined error process is executed in the same manner as when an invalid cell is received. The description is omitted because the processing is not characteristic. The cells sent to the multiplexer 1 by the above processing are temporarily stored at the address specified by the write control unit 13.

【0036】このように、すでにキューイングされてい
るアドレスグループ内に空きアドレスが存在しない場合
は、従来と同様にアドレス情報をキューイングするとい
う処理を実行することになるが、当該アドレスグループ
内に空きアドレスが存在する場合は、アドレスグループ
を新たにキューイングすることなくその空きアドレスを
受け取ったセルの蓄積のために使用する。このため、ア
ドレス情報(アドレスグループ番号)をアドレスキュー
12に登録する処理を省略することができる。
As described above, when there is no free address in the already queued address group, a process of queuing the address information is executed as in the conventional case. If there is a free address, the address group is used for storing cells that have received the free address without newly queuing the address group. Therefore, the process of registering the address information (address group number) in the address queue 12 can be omitted.

【0037】次に、セルを出線から送出するときの本実
施の形態における読出し制御部14のセル読出し処理時
の動作について図3に示したフローチャートを用いて説
明する。
Next, the operation of the read control unit 14 in the present embodiment when a cell is transmitted from the outgoing line at the time of cell read processing will be described with reference to the flowchart shown in FIG.

【0038】読出し制御部14は、ある宛先(出線)に
対応したアドレスキュー12にアドレスグループが存在
する場合(ステップ200)、そのアドレスキュー12
に登録されている先頭のアドレスグループの番号に当該
アドレスグループのアドレスを管理するライト/リード
ポインタテーブル15内のリードポインタ(RP)の値
を加算した値により特定される共通バッファ3のアドレ
スを、送出するセルの読出しアドレスとしてデマルチプ
レクサ2に指示を出す(ステップ210)。この結果、
デマルチプレクサ2は、読出し制御部14により指示さ
れたアドレスからセルを読み出して所定の出線から出力
することになる。
If an address group exists in the address queue 12 corresponding to a certain destination (outgoing line) (step 200), the read control unit 14
The address of the common buffer 3 specified by a value obtained by adding the value of the read pointer (RP) in the write / read pointer table 15 for managing the address of the address group to the number of the first address group registered in An instruction is issued to the demultiplexer 2 as the read address of the cell to be transmitted (step 210). As a result,
The demultiplexer 2 reads a cell from the address specified by the read control unit 14 and outputs the cell from a predetermined output line.

【0039】読出し制御部14は、その後当該先頭のア
ドレスグループに対応したリードポインタと当該アドレ
スグループに属するアドレス数とを比較する(ステップ
220)。各値が同じではなくリードポインタが当該ア
ドレスグループに属するアドレス数−1に達していない
場合は、当該リードポインタを+1カウントアップする
(ステップ230)。そして、カウントアップ後のリー
ドポインタ値と当該先頭のアドレスグループに対応した
ライトポインタ値とが同じでない場合は、当該アドレス
グループにはまだセルが蓄積されているアドレスが残っ
ていると判断してこのまま処理を終了する(ステップ2
40)。一方、リードポインタ値とライトポインタ値と
が同じであるとき(ステップ240)並びにカウントア
ップ前のリードポインタ値と当該アドレスグループに属
するアドレス数−1とが同じであるとき(ステップ22
0)は、共に当該アドレスグループにセルが蓄積されて
いるアドレスが残っていないすなわち全てが空きアドレ
スであると判断して当該アドレスグループに対応するリ
ードポインタ及びライトポインタをリセット(すなわち
0に)して(ステップ250)、キューイングされてい
た当該アドレスグループを空きアドレスプールに戻す
(ステップ260)。
Thereafter, the read control unit 14 compares the read pointer corresponding to the head address group with the number of addresses belonging to the address group (step 220). If the values are not the same and the read pointer does not reach the number of addresses belonging to the address group minus 1, the read pointer is counted up by +1 (step 230). If the read pointer value after the count-up is not the same as the write pointer value corresponding to the head address group, it is determined that there is still an address in which cells are stored in the address group, and the address group is left as it is. End the processing (step 2
40). On the other hand, when the read pointer value and the write pointer value are the same (step 240) and when the read pointer value before the count-up is equal to the number of addresses belonging to the address group minus one (step 22).
0) resets the read pointer and the write pointer corresponding to the address group (that is, to 0), judging that there are no remaining addresses in which cells are stored in the address group, that is, all are empty addresses. Then, the queued address group is returned to the free address pool (step 260).

【0040】このように、すでにキューイングされてい
るアドレスグループ内に空きアドレスが存在しない場合
は、従来と同様にアドレス情報を空きアドレスプール1
1に戻すという処理を実行することになるが、当該アド
レスグループ内に空きアドレスが存在する場合は、アド
レスグループをそのままアドレスキュー12に残してお
くのでセルを送出した後に行ったいたアドレス情報の移
動処理を省略することができる。
As described above, when there is no free address in the already queued address group, the address information is transferred to the free address pool 1 as in the prior art.
The process of returning to 1 is executed. If there is a free address in the address group, the address group is left in the address queue 12 as it is, so that the address information moved after transmitting the cell is transferred. The processing can be omitted.

【0041】本実施の形態によれば、以上のようにアド
レスグループ単位でキューイングしたり保持したりする
ので空きアドレスプール11及びアドレスキュー12に
登録する情報量を大幅に削減することができる。空きア
ドレスプール11及びアドレスキュー12のハードウェ
ア容量が実際にどの程度削減できるかを、共通バッファ
3の容量を1Mセル、出線数を32とした上記と同じ数
値例により示すと次のようになる。1アドレスグループ
当たり128アドレスとすると、 アドレスグループ数:1M÷128=8K なお、8Kセルを表すのには13bit必要なので 空きアドレスプール:13bit×8K=104Kbi
t アドレスキュー:13bit×8K×32(出線)=
3.328Mbit ライト/リードポインタ:7bitカウンタ×2(ライ
ト/リード)×8K=112Kbit この結果、本実施の形態においては、共通バッファの容
量が1Mセルの場合は3.554Mbitの容量が空き
アドレスプール11及びアドレスキュー12のために必
要となることがわかる。従って、本実施の形態によれ
ば、従来の660Mbitに対して3.554/660
=0.0054(=約5%)の規模で空きアドレスプー
ル11及びアドレスキュー12を構成することができる
ことになる。実際にはアドレス管理をグループ単位です
るため、その分の制御回路のためのハードウェア量が従
来と比べて増加するが、そのことを考慮に入れても大幅
にハードウェア規模の削減を図ることができる。
According to the present embodiment, since queuing and holding are performed in address group units as described above, the amount of information registered in the free address pool 11 and the address queue 12 can be greatly reduced. To what extent the hardware capacity of the free address pool 11 and the address queue 12 can actually be reduced is shown by the same numerical example as above, where the capacity of the common buffer 3 is 1M cells and the number of output lines is 32. Become. Assuming 128 addresses per address group, the number of address groups: 1M : 1128 = 8K Since 13 bits are required to represent 8K cells, an empty address pool: 13 bits × 8K = 104Kbi
t Address queue: 13 bits × 8K × 32 (outgoing line) =
3.328 Mbit write / read pointer: 7-bit counter × 2 (write / read) × 8 K = 112 Kbit As a result, in the present embodiment, when the capacity of the common buffer is 1 M cells, the capacity of 3.554 Mbit is set to the free address pool. 11 and the address queue 12. Therefore, according to the present embodiment, 3.554 / 660 compared to the conventional 660 Mbit.
The free address pool 11 and the address queue 12 can be configured on a scale of = 0.0054 (= about 5%). Actually, since the address management is performed on a group basis, the amount of hardware for the control circuit will increase as compared with the past, but if this is taken into account, the hardware scale must be significantly reduced. Can be.

【0042】なお、本実施の形態では、書込み制御部1
3及び読出し制御部14が使用するポインタ情報をライ
ト/リードポインタテーブル15に設定するようにした
が、各ポインタ情報を各制御部13,14の内部に保持
するようにしてもよい。
In this embodiment, the write control unit 1
Although the pointer information used by the read control unit 3 and the read control unit 14 are set in the write / read pointer table 15, the pointer information may be held in the control units 13 and 14.

【0043】実施の形態2.本実施の形態は、宛先別の
アドレスキュー12にアドレスグループが1つだけ登録
されている場合に適用することができる。なお、本実施
の形態におけるブロック構成は、上記実施の形態1と同
じであり、書込み制御部13及び読出し制御部14が行
う処理が多少異なる。
Embodiment 2 This embodiment is applicable when only one address group is registered in the destination-specific address queue 12. Note that the block configuration in the present embodiment is the same as that in the first embodiment, and the processing performed by the write control unit 13 and the read control unit 14 is slightly different.

【0044】上記実施の形態1では、キューイングされ
ているアドレスグループに含まれるアドレス全てを使用
した場合、当該アドレスグループは、その全てのアドレ
スからセルが読み出された時点で空きアドレスプール1
1に戻されてしまうことになる。すなわち、上記実施の
形態1では、新たに入力された有効なセルに対し、アド
レスグループに含まれるアドレス全てを使用した場合
は、セルの送出により当該アドレスグループに空きアド
レスが存在していても新たなアドレスグループを空きア
ドレスプール11から読み出して使用することになる。
この結果、キューイングされているアドレスグループに
空きアドレスが含まれていてもそのアドレスを再利用す
ることができない。
In the first embodiment, when all the addresses included in the queued address group are used, the address group becomes the free address pool 1 when cells are read from all the addresses.
It will be returned to 1. That is, in the first embodiment, when all of the addresses included in the address group are used for a newly input valid cell, even if a vacant address exists in the address group due to transmission of the cell, the new cell is transmitted. An appropriate address group is read from the free address pool 11 and used.
As a result, even if a free address is included in the queued address group, the address cannot be reused.

【0045】そこで、本実施の形態においては、キュー
イングされているアドレスグループに空きアドレスが含
まれている場合には、新たに入力された有効なセルに対
して新たなアドレスグループを空きアドレスプール11
から読み出すのではなくすでにキューイングされている
アドレスグループの空きアドレスを利用できるようにし
たことを特徴としている。実施の形態1と本実施の形態
の処理の違いを例示すると次のようになる。
Therefore, in the present embodiment, if a vacant address is included in the queued address group, a new address group is assigned to a newly input valid cell in the vacant address pool. 11
It is characterized in that a vacant address of an already queued address group can be used instead of reading from an address group. The following is an example of the difference between the processing of the first embodiment and the processing of the present embodiment.

【0046】例えば、ある宛先のアドレスキュー12に
アドレスグループAのみキューイングされており、この
アドレスグループAには、アドレスA0,A1,A2,
A3の4アドレスから構成されているとする。各実施の
形態とも、有効セルの入力に対して、アドレスA0,A
1,A2,A3の順に書き込まれる。一方、セルの読出
しもアドレスA0,A1,A2,A3の順に行われる。
ここで、上記実施の形態1では、いったんアドレスA3
まで使用されると、アドレスA2まですでに読み出され
ていたとしても(すなわちアドレスA0,A1,A2は
空)、新たな有効セルのためには、新たなアドレスグル
ープが空きアドレスプール11から読み出されることに
なる。これに対し本実施の形態では、いったんアドレス
A3まで使用されたとしても、アドレスA2まで読み出
された結果アドレスA0,A1,A2が空になっていれ
ば、再度アドレスA0,A1,A2の順で使用するよう
にして、新たなアドレスグループを空きアドレスプール
11から読み出さないようにした。この結果、アドレス
グループを移動する処理を省略することができる。
For example, only the address group A is queued in the address queue 12 of a certain destination, and the addresses A0, A1, A2,
It is assumed that the address is composed of four addresses A3. In each embodiment, addresses A0, A
Data is written in the order of 1, A2, and A3. On the other hand, cell reading is also performed in the order of addresses A0, A1, A2, A3.
Here, in the first embodiment, once the address A3
Is used, a new address group is read from the free address pool 11 for a new valid cell even if the address A2 has already been read (that is, the addresses A0, A1, and A2 are empty). Will be. On the other hand, in the present embodiment, even if the address A3 is used once, if the address A0, A1, A2 read out to the address A2 is empty, the addresses A0, A1, A2 are re-ordered. , So that a new address group is not read from the free address pool 11. As a result, the process of moving the address group can be omitted.

【0047】次に、セルが入力されたときの本実施の形
態における書込み制御部13のセル書込み処理時の動作
について図4に示したフローチャートを用いて説明す
る。なお、図2に示したフローチャートと同じ処理に
は、同じ符号を付けて適宜省略して説明する。
Next, the operation of the write control unit 13 in the present embodiment at the time of cell write processing when a cell is input will be described with reference to the flowchart shown in FIG. Note that the same processes as those in the flowchart shown in FIG.

【0048】書込み制御部13は、マルチプレクサ1に
送られてきた有効なセルのヘッダを参照して宛先を特定
し、その宛先に対応したアドレスキュー12にアドレス
グループがキューイングされているかを調べる(ステッ
プ110)。キューイングされているアドレスグループ
が存在しない場合の処理は、上記実施の形態1と同じで
あり、空きアドレスプール11から新たにアドレスグル
ープを読み出して、読み出したアドレスグループの番号
とそのアドレスグループに対応したライトポインタ値と
から特定した共通バッファ3のアドレスにセルの蓄積指
示を出すとともにそのアドレスグループを当該セルの宛
先に対応したアドレスキュー12にキューイングする
(ステップ150,160)。有効セルの宛先に対応し
たアドレスキュー12にキューイングされているアドレ
スグループが存在する場合において、当該アドレスグル
ープのライトポインタ(WP)と当該アドレスグループ
に属するアドレス数−1とが同じ場合は、そのライトポ
インタ値を0に戻す(ステップ121)。0に戻すこと
によってアドレスグループ内のセルの送出により空きと
なったアドレスを再度使用することができる。一方、各
値が異なる場合はそのライトポインタを+1カウントア
ップする(ステップ130)。更新後のライトポインタ
値がリードポインタ値と同じになった場合は、そのアド
レスグループに含まれているアドレスに空きがないと判
断することができる。従って、この場合は、空きアドレ
スプール11から新たにアドレスグループを読み出し
て、セルの蓄積指示及びそのアドレスグループのアドレ
スキュー12への登録を行う(ステップ131,15
0,160)。更新後のライトポインタ値がリードポイ
ンタ値と異なる場合は、そのライトポインタが指すアド
レスは空きアドレスと判断できるので、その空きアドレ
スへのセルの蓄積をマルチプレクサ1に指示する(ステ
ップ131,140)。このようにして、キューイング
されているアドレスグループの空きアドレスを有効に使
用することができる。
The write control unit 13 specifies a destination by referring to the header of a valid cell sent to the multiplexer 1, and checks whether an address group is queued in the address queue 12 corresponding to the destination (see FIG. 4). Step 110). The processing when there is no queued address group is the same as that in the first embodiment. A new address group is read from the free address pool 11, and the address group corresponding to the read address group number and the address group are read. The cell storage instruction is issued to the address of the common buffer 3 specified from the write pointer value and the address group is queued in the address queue 12 corresponding to the destination of the cell (steps 150 and 160). In the case where there is an address group queued in the address queue 12 corresponding to the destination of the valid cell, if the write pointer (WP) of the address group is equal to the number of addresses belonging to the address group minus 1, then The write pointer value is returned to 0 (step 121). By returning to 0, an address that has become vacant due to transmission of cells in the address group can be used again. On the other hand, if the values are different, the write pointer is counted up by +1 (step 130). When the updated write pointer value becomes the same as the read pointer value, it can be determined that there is no free address included in the address group. Therefore, in this case, a new address group is read from the free address pool 11, and a cell accumulation instruction and registration of the address group in the address queue 12 are performed (steps 131 and 15).
0,160). If the updated write pointer value is different from the read pointer value, the address pointed to by the write pointer can be determined to be a free address, and the multiplexer 1 is instructed to store cells at the free address (steps 131 and 140). In this way, the free addresses of the queued address group can be used effectively.

【0049】次に、セルを出線から送出するときの本実
施の形態における読出し制御部14のセル読出し処理時
の動作について図5に示したフローチャートを用いて説
明する。
Next, the operation of the read control unit 14 in the present embodiment when a cell is transmitted from the outgoing line at the time of cell read processing will be described with reference to the flowchart shown in FIG.

【0050】読出し制御部14は、ある宛先(出線)に
対応したアドレスキュー12に登録されているアドレス
グループの番号とリードポインタ(RP)の値から特定
される共通バッファ3のアドレスを、送出するセルの読
出しアドレスとしてデマルチプレクサ2に指示を出す
(ステップ200,210)。そして、読出し制御部1
4は、そのアドレスグループに対応したリードポインタ
と当該アドレスグループに属するアドレス数−1とを比
較する(ステップ220)。比較した結果、同値である
ときそのリードポインタ値を0に戻す(ステップ22
1)。0に戻すことによって再利用されているアドレス
からセルを読み出すことができる。一方、各値が同じで
はないとき当該リードポインタを+1カウントアップす
る(ステップ230)。そして、カウントアップ後のリ
ードポインタ値と当該アドレスグループに対応したライ
トポインタ値とが同じになった場合には、各ライト/リ
ードポインタをリセットしてキューイングされていた当
該アドレスグループを空きアドレスプールに戻す(ステ
ップ240〜260)。このようにして、再利用された
空きアドレスに蓄積されているセルを送出することがで
きる。
The read control unit 14 sends out the address of the common buffer 3 specified by the number of the address group registered in the address queue 12 corresponding to a certain destination (outgoing line) and the value of the read pointer (RP). An instruction is issued to the demultiplexer 2 as the read address of the cell to be read (steps 200 and 210). Then, the read control unit 1
4 compares the read pointer corresponding to the address group with the number of addresses belonging to the address group minus one (step 220). As a result of comparison, when the read pointer value is the same, the read pointer value is returned to 0 (step 22).
1). By returning the value to 0, the cell can be read from the reused address. On the other hand, when the values are not the same, the read pointer is incremented by +1 (step 230). When the read pointer value after the count-up becomes the same as the write pointer value corresponding to the address group, each write / read pointer is reset and the queued address group is replaced with a free address pool. (Steps 240 to 260). In this way, the cells stored in the reused free addresses can be transmitted.

【0051】本実施の形態によれば、キューイングされ
ているアドレスグループに空きアドレスが存在する場合
には、その空きアドレスを何回でも使用することができ
る。このように、空きアドレスの再利用を可能としたこ
とで、アドレス情報(アドレスグループ番号)をアドレ
スキュー12に登録する処理の実行回数を更に削減する
ことができる。
According to the present embodiment, when a free address exists in the queued address group, the free address can be used any number of times. As described above, since the free address can be reused, the number of executions of the process of registering the address information (address group number) in the address queue 12 can be further reduced.

【0052】実施の形態3.図6は、本発明に係る共通
バッファ形ATMスイッチの実施の形態3を示した概略
的なブロック構成図である。上記実施の形態1において
は、各アドレスグループに含まれているアドレス数を複
数かつ同数としたが、本実施の形態においては、アドレ
ス数の異なるアドレスグループを複数種類用意したこと
を特徴としている。そして、本実施の形態においては、
各アドレスキュー12のキュー長を監視するキュー監視
部16を設けており、書込み制御部13がアドレスグル
ープをアドレスキュー12に登録する際、そのアドレス
キュー12のキュー長に応じて適切な大きさのアドレス
グループを空きアドレスプール11の中から獲得するよ
うにしたことを特徴としている。ここでいう「大きさ」
というのは、アドレスグループに含まれているアドレス
数のことである。従って、大きいアドレスグループとい
うのは、アドレスグループに含まれているアドレス数が
他と比較して多いことを意味し、小さいアドレスグルー
プというのは、アドレスグループに含まれているアドレ
ス数が他と比較して少ないことを意味する。
Embodiment 3 FIG. FIG. 6 is a schematic block diagram showing Embodiment 3 of a common buffer type ATM switch according to the present invention. In the first embodiment, the number of addresses included in each address group is a plurality and the same number. However, the present embodiment is characterized in that a plurality of types of address groups having different addresses are prepared. And in this embodiment,
A queue monitoring unit 16 for monitoring the queue length of each address queue 12 is provided. When the write control unit 13 registers an address group in the address queue 12, the write control unit 13 has an appropriate size according to the queue length of the address queue 12. It is characterized in that an address group is obtained from the free address pool 11. "Size" here
That is, the number of addresses included in the address group. Therefore, a large address group means that the number of addresses contained in the address group is larger than others, and a small address group means that the number of addresses contained in the address group is larger than others. It means less.

【0053】通常、ATMスイッチは、各出線宛のセル
が数セルしか溜まっていない状態で動作するが、時々、
ある出線宛のセルがバーストトラヒックで入力され、そ
の時には大量のセルが対応したアドレスキュー12に溜
まる状態になる。このとき、全出線宛のセルが大量に溜
まるのではなく、何本かの出線のみ大量に溜まった状態
になる。ATMスイッチには、このような特徴があるた
めキュー長が短いアドレスキュー12にはセルが溜まっ
ていない状態にあり、キュー長が長いアドレスキュー1
2にはセルが溜まっている状態にあると考えられる。そ
こで、本実施の形態では、対応するアドレスキュー12
にセルが溜まっていない状態のときには小さい(アドレ
ス数が比較的少ない)アドレスグループを割り当て、溜
まっている状態のときには大きい(アドレス数が比較的
多い)アドレスグループを割り当てることで効率良く共
通バッファ3を使用するようにした。
Normally, the ATM switch operates in a state where only a few cells are stored for each outgoing line.
Cells destined for a certain outgoing line are input in burst traffic, and at that time, a large number of cells are accumulated in the corresponding address queue 12. At this time, a large number of cells destined for all the outgoing lines do not accumulate, but only a few outgoing lines. Since the ATM switch has such a feature, cells are not accumulated in the address queue 12 having a short queue length, and the address queue 1 having a long queue length is in the state.
It is considered that cell 2 is in a state where cells are accumulated. Therefore, in the present embodiment, the corresponding address queue 12
In the state where no cells are stored, a small address group (relatively small number of addresses) is allocated, and in the state where cells are stored, a large address group (relatively large number of addresses) is allocated. I decided to use it.

【0054】次に、セルが入力されたときの本実施の形
態における書込み制御部13のセル書込み処理時の動作
について図7に示したフローチャートを用いて説明す
る。なお、実施の形態1の図2に示したフローチャート
と同じ処理には、同じ符号を付けて適宜省略して説明す
る。
Next, the operation of the write control section 13 in the present embodiment at the time of cell input processing when a cell is input will be described with reference to the flowchart shown in FIG. Note that the same processes as those in the flowchart shown in FIG. 2 of the first embodiment are denoted by the same reference numerals, and description will be appropriately omitted.

【0055】本実施の形態における動作は、基本的には
実施の形態1と同じで、空きアドレスプール11からア
ドレスグループを獲得するときに大きいものを選択する
か、あるいは小さいものを選択するかが異なるだけであ
る。すなわち、書込み制御部13は、キューイングされ
ている最後尾のアドレスグループに空きアドレスが存在
しないときには空きアドレスプール11からアドレスグ
ループを新たに読み出すが(ステップ110,12
0)、このとき、比較的大きいものと小さいものの双方
のアドレスグループが空きアドレスプール11に保持さ
れている場合には、キュー監視部16が監視している対
応するアドレスキュー12のキュー長を参照し、そのキ
ュー長が予め保持している閾値を超えているときにはセ
ルが溜まっていると判断して比較的大きいアドレスグル
ープを空きアドレスプール11から読み出すようにする
(ステップ122,123)。そして、セルの蓄積指示
及びそのアドレスグループのアドレスキュー12への登
録を行う(ステップ161)。一方、キュー長が予め保
持している閾値を超えていないときにはセルが溜まって
いないと判断して比較的小さいアドレスグループを空き
アドレスプール11から読み出すようにする(ステップ
122,123)。そして、セルの蓄積指示及びそのア
ドレスグループのアドレスキュー12への登録を行う
(ステップ162)。なお、異なる大きさのアドレスグ
ループが空きアドレスプール11に保持されていないと
きには選択の余地がないため保持されている大きさのア
ドレスグループを読み出してセルの蓄積指示及びそのア
ドレスグループのアドレスキュー12への登録を行う
(ステップ161,162)。
The operation of the present embodiment is basically the same as that of the first embodiment. When acquiring an address group from the free address pool 11, it is determined whether to select a large address group or a small address group. Only different. That is, the write controller 13 newly reads an address group from the free address pool 11 when there is no free address in the last address group in the queue (steps 110 and 12).
0) At this time, if both the relatively large and small address groups are held in the free address pool 11, the queue length of the corresponding address queue 12 monitored by the queue monitoring unit 16 is referred to. If the queue length exceeds the threshold value held in advance, it is determined that cells are accumulated, and a relatively large address group is read from the free address pool 11 (steps 122 and 123). Then, a cell storage instruction and registration of the address group in the address queue 12 are performed (step 161). On the other hand, when the queue length does not exceed the threshold value held in advance, it is determined that no cells are accumulated, and a relatively small address group is read from the free address pool 11 (steps 122 and 123). Then, a cell storage instruction and registration of the address group in the address queue 12 are performed (step 162). When an address group of a different size is not held in the free address pool 11, there is no room for selection, so the address group of the held size is read out, and a cell storage instruction is sent to the address queue 12 of the address group. Are registered (steps 161 and 162).

【0056】他方、読出し制御部14におけるセル読出
し処理に関しては、扱うアドレスグループの大きさが異
なるだけで処理自体は、図3に示した実施の形態1と同
じであるため、説明を省略する。
On the other hand, the cell reading process in the reading control unit 14 is the same as that in the first embodiment shown in FIG. 3 except that the size of the address group to be handled is different, and the description is omitted.

【0057】本実施の形態によれば、大きさの異なるア
ドレスグループを用意してキュー長に応じて適切な長さ
のアドレスグループを空きアドレスプール11から読み
出すようにしたので、共通バッファ3の使用を効率よく
行うことができる。すなわち、キュー長が短いというこ
とは、それだけ交換されるセルが少ないわけであるが、
そのようなアドレスキュー12に大きいアドレスグルー
プ(例えば1024アドレス)を割り当ててしまうとア
ドレスグループによって占有されたアドレスが空きのま
まになってしまい、効率的なでないが、本実施の形態に
おいては、そのようなアドレスキュー12には、比較的
小さいアドレスグループを割り当てるようにしたので、
共通バッファ3を効率よく使用できるようになる。これ
によって、共通バッファ3のアドレスをグループ単位に
予め占有させることにより発生しうる弊害を防止するこ
とができる。
According to this embodiment, address groups having different sizes are prepared, and an address group having an appropriate length is read from the free address pool 11 according to the queue length. Can be performed efficiently. In other words, a shorter queue length means that fewer cells are exchanged,
If a large address group (for example, 1024 addresses) is allocated to such an address queue 12, the addresses occupied by the address groups will remain empty, which is not efficient, but in the present embodiment, A relatively small address group is assigned to the address queue 12 as described above.
The common buffer 3 can be used efficiently. As a result, it is possible to prevent a problem that may occur when the addresses of the common buffer 3 are occupied in advance in groups.

【0058】なお、上記説明では、大きいものと小さい
ものの2種類のアドレスグループが存在する場合であっ
たが、より多くの大きさのアドレスグループを用意して
おいてもよい。そして、キュー長の長いアドレスキュー
12に対しては、大きいのもから順に割り当てるように
すればよい。このときのキュー長の長短を判定する閾値
は、複数設けるなどして対応可能である。
In the above description, two types of address groups, large and small, exist. However, address groups of a larger size may be prepared. Then, for the address queue 12 having a long queue length, the address queue 12 may be assigned in order from the one having the largest queue length. At this time, a plurality of thresholds for determining the length of the queue length can be handled.

【0059】また、上記例におけるキュー監視部16
は、アドレスキュー12のキュー長を監視するようにし
たが、アドレスキュー12の他の使用状況、例えばキュ
ー長の増加/減少傾向、増加/減少の速度からキュー長
の今後の伸び方(減り方)を予測するなどを監視するよ
うに応用することができる。
Also, the queue monitoring unit 16 in the above example
Monitors the queue length of the address queue 12. However, based on other usage conditions of the address queue 12, for example, the increasing / decreasing tendency of the queue length and the speed of increasing / decreasing, the future growth of the queue length (decreasing method) ) Can be applied to monitor prediction.

【0060】また、本実施の形態では、キュー監視手段
として書込み制御部13とは別個に構成したが、キュー
監視手段を書込み制御部13に組み込むように構成して
もよい。
Further, in the present embodiment, the queue monitoring means is configured separately from the write control unit 13, but the queue monitoring means may be incorporated in the write control unit 13.

【0061】実施の形態4.図8は、本発明に係る共通
バッファ形ATMスイッチの実施の形態4を示した概略
的なブロック構成図である。上記実施の形態1において
は、書込み制御部13及び読出し制御部14が使用する
ポインタ情報をアドレスグループに対応させてライト/
リードポインタテーブルにおいて管理するようにしてい
たが、本実施の形態においては、宛先(出線)別にポイ
ンタ情報を保持することで保持管理するポインタ数を減
少するようにしたことを特徴としている。すなわち、図
8から明らかなように、上記実施の形態において有して
いたライト/リードポインタテーブルの代わりに宛先
(出線)別にライトポインタ17とリードポインタ18
とが割り当てられている。また、各アドレスキュー12
に登録されているアドレスグループ数を監視するアドレ
スグループ数監視部19が設けられている。
Embodiment 4 FIG. 8 is a schematic block diagram showing a fourth embodiment of a common buffer type ATM switch according to the present invention. In the first embodiment, the pointer information used by the write control unit 13 and the read control unit 14 is written /
Although management is performed in the read pointer table, this embodiment is characterized in that the number of pointers to be maintained is reduced by storing pointer information for each destination (outgoing line). That is, as is apparent from FIG. 8, the write pointer 17 and the read pointer 18 for each destination (outgoing line) are used instead of the write / read pointer table provided in the above-described embodiment.
And are assigned. Further, each address queue 12
Is provided with an address group number monitoring unit 19 for monitoring the number of address groups registered in.

【0062】次に、本実施の形態における動作について
説明するが、書込み制御部13におけるセル読書込み処
理に関しては、カウント操作を行う先がライトポインタ
テーブル上でない点が異なるだけで処理自体は、図2に
示した実施の形態1と同じであるため、説明を省略す
る。なお、各ライトポインタ17は、各アドレスキュー
12における最後尾のアドレスグループを管理対象とし
ている。
Next, the operation in the present embodiment will be described. The cell read / write processing in the write control unit 13 is different from that in FIG. 2 is the same as the first embodiment shown in FIG. Each write pointer 17 manages the last address group in each address queue 12.

【0063】次に、セルを出線から送出するときの本実
施の形態における読出し制御部14のセル読出し処理時
の動作について図9に示したフローチャートを用いて説
明する。なお、実施の形態1の図3に示したフローチャ
ートと同じ処理には、同じ符号を付けて適宜省略して説
明する。
Next, the operation of the read control unit 14 in the present embodiment when a cell is transmitted from the outgoing line at the time of cell read processing will be described with reference to the flowchart shown in FIG. Note that the same processes as those in the flowchart shown in FIG. 3 of the first embodiment are denoted by the same reference numerals, and description will be appropriately omitted.

【0064】本実施の形態における動作は、基本的には
実施の形態1と同じであり、次の処理が異なるだけであ
る。すなわち、アドレスグループの解放の判定を行う際
に、実施の形態1では、先頭のアドレスグループに対応
したリードポインタと当該アドレスグループに属するア
ドレス数−1とが一致(ステップ220)又はリードポ
インタ値とライトポインタ値とが一致(ステップ24
0)という判定を行っていたが、本実施の形態では、リ
ードポインタ値とライトポインタ値とが一致(ステップ
240)というだけでは不十分で、各ポインタが指し示
すアドレスは同じアドレスグループに含まれていなけれ
ばならない。これは、ライトポインタ17は最後尾のア
ドレスグループを、リードポインタ18は先頭のアドレ
スグループをそれぞれ管理対象としているため、必ずし
も同じアドレスグループのアドレスを指し示していると
は限らないからである。つまり、同じアドレスグループ
を管理対象としている場合というのは、あるアドレスキ
ュー12において処理対象となっている(先頭の)アド
レスグループのみが登録されており他のアドレスグルー
プは登録されていない場合のみである。そこで、本実施
の形態では、リードポインタ値とライトポインタ値との
比較を行う処理(ステップ240)の前に、送出したセ
ルに対応するアドレスキュー12に登録されているアド
レスグループが1つであるかどうかを判定している(ス
テップ231)。読出し制御部14は、アドレスグルー
プ数監視部19が把握している当該アドレスキュー12
に登録されているアドレスグループ数を参照することで
容易の上記判定を行うことができる。
The operation of this embodiment is basically the same as that of the first embodiment, except for the following processing. That is, when the release of the address group is determined, in the first embodiment, the read pointer corresponding to the first address group matches the number of addresses belonging to the address group minus one (step 220) or the read pointer value does not match. The write pointer value matches (step 24)
However, in the present embodiment, it is not sufficient that the read pointer value matches the write pointer value (step 240), and the addresses indicated by the pointers are included in the same address group. There must be. This is because the write pointer 17 manages the last address group and the read pointer 18 manages the first address group, so that they do not always indicate addresses in the same address group. In other words, the case where the same address group is to be managed is only when only the (first) address group to be processed in a certain address queue 12 is registered and the other address groups are not registered. is there. Therefore, in the present embodiment, before the process of comparing the read pointer value with the write pointer value (step 240), there is one address group registered in the address queue 12 corresponding to the transmitted cell. Is determined (step 231). The read control unit 14 controls the address queue 12 that the address group number monitoring unit 19 knows.
The above determination can be made easily by referring to the number of address groups registered in the.

【0065】本実施の形態によれば、以上の構成により
ライト/リードポインタ数を減らしながらも実施の形態
1と同様の効果を奏することができる。
According to the present embodiment, the same effect as in the first embodiment can be obtained while the number of write / read pointers is reduced by the above configuration.

【0066】実施の形態5.入力されたセルを指定の複
数の出線宛にコピーして出力する同報を、共通バッファ
形ATMスイッチで実現するために書込みの際にアドレ
スをコピーする方式がある。この方式では、同報通信の
場合、空きアドレスプールから読み出したアドレス情報
をコピーして、それぞれを指定の宛先のアドレスキュー
にキューイングする。このとき、セル自身はコピーせず
に共通バッファ3の一アドレスに蓄積し、その代わりに
セルのコピー数を同報セルカウンタにロードするように
している。そして、セル送出の度に同報セルカウンタを
減算していき、0になった時点で初めてセルを格納して
いたアドレスを解放する。
Embodiment 5 There is a method in which an address is copied at the time of writing in order to realize a broadcast in which an input cell is copied to a designated plurality of outgoing lines and output by a common buffer type ATM switch. In this method, in the case of broadcast communication, the address information read from the free address pool is copied and each is queued in an address queue of a designated destination. At this time, the cells themselves are not copied but are stored in one address of the common buffer 3, and the number of copies of the cells is loaded into the broadcast cell counter instead. The broadcast cell counter is decremented each time a cell is transmitted, and the address storing the cell is released for the first time when the value reaches 0.

【0067】本実施の形態は、以上の同報通信に適用で
きるようにしたことを特徴としている。図10に本実施
の形態における共通バッファ形ATMスイッチの概略的
なブロック構成図を示した。本実施の形態では、実施の
形態1の構成に同報セルを宛先数が設定される同報セル
カウンタ20を加えた構成を有している。そして、実施
の形態3と同様に大きさの異なるアドレスグループを使
用するようにした。但し、本実施の形態においては、同
報セルのために一アドレスのみを含むアドレスグループ
を用意しておくことを特徴としている。
The present embodiment is characterized in that it can be applied to the above-mentioned broadcast communication. FIG. 10 is a schematic block diagram of a common buffer type ATM switch according to the present embodiment. This embodiment has a configuration in which a broadcast cell counter 20 for setting the number of destinations of broadcast cells is added to the configuration of the first embodiment. Then, similarly to the third embodiment, address groups having different sizes are used. However, the present embodiment is characterized in that an address group including only one address is prepared for a broadcast cell.

【0068】本実施の形態における同報セル交換の基本
的な動作は、上記説明した方式と同様であり、同報セル
カウンタが0になった時点でアドレス(グループ)を解
放する。しかし、複数のアドレスを含んでいるアドレス
グループを用いると、同報セルに対応したアドレスを含
む各アドレスグループには、それぞれに異なるアドレス
が含まれている可能性が多分にあるので、当該アドレス
グループを解放する処理が複雑になってしまう。そこ
で、本実施の形態では、同報セルが入力されると、その
同報セルのために一アドレスのみを含むアドレスグルー
プを割り当てるようにした。
The basic operation of the broadcast cell exchange in the present embodiment is the same as the above-described method, and the address (group) is released when the broadcast cell counter becomes 0. However, if an address group including a plurality of addresses is used, each address group including an address corresponding to a broadcast cell most likely includes a different address. Is complicated. Therefore, in the present embodiment, when a broadcast cell is input, an address group including only one address is allocated for the broadcast cell.

【0069】次に、同報セルが入力されたときの本実施
の形態における書込み制御部13のセル書込み処理時の
動作について図11に示したフローチャートを用いて説
明する。なお、上記各実施の形態と同じ処理には、同じ
符号を付けて適宜省略して説明する。
Next, the operation of the write control unit 13 at the time of cell write processing in this embodiment when a broadcast cell is input will be described with reference to the flowchart shown in FIG. Note that the same processes as those in the above embodiments are denoted by the same reference numerals, and will be appropriately omitted.

【0070】本実施の形態における動作は、基本的には
実施の形態3と同じで、入力されたセルが同報通信用の
場合の処理が付加されている。そして、同報通信で使用
するアドレス数1のアドレスグループを小さいアドレス
グループと同様に扱う。
The operation of the present embodiment is basically the same as that of the third embodiment, except that a process in the case where the input cell is for broadcast communication is added. Then, the address group with one address used in the broadcast communication is handled in the same manner as the small address group.

【0071】書込み制御部13は、入力されたセルが同
報セルであった場合(ステップ201)、空きアドレス
プール11にアドレス数1のアドレスグループがあるか
どうかを確認する(ステップ154)。存在すれば、該
当するアドレスグループを読み出してセルの蓄積指示及
びそのアドレスグループのアドレスキュー12への登録
を行う(ステップ163)。そして、同報セルカウンタ
20に当該セルの宛先数を設定する(ステップ16
4)。なお、同報用アドレスグループというのは、アド
レス数1のアドレスグループのことであり、同報通信以
外でもアドレス数1のアドレスグループを小さなアドレ
スグループの一形態として使用することができる。
If the input cell is a broadcast cell (step 201), the write control unit 13 checks whether or not there is an address group with one address in the free address pool 11 (step 154). If the address group exists, the corresponding address group is read, and a cell accumulation instruction and registration of the address group in the address queue 12 are performed (step 163). Then, the number of destinations of the cell is set in the broadcast cell counter 20 (step 16).
4). The broadcast address group is an address group having one address, and the address group having one address can be used as one form of a small address group other than the broadcast communication.

【0072】次に、セルを出線から送出するときの本実
施の形態における読出し制御部14のセル読出し処理時
の動作について図12に示したフローチャートを用いて
説明する。なお、上記各実施の形態と同じ処理には、同
じ符号を付けて適宜省略して説明する。
Next, the operation of the read control unit 14 in the present embodiment when a cell is transmitted from the outgoing line at the time of cell read processing will be described with reference to the flowchart shown in FIG. Note that the same processes as those in the above embodiments are denoted by the same reference numerals, and will be appropriately omitted.

【0073】本実施の形態における動作は、基本的には
図3に示した実施の形態1及び実施の形態3と同じで、
アドレスキュー12から読み出したアドレスグループが
同報通信の場合の処理が付加されている。すなわち、読
出し制御部14は、アドレスキュー12から読み出した
アドレスグループが同報通信用であった場合、そのアド
レスにより特定される共通バッファ3のアドレスを、送
出するセルの読出しアドレスとしてデマルチプレクサ2
に指示を出す(ステップ202)。そして、該当する同
報セルカウンタ20を1減算する(ステップ203)。
ここで、減算した結果、同報セルカウンタ20が0にな
った場合には、他のアドレスキュー12に登録された同
一セル送出用のアドレスグループは全て処理されている
と判断して、そのアドレスグループを解放する(ステッ
プ260)。
The operation of the present embodiment is basically the same as the first and third embodiments shown in FIG.
Processing for the case where the address group read from the address queue 12 is broadcast communication is added. That is, when the address group read from the address queue 12 is for broadcast communication, the read control unit 14 sets the address of the common buffer 3 specified by the address as the read address of the cell to be transmitted to the demultiplexer 2.
(Step 202). Then, the corresponding broadcast cell counter 20 is decremented by 1 (step 203).
Here, if the result of the subtraction indicates that the broadcast cell counter 20 becomes 0, it is determined that all the address groups for transmitting the same cell registered in the other address queues 12 have been processed, and that address is determined. Release the group (step 260).

【0074】このように、本実施の形態のように構成す
ることで同報セル交換にも容易に適用することができ
る。
As described above, the configuration according to the present embodiment can be easily applied to the broadcast cell exchange.

【0075】なお、アドレスグループを単一のアドレス
のみで構成するようにした場合は、アドレス情報として
アドレスグループ番号でなくてもアドレス自身を用いる
ことができる。いずれかを使用するか、またアドレスグ
ループ番号とアドレス自身の識別方法は設計事項の範囲
である。
When the address group is composed of only a single address, the address itself can be used as the address information without using the address group number. Which one to use, and the method of identifying the address group number and the address itself are within the scope of the design matter.

【0076】実施の形態6.ノイズ等でアドレスグルー
プ番号が変わってしまうと、同じアドレスグループが二
重に循環し、セル交換が永久に正常に行えなくなってし
まう。そこで、本実施の形態では、そのような異常を検
出するための機能を持たせたことを特徴としている。
Embodiment 6 FIG. If the address group number changes due to noise or the like, the same address group circulates twice, and cell exchange cannot be performed normally permanently. Therefore, the present embodiment is characterized in that a function for detecting such an abnormality is provided.

【0077】図13は、本発明に係る共通バッファ形A
TMスイッチの実施の形態6を示した概略的なブロック
構成図である。本実施の形態では、実施の形態1にライ
ト/リードポインタテーブル15から双方のポインタ値
を読み取るポインタ読取部21を加えた構成を有してい
る。
FIG. 13 shows a common buffer type A according to the present invention.
FIG. 14 is a schematic block diagram showing a sixth embodiment of a TM switch. This embodiment has a configuration in which a pointer reading unit 21 that reads both pointer values from the write / read pointer table 15 is added to the first embodiment.

【0078】次に、セルが入力されたときの本実施の形
態における書込み制御部13のセル書込み処理時の動作
について図4に示したフローチャートを用いて説明す
る。なお、図2に示したフローチャートと同じ処理に
は、同じ符号を付けて適宜省略して説明する。
Next, the operation of the write control unit 13 in the present embodiment at the time of cell write processing when a cell is input will be described with reference to the flowchart shown in FIG. Note that the same processes as those in the flowchart shown in FIG.

【0079】本実施の形態における動作は、基本的には
実施の形態1と同じであり、空きアドレスプール11か
らアドレスグループを読み出す際に当該アドレスグルー
プに対応したライト/リードポインタ値をチェックする
処理が付加されている。すなわち、書込み制御部13
は、対応するアドレスキュー12に登録されている最後
尾のアドレスグループに空きアドレスが存在しなかった
ため空きアドレスプール11からアドレスグループを新
たに読み出そうとする際(ステップ110,120,1
50)、ポインタ読取部21が読み取った当該アドレス
グループに対応したライトポインタ及びリードポインタ
の両方の値を検査し、共に0の場合は正常なのでセルの
蓄積指示及びそのアドレスグループのアドレスキュー1
2への登録を行う(ステップ160)。一方、ポインタ
値のいずれかでも0でなければ、当該アドレスグループ
は、実際にはいずれかのアドレスキュー12に登録され
ている可能性があると判断して読み出したアドレスグル
ープを使用せずに廃棄し、エラー通知を発する(ステッ
プ170)。
The operation of the present embodiment is basically the same as that of the first embodiment. When reading an address group from the free address pool 11, a process of checking a write / read pointer value corresponding to the address group is performed. Is added. That is, the write control unit 13
Indicates that there is no free address in the last address group registered in the corresponding address queue 12, so that a new address group is to be read from the free address pool 11 (steps 110, 120, 1).
50), the values of both the write pointer and the read pointer corresponding to the address group read by the pointer reading unit 21 are checked, and if both are 0, it means that the cell storage is instructed and the address queue 1 of that address group is normal.
2 is registered (step 160). On the other hand, if any of the pointer values is not 0, the address group is discarded without using the read address group because it is determined that there is a possibility that the address group is actually registered in any of the address queues 12. Then, an error notification is issued (step 170).

【0080】他方、読出し制御部14におけるセル読出
し処理に関しては、扱うアドレスグループの大きさが異
なるだけで処理自体は、図3に示した実施の形態1と同
じであるため、説明を省略する。
On the other hand, the cell read processing in the read control unit 14 is the same as that of the first embodiment shown in FIG. 3, except for the size of the address group to be handled.

【0081】本実施の形態によれば、このようにして、
ノイズ等によりアドレスグループの情報が変わった場合
の異常を即座に検出することができるので、アドレスグ
ループの二重回りを防止することができる。
According to the present embodiment,
Since an abnormality when the information of the address group changes due to noise or the like can be immediately detected, double rotation of the address group can be prevented.

【0082】なお、本実施の形態では、ライト/リード
ポインタテーブル15から双方のポインタ値を読み取る
手段としてポインタ読取部21を別途設けたが、書込み
制御部13の一機能として組み込むようにしてもよい。
In the present embodiment, the pointer reading unit 21 is separately provided as a means for reading both pointer values from the write / read pointer table 15, but may be incorporated as one function of the writing control unit 13. .

【0083】以上、上述した各実施の形態においては、
共通バッファ3のアドレスをグループ単位に管理するよ
うにしたことを特徴としている。このため、空きアドレ
スプール11及びアドレスキュー12に保持又は登録す
るためのアドレス情報は、アドレスグループの識別情報
でよい。上記各実施の形態においてはアドレス情報とし
てアドレスグループ番号を用い、また、これによって共
通バッファ3のアドレスも簡易な方法で得ることができ
るようにした。しかし、アドレス情報は、番号である必
要はなく、アドレス情報が識別可能な情報であればよ
い。
As described above, in each of the above embodiments,
It is characterized in that the addresses of the common buffer 3 are managed on a group basis. For this reason, the address information for holding or registering in the free address pool 11 and the address queue 12 may be the identification information of the address group. In the above embodiments, the address group number is used as the address information, and the address of the common buffer 3 can be obtained by a simple method. However, the address information need not be a number, but may be any information that can identify the address information.

【0084】[0084]

【発明の効果】本発明によれば、セルを一時蓄積する共
通バッファのアドレスをアドレス個々ではなくグループ
単位に管理するようにし、各グループに関する情報を空
きアドレスプール及びアドレスキューに保持しキューイ
ングするようにしてので、空きアドレスプール及びアド
レスキューに保持するあるいはキューイングされるデー
タ量を少なくすることができる。すなわち、空きアドレ
スプール及びアドレスキューの各容量は、共通バッファ
の容量に比例して増加するが、共通バッファが大容量化
しても空きアドレスプール及びアドレスキューの各容量
の増加率を軽減することができる。この結果、扱う情報
が大量であっても共通バッファ形非同期転送モードスイ
ッチの装置規模の大型化を極力抑えることができる。
According to the present invention, the address of the common buffer for temporarily storing cells is managed not in individual addresses but in groups, and information on each group is held and queued in a free address pool and an address queue. As a result, the amount of data held or queued in the free address pool and the address queue can be reduced. That is, the capacity of each of the free address pool and the address queue increases in proportion to the capacity of the common buffer. However, even if the capacity of the common buffer increases, the rate of increase of each capacity of the free address pool and the address queue can be reduced. it can. As a result, even if a large amount of information is handled, it is possible to minimize an increase in the device size of the common buffer type asynchronous transfer mode switch.

【0085】また、宛先別のアドレスキューにアドレス
情報が1つだけ登録されている場合、キューイングされ
ているアドレス情報によって管理されているアドレスの
中に空きアドレスが存在するときには、その空きアドレ
スを何回でも使用することができる。
When only one piece of address information is registered in the address queue for each destination, and there is a free address among the addresses managed by the queued address information, the free address is deleted. Can be used any number of times.

【0086】また、大きさの異なるアドレスグループを
用意しておき、各アドレス情報キューの使用状況に応じ
て適切なアドレスグループを新たに割り当てるようにし
たので、共通バッファの使用を効率よく行うことができ
る。
Also, address groups having different sizes are prepared, and an appropriate address group is newly assigned according to the use status of each address information queue, so that the common buffer can be used efficiently. it can.

【0087】また、ポインタ情報をアドレス情報キュー
毎に割り当てるようにしたので、アドレス情報毎に割り
当てるよりもポインタ情報数を減らすことができる。
Further, since the pointer information is allocated for each address information queue, the number of pointer information can be reduced as compared with the case where the pointer information is allocated for each address information.

【0088】また、単一のアドレスのみを管理するアド
レス情報を用意することで同報セル交換にも容易に適用
することができる。
Further, by preparing address information for managing only a single address, it can be easily applied to broadcast cell exchange.

【0089】また、ノイズ等によりアドレス情報が変わ
った場合の異常を即座に検出することができるので、ア
ドレスグループの二重回りを防止することができる。
Further, since an abnormality when the address information is changed due to noise or the like can be detected immediately, double rotation of the address group can be prevented.

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

【図1】 本発明に係る共通バッファ形ATMスイッチ
の実施の形態1を示した概略的なブロック構成図であ
る。
FIG. 1 is a schematic block diagram showing a first embodiment of a common buffer type ATM switch according to the present invention.

【図2】 実施の形態1におけるセル書込み処理時の動
作を示したフローチャートである。
FIG. 2 is a flowchart showing an operation at the time of a cell write process according to the first embodiment;

【図3】 実施の形態1におけるセル読出し処理時の動
作を示したフローチャートである。
FIG. 3 is a flowchart showing an operation at the time of a cell read process according to the first embodiment;

【図4】 実施の形態2におけるセル書込み処理時の動
作を示したフローチャートである。
FIG. 4 is a flowchart showing an operation during a cell write process according to the second embodiment;

【図5】 実施の形態2におけるセル読出し処理時の動
作を示したフローチャートである。
FIG. 5 is a flowchart showing an operation at the time of a cell read process in the second embodiment.

【図6】 本発明に係る共通バッファ形ATMスイッチ
の実施の形態3を示した概略的なブロック構成図であ
る。
FIG. 6 is a schematic block diagram showing Embodiment 3 of a common buffer type ATM switch according to the present invention.

【図7】 実施の形態3におけるセル書込み処理時の動
作を示したフローチャートである。
FIG. 7 is a flowchart showing an operation at the time of a cell write process according to a third embodiment;

【図8】 本発明に係る共通バッファ形ATMスイッチ
の実施の形態4を示した概略的なブロック構成図であ
る。
FIG. 8 is a schematic block diagram showing a fourth embodiment of a common buffer type ATM switch according to the present invention.

【図9】 実施の形態4におけるセル読出し処理時の動
作を示したフローチャートである。
FIG. 9 is a flowchart showing an operation at the time of a cell read process in the fourth embodiment.

【図10】 本発明に係る共通バッファ形ATMスイッ
チの実施の形態5を示した概略的なブロック構成図であ
る。
FIG. 10 is a schematic block diagram showing a fifth embodiment of a common buffer type ATM switch according to the present invention.

【図11】 実施の形態5におけるセル書込み処理時の
動作を示したフローチャートである。
FIG. 11 is a flowchart showing an operation at the time of a cell write process in the fifth embodiment.

【図12】 実施の形態5におけるセル読出し処理時の
動作を示したフローチャートである。
FIG. 12 is a flowchart showing an operation at the time of a cell read process in the fifth embodiment.

【図13】 本発明に係る共通バッファ形ATMスイッ
チの実施の形態6を示した概略的なブロック構成図であ
る。
FIG. 13 is a schematic block diagram showing Embodiment 6 of a common buffer type ATM switch according to the present invention.

【図14】 実施の形態6におけるセル書込み処理時の
動作を示したフローチャートである。
FIG. 14 is a flowchart showing an operation during a cell write process according to the sixth embodiment.

【図15】 従来の共通バッファ形ATMスイッチを示
した概略的なブロック構成図である。
FIG. 15 is a schematic block diagram showing a conventional common buffer type ATM switch.

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

1 マルチプレクサ(MUX)、2 デマルチプレクサ
(DMUX)、3 共通バッファ、11 空きアドレス
プール、12 アドレスキュー、13 書込み制御部、
14 読出し制御部、15 ライト/リードポインタテ
ーブル、16キュー監視部、17 ライトポインタ、1
8 リードポインタ、19 アドレスグループ数監視
部、20 同報セルカウンタ、21 ポインタ読取部。
1 multiplexer (MUX), 2 demultiplexer (DMUX), 3 common buffers, 11 free address pool, 12 address queue, 13 write controller,
14 read control unit, 15 write / read pointer table, 16 queue monitoring unit, 17 write pointer, 1
8 read pointer, 19 address group number monitoring unit, 20 broadcast cell counter, 21 pointer reading unit.

─────────────────────────────────────────────────────
────────────────────────────────────────────────── ───

【手続補正書】[Procedure amendment]

【提出日】平成11年1月11日[Submission date] January 11, 1999

【手続補正1】[Procedure amendment 1]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】特許請求の範囲[Correction target item name] Claims

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【特許請求の範囲】[Claims]

【請求項】 入線から入力され、宛先毎に設けられた
出線から出力されるセルを一時蓄積する共通バッファ
と、 セルが蓄積されていない前記共通バッファのアドレスに
関するアドレス情報を保持するアドレス情報プールと、 セルが蓄積されている前記共通バッファのアドレスに関
するアドレス情報を出線別に先入れ先出し方式で保持す
るアドレス情報キューと、 入線から入力されたセルに基づき前記アドレス情報プー
ルからアドレス情報を獲得して当該セルを当該アドレス
情報により特定された前記共通バッファのアドレスに蓄
積させるとともに前記アドレス情報プールから取り出し
た当該アドレス情報を当該セルの宛先に対応した前記ア
ドレス情報キューに登録する書込み制御手段と、 セルの送出可能な出線に対応した前記アドレス情報キュ
ーに登録されている先頭のアドレス情報に基づき前記共
通バッファから取り出したセルを当該出線から出力させ
るとともに当該アドレス情報によって管理されているア
ドレスが全て空きアドレスとなった場合に当該アドレス
情報を前記アドレス情報プールに戻す読出し制御手段
と、 を有し、 前記書込み制御手段及び前記読出し制御手段は、前記共
通バッファのアドレス管理を1乃至複数のアドレスによ
り構成されるグループ単位に行い、各グループに関する
情報を前記アドレス情報として扱い、前記アドレス情報
キューに登録されているアドレス情報により管理されて
いる各アドレスへのセル蓄積状況をポインタ情報によっ
て管理することを特徴とする共通バッファ形非同期転送
モードスイッチ。
1. A common buffer for temporarily storing cells input from an incoming line and output from an outgoing line provided for each destination, and address information for holding address information on addresses of the common buffer in which no cells are stored. A pool, an address information queue for holding the address information on the address of the common buffer in which cells are stored in a first-in first-out manner for each outgoing line, and acquiring address information from the address information pool based on cells input from the incoming line. Write control means for accumulating the cell at the address of the common buffer specified by the address information and registering the address information extracted from the address information pool in the address information queue corresponding to the destination of the cell; Address information corresponding to outgoing lines that can be transmitted Based on the head address information registered in the queue, the cell extracted from the common buffer is output from the outgoing line, and when all the addresses managed by the address information become free addresses, the address information is replaced with the address. Read control means for returning to the address information pool, wherein the write control means and the read control means perform address management of the common buffer in units of a group composed of one or a plurality of addresses, and obtain information on each group. A common buffer type asynchronous transfer mode switch, wherein the cell information stored in each address managed by the address information registered in the address information queue is managed by pointer information.

【請求項】 前記書込み制御手段及び前記読出し制御
手段は、前記ポインタ情報を前記アドレス情報毎に対応
させて管理することを特徴とする請求項記載の共通バ
ッファ形非同期転送モードスイッチ。
Wherein said write control means and said read control means, shared buffer asynchronous transfer mode switch according to claim 1, wherein the managing the pointer information so as to correspond to each of the address information.

【請求項】 前記書込み制御手段は、セルが蓄積され
ていない空きアドレスが前記各アドレス情報キューに保
持されている最後尾のアドレス情報によって管理されて
いるアドレスの中に存在する場合には、当該アドレス情
報によって管理されている空きアドレスにセルを蓄積さ
せていくとともに、当該最後尾のアドレス情報において
セルが蓄積されているアドレスの最後尾をライトポイン
タによって指し示すことを特徴とする請求項記載の共
通バッファ形非同期転送モードスイッチ。
3. The write control means according to claim 1, wherein when an empty address in which no cell is stored exists in an address managed by the last address information held in each of said address information queues, it intends to accumulate cells in the empty address managed by the address information, according to claim 1, wherein the point to the end of the address cell is accumulated in the end of the address information by the write pointer Common buffer type asynchronous transfer mode switch.

【請求項】 前記読出し制御手段は、前記各アドレス
情報キューに保持されている先頭のアドレス情報によっ
て管理されているアドレスに蓄積されているセルを順次
出力させるとともに、当該先頭のアドレス情報において
セルが読み出されたアドレスの最後尾をリードポインタ
によって指し示すことを特徴とする請求項記載の共通
バッファ形非同期転送モードスイッチ。
Wherein said reading control means, the causes are sequentially output cells stored in the address managed by the head address information held in the address information queue, the cell in the first address information 3. The common buffer type asynchronous transfer mode switch according to claim 2 , wherein the end of the read address is indicated by a read pointer.

【請求項】 前記書込み制御手段は、前記読出し制御
手段によりセルが送出されたことによって空きアドレス
となった前記アドレス情報キューに保持されているただ
一つのアドレス情報によって管理されているアドレスに
新たに入力されたセルを蓄積することを特徴とする請求
記載の共通バッファ形非同期転送モードスイッチ。
Wherein said write control means is newly address managed by the single address information held in the address information queue vacant address by the cell is delivered by the read control means shared buffer asynchronous transfer mode switch according to claim 1, wherein the storing the input cell.

【請求項】 前記各アドレス情報キューの使用状況を
監視するキュー監視手段を有し、 前記書込み制御手段は、管理するアドレス数が異なる前
記アドレス情報を保持している前記アドレス情報プール
の中から前記各アドレス情報キューの使用状況に応じて
前記各アドレス情報キューに登録するアドレス情報を獲
得することを特徴とする請求項記載の共通バッファ形
非同期転送モードスイッチ。
6. have a queue monitoring means for monitoring usage of said each address information queue, the write control means, from among the address information pool number of addresses managed holds said different address information shared buffer asynchronous transfer mode switch according to claim 1, wherein the obtaining the address information to be registered in the respective address information queue according to the usage status of each address information queue.

【請求項】 前記キュー監視手段は、前記各アドレス
情報キューのキュー長を監視しており、 前記書込み制御手段は、前記キュー監視手段が監視して
いるキュー長に応じて対応する前記アドレス情報キュー
に登録するアドレス情報を決定することを特徴とする請
求項記載の共通バッファ形非同期転送モードスイッ
チ。
7. The queue monitoring unit monitors a queue length of each of the address information queues, and the write control unit controls the address information corresponding to the queue length monitored by the queue monitoring unit. 7. The common buffer type asynchronous transfer mode switch according to claim 6, wherein address information to be registered in the queue is determined.

【請求項】 前記書込み制御手段及び前記読出し制御
手段は、前記ポインタ情報を宛先別に保持し、 前記読出し制御手段は、セルを送出したことによって前
記アドレス情報キューに登録されている先頭のアドレス
情報を前記アドレス情報プールに戻すかどうかの判定に
おいて、当該先頭のアドレス情報においてセルが読み出
されたアドレスの最後尾を指し示すリードポインタと、
前記アドレス情報キューに登録されている最後尾のアド
レス情報においてセルが蓄積されているアドレスの最後
尾を指し示すライトポインタの値が等しい場合には、前
記アドレス情報キューに他のアドレス情報が登録されて
いないときのみ当該アドレス情報を前記アドレス情報プ
ールに戻すという条件を付加したことを特徴とする請求
記載の共通バッファ形非同期転送モードスイッチ。
Wherein said write control means and said read control unit holds the pointer information by the destination, the read control means, the first address information registered in the address information queue by that dispatched the cell In the determination as to whether or not to return to the address information pool, a read pointer indicating the end of the address from which the cell was read in the head address information,
If the value of the write pointer indicating the end of the address where the cell is stored is equal in the last address information registered in the address information queue, other address information is registered in the address information queue. shared buffer asynchronous transfer mode switch according to claim 1, wherein the added condition of returning to the address information pool only the address information of the absence.

【請求項】 前記書込み制御手段は、入線から入力さ
れたセルが多数宛先用の同報セルであった場合に単一の
アドレスのみを管理対象とするアドレス情報を前記アド
レス情報プールから取り出して当該セルの宛先に対応し
た前記各アドレス情報キューに登録するとともに当該同
報セルの宛先数を同報セルカウンタに設定し、 前記読出し制御手段は、当該同報セルを送出する度に前
記同報セルカウンタを減算し、前記同報セルカウンタが
0になった時点で当該アドレス情報を前記アドレス情報
プールに戻すことを特徴とする請求項記載の共通バッ
ファ形非同期転送モードスイッチ。
Wherein said write control means takes out the address information to be managed only a single address when the cell inputted from the incoming line were broadcast cell for multiple destination from the address information Pool Registering in the address information queue corresponding to the destination of the cell and setting the number of destinations of the broadcast cell in the broadcast cell counter, the read control means sets the broadcast cell every time the broadcast cell is transmitted. subtracting the cell counter, the shared buffer asynchronous transfer mode switch according to claim 1, wherein the returning the address information in the address information pool when the multicast cell counter becomes zero.

【請求項10】 前記書込み制御手段は、前記アドレス
情報プールからアドレス情報を取り出す際に当該アドレ
ス情報に対応したポインタ情報を検査することを特徴と
する請求項記載の共通バッファ形非同期転送モードス
イッチ。
Wherein said write control means, shared buffer asynchronous transfer mode switch according to claim 2, wherein examining the pointer information corresponding to the address information when retrieving address information from the address information Pool .

【手続補正2】[Procedure amendment 2]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0016[Correction target item name] 0016

【補正方法】削除[Correction method] Deleted

【手続補正3】[Procedure amendment 3]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0017[Correction target item name] 0017

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0017】 [0017]

【課題を解決するための手段】以上のような目的を達成
するために、の発明に係る共通バッファ形非同期転
送モードスイッチは、入線から入力され、宛先毎に設け
られた出線から出力されるセルを一時蓄積する共通バッ
ファと、セルが蓄積されていない前記共通バッファのア
ドレスに関するアドレス情報を保持するアドレス情報プ
ールと、セルが蓄積されている前記共通バッファのアド
レスに関するアドレス情報を出線別に先入れ先出し方式
で保持するアドレス情報キューと、入線から入力された
セルに基づき前記アドレス情報プールからアドレス情報
を獲得して当該セルを当該アドレス情報により特定され
た前記共通バッファのアドレスに蓄積させるとともに前
記アドレス情報プールから取り出した当該アドレス情報
を当該セルの宛先に対応した前記アドレス情報キューに
登録する書込み制御手段と、セルの送出可能な出線に対
応した前記アドレス情報キューに登録されている先頭の
アドレス情報に基づき前記共通バッファから取り出した
セルを当該出線から出力させるとともに当該アドレス情
報によって管理されているアドレスが全て空きアドレス
となった場合に当該アドレス情報を前記アドレス情報プ
ールに戻す読出し制御手段とを有し、前記書込み制御手
段及び前記読出し制御手段は、前記共通バッファのアド
レス管理を1乃至複数のアドレスにより構成されるグル
ープ単位に行い、各グループに関する情報を前記アドレ
ス情報として扱い、前記アドレス情報キューに登録され
ているアドレス情報により管理されている各アドレスへ
のセル蓄積状況をポインタ情報によって管理するもので
ある。
Means for Solving the Problems Achieving the above objects
To achieve this, the common buffer type asynchronous transfer mode switch according to the first invention has a common buffer for temporarily storing cells input from an input line and output from an output line provided for each destination, and cells stored therein. An address information pool that holds address information about the address of the common buffer, an address information queue that holds address information about the address of the common buffer in which cells are stored for each line in a first-in first-out manner, and an address information queue that is input from an incoming line. Address information is obtained from the address information pool based on the cell, the cell is stored in the address of the common buffer specified by the address information, and the address information extracted from the address information pool corresponds to the destination of the cell. Write system for registering in the address information queue Means for outputting a cell taken out from the common buffer from the outgoing line based on the first address information registered in the address information queue corresponding to the outgoing line from which the cell can be transmitted, and managed by the address information. Read-out control means for returning the address information to the address information pool when all the available addresses become free addresses, wherein the write control means and the read-out control means perform one or more address management of the common buffer. Is performed for each group constituted by the addresses of the addresses, the information regarding each group is treated as the address information, and the cell accumulation status at each address managed by the address information registered in the address information queue is managed by the pointer information. Is what you do.

【手続補正4】[Procedure amendment 4]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0018[Correction target item name] 0018

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0018】第の発明に係る共通バッファ形非同期転
送モードスイッチは、第の発明において、前記書込み
制御手段及び前記読出し制御手段は、前記ポインタ情報
を前記アドレス情報毎に対応させて管理するものであ
る。
According to a second aspect of the present invention, there is provided a common buffer type asynchronous transfer mode switch according to the first aspect , wherein the write control means and the read control means manage the pointer information in association with each of the address information. It is.

【手続補正5】[Procedure amendment 5]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0019[Correction target item name] 0019

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0019】第の発明に係る共通バッファ形非同期転
送モードスイッチは、第の発明において、前記書込み
制御手段は、セルが蓄積されていない空きアドレスが前
記各アドレス情報キューに保持されている最後尾のアド
レス情報によって管理されているアドレスの中に存在す
る場合には、当該アドレス情報によって管理されている
空きアドレスにセルを蓄積させていくとともに、当該最
後尾のアドレス情報においてセルが蓄積されているアド
レスの最後尾をライトポインタによって指し示すもので
ある。
According to a third aspect of the present invention, in the common buffer type asynchronous transfer mode switch according to the first aspect , the write control means is arranged so that a free address in which no cell is stored is held in each of the address information queues. If the cell exists in the address managed by the tail address information, the cell is stored in the free address managed by the address information, and the cell is stored in the tail address information. The end of the address is indicated by a write pointer.

【手続補正6】[Procedure amendment 6]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0020[Correction target item name] 0020

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0020】第の発明に係る共通バッファ形非同期転
送モードスイッチは、第の発明において、前記読出し
制御手段は、前記各アドレス情報キューに保持されてい
る先頭のアドレス情報によって管理されているアドレス
に蓄積されているセルを順次出力させるとともに、当該
先頭のアドレス情報においてセルが読み出されたアドレ
スの最後尾をリードポインタによって指し示すものであ
る。
According to a fourth aspect of the present invention, there is provided a common buffer type asynchronous transfer mode switch according to the second aspect , wherein the read control means comprises an address managed by the first address information held in each address information queue. , And sequentially outputs the cells stored in the first address information, and indicates the end of the address from which the cell was read in the start address information by a read pointer.

【手続補正7】[Procedure amendment 7]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0021[Correction target item name] 0021

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0021】第の発明に係る共通バッファ形非同期転
送モードスイッチは、第の発明において、前記書込み
制御手段は、前記読出し制御手段によりセルが送出され
たことによって空きアドレスとなった前記アドレス情報
キューに保持されているただ一つのアドレス情報によっ
て管理されているアドレスに新たに入力されたセルを蓄
積するものである。
According to a fifth aspect of the present invention, there is provided the common buffer type asynchronous transfer mode switch according to the first aspect , wherein the write control means comprises: The newly input cell is stored at an address managed by only one piece of address information held in the queue.

【手続補正8】[Procedure amendment 8]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0022[Correction target item name] 0022

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0022】第の発明に係る共通バッファ形非同期転
送モードスイッチは、第の発明において、前記各アド
レス情報キューの使用状況を監視するキュー監視手段を
有し、前記書込み制御手段は、管理するアドレス数が異
なる前記アドレス情報を保持している前記アドレス情報
プールの中から前記各アドレス情報キューの使用状況に
応じて前記各アドレス情報キューに登録するアドレス情
報を獲得するものである。
The shared buffer asynchronous transfer mode switch according to the sixth invention, in the first aspect, has a queue monitoring means for monitoring usage of said each address information queue, the write control unit manages The address information to be registered in each of the address information queues is obtained from the address information pool holding the address information having a different number of addresses according to the use status of each of the address information queues.

【手続補正9】[Procedure amendment 9]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0023[Correction target item name] 0023

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0023】第の発明に係る共通バッファ形非同期転
送モードスイッチは、第の発明において、前記キュー
監視手段は、前記各アドレス情報キューのキュー長を監
視しており、前記書込み制御手段は、前記キュー監視手
段が監視しているキュー長に応じて対応する前記アドレ
ス情報キューに登録するアドレス情報を決定するもので
ある。
[0023] The seventh shared buffer asynchronous transfer mode switch according to the present invention, in the sixth invention, the queue monitoring means, said monitors the queue length of each address information queue, the write control means, The address information to be registered in the address information queue corresponding to the queue length monitored by the queue monitoring means is determined.

【手続補正10】[Procedure amendment 10]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0024[Correction target item name] 0024

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0024】第の発明に係る共通バッファ形非同期転
送モードスイッチは、第の発明において、前記書込み
制御手段及び前記読出し制御手段は、前記ポインタ情報
を宛先別に保持し、前記読出し制御手段は、セルを送出
したことによって前記アドレス情報キューに登録されて
いる先頭のアドレス情報を前記アドレス情報プールに戻
すかどうかの判定において、当該先頭のアドレス情報に
おいてセルが読み出されたアドレスの最後尾を指し示す
リードポインタと、前記アドレス情報キューに登録され
ている最後尾のアドレス情報においてセルが蓄積されて
いるアドレスの最後尾を指し示すライトポインタの値が
等しい場合には、前記アドレス情報キューに他のアドレ
ス情報が登録されていないときのみ当該アドレス情報を
前記アドレス情報プールに戻すという条件を付加したも
のである。
According to an eighth aspect of the present invention, in the common buffer type asynchronous transfer mode switch according to the first aspect , the write control means and the read control means hold the pointer information for each destination, and the read control means, In determining whether or not to return the first address information registered in the address information queue to the address information pool by transmitting the cell, the first address information indicates the end of the address from which the cell was read in the first address information. If the value of the read pointer is equal to the value of the write pointer indicating the end of the address where the cell is stored in the last address information registered in the address information queue, another address information is stored in the address information queue. The address information is stored only when the address information is not registered. It is obtained by adding a condition of returning to Lumpur.

【手続補正11】[Procedure amendment 11]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0025[Correction target item name] 0025

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0025】第の発明に係る共通バッファ形非同期転
送モードスイッチは、第の発明において、前記書込み
制御手段は、入線から入力されたセルが多数宛先用の同
報セルであった場合に単一のアドレスのみを管理対象と
するアドレス情報を前記アドレス情報プールから取り出
して当該セルの宛先に対応した前記各アドレス情報キュ
ーに登録するとともに当該同報セルの宛先数を同報セル
カウンタに設定し、前記読出し制御手段は、当該同報セ
ルを送出する度に前記同報セルカウンタを減算し、前記
同報セルカウンタが0になった時点で当該アドレス情報
を前記アドレス情報プールに戻すものである。
According to a ninth aspect of the present invention, there is provided a common buffer type asynchronous transfer mode switch according to the first aspect , wherein the write control means is configured to perform a single transfer operation when a cell input from an incoming line is a broadcast cell for a large number of destinations. Address information for which only one address is to be managed is extracted from the address information pool, registered in each of the address information queues corresponding to the destination of the cell, and the number of destinations of the broadcast cell is set in the broadcast cell counter. The read control means decrements the broadcast cell counter each time the broadcast cell is transmitted, and returns the address information to the address information pool when the broadcast cell counter becomes 0. .

【手続補正12】[Procedure amendment 12]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0026[Correction target item name] 0026

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0026】第10の発明に係る共通バッファ形非同期
転送モードスイッチは、第の発明において、前記書込
み制御手段は、前記アドレス情報プールからアドレス情
報を取り出す際に当該アドレス情報に対応したポインタ
情報を検査するものである。
According to a tenth aspect of the present invention, in the common buffer type asynchronous transfer mode switch according to the second aspect , the write control means, when extracting address information from the address information pool, stores pointer information corresponding to the address information. It is to be inspected.

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 宛先毎に設けられた出力回線共通に設け
られた共通バッファの空きアドレス領域に複数の入力回
線のいずれかを介して送られてきたセルを一時保持する
共通バッファ形非同期転送モードスイッチにおいて、 前記共通バッファにおけるアドレス管理をグループ単位
とすることを特徴とする共通バッファ形非同期転送モー
ドスイッチ。
1. A common buffer type asynchronous transfer mode for temporarily storing cells transmitted via any one of a plurality of input lines in a free address area of a common buffer provided commonly to output lines provided for each destination. In the switch, the common buffer type asynchronous transfer mode switch is characterized in that address management in the common buffer is performed on a group basis.
【請求項2】 入線から入力され、宛先毎に設けられた
出線から出力されるセルを一時蓄積する共通バッファ
と、 セルが蓄積されていない前記共通バッファのアドレスに
関するアドレス情報を保持するアドレス情報プールと、 セルが蓄積されている前記共通バッファのアドレスに関
するアドレス情報を出線別に先入れ先出し方式で保持す
るアドレス情報キューと、 入線から入力されたセルに基づき前記アドレス情報プー
ルからアドレス情報を獲得して当該セルを当該アドレス
情報により特定された前記共通バッファのアドレスに蓄
積させるとともに前記アドレス情報プールから取り出し
た当該アドレス情報を当該セルの宛先に対応した前記ア
ドレス情報キューに登録する書込み制御手段と、 セルの送出可能な出線に対応した前記アドレス情報キュ
ーに登録されている先頭のアドレス情報に基づき前記共
通バッファから取り出したセルを当該出線から出力させ
るとともに当該アドレス情報によって管理されているア
ドレスが全て空きアドレスとなった場合に当該アドレス
情報を前記アドレス情報プールに戻す読出し制御手段
と、 を有し、 前記書込み制御手段及び前記読出し制御手段は、前記共
通バッファのアドレス管理を1乃至複数のアドレスによ
り構成されるグループ単位に行い、各グループに関する
情報を前記アドレス情報として扱い、前記アドレス情報
キューに登録されているアドレス情報により管理されて
いる各アドレスへのセル蓄積状況をポインタ情報によっ
て管理することを特徴とする共通バッファ形非同期転送
モードスイッチ。
2. A common buffer for temporarily storing cells input from an incoming line and output from an outgoing line provided for each destination, and address information for holding address information relating to an address of the common buffer in which no cells are stored. A pool, an address information queue for holding the address information on the address of the common buffer in which cells are stored in a first-in first-out manner for each outgoing line, and acquiring address information from the address information pool based on cells input from the incoming line. Write control means for accumulating the cell at the address of the common buffer specified by the address information and registering the address information extracted from the address information pool in the address information queue corresponding to the destination of the cell; Address information corresponding to outgoing lines that can be transmitted Based on the head address information registered in the queue, the cell extracted from the common buffer is output from the outgoing line, and when all the addresses managed by the address information become free addresses, the address information is replaced with the address. Read control means for returning to the address information pool, wherein the write control means and the read control means perform address management of the common buffer for each group composed of one or a plurality of addresses, and obtain information on each group. A common buffer type asynchronous transfer mode switch, wherein the cell information stored in each address managed by the address information registered in the address information queue is managed by pointer information.
【請求項3】 前記書込み制御手段及び前記読出し制御
手段は、前記ポインタ情報を前記アドレス情報毎に対応
させて管理することを特徴とする請求項2記載の共通バ
ッファ形非同期転送モードスイッチ。
3. The common buffer type asynchronous transfer mode switch according to claim 2, wherein said write control means and said read control means manage said pointer information in correspondence with each of said address information.
【請求項4】 前記書込み制御手段は、セルが蓄積され
ていない空きアドレスが前記各アドレス情報キューに保
持されている最後尾のアドレス情報によって管理されて
いるアドレスの中に存在する場合には、当該アドレス情
報によって管理されている空きアドレスにセルを蓄積さ
せていくとともに、当該最後尾のアドレス情報において
セルが蓄積されているアドレスの最後尾をライトポイン
タによって指し示すことを特徴とする請求項2記載の共
通バッファ形非同期転送モードスイッチ。
4. The write control unit according to claim 1, wherein when an empty address in which no cell is stored exists in an address managed by the last address information held in each of said address information queues, 3. The method according to claim 2, further comprising accumulating cells at a vacant address managed by the address information, and pointing to the end of the address at which the cells are stored in the last address information by a write pointer. Common buffer type asynchronous transfer mode switch.
【請求項5】 前記読出し制御手段は、前記各アドレス
情報キューに保持されている先頭のアドレス情報によっ
て管理されているアドレスに蓄積されているセルを順次
出力させるとともに、当該先頭のアドレス情報において
セルが読み出されたアドレスの最後尾をリードポインタ
によって指し示すことを特徴とする請求項3記載の共通
バッファ形非同期転送モードスイッチ。
5. The read control means sequentially outputs cells stored at an address managed by the first address information held in each of the address information queues, and outputs the cells in the first address information. 4. The common buffer type asynchronous transfer mode switch according to claim 3, wherein the end of the read address is indicated by a read pointer.
【請求項6】 前記書込み制御手段は、前記読出し制御
手段によりセルが送出されたことによって空きアドレス
となった前記アドレス情報キューに保持されているただ
一つのアドレス情報によって管理されているアドレスに
新たに入力されたセルを蓄積することを特徴とする請求
項2記載の共通バッファ形非同期転送モードスイッチ。
6. The write control means according to claim 1, wherein said write control means newly adds an address managed by only one address information held in said address information queue to a vacant address when a cell is transmitted by said read control means. 3. The common buffer type asynchronous transfer mode switch according to claim 2, wherein the cells input to the switch are stored.
【請求項7】 前記各アドレス情報キューの使用状況を
監視するキュー監視手段を有し、 前記書込み制御手段は、管理するアドレス数が異なる前
記アドレス情報を保持している前記アドレス情報プール
の中から前記各アドレス情報キューの使用状況に応じて
前記各アドレス情報キューに登録するアドレス情報を獲
得することを特徴とする請求項2記載の共通バッファ形
非同期転送モードスイッチ。
7. A queue monitoring unit for monitoring a use status of each of the address information queues, wherein the write control unit selects one of the address information pools holding the address information having a different number of addresses to be managed. 3. The common buffer type asynchronous transfer mode switch according to claim 2, wherein the address information to be registered in each of the address information queues is acquired according to the use status of each of the address information queues.
【請求項8】 前記キュー監視手段は、前記各アドレス
情報キューのキュー長を監視しており、 前記書込み制御手段は、前記キュー監視手段が監視して
いるキュー長に応じて対応する前記アドレス情報キュー
に登録するアドレス情報を決定することを特徴とする請
求項7記載の共通バッファ形非同期転送モードスイッ
チ。
8. The queue monitoring means monitors a queue length of each of the address information queues, and the write control means controls the address information corresponding to the queue length monitored by the queue monitoring means. 8. The common buffer type asynchronous transfer mode switch according to claim 7, wherein address information to be registered in the queue is determined.
【請求項9】 前記書込み制御手段及び前記読出し制御
手段は、前記ポインタ情報を宛先別に保持し、 前記読出し制御手段は、セルを送出したことによって前
記アドレス情報キューに登録されている先頭のアドレス
情報を前記アドレス情報プールに戻すかどうかの判定に
おいて、当該先頭のアドレス情報においてセルが読み出
されたアドレスの最後尾を指し示すリードポインタと、
前記アドレス情報キューに登録されている最後尾のアド
レス情報においてセルが蓄積されているアドレスの最後
尾を指し示すライトポインタの値が等しい場合には、前
記アドレス情報キューに他のアドレス情報が登録されて
いないときのみ当該アドレス情報を前記アドレス情報プ
ールに戻すという条件を付加したことを特徴とする請求
項2記載の共通バッファ形非同期転送モードスイッチ。
9. The write control unit and the read control unit hold the pointer information for each destination, and the read control unit stores the first address information registered in the address information queue by transmitting a cell. In the determination as to whether or not to return to the address information pool, a read pointer indicating the end of the address from which the cell was read in the head address information,
When the value of the write pointer indicating the end of the address where the cell is stored is equal in the last address information registered in the address information queue, other address information is registered in the address information queue. 3. The common buffer type asynchronous transfer mode switch according to claim 2, wherein a condition is added that the address information is returned to the address information pool only when there is no address information.
【請求項10】 前記書込み制御手段は、入線から入力
されたセルが多数宛先用の同報セルであった場合に単一
のアドレスのみを管理対象とするアドレス情報を前記ア
ドレス情報プールから取り出して当該セルの宛先に対応
した前記各アドレス情報キューに登録するとともに当該
同報セルの宛先数を同報セルカウンタに設定し、 前記読出し制御手段は、当該同報セルを送出する度に前
記同報セルカウンタを減算し、前記同報セルカウンタが
0になった時点で当該アドレス情報を前記アドレス情報
プールに戻すことを特徴とする請求項2記載の共通バッ
ファ形非同期転送モードスイッチ。
10. The write control unit, when a cell input from an incoming line is a broadcast cell for a large number of destinations, extracts address information for which only a single address is to be managed from the address information pool. Registering in the address information queue corresponding to the destination of the cell and setting the number of destinations of the broadcast cell in the broadcast cell counter, the read control means sets the broadcast cell every time the broadcast cell is transmitted. 3. The common buffer type asynchronous transfer mode switch according to claim 2, wherein a cell counter is decremented and said address information is returned to said address information pool when said broadcast cell counter becomes zero.
【請求項11】 前記書込み制御手段は、前記アドレス
情報プールからアドレス情報を取り出す際に当該アドレ
ス情報に対応したポインタ情報を検査することを特徴と
する請求項3記載の共通バッファ形非同期転送モードス
イッチ。
11. The common buffer type asynchronous transfer mode switch according to claim 3, wherein said write control means checks the pointer information corresponding to the address information when extracting the address information from the address information pool. .
JP1241798A 1998-01-26 1998-01-26 Common buffer type asynchronous transfer mode switch Expired - Lifetime JP2933904B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1241798A JP2933904B2 (en) 1998-01-26 1998-01-26 Common buffer type asynchronous transfer mode switch

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1241798A JP2933904B2 (en) 1998-01-26 1998-01-26 Common buffer type asynchronous transfer mode switch

Publications (2)

Publication Number Publication Date
JPH11215140A true JPH11215140A (en) 1999-08-06
JP2933904B2 JP2933904B2 (en) 1999-08-16

Family

ID=11804701

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1241798A Expired - Lifetime JP2933904B2 (en) 1998-01-26 1998-01-26 Common buffer type asynchronous transfer mode switch

Country Status (1)

Country Link
JP (1) JP2933904B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002001821A1 (en) * 2000-06-29 2002-01-03 Nec Corporation Packet scheduling apparatus
KR100399580B1 (en) * 2000-12-06 2003-09-26 주식회사 케이티 Address controlling Method of Buffer having linked list
US7848341B2 (en) 2001-02-28 2010-12-07 International Business Machines Corporation Switching arrangement and method with separated output buffers

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3504161B2 (en) 1998-10-02 2004-03-08 富士通株式会社 Address failure monitoring device and ATM switch device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002001821A1 (en) * 2000-06-29 2002-01-03 Nec Corporation Packet scheduling apparatus
US7613114B2 (en) 2000-06-29 2009-11-03 Nec Corporation Packet scheduling apparatus
KR100399580B1 (en) * 2000-12-06 2003-09-26 주식회사 케이티 Address controlling Method of Buffer having linked list
US7848341B2 (en) 2001-02-28 2010-12-07 International Business Machines Corporation Switching arrangement and method with separated output buffers
US8644327B2 (en) 2001-02-28 2014-02-04 International Business Machines Corporation Switching arrangement and method with separated output buffers

Also Published As

Publication number Publication date
JP2933904B2 (en) 1999-08-16

Similar Documents

Publication Publication Date Title
US6442162B1 (en) Credit-based scheme for high performance communication between devices in a packet-based communication system
US7260104B2 (en) Deferred queuing in a buffered switch
EP0374928B1 (en) Packet congestion control method and packet switching equipment
JP4894670B2 (en) Method, logic device and system for bypassing output queue structure of switch
EP0545575A1 (en) Multiple virtual FIFO arrangement
US20040156376A1 (en) Deficit round-robin scheduling in a high-speed switching environment
US20040196789A1 (en) Apparatus and methods for managing packets in a broadband data stream
JPWO2004066570A1 (en) Network switch device and network switch method
US7352766B2 (en) High-speed memory having a modular structure
US20040156383A1 (en) Multicasting in a high-speed switching environment
US6526452B1 (en) Methods and apparatus for providing interfaces for mixed topology data switching system
US8176291B1 (en) Buffer management architecture
US6675222B1 (en) Network mixed topology data switching with interconnect to provide storing and retrieving of data using a switch and interconnect to provide network notifications
EP1351439A1 (en) Embedded system for broadcast traffic congestion control in communication network
JP3506130B2 (en) Buffering device and buffering method
JP2933904B2 (en) Common buffer type asynchronous transfer mode switch
US6496478B1 (en) Method and apparatus for controlling traffic queues in network switches
US6195361B1 (en) Network communication device
US20040028053A1 (en) Direct memory access circuit with ATM support
CN115002052B (en) Layered cache controller, control method and control equipment
US6463065B1 (en) Mixed topology data switching system
US6665673B1 (en) Channel communication system
JP3449302B2 (en) Cell transmission method and switch device
JP4406011B2 (en) Electronic circuit with processing units connected via a communication network
WO1994015438A1 (en) Device for the conversion of data blocks, frame structured, into atm cells and vice versa