JP2006135762A - Device and method for packet transmission control - Google Patents

Device and method for packet transmission control Download PDF

Info

Publication number
JP2006135762A
JP2006135762A JP2004323785A JP2004323785A JP2006135762A JP 2006135762 A JP2006135762 A JP 2006135762A JP 2004323785 A JP2004323785 A JP 2004323785A JP 2004323785 A JP2004323785 A JP 2004323785A JP 2006135762 A JP2006135762 A JP 2006135762A
Authority
JP
Japan
Prior art keywords
packet
user
common buffer
read
information
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
JP2004323785A
Other languages
Japanese (ja)
Inventor
Akio Endo
明生 遠藤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2004323785A priority Critical patent/JP2006135762A/en
Publication of JP2006135762A publication Critical patent/JP2006135762A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To perform packet discard processing when a congestion condition occurs while maintaining fairness between users, for a packet transmission control device and a packet transmission control method with a common buffer. <P>SOLUTION: The device is provided with a write-in controller 21 which performs packet writing in the common buffer 20 corresponding to the user; a reading control unit 22 which performs packet reading corresponding to the user; a common buffer idle address FIFO 24 which stores an address from which a packet is read out as an idle address, and transfers the idle address to the write-in controller one by one; a storage amount table 25 which adds packet length information of input packets corresponding to the user, and subtracts packet length information of the packet corresponding to the user read out from the common buffer after a predetermined time; and a controller 26 which controls packet discard corresponding to the user whose storage amount is the maximum in the storage amount table when a congestion condition of the common buffer occurs; and discriminates packet discard including the transmission packet amount from the present time to the past of the predetermined time. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、複数のユーザからのパケットを処理する共通バッファを備えたパケット伝送制御装置及びパケット伝送制御方法に関する。   The present invention relates to a packet transmission control apparatus and a packet transmission control method provided with a common buffer for processing packets from a plurality of users.

複数のユーザからのパケットを、それぞれの宛先へネットワークを介して伝送制御すると共に、パケットの優先制御を行うパケット伝送制御装置は、共通バッファを備えた構成と、個別バッファを備えた構成とに大別することができる。前者の共通バッファを備えた構成は、後者の個別バッファを備えた構成に比較して、総バッファ容量が少なくてすむ利点がある。なお、高速大容量の各種のデータをパケット化して伝送するシステムが実用化されており、例えば、レイヤ2スイッチ等の装置は、帯域制御や優先制御を高速で実行することが要求され、共通バッファも個別バッファもそのパケットの伝送速度に対応して高速動作の特性のSRAM(Static Random Access Memory)により構成する場合が一般的であり、このSRAMはDRAM(Dynamic Random Access Memory)等に比較して高価である。   A packet transmission control apparatus that controls transmission of packets from a plurality of users to respective destinations via a network and performs packet priority control mainly includes a configuration including a common buffer and a configuration including an individual buffer. Can be separated. The configuration including the former common buffer has an advantage that the total buffer capacity can be reduced as compared with the configuration including the latter individual buffer. A system for packetizing and transmitting various types of high-speed and large-capacity data has been put into practical use. For example, devices such as layer 2 switches are required to perform bandwidth control and priority control at high speed, In general, the individual buffers are configured by SRAM (Static Random Access Memory) corresponding to the transmission speed of the packet, and this SRAM is compared to DRAM (Dynamic Random Access Memory) or the like. Expensive.

図5は、従来例の共通バッファの制御構成の説明図であり、50は共通バッファ、51は多重部、52は分離部、53は制御部を示し、パケット伝送制御装置の要部を示すものである。複数の入方路から入力されたパケットは、多重部51により時分割多重化されて共通バッファ50に入力される。この時、パケットの宛先アドレス、ユーザ情報、クラス情報等を制御部53に通知する。又制御部53は、共通バッファ50の空きアドレスを管理して、多重部51からのパケットの書込アドレスを指定し、又クラス情報による高優先クラスか低優先クラスかを判定して、高優先クラスのパケットは優先的に読出す制御を行い、そのパケットの宛先アドレスに従って分離部52を制御し、宛先アドレスに対応した出方路に送出する。   FIG. 5 is an explanatory diagram of a conventional common buffer control configuration, in which 50 is a common buffer, 51 is a multiplexing unit, 52 is a demultiplexing unit, 53 is a control unit, and shows the main part of the packet transmission control device. It is. Packets input from a plurality of incoming routes are time-division multiplexed by the multiplexing unit 51 and input to the common buffer 50. At this time, the control unit 53 is notified of the packet destination address, user information, class information, and the like. The control unit 53 manages the free address of the common buffer 50, designates the write address of the packet from the multiplexing unit 51, determines whether it is a high priority class or a low priority class based on the class information, and performs high priority. The class packet is controlled to be read preferentially, the separation unit 52 is controlled in accordance with the destination address of the packet, and is sent to the outgoing route corresponding to the destination address.

図6は、従来例の個別バッファの制御構成の説明図であり、60−1〜60−nは個別バッファ、61は選択スイッチ部、62は読出制御部を示し、複数の入方路から入力されたパケットは、入方路対応の個別バッファ60−1〜60−nにそれぞれ書込まれ、読出制御部62によるパケットのクラス情報等に従った優先制御により読出されたパケットは、選択スイッチ部61に入力され、その選択スイッチ部61は、読出制御部62からの情報又はパケットの宛先アドレスに対応した出方路に送出する。   FIG. 6 is an explanatory diagram of the control configuration of the individual buffer of the conventional example, 60-1 to 60-n are individual buffers, 61 is a selection switch unit, 62 is a read control unit, and inputs from a plurality of entry paths. The read packets are respectively written in the individual buffers 60-1 to 60-n corresponding to the incoming routes, and the packets read out by the priority control according to the packet class information by the read control unit 62 are selected switch units. The selection switch unit 61 sends the information to the outgoing route corresponding to the information from the read control unit 62 or the destination address of the packet.

