JP3288312B2 - LAN connection device with buffer capacity control function - Google Patents
LAN connection device with buffer capacity control functionInfo
- Publication number
- JP3288312B2 JP3288312B2 JP28136998A JP28136998A JP3288312B2 JP 3288312 B2 JP3288312 B2 JP 3288312B2 JP 28136998 A JP28136998 A JP 28136998A JP 28136998 A JP28136998 A JP 28136998A JP 3288312 B2 JP3288312 B2 JP 3288312B2
- Authority
- JP
- Japan
- Prior art keywords
- transmission
- packet
- unit
- buffer
- port
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Landscapes
- Computer And Data Communications (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Small-Scale Networks (AREA)
Description
【0001】[0001]
【発明の属する技術分野】本発明は、複数のネットワー
ク間を結合するバッファ容量制御機能付きLAN間接続
装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a LAN connection apparatus having a buffer capacity control function for connecting a plurality of networks.
【0002】[0002]
【従来の技術】従来のデータの送受信におけるフロー制
御に関する技術は、輻輳状態を検出した場合は、速やか
な輻輳状態からの回復を目的としている。例えばアメリ
カ電気・電子技術者協会のIEEE802.3Xにて標
準化されているフロー制御については、ポーズフレーム
のフォーマットやポーズコマンドのOPコードが規定さ
れている。受信側が送信側からの送信を止めたいときに
は、ポーズフレームを送信側に送信し、送信側はフレー
ム中のOPコードにあるポーズ時間を読み出してその時
間だけ送信をストップするという制御が行われる。2. Description of the Related Art A conventional technique relating to flow control in data transmission / reception aims at prompt recovery from a congestion state when a congestion state is detected. For example, for flow control standardized by IEEE802.3X of the American Institute of Electrical and Electronic Engineers, the format of a pause frame and the OP code of a pause command are defined. When the receiving side wants to stop transmission from the transmitting side, a control is performed such that a pause frame is transmitted to the transmitting side, and the transmitting side reads out the pause time in the OP code in the frame and stops the transmission for that time.
【0003】このときのバッファの一般的な使用方法と
して、パケットバッファ容量の割り当てに関して、全ポ
ートに対して均一に割り当てられる方法か、または初期
設定等により固定的に割り当てられる方法のどちらかで
あった。[0003] As a general method of using the buffer at this time, with regard to the allocation of the packet buffer capacity, either a method of uniformly allocating to all ports or a method of fixed allocation by initial setting or the like is used. Was.
【0004】また、バッファを動的に変更する方法とし
て、例えば特開平4−51735号公報が開示されてい
るように、トラフィックの増加を判断するために受信デ
ータ量を算出する機能が設けられており、その算出値に
基づいて受信されたデータを格納する記憶領域の大きさ
を動的に変更できるようにして、バッファメモリの利用
効率を上げる方法を採っている。As a method of dynamically changing the buffer, for example, as disclosed in Japanese Patent Laying-Open No. 4-51735, a function is provided for calculating the amount of received data to determine an increase in traffic. The size of the storage area for storing the received data can be dynamically changed based on the calculated value, thereby increasing the use efficiency of the buffer memory.
【0005】[0005]
【発明が解決しようとする課題】しかし、従来のバッフ
ァの一般的な使用方法における問題点は、輻輳状態の際
にはパケットの廃棄が発生し易いということである。そ
の理由は、パケットバッファ容量は固定的に割り当てら
れているため、ポーズフレームを受信するような輻輳状
態に陥った際には、ポートに割り当てられた送信バッフ
ァキューはたちまちのうちにいっぱいになってしまい、
それ以上の送信用フレームが入力されても装置内で廃棄
される事になってしまうことにある。However, a problem in the conventional method of using a buffer is that packets are easily discarded in a congested state. The reason is that since the packet buffer capacity is fixedly allocated, the transmission buffer queue allocated to the port quickly fills up when congestion occurs such as receiving pause frames. Sisters,
Even if a larger transmission frame is input, it is discarded in the apparatus.
【0006】また、バッファを動的に変更する方法にお
ける問題点は、例えば特開平4−51735号公報に開
示されているように、トラフィックの量を算出するため
に「所定時間当たりの受信フレーム数およびフレームの
データ長に基づいてトラフィック量を各入出力インタフ
ェース毎に算出する」とあるが、この情報を基にして動
的にバッファメモリを割り当てを行っても、適正なバッ
ファメモリの利用が行わたとは言えないことである。そ
の理由は、受信されるデータの量だけを考慮し、その送
信ポートとの対応が考慮されていないことにある。例え
ば IEEE802.3の場合、以前は10BASEと
して10Mbit/sの通信速度を持つインタフェース
しかなかったが、現在では100BASEとして100
Mbit/sの通信速度を持つインタフェースが登場
し、1000BASE(ギガビットEthernet)
として1Gbit/sの通信速度を持つインタフェース
が標準化されようとしている。更に、全二重通信や半二
重通信などの通信モードも各インタフェースのデータ転
送能力(データの出力スループット)を左右する。この
ような高速のインタフェースは、当然多くのデータ転送
能力を有するし、半二重に比べれば全二重の方が転送能
力は高い。転送能力の大きいポートへの出力パケットの
ためのパケットバッファは、当然多くを用意しなければ
ならない。つまり、バッファメモリの利用効率を上げる
為には、受信されてくるトラフィック量だけを管理する
のではなくて、受信データの送信先のポートとの対応付
けをしてトラフィックを管理をしなければならないと問
題点がでてくる。また、特開平4−51735号公報で
は、ポーズパケット技術に対応していないという問題も
ある。Another problem with the method of dynamically changing the buffer is that, for example, as disclosed in Japanese Patent Application Laid-Open No. Hei 4-51735, it is difficult to calculate the amount of traffic by setting the number of received frames per predetermined time. And calculate the amount of traffic for each input / output interface based on the data length of the frame.) Even if the buffer memory is dynamically allocated based on this information, the appropriate buffer memory is used. That is not to say. The reason is that only the amount of data to be received is considered, and the correspondence with the transmission port is not considered. For example, in the case of IEEE802.3, there was only an interface having a communication speed of 10 Mbit / s as 10BASE before, but now 100BASE is 100BASE.
An interface with a communication speed of Mbit / s has appeared, and 1000BASE (Gigabit Ethernet)
An interface having a communication speed of 1 Gbit / s is being standardized. Further, communication modes such as full-duplex communication and half-duplex communication also affect the data transfer capability (data output throughput) of each interface. Such a high-speed interface naturally has many data transfer capabilities, and the full-duplex transfer capability is higher than the half-duplex transfer capability. Of course, a large number of packet buffers must be prepared for output packets to ports having a large transfer capacity. In other words, in order to increase the use efficiency of the buffer memory, it is necessary to manage not only the amount of received traffic but also the traffic in association with the destination port of the received data. The problem comes out. Also, Japanese Patent Application Laid-Open No. 4-51735 has a problem that it does not support the pause packet technique.
【0007】本発明の目的は、LAN間接続装置におい
て、ポーズパケットの受信によりトラフィックが大きく
なった状態を認識し、これによりパケットバッファを動
的に割り当て制御することでバッファメモリの利用効率
を上げ、廃棄されるパケットを少なくすることにある。SUMMARY OF THE INVENTION An object of the present invention is to increase the efficiency of use of a buffer memory by recognizing a state in which traffic has increased due to the reception of a pause packet in a LAN-to-LAN connecting apparatus, and thereby dynamically controlling the allocation of packet buffers. Is to reduce the number of discarded packets.
【0008】[0008]
【課題を解決するための手段】上記の目的を達成するた
めに、本発明のバッファ容量制御機能付きLAN間接続
装置は、ネットワークに接続されたポートを複数備えた
バッファ制御機能付きLAN間接続装置において、前記
ポートを介してポーズフレームを受信した場合、前記ポ
ーズフレームで指定された時間だけ前記ポーズフレーム
を受信した前記ポートでの送信を停止する停止手段と、
前記停止手段により送信フレームの送信が停止している
間に送信停止中の前記ポートに出力する送信フレームの
送信依頼があっても前記送信フレームのパケットデータ
を格納できる数を前記ポート専用の送信バッファに対し
て通知することで送信停止中の前記ポート専用の送信バ
ッファキューのアドレスエリアの数を前記通知された数
だけ増大する増大手段とを有することを特徴としてい
る。In order to achieve the above object, an inter-LAN connecting apparatus with a buffer capacity control function according to the present invention is provided with an inter-LAN connecting apparatus with a buffer control function having a plurality of ports connected to a network. In the above, when a pause frame is received via the port, stop means for stopping transmission on the port that has received the pause frame for a time specified by the pause frame,
While the transmission of the transmission frame is stopped by the stop unit, the transmission buffer dedicated to the port is used to determine the number of packets that can store the packet data of the transmission frame even if there is a transmission request of the transmission frame to be output to the port whose transmission is stopped. Against
The number of address areas of the transmission buffer queue dedicated to the port whose transmission has been stopped by notifying the notified number.
And increasing means for increasing the number only .
【0009】[0009]
【0010】[0010]
【0011】また、本発明のバッファ容量制御機能付き
LAN間接続装置は、ネットワークに接続されたポート
を複数備えたバッファ制御機能付きLAN間接続装置に
おいて、前記ポート毎にポーズフレームを検出するポー
ズフレーム検出部と、前記ポートを介してフレームを受
信する毎に前記フレームのパケットデータを一時格納す
るためのデータエリアを複数持つパケットバッファ部
と、前記パケットバッファ部を管理するバッファ容量制
御手段と、前記パケットバッファ部に格納された前記パ
ケットデータを前記ポートを介して送信するときの送信
待ちのための前記データエリアのメモリアドレスを格納
するアドレスエリアを前記ポート毎に複数持つ前記送信
バッファキュー部と、前記パケットバッファ部に前記パ
ケットデータが格納されると前記パケットバッファ部に
格納された前記パケットデータを前記バッファ容量制御
手段により読み出し前記パケットデータの方路を決定す
る毎に前記パケットデータが格納されている前記データ
エリアのメモリアドレスを前記方路決定先の前記ポート
の前記バッファキュー部に通知するアドレス検索部と、
前記ポート毎に前記パケットバッファ部に格納された前
記パケットデータを送信フレームとして送信するフレー
ム送信制御部とを備え、前記ポーズフレーム検出部がポ
ーズフレームを検出した場合に、前記ポーズフレーム検
出部は、前記ポーズフレームで指定された停止時間だけ
前記ポーズフレームを受信した前記ポートでの送信停止
をフレーム送信制御部に指示する停止手段を有し、前記
バッファ容量制御手段は、前記停止手段によりフレーム
の送信が停止している間にパケットバッファ部が送信停
止中の前記ポートに出力する送信フレームのパケットデ
ータを受信すると前記パケットバッファ部の空きデータ
エリアから算出したアドレスエリアの増加数を前記停止
中の前記ポートの前記送信バッファキュー部に通知する
増加通知手段を有し、前記送信バッファキュー部は、前
記増加通知手段により前記アドレスエリアの数を受信す
ると前記アドレスエリアの数を増大する増大手段を有す
ることを特徴としている。The present invention also provides a LAN connection apparatus having a buffer capacity control function, comprising: a pause frame for detecting a pause frame for each port in the LAN connection apparatus having a buffer control function provided with a plurality of ports connected to a network. A detection unit, a packet buffer unit having a plurality of data areas for temporarily storing packet data of the frame each time a frame is received via the port, a buffer capacity control unit for managing the packet buffer unit, The transmission buffer queue unit having a plurality of address areas for each port for storing a memory address of the data area for waiting for transmission when transmitting the packet data stored in the packet buffer unit through the port, The packet data is stored in the packet buffer unit. Each time the packet data stored in the packet buffer unit is read out by the buffer capacity control means and the route of the packet data is determined, the memory address of the data area in which the packet data is stored is changed to the route. An address search unit for notifying the buffer queue unit of the determined port;
A frame transmission control unit that transmits the packet data stored in the packet buffer unit for each port as a transmission frame, and when the pause frame detection unit detects a pause frame, the pause frame detection unit includes: Stop means for instructing a frame transmission control unit to stop transmission at the port receiving the pause frame for a stop time specified by the pause frame, wherein the buffer capacity control means transmits the frame by the stop means. When the packet buffer unit receives the packet data of the transmission frame to be output to the port whose transmission is stopped while the packet buffer unit is stopped, the packet buffer unit increases the number of the address area calculated from the free data area of the packet buffer unit by the stopping unit. An increase notification means for notifying the transmission buffer queue of the port The transmission buffer queue unit is characterized by having a increasing means for increasing the number of the address area and receives the number of the address areas by the increase notifying means.
【0012】更に、前記送信バッファキュー部は、前記
停止時間経過後前記通知手段に基づいて増大した前記ア
ドレスエリアが未使用であれば前記アドレスエリアの使
用権を放棄する放棄手段を有することを特徴としてい
る。Further, the transmission buffer queue unit includes abandoning means for abandoning the right to use the address area if the address area increased based on the notification means after the stop time elapses is unused. And
【0013】更に、前記送信バッファキュー部は、前記
停止時間経過後も前記通知手段に基づいて増大した前記
アドレスエリアが使用した場合には前記パケットデータ
の送信が完了すると増大した分のアドレスエリア分を放
棄していくとともに空きアドレスエリアが更新されたこ
とを前記パケットバッファ容量制御手段に通知する更新
通知手段を有することを特徴としている。Further, when the address area increased based on the notifying means is used even after the elapse of the stop time, the transmission buffer queue unit is configured to store the increased address area when the transmission of the packet data is completed. And updating notification means for notifying the packet buffer capacity control means that the free address area has been updated while discarding the packet address.
【0014】[0014]
【0015】[0015]
【0016】[0016]
【0017】[0017]
【発明の実施の形態】次に、本発明の第1の実施の形態
について図面を参照して説明する。Next, a first embodiment of the present invention will be described with reference to the drawings.
【0018】図1を参照すると、本発明の実施の形態例
として3つのLAN(LocalArea Netwo
rk)に接続するインタフェースポートを持つ場合のL
AN間接続装置の構成図が示されている。LAN間接続
装置は、ポート1,2,3と、ポーズフレーム検出部1
1,21,31と、フレーム送信制御部12,22,3
2と、送信バッファキュー部13,23,33と、パケ
ットバッファ容量制御手段4と、パケットバッファ部5
と、アドレス検索部6とから構成される。Referring to FIG. 1, three LANs (Local Area Network) are shown as an embodiment of the present invention.
rk) with an interface port connected to
The configuration diagram of the inter-AN connection device is shown. The LAN connection device includes ports 1, 2, 3 and a pause frame detection unit 1.
1, 21, 31 and frame transmission control units 12, 22, 3
2, transmission buffer queue units 13, 23, 33, packet buffer capacity control unit 4, and packet buffer unit 5.
And an address search unit 6.
【0019】3つのインタフェースポートには、それぞ
れポーズフレーム検出部、フレーム送信制御部、および
送信バッファキュー部が設けられている。ポート1に対
してはポーズフレーム検出部11とフレーム送信制御部
12と送信バッファキュー部13とが、ポート2に対し
てはポーズフレーム検出部21とフレーム送信制御部2
2と送信バッファキュー部23とが、ポート3に対して
はポーズフレーム検出部31とフレーム送信制御部32
と送信バッファキュー部33とがそれぞれ対応する。Each of the three interface ports is provided with a pause frame detection unit, a frame transmission control unit, and a transmission buffer queue unit. For port 1, a pause frame detector 11, a frame transmission controller 12, and a transmission buffer queue 13 are provided. For port 2, a pause frame detector 21 and a frame transmission controller 2 are provided.
2 and a transmission buffer queue unit 23, a pause frame detection unit 31 and a frame transmission control unit 32
And the transmission buffer queue 33 correspond to each other.
【0020】各ポート共に当該ポートのポーズフレーム
検出部は、IEEE802.3Xの仕様に基づいたポー
ズフレームを受信すると、ポーズフレーム内に設定され
たポーズ時間を読み出し、図1に記載されていないタイ
マに設定する。そして、タイマを起動すると共に、当該
ポートのフレーム送信制御部へ送信停止信号を出力す
る。また、それと同時にパケットバッファ容量制御手段
4へは送信停止情報を出力し、両方に対して送信の停止
とその送信停止時間とを通知する。なお、ポーズフレー
ムは、IEEE802.3Xで標準化されており、止め
る時間間隔を示すポーズ時間が入っている。When a pause frame detector of each port receives a pause frame based on the IEEE802.3X specification, the pause frame set in the pause frame is read out from each port, and a timer not shown in FIG. Set. Then, the timer is started, and a transmission stop signal is output to the frame transmission control unit of the port. At the same time, transmission stop information is output to the packet buffer capacity control means 4 to notify both of the transmission stop and the transmission stop time. The pause frame is standardized by IEEE802.3X, and includes a pause time indicating a time interval to stop.
【0021】フレーム送信制御部12,22,32は、
それぞれの当該ポートの送信バッファキュー部13,2
3,33に収容されているパケットバッファ部5のパケ
ットアドレス情報(データエリアの先頭メモリアドレ
ス)に基づいてパケットバッファ5に格納されたパケッ
トデータを送信フレームとしてポートに出力する。送信
停止信号が入力されると指示された送信停止時間に従っ
てその間のフレームの送信を停止する。The frame transmission controllers 12, 22, and 32
The transmission buffer queues 13 and 2 of the respective ports
The packet data stored in the packet buffer 5 is output to the port as a transmission frame based on the packet address information (the first memory address of the data area) of the packet buffer unit 5 accommodated in the packet buffer 3 or 33. When a transmission stop signal is input, transmission of frames during that period is stopped according to the specified transmission stop time.
【0022】パケットバッファ容量制御手段4は、パケ
ットバッファ部5のどのデータエリアが空きデータエリ
アか使用中データエリアかを常に管理する管理テーブル
(図1には図示しない)を持っている。そのためにデー
タエリアの空き状態に変更があるとそのデータエリア情
報をパケットバッファ部5から受け取る。管理テーブル
におけるデータエリア情報として、パケットバッファ部
5のデータエリアの先頭メモリアドレスをキーとするア
ドレス部と、容量を示す容量部と、空き/使用中の状態
を示す状態部とで構成される。いずれかのポートでフレ
ーム(パケットデータ)の送信が完了すればそのパケッ
トデータが格納されていたデータエリアはパケットデー
タが取り出されており空きの状態となる。また、いずれ
かのポートでフレームが受信されればそのパケットデー
タを格納したデータエリアは使用中ということになる。
このようにデータエリアが更新される度毎にデータエリ
ア情報をパケットバッファ部5から入力し、空きデータ
エリアのメモリアドレスと容量を管理する。ポーズフレ
ーム検出部11,21,31からのポーズフレームを検
出した際の送信停止情報が入力されると、送信を停止さ
れる当該ポート(ポーズフレームを受信したポート)の
送信バッファキュー部13,23,33へ新たにパケッ
トデータを格納するメモリ容量を見かけ上拡大するよう
に追加割り当てされたデータエリアの数による追加すべ
きアドレスエリアの数を通知する。このときの追加すべ
きアドレスエリアの数は、パケットバッファ容量制御手
段4により計算されることになるが、例えば次の式
(1)を満足するような形で制御される。The packet buffer capacity control means 4 has a management table (not shown in FIG. 1) for always managing which data area of the packet buffer section 5 is a free data area or a used data area. For this reason, when the free state of the data area is changed, the data area information is received from the packet buffer unit 5. The data area information in the management table is composed of an address section using the head memory address of the data area of the packet buffer section 5 as a key, a capacity section indicating a capacity, and a state section indicating a free / busy state. When the transmission of the frame (packet data) is completed at any of the ports, the data area in which the packet data has been stored is taken out of the packet data and becomes empty. If a frame is received at any port, the data area storing the packet data is in use.
Thus, every time the data area is updated, the data area information is input from the packet buffer unit 5, and the memory address and the capacity of the free data area are managed. When the transmission stop information at the time of detecting the pause frame from the pause frame detection units 11, 21, 31 is input, the transmission buffer queue units 13, 23 of the corresponding port (the port that received the pause frame) for which transmission is stopped. , 33 are notified of the number of address areas to be added based on the number of data areas additionally allocated so that the memory capacity for newly storing packet data is apparently expanded. At this time, the number of address areas to be added is calculated by the packet buffer capacity control means 4, and is controlled in such a manner as to satisfy the following equation (1), for example.
【0023】[0023]
【式1】 (Equation 1)
【0024】送信バッファキュー部13,23,33
は、パケットバッファ部5に格納されたパケットデータ
の先頭メモリアドレスを指定できるアドレスエリアを複
数持っている。送信が停止されている間にオーバフロー
にならないように新たに取り込まれたパケットデータを
追加割り当てできるアドレスエリアを余分に持ってい
る。Transmission buffer queue sections 13, 23, 33
Has a plurality of address areas in which the head memory address of the packet data stored in the packet buffer unit 5 can be specified. There is an extra address area in which newly fetched packet data can be additionally allocated so that overflow does not occur while transmission is stopped.
【0025】次に、図1を参照して本発明の第1の実施
の形態の動作について説明する。Next, the operation of the first embodiment of the present invention will be described with reference to FIG.
【0026】なお、ポーズフレームの取り扱いについて
は、ポート1にポーズフレームが入力されたものとして
説明する。従って、パケットバッファ容量制御手段4か
らのデータエリアの追加割り当てに伴うアドレスエリア
の追加要求により送信バッファキュー部13のアドレス
エリアが確保される。The handling of a pause frame will be described on the assumption that a pause frame is input to port 1. Therefore, the address area of the transmission buffer queue unit 13 is secured by the address buffer addition request from the packet buffer capacity control unit 4 accompanying the additional allocation of the data area.
【0027】通常の通信状態では、送信バッファキュー
部13,23,33には均等にアドレスエリアが割り当
てられている。トラフィックが多くなってきてポート1
に接続した対向装置が輻輳状態を検出しフロー制御によ
りポーズフレームをポート1に向かって送信すると、ポ
ーズフレーム検出部11はフレーム送信制御部12へ送
信停止信号を、パケットバッファ容量制御手段4へ送信
停止情報を出力して、フレーム送信の停止と送信停止時
間を指示する。In a normal communication state, the address areas are equally allocated to the transmission buffer queues 13, 23, and 33. Port 1 with increasing traffic
When the opposing device connected to the port detects a congestion state and transmits a pause frame toward the port 1 by flow control, the pause frame detection unit 11 transmits a transmission stop signal to the frame transmission control unit 12 and transmits a transmission stop signal to the packet buffer capacity control unit 4. The stop information is output to instruct the stop of the frame transmission and the transmission stop time.
【0028】フレーム送信制御部12は、通常状態では
送信バッファキュー部13に収容されているパケットア
ドレス情報(送信されるフレームのパケットデータがパ
ケットバッファ部5に収容されているデータエリアの先
頭メモリアドレスと容量)に基づいてパケットバッファ
部5のデータエリアに格納されたパケットデータを取り
出し、送信フレームとしてポート1に出力する。送信が
完了するとラウンドロビン方式で次々にパケットアドレ
ス情報を基に送信待機中のパケットデータを送信フレー
ムとして出力していく。フレーム送信制御部12に送信
停止信号が入力されると、送信停止時間に従ってその間
のフレームの送信を停止する。なお、ラウンドロビン方
式とは、送信の順番を決めるための方式のことである。
この方式により、送信の順番を待っているたくさんのパ
ケットデータのパケットアドレス情報が送信バッファキ
ュー部13に積まれている状態の際に、この中から次に
送信するパケットデータを決定する。このようにして送
信順が決まると送信バッファキュー部13にあるパケッ
トアドレス情報を基にしてパケットバッファ部5からパ
ケットデータを取り出し、フレーム送信制御部12によ
り送信処理が行われる。In the normal state, the frame transmission control unit 12 stores the packet address information stored in the transmission buffer queue unit 13 (the head memory address of the data area in which the packet data of the frame to be transmitted is stored in the packet buffer unit 5). Then, the packet data stored in the data area of the packet buffer unit 5 is extracted based on the packet data, and is output to the port 1 as a transmission frame. When the transmission is completed, the packet data waiting to be transmitted is sequentially output as a transmission frame based on the packet address information in a round robin manner. When the transmission stop signal is input to the frame transmission control unit 12, the transmission of the frame during that period is stopped according to the transmission stop time. Note that the round robin method is a method for determining the order of transmission.
According to this method, when packet address information of a large number of packet data waiting for the transmission order is stored in the transmission buffer queue unit 13, packet data to be transmitted next is determined from the packet address information. When the transmission order is determined in this manner, the packet data is extracted from the packet buffer unit 5 based on the packet address information in the transmission buffer queue unit 13, and the transmission processing is performed by the frame transmission control unit 12.
【0029】アドレス検索部6は、通常の通信状態で
は、パケットバッファ部5にパケットデータが格納され
ると、パケットバッファ容量制御手段4の指示によるパ
ケットデータの解析を行うことにより方路決定がされ、
パケットバッファ部5のメモリアドレス(解析したパケ
ットデータの入った位置)の書込要求が送信バッファキ
ュー部13に出し、更にパケットバッファ容量制御手段
4に受信したパケットデータの容量を知らせる。なお、
それぞれの送信バッファキュー部13への最大のアドレ
スエリアの割り当て容量は決められており、これを越え
て割り当てが行われることは通常はない(ひとつのポー
トに送信が溜まっている状態になり、メモリを使い尽く
して全てのポートの通信が停止してしまう事がないよう
に)。In a normal communication state, when packet data is stored in the packet buffer unit 5, the address search unit 6 analyzes the packet data in accordance with the instruction of the packet buffer capacity control unit 4 to determine a route. ,
A write request for the memory address (the position where the analyzed packet data is stored) of the packet buffer unit 5 is issued to the transmission buffer queue unit 13 and further notifies the packet buffer capacity control unit 4 of the received packet data capacity. In addition,
The allocation capacity of the maximum address area to each transmission buffer queue unit 13 is determined, and allocation beyond this is not usually performed (transmission is accumulated in one port, and memory is So that communication on all ports is not stopped by using up all of them).
【0030】パケットバッファ容量制御手段4は、通常
処理状態では、ポートからのフレーム受信の通知をもら
うと、パケットデータとしてパケットバッファ部5の空
きデータエリアに書き込みを行い、アドレス検索部6に
受信したパケットデータの解析を依頼する。そのアドレ
ス検索部6からの解析結果により、メモリアドレスと管
理テーブルのアドレス部との一致する値の領域におい
て、容量部に容量を書き込み、状態部に空き状態から使
用中に書き替える。一方、ポーズフレーム検出部11か
らの送信停止情報により、送信の停止と停止時間の長さ
の指示を受けると、送信バッファキュー部13にパケッ
トバッファ部5の空きデータエリアの中から割り当て可
能な追加できるアドレスエリアの数を通知し、通知され
た数だけ送信バッファキュー部13のアドレスエリアを
増大させる。すなわち、パケットデータの格納するパケ
ットバッファ部5のデータエリアと送信バッファキュー
部13のアドレスエリアとを通常の割り当て分より拡大
させることになる。送信停止時間が長ければ、その間に
送信待ちのパケットデータが蓄積する量も多くなるた
め、多くのデータエリアとアドレスエリアとを割り当て
る事になる(多く取れば、待ち時間を吸収することがで
きる)。In the normal processing state, the packet buffer capacity control means 4 writes the packet data into the free data area of the packet buffer unit 5 upon receiving the notification of the frame reception from the port, and the packet data is received by the address search unit 6. Request analysis of packet data. Based on the analysis result from the address search unit 6, in the area of the value where the memory address matches the address part of the management table, the capacity is written to the capacity part, and the state part is rewritten from the vacant state to being used. On the other hand, when the transmission stop information is received from the pause frame detection unit 11 and an instruction of the transmission stop and the length of the stop time is received, the transmission buffer queue unit 13 can be allocated from the free data area of the packet buffer unit 5. The number of possible address areas is notified, and the address area of the transmission buffer queue unit 13 is increased by the notified number. That is, the data area of the packet buffer unit 5 in which the packet data is stored and the address area of the transmission buffer queue unit 13 are expanded beyond the normal allocation. If the transmission stop time is long, the amount of packet data waiting to be transmitted increases during that time, so that a large number of data areas and address areas are allocated (the wait time can be absorbed by taking a large amount). .
【0031】送信バッファキュー部13は、アドレス検
索部6から通知された先頭メモリアドレスを、初期設定
で割り当てられた空きアドレスエリアのメモリアドレス
容量内に送信待機中のパケットデータとして収容する
(キューイングする)。送信が完了するとそのアドレス
エリアを空き状態に戻し、次のアドレス検索部6からの
通知に備える。もし送信バッファキュー部13に空きア
ドレスエリアが無ければ、送信パケットデータは廃棄さ
れる。パケットバッファ容量制御手段4からアドレスエ
リア追加情報が入力されると送信バッファキュー部13
は、追加されたアドレスエリアに送信待機中のパケット
データを収容する事ができる。このようにしてパケット
アドレス情報を収容するアドレスエリアが増えると多く
の送信待機中のパケットデータを収容することができる
ようになる。送信停止中に、送信フレームとなるパケッ
トデータがなければ追加されたアドレスエリアは使用さ
れない。使用されなかった場合、追加アドレスエリアは
送信停止時間を経た後(ポーズフレーム検出部31の送
信停止解除通知による)、アドレスエリアの使用権を放
棄する。追加されたアドレスエリアを使用した場合に
は、パケットバッファ部5からフレームの送信が完了し
て空きアドレスエリアが更新されたことをパケットバッ
ファ容量制御手段4へ通知される。The transmission buffer queue unit 13 stores the head memory address notified from the address search unit 6 as packet data waiting to be transmitted in the memory address capacity of the free address area allocated in the initial setting (queuing). Do). When the transmission is completed, the address area is returned to the empty state, and the next address search unit 6 prepares for the next notification. If there is no free address area in the transmission buffer queue section 13, the transmission packet data is discarded. When the address area addition information is input from the packet buffer capacity control means 4, the transmission buffer queue 13
Can accommodate the packet data waiting for transmission in the added address area. In this way, when the address area for storing the packet address information is increased, it becomes possible to store a large amount of packet data waiting for transmission. If there is no packet data to be a transmission frame while transmission is stopped, the added address area is not used. If not used, after the transmission stop time of the additional address area has passed (according to the transmission stop release notification of the pause frame detection unit 31), the use right of the address area is relinquished. When the added address area is used, the packet buffer unit 5 notifies the packet buffer capacity control unit 4 that the transmission of the frame has been completed and the free address area has been updated.
【0032】パケットバッファ部5では、送信バッファ
キュー部13,23,33に収容されているそれぞれの
パケットアドレス情報に対応したアドレスに送信フレー
ムのパケットデータを格納している。The packet buffer unit 5 stores the packet data of the transmission frame at an address corresponding to each packet address information stored in the transmission buffer queue units 13, 23, and 33.
【0033】次に、LAN間接続装置がフレーム(パケ
ットデータ)を受信したときの一連の動作について以下
に説明する。Next, a series of operations when the LAN connection apparatus receives a frame (packet data) will be described below.
【0034】通常の通信状態では、パケットデータが受
信されるとパケットバッファ容量制御手段4によりパケ
ットバッファ部5の空きデータエリアにパケットデータ
を格納する。パケットデータが格納されると、アドレス
検索部6はそのパケットデータを読み出し、そのパケッ
トデータの方路決定(例では、ポート1に接続している
ネットワークとする)をし、その送信先のポートの送信
バッファキュー部13に送信フレームとして格納されて
いるデータエリアの先頭メモリアドレスを通知する。送
信バッファキュー部13は、割り当てられたアドレスエ
リアに空きがあれば先頭メモリアドレスを格納する。ま
た、方路決定がされると、アドレス検索部6からパケッ
トバッファ容量制御手段4へパケットデータの容量(デ
ータエリアの先頭メモリアドレス付きで)が送られる。
すると、パケットバッファ容量制御手段4は、管理テー
ブルの該当する領域(アドレス部の値をキーとして検
索)において、データエリアの使用容量の書き込み(容
量部)と使用中への書き換え(状態部)を行い、次の送
信データの格納に備える。フレーム送信制御部12は、
送信バッファキュー部13にあり待ち行列となっている
(キューイングされている)パケットアドレス情報を基
にしてパケットバッファ部5からパケットデータを取り
出し、送信処理を行う。In a normal communication state, when packet data is received, the packet buffer capacity control means 4 stores the packet data in an empty data area of the packet buffer unit 5. When the packet data is stored, the address search unit 6 reads out the packet data, determines the route of the packet data (in the example, the network connected to the port 1), and checks the destination port. The transmission buffer queue unit 13 is notified of the head memory address of the data area stored as the transmission frame. The transmission buffer queue unit 13 stores the head memory address if there is a free space in the assigned address area. When the route is determined, the packet data capacity (with the first memory address of the data area) is sent from the address search unit 6 to the packet buffer capacity control unit 4.
Then, the packet buffer capacity control unit 4 writes the used capacity of the data area (capacity part) and rewrites the data area to in use (state part) in the corresponding area (search using the value of the address part as a key) of the management table. To prepare for the storage of the next transmission data. The frame transmission control unit 12
The packet data is extracted from the packet buffer unit 5 based on the packet address information in the transmission buffer queue unit 13 and queued (queued), and transmission processing is performed.
【0035】次に、LAN間接続装置がポート1からポ
ーズフレームを受信したときの一連の動作について以下
に説明する。Next, a series of operations when the LAN connection apparatus receives a pause frame from port 1 will be described below.
【0036】ポート1からのポーズフレームをポーズフ
レーム検出部11が受信すると、ポーズフレームで指定
された時間をタイマに設定し起動すると共に、停止信号
をフレーム送信制御部12に、停止情報(停止信号と停
止時間)をパケットバッファ容量制御手段4にそれぞれ
送る。停止信号を受信したフレーム送信制御部12は送
信処理をポーズフレーム検出部11から停止解除信号を
受信するまで送信を停止する。しかし、この間にもその
他のポートでは、パケットデータの受信および方路決定
処理が行われるため、送信停止を行うポート1でも次の
送信フレームとなるパケットデータの格納に備えて、メ
モリの割り当ての追加をしておく必要がある。そこでパ
ケットバッファ容量制御手段4は、ポーズフレームによ
り送信停止が発生すると、ポーズフレーム検出部11よ
り受信した送信の停止と停止時間の長さに基づいて、送
信バッファキュー部13へパケットバッファ部5の空き
データエリアの中から割り当て可能なバッファの追加で
きるアドレスエリアの数を通知する。送信バッファキュ
ー部13は、ポート1への送信が停止している間でもパ
ケットバッファ部5にパケットを格納できるように送信
バッファキュー部13のアドレスエリアを通常の割り当
て分より(通知を受けた数量分だけ)拡大させる。送信
停止時間が長ければ、その間に送信待ちのパケットデー
タが蓄積する量も多くなるため、多くのアドレスエリア
を割り当てる。When the pause frame detector 11 receives the pause frame from the port 1, the timer sets the time specified by the pause frame to a timer, starts the timer, and sends a stop signal to the frame transmission controller 12 to send the stop information (stop signal). And stop time) are sent to the packet buffer capacity control means 4 respectively. The frame transmission control unit 12 that has received the stop signal stops the transmission processing until it receives a stop release signal from the pause frame detection unit 11. However, during this time, other ports receive packet data and perform route determination processing. Therefore, even in port 1 where transmission is stopped, memory allocation is added in preparation for storing packet data to be the next transmission frame. Need to be Therefore, when the transmission stop occurs due to the pause frame, the packet buffer capacity control unit 4 sends the packet buffer unit 5 to the transmission buffer queue unit 13 based on the transmission stop received by the pause frame detection unit 11 and the length of the stop time. Notifies the number of address areas to which a buffer that can be allocated can be added from the free data area. The transmission buffer queue unit 13 allocates the address area of the transmission buffer queue unit 13 from the normal allocation (the number of notified packets) so that packets can be stored in the packet buffer unit 5 even while transmission to the port 1 is stopped. Only by the amount). If the transmission stop time is long, the amount of packet data waiting to be transmitted during that time also increases, so that many address areas are allocated.
【0037】このように、ポーズフレームを受信したポ
ートからの送信が停止している間に、他ポートからの送
信停止のポートへの送信要求が発生したとしても、未使
用のバッファを送信停止中のポートの送信バッファに割
り当てができるように、各ポートに送信バッファキュー
の容量を動的に割り当てることにより、パケットバッフ
ァの容量を見かけ上増やすようにしたために、バッファ
の利用効率を上げ、廃棄されるパケットを少なくするこ
とができる。As described above, even if a transmission request from another port to a port for which transmission is stopped occurs while transmission from the port receiving the pause frame is stopped, transmission of an unused buffer is stopped. By dynamically allocating the size of the transmission buffer queue to each port so that it can be allocated to the transmission buffer of each port, the apparent capacity of the packet buffer was increased. Packets to be transmitted can be reduced.
【0038】次に、本発明の本発明の第2の実施の形態
例として図を用いて説明する。Next, a second embodiment of the present invention will be described with reference to the drawings.
【0039】図2を参照すると、図1に拡張バッファキ
ュー部7と、拡張パケットバッファ部8とを追加した点
で図1と構成が異なる。Referring to FIG. 2, the configuration differs from FIG. 1 in that an extended buffer queue unit 7 and an extended packet buffer unit 8 are added to FIG.
【0040】拡張バッファキュー部7と拡張パケットバ
ッファ部8とは、ポーズフレーム受信時の送信停止中の
み使用する。従って、ポーズフレームによる送信停止中
のポートへの送信フレームがある場合、第1の実施の形
態例のようなパケットバッファ部5での空きエリアの割
り当ておよび送信バッファキュー部13〜33でのアド
レスエリアの追加を行う動作はしない。The extended buffer queue unit 7 and the extended packet buffer unit 8 are used only during transmission stop when receiving a pause frame. Therefore, when there is a transmission frame to the port whose transmission is stopped due to the pause frame, the allocation of the empty area in the packet buffer unit 5 and the address area in the transmission buffer queue units 13 to 33 as in the first embodiment. Does not perform the operation of adding.
【0041】次に、図2を参照して本発明の第2の実施
の形態の動作について説明する。Next, the operation of the second embodiment of the present invention will be described with reference to FIG.
【0042】先ず、LAN間接続装置がフレーム(パケ
ットデータ)を受信したときの一連の動作について以下
に説明する。First, a series of operations when the LAN connection apparatus receives a frame (packet data) will be described below.
【0043】通常の通信状態では、パケットデータが受
信されるとパケットバッファ容量制御手段4によりパケ
ットバッファ部5の空きデータエリアにパケットデータ
を格納する。パケットデータが格納されると、アドレス
検索部6はそのパケットデータを読み出し、そのパケッ
トデータの方路決定(例では、ポート1に接続している
ネットワークとする)をし、その送信先のポートの送信
バッファキュー部13に送信フレームとして格納されて
いるデータエリアの先頭メモリアドレスを通知する。送
信バッファキュー部13は、割り当てられたアドレスエ
リアに空きがあれば先頭メモリアドレスを格納する。ま
た、方路決定がされると、アドレス検索部6からパケッ
トバッファ容量制御手段4へパケットデータの容量(デ
ータエリアの先頭メモリアドレス付きで)が送られる。
すると、パケットバッファ容量制御手段4は、管理テー
ブルの該当する領域(アドレス部の値をキーとして検
索)において、データエリアの使用容量の書き込み(容
量部)と使用中への書換(状態部)を行い、次の送信デ
ータの格納に備える。フレーム送信制御部12は、送信
バッファキュー部13にあり待ち行列となっているパケ
ットアドレス情報を基にしてパケットバッファ部5から
パケットデータを取り出し、送信処理を行う。なお、ア
ドレス検索部6において送信停止ポート以外へのパケッ
トであると判定されたなら、通常の通信と同じように処
理を行い、パケットバッファ部5のパケットデータは格
納されたままである。In a normal communication state, when packet data is received, the packet buffer capacity control means 4 stores the packet data in a free data area of the packet buffer unit 5. When the packet data is stored, the address search unit 6 reads out the packet data, determines the route of the packet data (in the example, the network connected to the port 1), and checks the destination port. The transmission buffer queue unit 13 is notified of the head memory address of the data area stored as the transmission frame. The transmission buffer queue unit 13 stores the head memory address if there is a free space in the assigned address area. When the route is determined, the packet data capacity (with the first memory address of the data area) is sent from the address search unit 6 to the packet buffer capacity control unit 4.
Then, the packet buffer capacity control unit 4 writes the used capacity of the data area (capacity part) and rewrites the data area to be in use (status part) in the corresponding area (search using the value of the address part as a key) of the management table. To prepare for the storage of the next transmission data. The frame transmission control unit 12 extracts packet data from the packet buffer unit 5 based on the queued packet address information in the transmission buffer queue unit 13 and performs transmission processing. If the address search unit 6 determines that the packet is sent to a port other than the transmission stop port, the process is performed in the same manner as in normal communication, and the packet data in the packet buffer unit 5 is still stored.
【0044】次に、LAN間接続装置がポート1からポ
ーズフレームを受信したときの一連の動作について以下
に説明する。Next, a series of operations when the LAN connection apparatus receives a pause frame from port 1 will be described below.
【0045】ポート1からのポーズフレームをポーズフ
レーム検出部11で受信すると、ポーズフレームで指定
された時間をタイマに設定し起動すると共に、停止信号
をフレーム送信制御部12に、停止情報(停止信号と停
止時間)をパケットバッファ容量制御手段4にそれぞれ
送る。停止信号を受信したフレーム送信制御部12は送
信処理をポーズフレーム検出部11から停止解除信号を
受信するまで送信を停止する。しかし、この間にもその
他のポートでは、パケットデータの受信および方路決定
処理が行われるため、送信停止ポートでも次の送信フレ
ームとなるパケットデータの格納に備えて、メモリの割
り当ての追加をしておく必要がある。このメモリの追加
は拡張パケットバッファ部8と拡張バッファキュー部7
のみによって行われる。When the pause frame from the port 1 is received by the pause frame detection unit 11, the time specified by the pause frame is set in a timer and started, and a stop signal is sent to the frame transmission control unit 12 to send stop information (stop signal (stop signal)). And stop time) are sent to the packet buffer capacity control means 4 respectively. The frame transmission control unit 12 that has received the stop signal stops the transmission processing until it receives a stop release signal from the pause frame detection unit 11. However, during this time, the other ports receive packet data and perform route determination processing. Therefore, even in the transmission stop port, memory is added in preparation for storing packet data to be the next transmission frame. Need to be kept. The addition of this memory is performed by the extension packet buffer unit 8 and the extension buffer queue unit 7.
Only done by.
【0046】一方、その送信停止ポートと送信停止時間
を受信したパケットバッファ容量制御手段4の元でアド
レス検索部6は、方路決定処理をして送信停止ポート
(例打破ポート1に接続されているネットワーク)への
パケットデータであることを判定する毎に、パケットバ
ッファ部5のパケットデータを拡張パケットバッファ部
8へ移動させ、このとき格納される拡張パケットバッフ
ァ部8のデータエリアの先頭アドレスを拡張バッファキ
ュー部7に通知する。アドレス検索部6において送信停
止ポート以外へのパケットであると判定されたなら、通
常の通信と同じように処理を行い、パケットバッファ部
5のパケットデータは格納されたままである。送信が停
止している間に、送信停止ポート(ポート1)へ転送す
るパケットデータは全て拡張パケットバッファ部8へ格
納される。フレーム送信制御部12は、ポーズフレーム
を受信して送信停止処置を行った後、送信を再開する際
には、送信バッファキュー部13と拡張バッファキュー
部7との両方を基にしてパケットデータを抽出して送信
処理を行う。On the other hand, under the control of the packet buffer capacity control means 4 having received the transmission stop port and the transmission stop time, the address search section 6 performs route determination processing and performs a transmission stop port (for example, the connection to the defeat port 1). Each time it is determined that the packet data is to be transmitted to the network, the packet data of the packet buffer unit 5 is moved to the extended packet buffer unit 8 and the head address of the data area of the extended packet buffer unit 8 stored at this time is changed. The extension buffer queue unit 7 is notified. If the address search unit 6 determines that the packet is sent to a port other than the transmission stop port, processing is performed in the same manner as in normal communication, and the packet data in the packet buffer unit 5 is still stored. While the transmission is stopped, all the packet data to be transferred to the transmission stop port (port 1) is stored in the extended packet buffer unit 8. After receiving the pause frame and performing transmission stop processing, the frame transmission control unit 12 transmits packet data based on both the transmission buffer queue unit 13 and the extension buffer queue unit 7 when resuming transmission. It extracts and performs transmission processing.
【0047】このようにして、通常の通信処理に使用さ
れるパケットバッファ部5とポーズフレームによる送信
停止時に使用する拡張パケットバッファ部8とを分離す
ることにより、パケットバッファ容量制御手段4の管理
する範囲が狭く、規模を縮小することができる。また、
パケットバッファ部5と拡張パケットバッファ部8との
容量の配分を決める事ができるため、その装置の使用さ
れる環境に応じて設定することができる。通常の通信に
使用するパケットバッファ部5を大きくとれば、ポーズ
フレームが発生することがほとんどないネットワーク環
境で効率の良いデータエリアの使用ができるし、逆にパ
ケットバッファ部5を小さくとれば、ポーズフレームが
発生する可能性が高いネットワーク環境では、輻輳状態
によるフレームの廃棄の発生率を抑えることができる。In this manner, the packet buffer unit 5 used for normal communication processing is separated from the extended packet buffer unit 8 used when transmission is stopped by a pause frame, so that the packet buffer capacity control unit 4 manages the packet buffer unit 5. The range is small and the scale can be reduced. Also,
Since the capacity distribution between the packet buffer unit 5 and the extended packet buffer unit 8 can be determined, it can be set according to the environment in which the device is used. If the size of the packet buffer unit 5 used for normal communication is increased, an efficient data area can be used in a network environment in which pause frames hardly occur. In a network environment in which frames are highly likely to occur, the rate of frame discards due to congestion can be reduced.
【0048】以上説明したように、本発明によるLAN
間接続装置はIEEE802.3Xに基づくポーズフレ
ームの受信により送信が停止している際に、送信バッフ
ァキューの容量をポート毎に動的に割り当てることが可
能であり、未使用のバッファキューを当該ポートの送信
バッファキューに割り当てて、パケットバッファの容量
を見かけ上増やすことができるようにしたことで、バッ
ファメモリの利用効率を上げ、廃棄されるフレームを少
なくすることができる。As described above, the LAN according to the present invention
The inter-connection device can dynamically allocate the capacity of the transmission buffer queue to each port when transmission is stopped due to the reception of a pause frame based on IEEE802.3X. The transmission buffer queue is allocated to the transmission buffer queue, so that the capacity of the packet buffer can be apparently increased, so that the utilization efficiency of the buffer memory can be increased and the number of discarded frames can be reduced.
【0049】[0049]
【発明の効果】第1の効果は、パケットデータの通信品
質が向上するということである。その理由は、空きバッ
ファを割り当てて待ち時間を吸収するようにしたこと
で、たとえ輻輳状態に陥ったとしても輻輳状態が軽度な
らばパケットデータは空きバッファに格納され廃棄が発
生しないためである。The first effect is that the communication quality of packet data is improved. The reason is that the waiting time is absorbed by allocating an empty buffer, so that even if a congestion state occurs, if the congestion state is mild, the packet data is stored in the empty buffer and no discard occurs.
【0050】第2の効果は、輻輳状態からの回復直後の
トラフィック増加を抑制することができるということで
ある。その理由は、輻輳状態の際に廃棄されるパケット
データが少なくなるため、輻輳状態から回復した後に廃
棄されたパケットデータの再送を制御する必要がなくな
るためである。A second effect is that an increase in traffic immediately after recovery from the congestion state can be suppressed. The reason is that the amount of packet data discarded during the congestion state is reduced, and it is not necessary to control retransmission of the packet data discarded after recovering from the congestion state.
【0051】第3の効果は、ハードウェアとしてのメモ
リ容量を軽減することが可能である。その理由は、全ポ
ートに対して固定的に均一にメモリ容量を割り当てるよ
りも、各ポートの負荷の程度に応じて未使用のメモリ容
量を有効に使用できるようにしたためである。The third effect is that the memory capacity as hardware can be reduced. The reason is that an unused memory capacity can be used effectively according to the degree of load on each port, rather than a fixed and uniform memory capacity being allocated to all ports.
【図1】本発明の第1の実施の形態例を示すブロック図
である。FIG. 1 is a block diagram showing a first embodiment of the present invention.
【図2】本発明の第2の実施の形態例を示すブロック図
である。FIG. 2 is a block diagram showing a second embodiment of the present invention.
1,2,3 ポート 4 パケットバッファ容量制御手段 5 パケットバッファ部 6 アドレス検索部 7 拡張バッファキュー部 8 拡張パケットバッファ部 11,21,31 ポーズフレーム検出部 12,22,32 フレーム送信制御部 13,23,33 送信バッファキュー部 1, 2, 3 ports 4 packet buffer capacity control means 5 packet buffer unit 6 address search unit 7 extended buffer queue unit 8 extended packet buffer unit 11, 21, 31 pause frame detection unit 12, 22, 32 frame transmission control unit 13, 23, 33 Transmission buffer queue section
───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) H04L 12/44 H04L 12/46 G06F 13/00 H04L 12/28 H04L 12/56 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 7 , DB name) H04L 12/44 H04L 12/46 G06F 13/00 H04L 12/28 H04L 12/56
Claims (4)
備えたバッファ制御機能付きLAN間接続装置におい
て、 前記ポートを介してポーズフレームを受信した場合、前
記ポーズフレームで指定された時間だけ前記ポーズフレ
ームを受信した前記ポートでの送信を停止する停止手段
と、 前記停止手段により送信フレームの送信が停止している
間に送信停止中の前記ポートに出力する送信フレームの
送信依頼があっても前記送信フレームのパケットデータ
を格納できる数を前記ポート専用の送信バッファに対し
て通知することで送信停止中の前記ポート専用の送信バ
ッファキューのアドレスエリアの数を前記通知された数
だけ増大する増大手段とを有することを特徴とするバッ
ファ容量制御機能付きLAN間接続装置。1. An inter-LAN connection device with a buffer control function having a plurality of ports connected to a network, wherein when a pause frame is received via the port, the pause frame is transmitted for a time designated by the pause frame. Stopping means for stopping transmission on the received port; and transmitting the transmission frame even if there is a transmission request for a transmission frame to be output to the port whose transmission is stopped while transmission of the transmission frame is stopped by the stopping means. Number of packet data that can be stored in the dedicated transmission buffer for the port
The number of address areas of the transmission buffer queue dedicated to the port whose transmission has been stopped by notifying the notified number.
Buffer capacity control function LAN connecting device characterized by having an increasing means for increasing only.
備えたバッファ制御機能付きLAN間接続装置におい
て、 前記ポート毎にポーズフレームを検出するポーズフレー
ム検出部と、 前記ポートを介してフレームを受信する毎に前記フレー
ムのパケットデータを一時格納するためのデータエリア
を複数持つパケットバッファ部と、 前記パケットバッファ部を管理するバッファ容量制御手
段と、 前記パケットバッファ部に格納された前記パケットデー
タを前記ポートを介して送信するときの送信待ちのため
の前記データエリアのメモリアドレスを格納するアドレ
スエリアを前記ポート毎に複数持つ前記送信バッファキ
ュー部と、 前記パケットバッファ部に前記パケットデータが格納さ
れると前記パケットバッファ部に格納された前記パケッ
トデータを前記バッファ容量制御手段により読み出し前
記パケットデータの方路を決定する毎に前記パケットデ
ータが格納されている前記データエリアのメモリアドレ
スを前記方路決定先の前記ポートの前記バッファキュー
部に通知するアドレス検索部と、 前記ポート毎に前記パケットバッファ部に格納された前
記パケットデータを送信フレームとして送信するフレー
ム送信制御部とを備え、 前記ポーズフレーム検出部がポーズフレームを検出した
場合に、 前記ポーズフレーム検出部は、前記ポーズフレームで指
定された停止時間だけ前記ポーズフレームを受信した前
記ポートでの送信停止をフレーム送信制御部に指示する
停止手段を有し、 前記バッファ容量制御手段は、前記停止手段によりフレ
ームの送信が停止している間にパケットバッファ部が送
信停止中の前記ポートに出力する送信フレームのパケッ
トデータを受信すると前記パケットバッファ部の空きデ
ータエリアから算出したアドレスエリアの増加数を前記
停止中の前記ポートの前記送信バッファキュー部に通知
する増加通知手段を有し、 前記送信バッファキュー部は、前記増加通知手段により
前記アドレスエリアの数を受信すると前記アドレスエリ
アの数を増大する増大手段を有することを特徴とするバ
ッファ容量制御機能付きLAN間接続装置。 2. A LAN connection apparatus with a buffer control function having a plurality of ports connected to a network, comprising: a pause frame detecting unit for detecting a pause frame for each port; and receiving a frame via the port. A packet buffer unit having a plurality of data areas for temporarily storing packet data of the frame; a buffer capacity control unit for managing the packet buffer unit; and a port for transferring the packet data stored in the packet buffer unit to the port. The transmission buffer queue unit having a plurality of address areas for storing the memory address of the data area for waiting for transmission when transmitting via the transmission port queue unit, and the packet data is stored in the packet buffer unit. The packet stored in the packet buffer unit Data is read out by the buffer capacity control means, and each time the route of the packet data is determined, the memory address of the data area in which the packet data is stored is stored in the buffer queue section of the port to which the route is determined. An address search unit for notifying, and a frame transmission control unit for transmitting the packet data stored in the packet buffer unit for each port as a transmission frame, wherein when the pause frame detection unit detects a pause frame, The pause frame detection unit includes a stop unit that instructs a frame transmission control unit to stop transmission at the port that has received the pause frame for a stop time specified by the pause frame, and the buffer capacity control unit includes: While the transmission of the frame is stopped by the stopping means, the packet When the packet unit receives the packet data of the transmission frame output to the port whose transmission is stopped, the increase number of the address area calculated from the free data area of the packet buffer unit is transmitted to the transmission buffer queue unit of the port which is stopped. A buffer capacity control function, comprising: an increase notifying means for notifying, and wherein the transmission buffer queue section has an increasing means for increasing the number of the address areas when the number of the address areas is received by the increase notifying means. With LAN connection device.
時間経過後前記通知手段に基づいて増大した前記アドレ
スエリアが未使用であれば前記アドレスエリアの使用権
を放棄する放棄手段を有することを特徴とする請求項2
記載のバッファ容量制御機能付きLAN間接続装置。 3. The transmission buffer queue unit further comprises : abandoning means for abandoning the right to use the address area if the address area increased based on the notification means after the elapse of the stop time is unused. Claim 2
A LAN connection device with a buffer capacity control function as described in the above.
時間経過後も前記通知手段に基づいて増大した前記アド
レスエリアが使用した場合には前記パケットデータの送
信が完了すると増大した分のアドレスエリア分を放棄し
ていくとともに空きアドレスエリアが更新されたことを
前記パケットバッファ容量制御手段に通知する更新通知
手段を有することを特徴とする請求項2記載のバッファ
容量制御機能付きLAN間接続装置。 Wherein said transmission buffer queue unit, the stopping time has elapsed after said notification means the amount of address area fraction and increased transmission of the packet data is completed when the address area increases and used on the basis of 3. The LAN connection device with a buffer capacity control function according to claim 2 , further comprising an update notifying means for notifying the packet buffer capacity control means that the free address area has been updated while discarding the packet address.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP28136998A JP3288312B2 (en) | 1998-10-02 | 1998-10-02 | LAN connection device with buffer capacity control function |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP28136998A JP3288312B2 (en) | 1998-10-02 | 1998-10-02 | LAN connection device with buffer capacity control function |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2000115224A JP2000115224A (en) | 2000-04-21 |
JP3288312B2 true JP3288312B2 (en) | 2002-06-04 |
Family
ID=17638169
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP28136998A Expired - Fee Related JP3288312B2 (en) | 1998-10-02 | 1998-10-02 | LAN connection device with buffer capacity control function |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3288312B2 (en) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100448071B1 (en) * | 2002-03-14 | 2004-09-10 | 한국과학기술원 | Apparatus for controlling buffer memory in computer system |
US7406080B2 (en) | 2004-06-15 | 2008-07-29 | International Business Machines Corporation | Method and structure for enqueuing data packets for processing |
KR100836621B1 (en) | 2006-04-28 | 2008-06-10 | 엔에이치엔(주) | Method for Extending Queue Capacity and Message Processing Device Capable of Extending Queue Capacity |
JP2008205848A (en) * | 2007-02-20 | 2008-09-04 | Fujitsu Ltd | Transmitting device, transmitting method and transmission program |
EP2068511B1 (en) * | 2007-12-06 | 2011-04-06 | Alcatel-Lucent USA Inc. | Controlling congestion in a packet switched data network |
JP5355304B2 (en) * | 2009-08-27 | 2013-11-27 | 京セラ株式会社 | Communication system and communication method |
JP7067164B2 (en) * | 2018-03-20 | 2022-05-16 | 日本電気株式会社 | Communication control device, communication control method, and control program |
-
1998
- 1998-10-02 JP JP28136998A patent/JP3288312B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2000115224A (en) | 2000-04-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7773622B2 (en) | Deferred queuing in a buffered switch | |
US5014265A (en) | Method and apparatus for congestion control in a data network | |
US5884040A (en) | Per-packet jamming in a multi-port bridge for a local area network | |
JP3419627B2 (en) | Router device | |
JP2693267B2 (en) | Window size determination method and data cell congestion control method | |
JPH11508749A (en) | ATM Throttling | |
EP1086552A1 (en) | Optimizing the transfer of data packets between lans | |
JPH10243000A (en) | Switching flow control | |
JP4554139B2 (en) | Method and apparatus for processing remote requests | |
JP3288312B2 (en) | LAN connection device with buffer capacity control function | |
JP2000031997A (en) | Band management system and its method | |
JPH076107A (en) | Apparatus and method for interfacing as well as communication adaptor | |
WO1999014892A2 (en) | Preventing a source from becoming a destination port in a multi-port bridge | |
US8930557B2 (en) | Data transmission with constant data rate | |
US6725270B1 (en) | Apparatus and method for programmably modifying a limit of a retry counter in a network switch port in response to exerting backpressure | |
WO1999014901A1 (en) | High speed bus structure in a multi-port bridge for a local area network | |
JP2000269986A (en) | Data packet exchange | |
US8131854B2 (en) | Interfacing with streams of differing speeds | |
JPH09247209A (en) | Flow control system of transport layer protocol for resource reservation channel | |
WO2021181896A1 (en) | Communication apparatus, control method for communication apparatus, and integrated circuit | |
JP4630231B2 (en) | Packet processing system, packet processing method, and program | |
JPH06216970A (en) | Communication control adaptor and communication management system | |
JPH1013472A (en) | Delay-exceeded-discard processing system in network connection device having bridging function | |
JP3693594B2 (en) | Router device | |
JP2001325212A (en) | Method and device for transmitting data block from source processor to destination processor in multiprocessor system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20020226 |
|
LAPS | Cancellation because of no payment of annual fees |