JPH03231539A - Shared memory type packet switch - Google Patents

Shared memory type packet switch

Info

Publication number
JPH03231539A
JPH03231539A JP2025993A JP2599390A JPH03231539A JP H03231539 A JPH03231539 A JP H03231539A JP 2025993 A JP2025993 A JP 2025993A JP 2599390 A JP2599390 A JP 2599390A JP H03231539 A JPH03231539 A JP H03231539A
Authority
JP
Japan
Prior art keywords
packet
output
memory circuit
destination
output instruction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2025993A
Other languages
Japanese (ja)
Inventor
Koji Suzuki
鈴木 晃二
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2025993A priority Critical patent/JPH03231539A/en
Publication of JPH03231539A publication Critical patent/JPH03231539A/en
Pending legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PURPOSE:To save the quantity of hardware by providing an associative storage memory circuit having a collation function of a symbol string. CONSTITUTION:An idle area of a memory circuit 14 is retrieved by detecting output command information not outputted to output lines 9-11, that is, output command information not designating an outgoing line. Thus, designated retrieval information is sent to an associative storage memory circuit 15 and whether or not the designation of an outgoing line is entirely implemented is compared and collated and as a result, when the coincidence is detected, that is, the designation of all outgoing lines is not implemented, the presence of an idle area in the memory circuit 14 is detected. When the coincidence is not detected, it is discriminated that no idle area exists in the memory circuit 14 and the inputted packet data is aborted.

Description