従来例の共通バッファを備えたパケット伝送制御装置に於ける優先制御は、図7に示すように、アプリケーション識別選択部71により、例えば、音声パケットのような高優先クラスのパケットか、データ等の低優先クラスのパケットかを識別し、高優先クラスのパケットは、高優先クラスのバッファ領域73に書込み、低優先クラスのパケットは、低優先クラスのバッファ領域74に書込み、読出選択部72は、高優先クラスのバッファ領域73から、低優先クラスのバッファ領域74に対して完全優先でFIFO形式によってパケットを読出して送出し、低優先クラスのバッファ領域74からは、FIFO形式或いはユーザ間の順番読出し(ラウンドロビン方式)により送出する。   As shown in FIG. 7, the priority control in the packet transmission control device having the common buffer of the conventional example is performed by an application identification selection unit 71 such as a high priority class packet such as a voice packet or data. The low priority class packet is identified, the high priority class packet is written in the high priority class buffer area 73, the low priority class packet is written in the low priority class buffer area 74, and the read selection unit 72 Packets are read out from the high priority class buffer area 73 in the FIFO format with complete priority to the low priority class buffer area 74, and read out from the low priority class buffer area 74 in the FIFO format or between the users. (Round robin method)

図8は、従来例の共通バッファの空きアドレスの管理について示すもので、図5に於ける多重部51と分離部52との構成は図示を省略しており、共通バッファ80と、書込制御部81と、読出制御部82と、共通バッファ空きアドレスFIFO83とを含む構成を示す。書込制御部81は、共通バッファ空きアドレスFIFO83に対して空きアドレス要求を行い、それに対する空きアドレス通知に従って、入力されたパケットを、共通バッファ80の空きアドレスに書込み、読出制御部82に、共通バッファ80の書込アドレスと、パケットのクラス情報と、宛先アドレスに対応した出方路通知等を転送する。   FIG. 8 shows the management of free addresses in the common buffer of the conventional example. The configurations of the multiplexing unit 51 and the separation unit 52 in FIG. 5 are omitted, and the common buffer 80 and the write control are shown. A configuration including a unit 81, a read control unit 82, and a common buffer empty address FIFO 83 is shown. The write control unit 81 issues a free address request to the common buffer free address FIFO 83, and writes the input packet to the free address of the common buffer 80 in accordance with the free address notification to the common buffer free address FIFO 83. The write address of the buffer 80, the packet class information, and the outgoing route notification corresponding to the destination address are transferred.

読出制御部82は、クラス情報に従って読出アドレス管理を行うものであり、更にユーザ対応に管理することもできる。例えば、図9の(A)に示す高優先クラスのバッファアドレス管理と、同図の(B)に示す低優先クラスのバッファアドレス管理とを全ユーザに共通に行うことができるもので、書込制御部81からの書込アドレスについて、それぞれFIFO形式により管理し、又高優先クラスのパケットが共通バッファ80に書込まれた場合は、そのアドレスが図9の(A)のFIFOに書込まれているから、低優先クラスに対して優先して、この高優先クラスのパケットのアドレスに従って共通バッファから読出しを行うことになる。そして、高優先クラスのアドレスがなくなると、低優先クラスのアドレスを用いて、共通バッファからパケットの読出しが行われる。又図9の(C)は、ユーザ個別でアドレス管理を行う場合を示し、ユーザ1〜ユーザN対応にアドレス管理FIFOを設け、ユーザ間は、順番読出しに従った読出アドレスにより共通バッファ80からのパケットの読出しが行われる。そして、パケットを読出した共通バッファ80のアドレスを空きアドレス返却として示すように、読出制御部82は、共通バッファ空きアドレスFIFO83に転送する。   The read control unit 82 performs read address management in accordance with the class information, and can also perform management for each user. For example, the buffer address management of the high priority class shown in FIG. 9A and the buffer address management of the low priority class shown in FIG. Each write address from the control unit 81 is managed in the FIFO format, and when a high priority class packet is written in the common buffer 80, the address is written in the FIFO in FIG. 9A. Therefore, priority is given to the low priority class, and reading from the common buffer is performed according to the address of the packet of the high priority class. When there is no higher priority class address, packets are read from the common buffer using the lower priority class address. FIG. 9C shows a case where address management is performed individually for each user. An address management FIFO is provided for each of users 1 to N, and between users, the common buffer 80 is read by a read address according to sequential reading. Packet reading is performed. Then, the read control unit 82 transfers the address of the common buffer 80 from which the packet has been read to the common buffer empty address FIFO 83 so as to indicate the empty address return.

又共通バッファの蓄積容量は有限であるから、大量のパケットが到着して、共通バッファの空き領域がなくなると、次に到着したパケットを廃棄することになる。この共通バッファが、図7に示すように、高優先クラスの領域73と低優先クラスの領域74とにより構成されている場合、高優先クラスのパケットは、優先的に共通バッファから読出されて送出されるから、低優先クラスのパケットが共通バッファに残ることになる。従って、輻輳状態に於いては、低優先クラスのパケットが廃棄される。又パケット伝送制御に於いて、複数のユーザに対して公平にサービス提供を行うことが要望されるもので、前述のパケットの輻輳発生時に於けるパケットの廃棄についても、公平性が要望される。   Also, since the storage capacity of the common buffer is finite, if a large amount of packets arrives and there is no free space in the common buffer, the next arrived packet is discarded. As shown in FIG. 7, when this common buffer is composed of a high-priority class area 73 and a low-priority class area 74, the high-priority class packet is preferentially read from the common buffer and transmitted. Therefore, the low priority class packet remains in the common buffer. Therefore, in the congestion state, the low priority class packet is discarded. In packet transmission control, it is desired to provide a service to a plurality of users fairly, and fairness is also required for packet discard when the packet congestion occurs.

そこで、ユーザ対応の共通バッファに対するパケット蓄積量を管理し、或るユーザのパケット蓄積量が閾値を超えている場合、そのユーザからの到着パケットを廃棄する手段が知られている。この場合、パケット蓄積量は、共通バッファから読出して送出したパケットのサイズに従って減算され、共通バッファに書込んだパケットサイズに従って加算されるもので、サイズの大きいパケットを伝送しているユーザに対するパケット廃棄の機会が、サイズの小さいパケットを伝送しているユーザに対するパケット廃棄の機会より少なくなる可能性がある。   Therefore, a means for managing the packet accumulation amount for the common buffer corresponding to the user and discarding the arrival packet from the user when the packet accumulation amount of a certain user exceeds a threshold value is known. In this case, the packet accumulation amount is subtracted according to the size of the packet read from the common buffer and transmitted, and is added according to the packet size written in the common buffer. May be less than the chance of discarding a packet for a user transmitting a small packet.

このような点を改善しようとして、到着パケットを入力するパケット識別部と、情報管理部と、判定部と、制御部と、FIFOバッファとを含む構成とし、情報管理部は、パケット識別部からの到着したパケットのサイズとフロー識別子と、制御部からの読出したパケットのサイズとフロー識別子とを基に、仮想キューサイズとフロー識別子リストとして管理し、変数TBや定数Cや閾値TH等を用いて、FIFOバッファに入力するパケットを廃棄するか否かの制御処理を行うもので、フロー識別子対応の帯域割当てが公平となるように、FIFOバッファからのパケットの読出しの順序制御と、パケットの廃棄制御とを行う手段が提案されている(例えば、特許文献1参照)。
特開2003−324474号公報
In order to improve such points, a packet identification unit that inputs an incoming packet, an information management unit, a determination unit, a control unit, and a FIFO buffer are included. Based on the size of the arrived packet, the flow identifier, the size of the packet read from the control unit, and the flow identifier, it is managed as a virtual queue size and a flow identifier list, using the variable TB, constant C, threshold TH, etc. Controls whether or not to discard a packet input to the FIFO buffer, and controls the order of reading packets from the FIFO buffer and controls packet discard so that the bandwidth allocation corresponding to the flow identifier is fair. A means for performing the above has been proposed (see, for example, Patent Document 1).
JP 2003-324474 A

共通バッファを備えたパケット伝送装置に於いては、共通バッファから読出して送出するパケットの量を超えるパケットが到着すると、共通バッファは輻輳状態となり、到着したパケットを廃棄することになるが、このパケット廃棄を複数のユーザに対して公平に行うことが要望される。この共通バッファの輻輳状態となった時のユーザ対応の蓄積量を比較して、蓄積量の多いユーザのパケットを廃棄する従来例に於いては、低優先クラスのみのパケット伝送を行うユーザに対して、高優先クラスのパケット伝送を行うユーザは、共通バッファから優先的にパケットが読出されるから、共通バッファの蓄積量は常に低優先クラスのパケット伝送を行うユーザ対応の蓄積量が多くなる。従って、低優先クラスのユーザのパケットが廃棄される確率が高くなる問題がある。   In a packet transmission apparatus provided with a common buffer, when a packet exceeding the amount of packets read out from the common buffer and sent out, the common buffer becomes congested, and the arrived packet is discarded. It is desired to perform disposal fairly for a plurality of users. In the conventional example in which the amount of user-corresponding accumulated data is compared when the common buffer is in a congested state, the packets of users with a large accumulated amount are discarded. Thus, since a user who performs packet transmission of the high priority class reads packets preferentially from the common buffer, the accumulation amount of the common buffer always increases for the user who performs packet transmission of the low priority class. Therefore, there is a problem that the probability that the packet of the low priority class user is discarded increases.

又仮想キューサイズとして共通バッファ(FIFOバッファ)を管理する従来例に於いては、パケットの優先度については考慮されていないと共に、輻輳状態に於いては、それ以前のユーザ(アクティブフロー)対応のパケットの伝送量は考慮されていないものである。又低優先クラスのみを平均的に使用するユーザAと、(大量の高優先クラス)+(少量の低優先クラス)を使用するユーザBとに対して、輻輳状態発生時に、公平性の観点からは、大量のパケット伝送を行ったユーザBのパケットの廃棄を行うことが望ましいものであるが、輻輳状態発生時点に於ける共通バッファの蓄積量を基に廃棄処理するから、ユーザAのパケットが廃棄され、公平性に問題があった。   In the conventional example of managing the common buffer (FIFO buffer) as the virtual queue size, the priority of the packet is not considered, and in the congested state, it corresponds to the previous user (active flow). The amount of packet transmission is not taken into consideration. From the viewpoint of fairness, when user A who uses only the low priority class on average and user B who uses (a large amount of high priority class) + (a small amount of low priority class), when congestion occurs. In this case, it is desirable to discard the packet of the user B who has transmitted a large amount of packets. However, since the discard process is performed based on the accumulated amount of the common buffer at the time of occurrence of the congestion state, the packet of the user A is It was discarded and there was a problem with fairness.

本発明は、共通バッファ輻輳状態発生時のパケット廃棄を優先クラスの如何に拘わらず公平性を維持できるように処理することを目的とする。   An object of the present invention is to process packet discard when a common buffer congestion state occurs so that fairness can be maintained regardless of the priority class.

本発明のパケット伝送制御装置は、複数のユーザからのパケットを一時的に蓄積する共通バッファを有するパケット伝送制御装置に於いて、共通バッファにユーザ対応にパケットの書込みを行う書込制御部と、共通バッファからユーザ対応のパケットの読出しを行う読出制御部と、共通バッファからパケットを読出したアドレスを空きアドレスとして蓄積し、書込制御部に順次空きアドレスを転送する共通バッファ空きアドレスFIFOと、共通バッファに書込んだユーザ対応のパケットのパケット長情報を加算し、共通バッファから読出したユーザ対応のパケットのパケット長情報を、所定時間後に減算する蓄積量テーブルと、共通バッファの輻輳状態発生時に、前記蓄積量テーブルの蓄積量最大のユーザ対応のパケットの廃棄を制御する制御部とを備えている。   The packet transmission control device of the present invention is a packet transmission control device having a common buffer for temporarily storing packets from a plurality of users. Read control unit that reads user-compatible packets from the common buffer, common buffer free address FIFO that accumulates addresses from which packets are read from the common buffer as free addresses, and sequentially transfers free addresses to the write control unit, The packet length information of the user-corresponding packet written in the buffer is added, the packet length information of the user-corresponding packet read from the common buffer is subtracted after a predetermined time, and when the congestion state of the common buffer occurs, Control discarding of packets corresponding to the user with the maximum storage amount in the storage amount table And a control unit.

又前記読出制御部により共通バッファから読出したパケットのユーザ情報とパケット長情報とに時刻情報を付加して順次蓄積し、時刻情報を基に所定時間後にユーザ情報とパケット長情報とを読出して、蓄積量テーブルにユーザ対応の蓄積量の減算値として入力する仮想FIFOを備えている。   Further, time information is added to the user information and packet length information of the packets read from the common buffer by the read control unit and sequentially stored, and after a predetermined time based on the time information, the user information and the packet length information are read, The accumulation amount table is provided with a virtual FIFO that is input as a subtraction value of the accumulation amount corresponding to the user.