【発明の詳細な説明】 [産業上の利用分野コ 本発明は、パケット単位で交換処理を行うパケット交換
機のパケットスイッチに関し、特にハードウェア回路の
みでパケット交換を行う高速の共有メモリ型パケットス
イッチに関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a packet switch for a packet switch that performs switching processing in units of packets, and particularly relates to a high-speed shared memory type packet switch that performs packet switching using only hardware circuits. It is something.

[従来の技術] 従来、入力パケットの書き込み蓄積を行うための共有メ
モリ回路には通常のメモリを使用している。そして、こ
のメモリ回路にパケットを書き込む場合は、この書き込
みパケットの宛先に応じて予め定められたこのメモリ回
路内の領域に書き込みを行い、またメモリ回路からパケ
ットを読み出す場合は、パケット出力を行いたい宛先の
領域からパケットを読みだしている。
[Prior Art] Conventionally, an ordinary memory is used as a shared memory circuit for writing and storing input packets. When writing a packet to this memory circuit, write to a predetermined area in this memory circuit according to the destination of this write packet, and when reading a packet from the memory circuit, output the packet. The packet is being read from the destination area.

そして、メモリ回路に対してパケットの書き込み及び読
みだしを行うために、既にパケットの書き込みを行って
塞がりとなっているメモリ回路のアドレスを示す書き込
みポインタアドレスレジスタと既に読みなしを行って空
きとなっているアドレスを示す読みだしポインタアドレ
スレジスタとを各出力回線数分設けている。
Then, in order to write and read packets to and from the memory circuit, a write pointer address register indicating the address of the memory circuit that has already been written and is occupied by a packet has been written, and a write pointer address register that indicates the address of the memory circuit that has already been written and is now free. A number of read pointer address registers are provided for each output line.

そして、パケットをメモリ回路に書き込みするときには
、書き込みポインタアドレスレジスタの値から次に書き
込みを行うメモリ回路のアドレスを求めてこれにより書
き込み動作を行い、書き込みが終了するとこのポインタ
アドレスレジスタの値を+1、すなわちインクリメント
する。
When writing a packet to a memory circuit, the address of the next memory circuit to be written is determined from the value of the write pointer address register, and the write operation is performed based on this. When the write is completed, the value of this pointer address register is increased by +1, That is, increment.

また、パケットの読みだしを行うときには、読みだしポ
インタアドレスレジスタの値から次に読みだしを行うア
ドレスを求めてこれにより読みだし動作を行い、読みた
しが終了するとこのポインタアドレスレジスタの値を+
1する。こうして、メモリ回路に蓄積されたパケットを
指定された宛先に出力するものとなっている。
Also, when reading a packet, the next address to be read is determined from the value of the read pointer address register, and the read operation is performed based on this. When the read is completed, the value of this pointer address register is +
Do 1. In this way, the packets stored in the memory circuit are output to the designated destination.

また、1つのパケットを複数の宛先に出力する場合は、
宛先の数に応じたパケットの複製を予めメモリ回路への
書き込み以前に作成しておき、これらの複製されたパケ
ットをメモリ回路に書き込む処理を行っている。
Also, if you want to output one packet to multiple destinations,
Copies of packets corresponding to the number of destinations are created in advance before writing to the memory circuit, and processing is performed to write these duplicated packets to the memory circuit.

[発明が解決しようとする課題1 上述した従来のパケットスイッチは、予め定められたメ
モリ回路内のパケットの宛先に応じた領域に書き込みを
行うため、特定の宛先へのパケットが大量に入力された
場合は、これに対応する宛先のメモリ領域には大量のパ
ケットが集中することになり、またこの場合他の宛先の
メモリ領域にはこのパケットを書き込めないことから、
入力したパケットが紛失する状態が発生し易くなり、こ
のため出線に対応したメモリ領域をそれぞれ広く確保し
なければならず、従って大容量のメモリ回路が必要にな
るという問題があった。また、複数の宛先に同一パケッ
トを送信する場合は、このパケットを複製する回路が別
途必要となり、ハードウェア量が増大するという問題が
あった。
[Problem to be Solved by the Invention 1] The conventional packet switch described above writes to an area according to the destination of the packet in a predetermined memory circuit, so a large number of packets destined for a specific destination are input. In this case, a large number of packets will be concentrated in the memory area of the corresponding destination, and in this case, this packet cannot be written to the memory area of other destinations.
There is a problem in that input packets are likely to be lost, and therefore a wide memory area must be secured for each outgoing line, and a large-capacity memory circuit is therefore required. Furthermore, when transmitting the same packet to multiple destinations, a separate circuit for duplicating the packet is required, resulting in an increase in the amount of hardware.

[課題を解決するための手段] このような課題を解決するために本発明に係る共有メモ
リ型パケットスイッチは、宛先の出線対応に1ビットづ
つを割り当てた出力指示情報の記憶を行う領域を1アド
レスごとに1つづつ備え特定の記号列が与えられると出
力指示情報と比較照合し比較の結果を一致または不一致
信号として出力するとともに出力指示情報と一致した場
合はこの一致した出力指示情報の存在するアドレスを出
力する連想記憶メモリ回路と、パケットを格納するメモ
リ回路とを備えたものである。
[Means for Solving the Problems] In order to solve such problems, the shared memory type packet switch according to the present invention has an area for storing output instruction information in which one bit is assigned to each destination outgoing line. One symbol string is provided for each address. When a specific symbol string is given, it is compared with the output instruction information and the comparison result is output as a match or mismatch signal. If it matches the output instruction information, this matched output instruction information is output. It is equipped with an associative memory circuit that outputs existing addresses and a memory circuit that stores packets.

[作用] パケットを書き込む場合は、出力指示情報が全ての出線
に対して出力指示されていないとき、パケットの宛先に
応じたアドレスと同一のアドレスのメモリ回路の領域に
パケットが書き込まれこれと同時にこのアドレスに対応
する出力指示情報の値が出力指示の値に書き換えられ、
また、パケットを読み出しする場合は、出力時分割バス
のタイムスロット位置に対応する出線への出力指示情報
領域に対してのみ出力指示された値と照合され、一致し
たアドレスのメモリ回路の領域からパケットが読み出さ
れて指定された出線に出力されると同時に、このアドレ
スに対応する出力指示情報の値が出力を指示しない値に
書き換えられ、また、入力したパケットが複数の宛先情
報を有する場合は、同一パケットの複製が行われて複数
の出線に送出される。
[Operation] When writing a packet, if the output instruction information does not indicate output to all outgoing lines, the packet is written to the area of the memory circuit at the same address as the address corresponding to the destination of the packet. At the same time, the value of the output instruction information corresponding to this address is rewritten to the output instruction value,
In addition, when reading a packet, only the output instruction information area for the outgoing line corresponding to the time slot position of the output time division bus is compared with the value instructed to be output, and the value is checked from the area of the memory circuit at the matching address. At the same time that the packet is read and output to the specified outgoing line, the output instruction information value corresponding to this address is rewritten to a value that does not instruct output, and the input packet has multiple destination information. In this case, the same packet is duplicated and sent to multiple outgoing lines.

[実施例] 次に、本発明について図面を参照して説明する。[Example] Next, the present invention will be explained with reference to the drawings.

第1図は本発明の共有メモリ型パケットスイッチを適用
したパケット交換機の一実施例を示すブロック図である
。同図において、1〜3は入力回線、4は多重回路、5
は入力時分割バス、6は共有メモリ回路、7は出力時分
割バス、8は分離回路、9〜11は出力回線、12は書
き込み制御回路、13は読みだし制御回路、14はメモ
リ回路、15は連想記憶メモリ回路である。
FIG. 1 is a block diagram showing an embodiment of a packet switch to which a shared memory type packet switch of the present invention is applied. In the figure, 1 to 3 are input lines, 4 is a multiplex circuit, and 5 is an input line.
is an input time division bus, 6 is a shared memory circuit, 7 is an output time division bus, 8 is a separation circuit, 9 to 11 are output lines, 12 is a write control circuit, 13 is a read control circuit, 14 is a memory circuit, 15 is an associative memory circuit.

そして、入力回線1〜3には、先頭部分に様々な宛先を
有するパケットデータが到来してくるが、これらのパケ
ットデータは多重回路4により時分割多重される。この
多重化処理は入力されたパケットデータを入力回線1〜
3に対応するタイムスロット位置に割り付けて送出する
ものであり、また、このタイムスロット数は、入力回線
数分設けであるので、全ての入力回線1〜3に同時にパ
ケットデータが到来しても、多重化できるものである。
Then, packet data having various destinations at the beginning arrives at the input lines 1 to 3, and these packet data are time-division multiplexed by the multiplexing circuit 4. This multiplexing process transfers input packet data from input line 1 to
Since the number of time slots is equal to the number of input lines, even if packet data arrives at all input lines 1 to 3 at the same time, It can be multiplexed.

こうして多重化されたパケットデータは、入力時分割バ
スラを介してパケットデータを一時的に蓄積する共有メ
モリ回路6に転送され、書き込み制御回路12によりこ
の共有メモリ回路6内のメモリ回路14に書き込まれる
The packet data multiplexed in this way is transferred to the shared memory circuit 6 that temporarily stores the packet data via the input time division busler, and is written to the memory circuit 14 in this shared memory circuit 6 by the write control circuit 12. .

なお、このとき書き込み制御回路12は、このパケット
データの書き込みと同時に、パケットデータ内の宛先情
報に基づきこのパケットデータをどの出力回線に送出す
べきかを決定し、この決定された出力指示情報を連想記
憶メモリ回路15に書き込む、ここで、連想記憶メモリ
回路15は、順序回路とメモリとから構成されていて、
少なくとも1つ以上の有限個の記号列を書き込み登録で
き、外部から逐次記号単位で入力する記号列と登録した
全ての登録済み記号列とを同時に比較照合し、登録され
た記号列のうちの1つ以上と一致した場合は、−数表示
信号と一致した登録記号列の少なくとも1つ以上の登録
アドレスを出力するものとなっている。
At this time, at the same time as writing this packet data, the write control circuit 12 determines to which output line this packet data should be sent based on the destination information in the packet data, and sends this determined output instruction information. Write to the associative memory circuit 15, where the associative memory circuit 15 is composed of a sequential circuit and a memory,
At least one or more finite number of symbol strings can be written and registered, and the symbol string input sequentially from the outside in symbol units is compared with all the registered symbol strings at the same time, and one of the registered symbol strings can be registered. If there is a match with three or more, at least one registered address of the registered symbol string that matches the minus number display signal is output.

一方、読みだし制御回路13は、連想記憶メモリ回路1
5に対して出力指示情報の比較照合動作を行わせ、これ
から得られたアドレスに基づきメモリ回路14からパケ
ットデータの読みだしを行う こうして読み出されたパ
ケットデータは、出力時分割バス7により分離回路8に
転送され、ここで分離されて所望の出力回線に送出され
る。
On the other hand, the readout control circuit 13 controls the associative memory circuit 1
The packet data is read out from the memory circuit 14 based on the address obtained from the output instruction information. 8, where it is separated and sent to a desired output line.

次に、第2図は、共有メモリ回路6の構成図である。な
お、同図の(a)図はメモリ回路1−4の構成を示し、
また(b)図は連想記憶メモリ回路15の構成を示して
いる。第2図において、20はパケットが格納されるパ
ケットデータ領域、21は出力指示情報が格納されてい
る出力指示情報領域、22は出力指示情報を構成する出
線対応出力指示ビットである。
Next, FIG. 2 is a block diagram of the shared memory circuit 6. As shown in FIG. Note that (a) of the same figure shows the configuration of the memory circuit 1-4,
Further, FIG. 1B shows the configuration of the associative memory circuit 15. As shown in FIG. In FIG. 2, 20 is a packet data area where packets are stored, 21 is an output instruction information area where output instruction information is stored, and 22 is an output instruction bit corresponding to an outgoing line forming the output instruction information.

次に、第1図、第2図に基づいて本発明の動作を詳細に
説明する。
Next, the operation of the present invention will be explained in detail based on FIGS. 1 and 2.

入力回線1から出力回線9.10の双方に出力すべきパ
ケットデータが到来すると、このパケットデータの先頭
部の宛先情報を読み取って出力回線9.10に送出すべ
きか否かを判断する。この入力したパケットデータは、
多重回路4により他の入力回線からのパケットデータと
ともに多重化され共有メモリ回路6に送出される。ここ
で、書き込み制御回路12は、多重回路4からのタイム
スロット内にパケットデータが存在するか否かをタイム
スロット上の制御フラグく図示せず)等を検出すること
により識別し、タイムスロット内にパケットデータが存
在すれば、まずこのパケットデータを書き込むための空
き領域がメモリ回路14内にあるか否かを検索する。
When packet data to be output from the input line 1 to the output line 9.10 arrives, the destination information at the beginning of the packet data is read to determine whether it should be sent to the output line 9.10. This input packet data is
The multiplex circuit 4 multiplexes the data with packet data from other input lines and sends it to the shared memory circuit 6. Here, the write control circuit 12 identifies whether or not packet data exists within the time slot from the multiplex circuit 4 by detecting a control flag (not shown) on the time slot. If packet data exists in the memory circuit 14, it is first searched whether there is a free area in the memory circuit 14 to write this packet data.

このメモリ回路14の空き領域は、出力指示情報が出力
回線に対して出力する値となっていないもの、すなわち
出線の指定がなされていない出力指示情報を検出するこ
とにより、検索できる。
The empty area of the memory circuit 14 can be searched by detecting output instruction information that does not have a value to be output to an output line, that is, output instruction information that does not specify an outgoing line.

従って、連想記憶メモリ回路15に出線の指定の検索情
報を送出して、出線の指定が全てなされていないか否か
を比較照合させ、この結果、一致が検出されれは、すな
わち全て出線の指定がなされていなければ、メモリ回路
14内には空き領域が存在するということになる。そし
て、一致が検出できなければ、メモリ回路14内には空
き領域がないということで入力したパケットデータは廃
棄される。
Therefore, the search information for specifying the outgoing lines is sent to the associative memory circuit 15 to compare and check whether all outgoing lines have been specified. If no line is specified, it means that there is an empty area within the memory circuit 14. If no match is detected, it means that there is no free space in the memory circuit 14, and the input packet data is discarded.

但し、成る時間に互って入力したパケットデータが廃棄
されても、後述するように、メモリ回路14からパケッ
トデータが読み出されれば、メモリ回路14内に空き領
域ができるため、パケ・yトデータは再書き込みできる
However, even if the packet data input at the same time is discarded, as will be described later, if the packet data is read from the memory circuit 14, an empty area will be created in the memory circuit 14, so the packet data will be discarded. Can be rewritten.

こうして、宛先情報に基づいたアドレスを用いて入力し
たパケットデータをメモリ回路14の該当する空き領域
、すなわちこの場合は出力回線9.10に該当する領域
に書き込み、同時にパケットデータの宛先情報によりこ
の入力したパケットデータの出力すべき出力回線が求め
られ、これを出力指示情報として連想記憶メモリ回路1
5の該当するアドレスに書き込む。
In this way, the input packet data using the address based on the destination information is written to the corresponding free area of the memory circuit 14, that is, the area corresponding to the output line 9.10 in this case, and at the same time, the input packet data is written using the address based on the destination information of the packet data. The output line to which the packet data should be output is determined, and this is used as output instruction information in the content addressable memory circuit 1.
Write to the corresponding address in 5.

ここで、この出力指示情報は、第2図に示すとおり、こ
の出力指示情報内の各ビット、すなわち出線対応出力指
示ビット22は、どの出力回線にパケットデータを送出
するのかを示しており、複数の出力回線に送出するパケ
ットデータの場合は、複数の出線に対応する位置のビ・
7トを出力指示の値とすることにより、複数の出力回線
に同一のパケットデータを送出できる。
Here, in this output instruction information, as shown in FIG. 2, each bit in this output instruction information, that is, the output instruction bit 22 corresponding to the outgoing line, indicates which output line the packet data is to be sent to, In the case of packet data sent to multiple output lines, the video signal at the position corresponding to multiple output lines is
By setting 7 to the output instruction value, the same packet data can be sent to multiple output lines.

この場合、入力したパケットデータは出力回線9.10
に送出すべきものであるから、出線9゜10に対応する
ビット位置の値を出力指示に、また他のビットを出力未
指示にして連想記憶メモリ回路15に書き込む。このよ
うにして、出力指示情報内に出力指示の値が書き込まれ
ることにより、これに対応するアドレスで示されるメモ
リ回路14の領域は塞がり状態となる。
In this case, the input packet data is output line 9.10.
Therefore, the value of the bit position corresponding to the output line 9.degree. 10 is written to the content addressable memory circuit 15 with the output instruction set and the other bits set as output non-indication. In this way, by writing the output instruction value into the output instruction information, the area of the memory circuit 14 indicated by the corresponding address becomes occupied.

また、出力時分割バス7には、出力回線に対応したタイ
ムスロットが割り付けられており、各出力回線へのタイ
ムスロットが順次現れ、これが−巡すると、再び同一回
線のタイムスロットが出現する。読みだし制御回路13
は、このタイムスロットに合わせて対応する出力回線に
送出すべきパケットデータをメモリ回路14から検索し
て読み出す。この結果、目的とする出力回線にパケット
データが送出されることになる。
Furthermore, time slots corresponding to the output lines are allocated to the output time division bus 7, and time slots for each output line appear in sequence, and when this goes around, a time slot for the same line appears again. Readout control circuit 13
searches and reads out packet data to be sent to the corresponding output line from the memory circuit 14 in accordance with this time slot. As a result, the packet data is sent to the intended output line.

いま、出力回線9に対応するタイムスロット位置になっ
ていたとすると、読みだし制御回路13は、連想記憶メ
モリ回路15に指示して、出力指示情報のうち出力回線
9に対応する位置のビットが出力指示となっているか否
かを比較照合させる。なお、このとき連想記憶メモリ回
路15は、他の出力回線に対応する位置のビットがどの
ような値となっていても比較照合しない。そして、連想
記憶メモリ回路15により比較照合された結果、一致す
ればこの一致したアドレスを用いてメモリ回路14内の
パケットデータを読みだしこのタイムスロット上に乗せ
る。そして、同時に連想記憶メモリ回路15内の同一ア
ドレスの出力指示情報のうちに出力回線9に対応するビ
ットを出力指示から出力未指示に書き換える。
Assuming that the time slot position corresponds to output line 9, the read control circuit 13 instructs the associative memory circuit 15 to output the bit of the output instruction information at the position corresponding to output line 9. Compare and check whether the instructions are met or not. Note that at this time, the associative memory circuit 15 does not compare and verify the values of the bits at positions corresponding to other output lines. Then, as a result of comparison and verification by the associative memory circuit 15, if they match, the packet data in the memory circuit 14 is read out using the matched address and placed on this time slot. At the same time, the bit corresponding to the output line 9 in the output instruction information at the same address in the content addressable memory circuit 15 is rewritten from output instruction to output no instruction.

次に、タイムスロット位置が出力回線10に対応する値
になると、読みだし制御回路13は上記したと同様な動
作を行う。なお、このとき出力回線9に既に読みだしさ
れたパケットデータであっても、出力指示情報の出力回
線10に対応する位置のビットは、出力指定となってい
るので、読みだし制御回路13からの照合指示により−
・致が得られ、この結果出力回線10に同一のパケット
データが送出される。そしてその後、同様に、出力回線
10に対応するビットが出力未指定に書き換えられる。
Next, when the time slot position reaches a value corresponding to the output line 10, the readout control circuit 13 performs the same operation as described above. Note that even if the packet data has already been read out to the output line 9 at this time, the bit at the position corresponding to the output line 10 in the output instruction information is designated as output, so the data from the readout control circuit 13 is According to verification instructions -
- A match is obtained, and as a result, the same packet data is sent to the output line 10. After that, the bit corresponding to the output line 10 is similarly rewritten to output unspecified.

このように、入力したパケットデータが複数の宛先に送
出するものであっても、読みだし動作を何回か繰り返せ
ば、全ての宛先に同一のパケットデータの読みたしが行
われ、このとき対応する出力指示情報の全てのビットは
出力未指定に書き換えられる。この結果、対応するアド
レスで示されたメモリ回路14の領域が空き状態となり
、書き込み時のメモリ回路14の空き状態の照合動作で
この空き領域のアドレスを得ることができ、再び入力し
た他のパケットデータが格納されることになる。
In this way, even if the input packet data is to be sent to multiple destinations, if the read operation is repeated several times, the same packet data will be read to all destinations, and the corresponding All bits of the output instruction information to be output are rewritten to output unspecified. As a result, the area of the memory circuit 14 indicated by the corresponding address becomes empty, and the address of this empty area can be obtained by checking the empty status of the memory circuit 14 at the time of writing, and other packets input again The data will be stored.

以上説明したように、共有メモリ回路6内に記号列の照
合機能を有する連想記憶メモリ回路15を設けたことに
より、パケットデータを格納するメモリ領域を宛先毎に
分割する必要がなく、かつ複数の宛先へのパケットデー
タをメモリ領域に書き込みするときに複製回路が不要と
なり、ハードウェア量を大幅に削減できるという効果が
ある。
As explained above, by providing the content addressable memory circuit 15 having a symbol string matching function in the shared memory circuit 6, there is no need to divide the memory area for storing packet data for each destination, and This eliminates the need for a replication circuit when writing packet data destined for a destination into a memory area, and has the effect of significantly reducing the amount of hardware required.

[発明の効果] 以上説明したように本発明の共有メモリ型パケットスイ
ッチは、記号列の照合機能を有する連想記憶メモリ回路
を設けたことにより、パケットデータを格納するメモリ
回路のメモリ領域を宛先毎に分割する必要がなく、かつ
複数の宛先へのパケットデータをメモリ領域に書き込み
するときに複製回路が不要となり、ハードウェア量を大
幅に削減できるという効果がある。
[Effects of the Invention] As explained above, the shared memory type packet switch of the present invention is provided with an associative memory circuit having a symbol string collation function, so that the memory area of the memory circuit for storing packet data can be allocated for each destination. There is no need to divide packet data into multiple destinations, and no duplication circuit is required when writing packet data to multiple destinations into a memory area, resulting in a significant reduction in the amount of hardware required.

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

第1図は本発明の共有メモリ型パケットスイッチを適用
したパケット交換機の一実施例を示すブロック図、第2
図は共有メモリの構成図である。 1〜3・・・・入力回線、4・・・・多重回路、5−・
・−人力時分割バス、6・・・・共有メモリ回路、7・
・・・出力時分割バス、8−・・・分離回路、9〜11
・・・・出力回線、12−−・・書き込み制御回路、1
3・・−一読みだし制御回路、14・・・・メモリ回路
、15・・・・連想記憶メモリ回路。
FIG. 1 is a block diagram showing an embodiment of a packet switch to which the shared memory type packet switch of the present invention is applied, and FIG.
The figure is a configuration diagram of a shared memory. 1-3...Input line, 4...Multiple circuit, 5-...
・-Human power time division bus, 6... Shared memory circuit, 7.
... Output time division bus, 8-... Separation circuit, 9 to 11
...Output line, 12--...Write control circuit, 1
3...-1 reading control circuit, 14... memory circuit, 15... associative memory memory circuit.

Claims (1)

【特許請求の範囲】 複数の入線から到来した情報の中に少なくともこの情報
の転送先を示す宛先情報が先頭部分に付加されたパケッ
トを1つのバス上に時間分割して多重を行う多重回路と
、この多重回路からの出力情報を転送する入力時分割バ
スと、この入力時分割バス上のパケットをメモリ内の空
き領域に順次書き込みこの書き込まれたパケット内の付
加情報を参照して宛先対応に出力を行い1つの同一パケ
ットが複数の宛先へのパケットである場合は宛先対応に
このパケットを複数回読みだしを行いこの宛先それぞれ
に同一パケットを出力し全ての宛先に対してパケットを
読み出して出力を行った後パケットの格納されていた領
域を空き状態にする共有メモリ回路と、この共有メモリ
回路から順次宛先対応に読み出されたパケット情報をパ
ケットの宛先に対応する回線のタイムスロット位置に割
り付けて送出することにより各宛先への異なるパケット
を多重して転送する出力時分割バスと、この出力時分割
バス上のパケットを前記タイムスロット位置に対応する
出線に出力する分離回路とを備えた共有メモリ型パケッ
トスイッチにおいて、 前記共有メモリ回路に設けられ宛先の出線対応に1ビッ
トづつを割り当てた出力指示情報の記憶を行う領域を1
アドレスごとに1つづつ備え特定の記号列が与えられる
と前記出力指示情報と比較照合し比較の結果を一致また
は不一致信号として出力するとともに前記出力指示情報
と一致した場合はこの一致した出力指示情報の存在する
アドレスを出力する連想記憶メモリ回路と、前記共有メ
モリ回路に設けられパケットを格納するメモリ回路とを
備え、 パケットを書き込む場合は、前記出力指示情報が全ての
出線に対して出力指示されていないときパケットの宛先
に応じたアドレスと同一のアドレスの前記メモリ回路の
領域にパケットを書き込むと同時にこのアドレスに対応
する出力指示情報の値を出力指示の値に書き換えを行い
、 パケットを読み出しする場合は、前記出力時分割バスの
タイムスロット位置に対応する出線への出力指示情報領
域に対してのみ出力指示された値と照合を行い一致した
アドレスのメモリ回路の領域からパケットを読み出して
指定された出線に出力を行うと同時にこのアドレスに対
応する出力指示情報の値を出力を指示しない値に書き換
えを行い、 入力したパケットが複数の宛先情報を有する場合は、同
一パケットの複製を行って複数の出線に出力するように
したことを特徴とする共有メモリ型パケットスイッチ。
[Scope of Claims] A multiplex circuit that time-divisions and multiplexes packets on one bus, in which at least destination information indicating the transfer destination of this information is added to the head part of information arriving from a plurality of input lines. , an input time division bus that transfers the output information from this multiplex circuit, and packets on this input time division bus are sequentially written into free areas in memory, and the additional information in the written packets is referenced to correspond to the destination. If the same packet is sent to multiple destinations, read this packet multiple times depending on the destination, output the same packet to each destination, and read and output the packet to all destinations. A shared memory circuit that frees the area where the packet was stored after performing this process, and a shared memory circuit that sequentially reads packet information corresponding to the destination from this shared memory circuit and allocates it to the time slot position of the line corresponding to the packet destination. an output time division bus that multiplexes and transfers different packets to each destination by transmitting the same, and a separation circuit that outputs the packets on the output time division bus to an outgoing line corresponding to the time slot position. In a shared memory type packet switch, an area is provided in the shared memory circuit and stores output instruction information in which one bit is assigned to each destination outgoing line.
One symbol string is provided for each address, and when a specific symbol string is given, it is compared with the output instruction information and the comparison result is output as a match or mismatch signal, and if it matches the output instruction information, this matched output instruction information a content addressable memory circuit that outputs an address where the shared memory circuit exists, and a memory circuit that is provided in the shared memory circuit and stores a packet, and when writing a packet, the output instruction information is an output instruction for all outgoing lines. If not, write the packet to the area of the memory circuit at the same address as the address corresponding to the destination of the packet, at the same time rewrite the value of the output instruction information corresponding to this address to the value of the output instruction, and read the packet. In this case, the output instruction information area for the outgoing line corresponding to the time slot position of the output time division bus is checked against the output instruction value, and the packet is read from the memory circuit area of the matching address. At the same time as outputting to the specified outgoing line, the value of the output instruction information corresponding to this address is rewritten to a value that does not instruct output, and if the input packet has multiple destination information, the same packet is duplicated. A shared memory type packet switch characterized by being able to send data to multiple outgoing lines and output to multiple outgoing lines.
JP2025993A 1990-02-07 1990-02-07 Shared memory type packet switch Pending JPH03231539A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2025993A JPH03231539A (en) 1990-02-07 1990-02-07 Shared memory type packet switch

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2025993A JPH03231539A (en) 1990-02-07 1990-02-07 Shared memory type packet switch

Publications (1)

Publication Number Publication Date
JPH03231539A true JPH03231539A (en) 1991-10-15

Family

ID=12181242

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2025993A Pending JPH03231539A (en) 1990-02-07 1990-02-07 Shared memory type packet switch

Country Status (1)

Country Link
JP (1) JPH03231539A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055234A (en) * 1996-06-06 2000-04-25 Nec Corporation ATM switching control method and ATM switch having shared cell memory

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055234A (en) * 1996-06-06 2000-04-25 Nec Corporation ATM switching control method and ATM switch having shared cell memory

Similar Documents

Publication Publication Date Title
US3938100A (en) Virtual addressing apparatus for addressing the memory of a computer utilizing associative addressing techniques
JPH0668736B2 (en) Apparatus and method for providing a cache memory unit with a write operation utilizing two system clock cycles
US8661223B1 (en) Buffer management architecture
JPH09326807A (en) Shared cell memory type atm exchange control method and shared cell memory atm exchange switch
JPH03231539A (en) Shared memory type packet switch
US6795874B2 (en) Direct memory accessing
JPH0556079A (en) Buffer management method for receiver
JP2582461B2 (en) Cell switch
JPH0834481B2 (en) Packet switch
JP3676271B2 (en) Transport stream processing device
JP2716254B2 (en) List vector processing device
KR100259073B1 (en) Error handling device of a flash memory
JP2964958B2 (en) ATM switch
JP3238390B2 (en) Buffer storage device
JP2798492B2 (en) List vector processing device
RU2037215C1 (en) Storage device
JPH10222460A (en) Data transfer controller
JPS6115245A (en) Memory device
JPH0833869B2 (en) Data processing device
JP2550493B2 (en) I / O controller
JP2005237032A (en) Transport stream processing apparatus
JPH03132851A (en) Write data degeneration circuit
JP2576589B2 (en) Virtual storage access control method
JPS616746A (en) Partial writing control system
JPH03143139A (en) Packet switch