本発明のパケット伝送制御方法は、複数のユーザからのパケットを共通バッファに一時的に蓄積して伝送制御するパケット伝送制御方法に於いて、共通バッファにパケットを書込むと共に、このパケットのユーザ情報とパケット長情報とを基に、共通バッファに書込んだユーザ対応のパケットの蓄積量を求め、共通バッファから読出したパケットのユーザ情報とパケット長情報とを所定時間後に、パケットの蓄積量から減算して求めた蓄積量を基に、最大蓄積量のユーザを識別して、このユーザのパケットを共通バッファの輻輳状態発生時に廃棄処理する過程を含むものである。   The packet transmission control method of the present invention is a packet transmission control method in which packets from a plurality of users are temporarily stored in a common buffer for transmission control. Based on the packet length information, the accumulated amount of user-written packets written in the common buffer is obtained, and the user information and packet length information read from the common buffer are subtracted from the accumulated amount of packets after a predetermined time. This includes a process of identifying the user with the maximum storage amount based on the storage amount thus obtained and discarding the user's packet when the common buffer is congested.

共通バッファを用いて複数のユーザのパケット伝送を行うパケット伝送制御装置及びパケット伝送制御方法に於いて、共通バッファの輻輳状態発生時に、その時点のユーザ対応の共通バッファの蓄積量のみでなく、過去に共通パッファから読出して送出した量を含めた蓄積量について、ユーザ間の比較を行うことにより、最大蓄積量のユーザのパケットを廃棄処理することにより、高優先クラスの大量のパケットを伝送するユーザと、低優先クラスのパケットを伝送するユーザとの間についても公平性を維持して、パケット廃棄処理を行うことができる。   In a packet transmission control apparatus and a packet transmission control method for performing packet transmission of a plurality of users using a common buffer, when a common buffer congestion state occurs, not only the accumulated amount of the common buffer corresponding to the user at that time but also the past Users who transmit a large amount of packets of high priority class by discarding the packets of users with the maximum accumulation amount by comparing the accumulated amount including the amount read and sent from the common buffer to the user In addition, the packet discarding process can be performed while maintaining fairness with the user who transmits the low priority class packet.

本発明のパケット伝送制御装置は、図2を参照して説明すると、共通バッファ20にユーザ対応にパケットの書込みを行う書込制御部21と、共通バッファ20からユーザ対応のパケットの読出しを行う読出制御部22と、共通バッファ20からパケットを読出したアドレスを空きアドレスとして蓄積し、書込制御部に順次空きアドレスを転送する共通バッファ空きアドレスFIFO24と、共通バッファ20に書込んだユーザ対応のパケットのパケット長情報を加算し、共通バッファから読出したユーザ対応のパケットのパケット長情報を、所定時間後に減算する蓄積量テーブル25と、共通バッファ20の輻輳状態発生時に、蓄積量テーブル25の蓄積量最大のユーザ対応のパケットの廃棄を制御する制御部26とを備えている。   The packet transmission control device of the present invention will be described with reference to FIG. 2. A write control unit 21 that writes a packet to a common buffer 20 in correspondence with a user, and a read that reads out a packet corresponding to a user from the common buffer 20. The control unit 22, the address read from the packet from the common buffer 20 is accumulated as a free address, and the common buffer free address FIFO 24 for sequentially transferring the free address to the write control unit, and the user-corresponding packet written in the common buffer 20 The accumulated amount table 25 for subtracting the packet length information of the user-corresponding packet read from the common buffer after a predetermined time, and the accumulated amount in the accumulated amount table 25 when the congestion state of the common buffer 20 occurs. And a control unit 26 that controls the discard of the maximum user-compatible packet.

又本発明のパケット伝送制御方法は、共通バッファ20にパケットを書込むと共に、このパケットのユーザ情報とパケット長情報とを基に、共通バッファ20に書込んだユーザ対応のパケットの蓄積量を求め、共通バッファ20から読出したパケットのユーザ情報とパケット長情報とを所定時間後に、パケットの蓄積量から減算して求めた蓄積量を基に、最大蓄積量のユーザを識別して、このユーザのパケットを共通バッファ20の輻輳状態発生時に廃棄処理する過程を含むものである。   The packet transmission control method of the present invention writes a packet to the common buffer 20 and obtains the stored amount of the packet corresponding to the user written to the common buffer 20 based on the user information and the packet length information of the packet. The user with the maximum accumulation amount is identified based on the accumulation amount obtained by subtracting the packet user information and the packet length information read from the common buffer 20 from the packet accumulation amount after a predetermined time. This includes a process of discarding the packet when the common buffer 20 is congested.

図1は、本発明の実施例の要部説明図であり、11は高優先クラスの領域、12は低優先クラスの領域、13はアプリケーション識別選択部、14は読出選択部、15はユーザ毎の蓄積量テーブル、16は仮想FIFO、17は制御部を示す。高優先クラス及び低優先クラスの領域11,12は共通バッファに形成した領域であり、アプリケーション識別選択部13により、パケットの優先クラスを識別して、音声情報等の高優先クラスのパケットは、領域11に書込み、通常のデータ等の低優先クラスのパケットは領域12に書込みを行うものである。   FIG. 1 is an explanatory view of the main part of an embodiment of the present invention, in which 11 is a high priority class area, 12 is a low priority class area, 13 is an application identification selection section, 14 is a read selection section, and 15 is a user-specific selection. , 16 is a virtual FIFO, and 17 is a control unit. The high priority class and low priority class areas 11 and 12 are areas formed in the common buffer, and the application identification selection unit 13 identifies the priority class of the packet. A packet of low priority class such as normal data or the like is written to the area 12.

又読出選択部14は、高優先クラスの領域11に格納されたパケットを、低優先クラスの領域12に格納されたパケットに対して優先的に読出して送出する。又ユーザ毎の蓄積量テーブル15は、共通バッファに書込まれたパケットのユーザ情報とパケット長情報とにより、ユーザ対応に共通バッファへの蓄積量を加算し、共通バッファから読出されたパケットのユーザ情報とパケット長情報とにより、ユーザ対応の共通バッファへの蓄積量を求める為のものであるが、共通バッファから読出されたパケットのパケット長情報は、仮想FIFO16を介することにより、所定時間遅延されて蓄積量から減算される。従って、蓄積量テーブル16には、ユーザ毎に、(或る時刻の蓄積量)+(或る時刻から過去の所定時間内に送出されたデータ量)に相当する蓄積量を示す値が格納される。   Further, the read selection unit 14 preferentially reads and transmits the packet stored in the high priority class area 11 with respect to the packet stored in the low priority class area 12. Further, the accumulated amount table 15 for each user adds the accumulated amount in the common buffer corresponding to the user based on the user information and the packet length information of the packet written in the common buffer, and the user of the packet read from the common buffer. Information and packet length information are used to determine the amount of data stored in the common buffer for the user. The packet length information of the packet read from the common buffer is delayed by a predetermined time by way of the virtual FIFO 16. Is subtracted from the accumulated amount. Accordingly, the accumulation amount table 16 stores, for each user, a value indicating the accumulation amount corresponding to (accumulation amount at a certain time) + (data amount transmitted within a predetermined time in the past from a certain time). The

この場合、制御部17は、共通バッファから読出したパケットのユーザ情報とパケット長情報とに対して、時刻情報を付加して仮想FIFO16に書込み、この時刻情報を基に所定時間経過したユーザ情報とパケット長情報とを仮想FIFO16から読出して、ユーザ毎の蓄積量テーブル15に減算データとして入力する制御を行うものであり、蓄積量テーブル15には、前述のように、ユーザ毎に所定時間内の入力されたパケットのデータ量を示す蓄積量が残ることになる。そして、制御部17は、共通バッファの輻輳状態発生時に、蓄積量テーブル15の最大蓄積量を示すユーザのパケットを廃棄処理する。即ち、共通バッファからパケットを読出した時刻に対して、過去の所定時間内の伝送パケットのデータ量が多いユーザのパケットを廃棄する。従って、データ量の少ないユーザのパケットは、低優先パケットであっても廃棄される機会は少なくなり、優先制御によるパケット伝送過程に於けるユーザ間の公平性を保つことができる。又仮想FIFO16の記憶容量及びユーザ毎の蓄積量テーブル15にユーザ対応の減算値として入力する為の遅延時間を選定することにより、公平性の精度の調節が可能である。   In this case, the control unit 17 adds the time information to the user information and the packet length information of the packet read from the common buffer and writes the information to the virtual FIFO 16, and the user information that has passed a predetermined time based on the time information The packet length information is read from the virtual FIFO 16 and controlled to be input as subtraction data to the accumulation amount table 15 for each user. As described above, the accumulation amount table 15 has a predetermined time for each user. The accumulated amount indicating the data amount of the input packet remains. Then, the control unit 17 discards the user packet indicating the maximum accumulation amount in the accumulation amount table 15 when the congestion state of the common buffer occurs. That is, the user's packet having a large data amount of transmission packets within a predetermined past time is discarded at the time when the packet is read from the common buffer. Therefore, the packet of a user with a small amount of data is less likely to be discarded even if it is a low priority packet, and fairness among users can be maintained in the packet transmission process by priority control. In addition, the accuracy of fairness can be adjusted by selecting the storage time of the virtual FIFO 16 and the delay time for inputting as a subtraction value corresponding to the user in the accumulated amount table 15 for each user.

図2は、本発明の実施例の説明図であり、20は共通バッファ、21は書込制御部、22は読出制御部、23は仮想FIFO+管理部、24は共通バッファ空きアドレスFIFO、25は蓄積量テーブル、26は制御部、27は蓄積量の比較テーブルを示す。共通バッファ20は、図1に於けるように、高優先クラスの領域11と低優先クラスの領域12とが形成されている。又書込制御部21は、図1に於けるアプリケーション識別選択部13の機能を含み、又読出制御部22は、図1に於ける読出選択部14の機能を含むものである。又仮想FIFO+管理部23は、図1に於ける仮想FIFO16の機能を含むものである。又蓄積量テーブル25は、図1に於けるユーザ毎の蓄積量テーブル15に相当する。又共通バッファ空きアドレスFIFO24と制御部26と比較テーブル27とは、図1に於ける制御部17の機能に相当するものである。   FIG. 2 is an explanatory diagram of an embodiment of the present invention, in which 20 is a common buffer, 21 is a write control unit, 22 is a read control unit, 23 is a virtual FIFO + management unit, 24 is a common buffer free address FIFO, and 25 is An accumulation amount table, 26 is a control unit, and 27 is an accumulation amount comparison table. As shown in FIG. 1, the common buffer 20 includes a high priority class area 11 and a low priority class area 12. The write control unit 21 includes the function of the application identification selection unit 13 in FIG. 1, and the read control unit 22 includes the function of the read selection unit 14 in FIG. The virtual FIFO + management unit 23 includes the function of the virtual FIFO 16 in FIG. The accumulation amount table 25 corresponds to the accumulation amount table 15 for each user in FIG. The common buffer empty address FIFO 24, the control unit 26, and the comparison table 27 correspond to the function of the control unit 17 in FIG.

書込制御部21は、共通バッファ20が輻輳状態でない場合、入力されたパケットのユーザ情報、クラス情報、パケット長情報等を抽出し、共通バッファ空きアドレスFIFO24に要求した共通バッファ20の空きアドレスに対して、入力されたパケットの書込みを行い、読出制御部22にユーザ情報とクラス情報と書込アドレスとを通知し、又蓄積量テーブル25にユーザ情報とパケット長情報とを転送する。蓄積量テーブル25は、ユーザ対応にパケット長情報を加算する。   When the common buffer 20 is not congested, the write control unit 21 extracts user information, class information, packet length information, and the like of the input packet, and sets the common buffer 20 free address requested to the common buffer free address FIFO 24 On the other hand, the input packet is written, the user information, the class information, and the write address are notified to the read control unit 22, and the user information and the packet length information are transferred to the accumulation amount table 25. The accumulation amount table 25 adds packet length information for each user.

読出制御部22は、共通バッファ20の高優先クラスの領域から優先的にパケットを読出して送出する。そして、読出したパケットのユーザ情報とパケット長情報とを仮想FIFO+管理部23に転送し、現在の時刻情報を付加して一時的に保持する。この場合の時刻情報は、仮想FIFO+管理部23内の時計機能又は制御部26の時計機能によって付加することができる。又共通バッファ20からパケットを読出したアドレスを、共通バッファ空きアドレスFIFO24に転送する。そして、仮想FIFO+管理部23は、経過時刻を管理し、所定時間経過後のユーザ情報とパケット長情報とを蓄積量テーブル25に転送する。蓄積量テーブル25は、仮想FIFO+管理部23からのパケット長情報を、ユーザ対応のパケット入力によるパケット長情報の加算結果から減算する。   The read control unit 22 reads and sends a packet preferentially from the high priority class area of the common buffer 20. Then, the user information and the packet length information of the read packet are transferred to the virtual FIFO + management unit 23, and the current time information is added and temporarily held. The time information in this case can be added by the clock function in the virtual FIFO + management unit 23 or the clock function of the control unit 26. The address at which the packet is read from the common buffer 20 is transferred to the common buffer empty address FIFO 24. Then, the virtual FIFO + management unit 23 manages the elapsed time, and transfers user information and packet length information after a predetermined time has elapsed to the accumulation amount table 25. The accumulation amount table 25 subtracts the packet length information from the virtual FIFO + management unit 23 from the addition result of the packet length information by the packet input corresponding to the user.

蓄積量テーブル25は、図3に示すように、ユーザ#1〜ユーザ#N対応のパケット蓄積量を保持する領域を有するもので、読出制御部22により共通バッファ20からパケットを読出して送出した時刻より所定時間前の入力パケットのパケット長情報を含む加算パケット長情報となる。このパケット長情報はバイト数とすることができる。蓄積量テーブル25の内容は、共通バッファ20の現在の時刻に於ける蓄積量ではなく、所定時間の過去に入力されたパケットのパケット長情報を含むものとなる。   As shown in FIG. 3, the accumulation amount table 25 has an area for holding the packet accumulation amounts corresponding to the users # 1 to #N, and the time when the packet is read out from the common buffer 20 by the read control unit 22 and sent out. It becomes the added packet length information including the packet length information of the input packet before a predetermined time. This packet length information can be the number of bytes. The contents of the accumulated amount table 25 include packet length information of packets input in the past for a predetermined time, not the accumulated amount at the current time of the common buffer 20.

制御部26は、例えば、共通バッファ空きアドレスFIFO24を監視して、空きアドレスがなくなった時、或いは、空きアドレスが、予め設定した閾値以下の数となった時、共通バッファ20の輻輳状態発生と判断し、蓄積量テーブル25の蓄積量最大のユーザを検索する。この場合、蓄積量テーブル25のユーザ対応の蓄積量を丸み込みにより比較する比較テーブル27を用いることにより、高速検索を実行することができる。この比較テーブル27は、例えば、図4に示す構成を有し、ユーザ#1〜ユーザ#N対応の領域に、例えば、1500バイト毎に丸め込みを行ったユーザ対応の蓄積量により比較する。その場合に、最大蓄積量表示ビットの領域を設ける。図示の場合、“1”は蓄積量を示す領域であり、“0”は空き領域を示すから、先頭の“1”について、点線矢印で示す1回の検索により、最大蓄積量のユーザを識別することができる。制御部26は、この比較テーブル27を用いることにより、輻輳状態発生時に、最大蓄積量のユーザを高速で検索することができる。   For example, the control unit 26 monitors the common buffer free address FIFO 24, and when there is no free address or when the free address becomes a number equal to or less than a preset threshold, the occurrence of a congestion state of the common buffer 20 is detected. Judgment is made, and the user with the maximum storage amount in the storage amount table 25 is searched. In this case, a high-speed search can be executed by using the comparison table 27 that compares the accumulated amount corresponding to the user in the accumulated amount table 25 by rounding. This comparison table 27 has the configuration shown in FIG. 4, for example, and compares the areas corresponding to the users # 1 to #N based on the accumulated amount corresponding to the user rounded, for example, every 1500 bytes. In that case, an area for the maximum accumulation amount display bit is provided. In the case shown in the figure, “1” is an area indicating the accumulation amount, and “0” indicates an empty area, so that the user with the maximum accumulation amount is identified by one search indicated by a dotted arrow with respect to the leading “1”. can do. By using the comparison table 27, the control unit 26 can search for a user with the maximum accumulation amount at a high speed when a congestion state occurs.

この場合、共通バッファ20の輻輳状態発生により、(現時点の共通バッファ蓄積量)+(過去の所定時間の送出量)が最も多いユーザを識別し、このユーザのパケットの廃棄処理を行うことになり、現時点のみでなく、過去の所定時間にわたる間の利用パケット量が最大となるユーザを検出して、そのユーザのパケットを廃棄処理し、ユーザ間の公平性を維持することができる。このパケットの廃棄処理は、例えば、制御部26から読出制御部22にパケットを廃棄するユーザ情報を含めて廃棄指示を行う。読出制御部22は、その指示に従って共通バッファ20からユーザ情報に対応するパケットを読出して廃棄する。それにより、空きアドレス情報が、共通バッファ空きアドレスFIFO24に転送されるから、新たに入力されたパケットを共通バッファ20に書込むことができる。又共通バッファ20に蓄積量最大のユーザ対応のパケットが廃棄処理によりなくなり、且つ輻輳状態が継続している場合は、書込制御部21に通知して、蓄積量最大のユーザのパケットが入力された時に廃棄処理することができる。又は、制御部26から書込制御部21に、最大蓄積量のユーザ情報を含むパケットの廃棄処理を指示することにより、書込制御部21は、指示されたユーザ情報に従って入力されたパケットのユーザ情報と一致するパケットを廃棄する。   In this case, due to the occurrence of the congestion state of the common buffer 20, the user who has the largest (current common buffer storage amount) + (transmission amount in the past predetermined time) is identified, and the packet of this user is discarded. It is possible to detect a user who maximizes the amount of used packets over a predetermined period of time in addition to the current time, discard the user's packet, and maintain fairness among the users. In the packet discarding process, for example, the controller 26 instructs the reading controller 22 to discard the packet including user information for discarding the packet. The read control unit 22 reads and discards the packet corresponding to the user information from the common buffer 20 according to the instruction. As a result, empty address information is transferred to the common buffer empty address FIFO 24, so that a newly input packet can be written into the common buffer 20. If the packet corresponding to the user with the maximum storage amount is lost in the common buffer 20 due to the discarding process and the congestion state continues, the write control unit 21 is notified and the packet of the user with the maximum storage amount is input. Can be disposed of at the time. Alternatively, by instructing the writing control unit 21 from the control unit 26 to discard the packet including the maximum accumulated amount of user information, the writing control unit 21 causes the user of the packet input in accordance with the instructed user information. Discard packets that match the information.

(付記1)複数のユーザからのパケットを一時的に蓄積する共通バッファを有するパケット伝送制御装置に於いて、前記共通バッファにユーザ対応にパケットの書込みを行う書込制御部と、前記共通バッファからユーザ対応のパケットの読出しを行う読出制御部と、
前記共通バッファからパケットを読出したアドレスを空きアドレスとして蓄積し、前記書込制御部に順次空きアドレスを転送する共通バッファ空きアドレスFIFOと、前記共通バッファに書込んだユーザ対応のパケットのパケット長情報を加算し、前記共通バッファから読出したユーザ対応のパケットのパケット長情報を、所定時間後に減算する蓄積量テーブルと、前記共通バッファの輻輳状態発生時に、前記蓄積量テーブルの蓄積量最大のユーザ対応のパケットの廃棄を制御する制御部とを備えたことを特徴とするパケット伝送制御装置。
(Supplementary note 1) In a packet transmission control apparatus having a common buffer for temporarily storing packets from a plurality of users, a write control unit for writing packets to the common buffer in correspondence with the user, and the common buffer A read control unit for reading a user-compatible packet;
A common buffer empty address FIFO for accumulating addresses read from the common buffer as empty addresses and sequentially transferring empty addresses to the write control unit, and packet length information of user-corresponding packets written in the common buffer And an accumulation amount table that subtracts the packet length information of the user-ready packet read from the common buffer after a predetermined time, and the user correspondence with the maximum accumulation amount in the accumulation amount table when the congestion state of the common buffer occurs. A packet transmission control apparatus comprising: a control unit that controls discarding of the packet.

(付記2)前記読出制御部により前記共通バッファから読出したパケットのユーザ情報とパケット長情報とに時刻情報を付加して順次蓄積し、前記時刻情報を基に所定時間後に前記ユーザ情報とパケット長情報とを読出して、前記蓄積量テーブルにユーザ対応の蓄積量の減算値として入力する仮想FIFOを備えたことを特徴とする付記1記載のパケット伝送制御装置。
(付記3)前記蓄積量テーブルの蓄積量をユーザ対応に一定量毎に丸め込みを行って蓄積し、且つ最大蓄積量表示ビットにより最大蓄積量のユーザを検索する比較テーブルを設けたことを特徴とする付記1記載のパケット伝送装置。
(Supplementary note 2) Time information is added to the user information and packet length information of the packets read from the common buffer by the read control unit and sequentially stored, and the user information and the packet length after a predetermined time based on the time information. 2. The packet transmission control device according to claim 1, further comprising a virtual FIFO that reads out information and inputs the information as a subtraction value of a storage amount corresponding to a user in the storage amount table.
(Additional remark 3) The accumulation amount of the said accumulation amount table is rounded up for every fixed amount corresponding to a user, and the comparison table which searches the user of the largest accumulation amount by the largest accumulation amount display bit is provided, It is characterized by the above-mentioned. The packet transmission apparatus according to appendix 1.

(付記4)複数のユーザからのパケットを共通バッファに一時的に蓄積して伝送制御するパケット伝送制御方法に於いて、前記共通バッファにパケットを書込むと共に、該パケットのユーザ情報とパケット長情報とを基に前記共通バッファに書込んだユーザ対応のパケットの蓄積量を求め、前記共通バッファから読出したパケットのユーザ情報とパケット長情報とを所定時間後に前記パケットの蓄積量から減算して求めた蓄積量を基に、最大蓄積量のユーザを識別して、該ユーザのパケットを前記共通バッファの輻輳状態発生時に廃棄処理する過程を含むことを特徴とするパケット伝送制御方法。   (Supplementary note 4) In a packet transmission control method for temporarily storing packets from a plurality of users in a common buffer and controlling transmission, the packet is written in the common buffer, and user information and packet length information of the packet are written. Based on the above, the accumulated amount of the packet corresponding to the user written in the common buffer is obtained, and the user information and the packet length information of the packet read from the common buffer are subtracted from the accumulated amount of the packet after a predetermined time. A packet transmission control method comprising: identifying a user with the maximum storage amount based on the stored amount and discarding the user's packet when the common buffer is congested.

(付記5)前記共通バッファに書込んだユーザ対応のパケットのパケット長情報を蓄積テーブルに入力して加算し、前記共通バッファから読出したユーザ対応のパケットのパケット長情報を所定時間経過後に前記蓄積量テーブルに入力して前記加算結果から減算してユーザ対応の蓄積量を求め、前記共通バッファの輻輳状態発生時に、最大蓄積量のユーザのパケットの廃棄処理を行う過程を含むことを特徴とする付記4記載のパケット伝送制御方法。   (Supplementary Note 5) The packet length information of the user-corresponding packet written in the common buffer is input to the accumulation table and added, and the packet length information of the user-corresponding packet read from the common buffer is accumulated after a predetermined time has elapsed. The method includes a step of inputting to a quantity table and subtracting from the addition result to obtain an accumulated amount corresponding to a user, and discarding a packet of a maximum accumulated amount of a user when a congestion state of the common buffer occurs. The packet transmission control method according to appendix 4.

本発明の実施例の要部説明図である。It is principal part explanatory drawing of the Example of this invention. 本発明の実施例の説明図である。It is explanatory drawing of the Example of this invention. 本発明の実施例の蓄積量テーブルの説明図である。It is explanatory drawing of the accumulation | storage amount table of the Example of this invention. 本発明の実施例の蓄積量比較テーブルの説明図である。It is explanatory drawing of the storage amount comparison table of the Example of this invention. 従来例の共通バッファの制御構成の説明図である。It is explanatory drawing of the control structure of the common buffer of a prior art example. 従来例の個別バッファの制御構成の説明図である。It is explanatory drawing of the control structure of the separate buffer of a prior art example. 従来例の共通バッファの優先制御構成の説明図である。It is explanatory drawing of the priority control structure of the common buffer of a prior art example. 従来例の空きアドレス管理の説明図である。It is explanatory drawing of the free address management of a prior art example. 従来例の読出アドレス管理の説明図である。It is explanatory drawing of the read address management of a prior art example.

符号の説明Explanation of symbols

11 高優先クラスの領域
12 低優先クラスの領域
13 アプリケーション識別選択部
14 読出選択部
15 ユーザ毎の蓄積量テーブル
16 仮想FIFO
17 制御部
20 共通バッファ
21 書込制御部
22 読出制御部
23 仮想FIFO+管理部
24 共通バッファ空きアドレスFIFO
25 蓄積量テーブル
26 制御部
27 比較テーブル
11 High priority class area 12 Low priority class area 13 Application identification selection unit 14 Read selection unit 15 Accumulated amount table for each user 16 Virtual FIFO
17 control unit 20 common buffer 21 write control unit 22 read control unit 23 virtual FIFO + management unit 24 common buffer free address FIFO
25 Accumulated amount table 26 Control unit 27 Comparison table

Claims (3)

複数のユーザからのパケットを一時的に蓄積する共通バッファを有するパケット伝送制御装置に於いて、
前記共通バッファにユーザ対応にパケットの書込みを行う書込制御部と、
前記共通バッファからユーザ対応のパケットの読出しを行う読出制御部と、
前記共通バッファからパケットを読出したアドレスを空きアドレスとして蓄積し、前記書込制御部に順次空きアドレスを転送する共通バッファ空きアドレスFIFOと、
前記共通バッファに書込んだユーザ対応のパケットのパケット長情報を加算し、前記共通バッファから読出したユーザ対応のパケットのパケット長情報を、所定時間後に減算する蓄積量テーブルと、
前記共通バッファの輻輳状態発生時に、前記蓄積量テーブルの蓄積量最大のユーザ対応のパケットの廃棄を制御する制御部と
を備えたことを特徴とするパケット伝送制御装置。
In a packet transmission control device having a common buffer for temporarily storing packets from a plurality of users,
A write controller that writes packets to the common buffer in response to a user;
A read control unit for reading a user-compatible packet from the common buffer;
A common buffer empty address FIFO for accumulating addresses read from the common buffer as empty addresses and sequentially transferring empty addresses to the write control unit;
An accumulation amount table for adding packet length information of a user-corresponding packet written in the common buffer and subtracting packet length information of a user-corresponding packet read from the common buffer after a predetermined time;
A packet transmission control device comprising: a control unit that controls discard of a user-corresponding packet having a maximum accumulation amount in the accumulation amount table when a congestion state of the common buffer occurs.
前記読出制御部により前記共通バッファから読出したパケットのユーザ情報とパケット長情報とに時刻情報を付加して順次蓄積し、前記時刻情報を基に所定時間後に前記ユーザ情報とパケット長情報とを読出して、前記蓄積量テーブルにユーザ対応の蓄積量の減算値として入力する仮想FIFOを備えたことを特徴とする請求項1記載のパケット伝送制御装置。   Time information is added to the user information and packet length information of the packets read from the common buffer by the read control unit and sequentially stored, and the user information and packet length information are read after a predetermined time based on the time information. 2. The packet transmission control apparatus according to claim 1, further comprising a virtual FIFO that is input to the accumulation amount table as a subtraction value of the accumulation amount corresponding to a user. 複数のユーザからのパケットを共通バッファに一時的に蓄積して伝送制御するパケット伝送制御方法に於いて、
前記共通バッファにパケットを書込むと共に、該パケットのユーザ情報とパケット長情報とを基に前記共通バッファに書込んだユーザ対応のパケットの蓄積量を求め、前記共通バッファから読出したパケットのユーザ情報とパケット長情報とを所定時間後に前記パケットの蓄積量から減算して求めた蓄積量を基に、最大蓄積量のユーザを識別して、該ユーザのパケットを前記共通バッファの輻輳状態発生時に廃棄処理する過程を含む
ことを特徴とするパケット伝送制御方法。
In a packet transmission control method for temporarily storing packets from a plurality of users in a common buffer and controlling transmission,
User information of the packet read from the common buffer by writing a packet to the common buffer, obtaining an accumulation amount of the user-corresponding packet written to the common buffer based on user information and packet length information of the packet And the packet length information are subtracted from the accumulated amount of the packet after a predetermined time, and the user with the maximum accumulated amount is identified, and the user's packet is discarded when the congestion state of the common buffer occurs. A packet transmission control method comprising a process of processing.
JP2004323785A 2004-11-08 2004-11-08 Device and method for packet transmission control Pending JP2006135762A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004323785A JP2006135762A (en) 2004-11-08 2004-11-08 Device and method for packet transmission control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004323785A JP2006135762A (en) 2004-11-08 2004-11-08 Device and method for packet transmission control

Publications (1)

Publication Number Publication Date
JP2006135762A true JP2006135762A (en) 2006-05-25

Family

ID=36728869

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004323785A Pending JP2006135762A (en) 2004-11-08 2004-11-08 Device and method for packet transmission control

Country Status (1)

Country Link
JP (1) JP2006135762A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011009876A (en) * 2009-06-23 2011-01-13 Nippon Telegr & Teleph Corp <Ntt> Buffer circuit and buffer circuit control method
US9245370B2 (en) 2012-01-13 2016-01-26 Fujitsu Limited Image drawing apparatus, computer-readable medium storing program, and method of the same

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001111615A (en) * 1999-10-06 2001-04-20 Matsushita Electric Ind Co Ltd Communication band controller

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001111615A (en) * 1999-10-06 2001-04-20 Matsushita Electric Ind Co Ltd Communication band controller

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011009876A (en) * 2009-06-23 2011-01-13 Nippon Telegr & Teleph Corp <Ntt> Buffer circuit and buffer circuit control method
US9245370B2 (en) 2012-01-13 2016-01-26 Fujitsu Limited Image drawing apparatus, computer-readable medium storing program, and method of the same

Similar Documents

Publication Publication Date Title
US7058070B2 (en) Back pressure control system for network switch port
KR100875739B1 (en) Apparatus and method for packet buffer management in IP network system
US20080123525A1 (en) System and Method for Filtering Packets in a Switching Environment
US20080063004A1 (en) Buffer allocation method for multi-class traffic with dynamic spare buffering
JP4771988B2 (en) Load balancing device and network device
CN113037640A (en) Data forwarding method, data caching device and related equipment
JP2008042916A (en) Method, logic device and system for bypassing output queue structure of switch
JPH1132055A (en) Buffer controller and buffer control method
EP1393498B1 (en) Distributed shared memory packet switch
US6735210B1 (en) Transmit queue caching
JP2009021872A (en) Packet transmitting method and apparatus
KR100739897B1 (en) A method and an arrangement for managing packet queues in switches
JP2009290297A (en) Communication device and control method for communication device
JP3601994B2 (en) ATM cell multiplexing apparatus and ATM cell multiplexing method
US8879578B2 (en) Reducing store and forward delay in distributed systems
JP2006135762A (en) Device and method for packet transmission control
JP4276094B2 (en) Communication apparatus and priority control method for performing priority control of packet
US9922000B2 (en) Packet buffer with dynamic bypass
EP1111857A2 (en) Method and apparatus for cell buffer protection in the event of congestion
EA008956B1 (en) Method for the dynamic management of resources in telecommunication systems, based on quality of service and type of service
JP2004282728A (en) Traffic shaping method and traffic shaping apparatus
US8289989B1 (en) System and method for arbitration using availability signals
JP4406011B2 (en) Electronic circuit with processing units connected via a communication network
KR100369795B1 (en) Device that manages cells transmitted from asynchronous transfer mode switch by class
JP2005210385A (en) Method and device for buffer sharing with other devices

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071025

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20091225

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100119

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100311

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100413