JP2019165371A - Communication control device, communication control method and control program - Google Patents

Communication control device, communication control method and control program Download PDF

Info

Publication number
JP2019165371A
JP2019165371A JP2018052327A JP2018052327A JP2019165371A JP 2019165371 A JP2019165371 A JP 2019165371A JP 2018052327 A JP2018052327 A JP 2018052327A JP 2018052327 A JP2018052327 A JP 2018052327A JP 2019165371 A JP2019165371 A JP 2019165371A
Authority
JP
Japan
Prior art keywords
communication
buffer
transmission
capacity
transmission buffer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2018052327A
Other languages
Japanese (ja)
Other versions
JP7067164B2 (en
Inventor
達哉 中野
Tatsuya Nakano
達哉 中野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2018052327A priority Critical patent/JP7067164B2/en
Publication of JP2019165371A publication Critical patent/JP2019165371A/en
Application granted granted Critical
Publication of JP7067164B2 publication Critical patent/JP7067164B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To reduce, when optimizing a traffic amount which flows through a transmission line in a communication control device, frame transmission to stop or restrict an output, and to reduce an influence upon other processing which uses a storage unit to be used for the extension of a transmission buffer.SOLUTION: A communication control device 1 includes: a control unit 1a; a communication unit 1b which includes a transmission buffer 1d for storing frame data to be transmitted to transmit and receive a frame; and a storage unit 1c which can store data to be stored into the transmission buffer 1d. The control unit 1a monitors a data traffic amount transmitted through the transmission buffer 1d, and based on the above traffic amount, determines an extension capacity which is a capacity which uses the storage unit 1c as an extension buffer of the transmission buffer 1d.SELECTED DRAWING: Figure 1

Description

本開示は、通信制御装置、通信制御方法、及び制御プログラムに関する。   The present disclosure relates to a communication control device, a communication control method, and a control program.

特許文献1−4には、Ethernet(登録商標;以下同様)フレーム伝送路において、フレームのオーバーフローを抑止するフロー制御の技術が提案されている。特許文献1−4に記載のフロー制御では、送信先の受信許容量を超過するトラフィック量のデータが流入した場合、上記送信先から送信元となるレイヤ2スイッチ(L2SW)に対してPAUSEフレームを送信し、L2SWからの出力を停止又は制限している。ここでの出力の制限は、送信レートを下げることを意味する。   Patent Documents 1-4 propose a flow control technique for suppressing frame overflow in an Ethernet (registered trademark; hereinafter the same) frame transmission path. In the flow control described in Patent Literatures 1-4, when traffic amount data exceeding the reception allowable amount of the transmission destination flows, a PAUSE frame is transmitted from the transmission destination to the layer 2 switch (L2SW) serving as the transmission source. The output from the L2SW is stopped or limited. The limitation of output here means lowering the transmission rate.

特開2016−066835号公報Japanese Patent Laid-Open No. 2006-0666835 特開2013−093761号公報JP 2013-093761 A 特開2002−223223号公報JP 2002-223223 A 特開2002−152255号公報JP 2002-152255 A

しかしながら、特許文献1−4に記載のフロー制御では、仮に送信バッファの拡張用と受信バッファの拡張用として使用する共有メモリを設けた場合、L2SWに対してPAUSEフレームの送信が頻発すると、送信を停止している間、共有メモリの容量を逼迫する。これにより、このフロー制御では、当該ポートのみならず、しいてはL2SWの全ポートからのEthernetフレームの送受信ができなくなる恐れがある。よって、このフロー制御では、PAUSEフレームを使用する場合、緻密な机上計算が必要となり、処理が複雑となる。   However, in the flow control described in Patent Literatures 1-4, if a shared memory used for extending the transmission buffer and the receiving buffer is provided, if the PAUSE frame is frequently transmitted to the L2SW, transmission is performed. While it is stopped, the shared memory capacity is limited. As a result, in this flow control, there is a possibility that the Ethernet frame cannot be transmitted / received not only from the port but also from all ports of the L2SW. Therefore, in this flow control, when a PAUSE frame is used, precise desktop calculation is required, and the processing becomes complicated.

一方で、PAUSEフレームを使用しないEthernetフレーム伝送路においては、送信先の受信許容量を超過するトラフィック量のデータが流入した場合、オーバーフローしたEthernetフレームは破棄されることになる。   On the other hand, in an Ethernet frame transmission path that does not use a PAUSE frame, when data with a traffic amount exceeding the reception allowable amount of the transmission destination flows, the overflowed Ethernet frame is discarded.

よって、通信制御装置において、PAUSEフレームのような出力を停止又は制限するフレームの送信を少なくし、且つ、伝送路を流れるトラフィック量を最適化する(例えばトラフィック量の増加に対応して破棄されるフレームを少なくする)ことが求められる。また、同時に、通信制御装置において、伝送路を流れるトラフィック量を最適化するために送信バッファの拡張に使用する記憶部の容量を調整する際に、上記記憶部を使用する他の処理への影響を少なくすることが求められる。上記他の処理は、例えば他のポートでの通信、つまり他の通信バッファを経由した通信などが挙げられる。   Therefore, in the communication control apparatus, the transmission of a frame that stops or restricts output, such as a PAUSE frame, is reduced, and the amount of traffic flowing through the transmission path is optimized (for example, discarded in response to an increase in the amount of traffic) To reduce the number of frames). At the same time, in the communication control device, when adjusting the capacity of the storage unit used for expansion of the transmission buffer in order to optimize the amount of traffic flowing through the transmission path, the influence on other processing using the storage unit Is required to be reduced. Examples of the other processing include communication at another port, that is, communication via another communication buffer.

本開示の目的は、上述した課題を解決する通信制御装置、通信制御方法、及び制御プログラムを提供することにある。上記課題は、通信制御装置において、伝送路を流れるトラフィック量を最適化するに際し、出力を停止又は制限するフレームの送信を少なくし、且つ送信バッファの拡張に使用する記憶部を使用する他の処理への影響を少なくすることができない、というものである。   The objective of this indication is providing the communication control apparatus, the communication control method, and control program which solve the subject mentioned above. In the communication control apparatus, when the amount of traffic flowing through the transmission path is optimized, the above-described problem is another process that uses a storage unit that reduces the transmission of a frame that stops or restricts output and that is used to expand a transmission buffer. The effect on the environment cannot be reduced.

本開示の第1の態様に係る通信制御装置は、
送信するフレームのデータを格納する送信バッファを有し、フレームを送受信する通信部と、
前記送信バッファに格納する対象のデータを格納可能な記憶部と、
前記送信バッファを経由して送信されるデータのトラフィック量を監視し、前記トラフィック量に基づいて、前記送信バッファの拡張バッファとして前記記憶部を使用する容量である拡張容量を決定する制御部と、
を備えたものである。
A communication control device according to the first aspect of the present disclosure is provided.
A communication unit having a transmission buffer for storing data of a frame to be transmitted, and transmitting and receiving a frame;
A storage unit capable of storing data to be stored in the transmission buffer;
A control unit that monitors a traffic amount of data transmitted via the transmission buffer, and determines an expansion capacity that is a capacity to use the storage unit as an expansion buffer of the transmission buffer based on the traffic amount;
It is equipped with.

本開示の第2の態様に係る通信制御方法は、
送信するフレームのデータを格納する送信バッファを有し、フレームを送受信する通信部と、前記送信バッファに格納する対象のデータを格納可能な記憶部と、を備えた通信制御装置によって実行される通信制御方法であって、
前記送信バッファを経由して送信されるデータのトラフィック量を監視するステップと、
前記トラフィック量に基づいて、前記送信バッファの拡張バッファとして前記記憶部を使用する容量である拡張容量を決定するステップと、
を有するものである。
The communication control method according to the second aspect of the present disclosure includes:
Communication executed by a communication control device having a transmission buffer that stores data of a frame to be transmitted, and a communication unit that transmits and receives frames and a storage unit that can store data to be stored in the transmission buffer A control method,
Monitoring the traffic volume of data transmitted via the transmission buffer;
Determining an expansion capacity, which is a capacity to use the storage unit as an expansion buffer of the transmission buffer, based on the traffic volume;
It is what has.

本開示の第3の態様に係る制御プログラムは、
送信するフレームのデータを格納する送信バッファを有し、フレームを送受信する通信部と、前記送信バッファに格納する対象のデータを格納可能な記憶部と、を備えた通信制御装置に実行させるための制御プログラムであって、
前記通信制御装置に、
前記送信バッファを経由して送信されるデータのトラフィック量を監視するステップと、
前記トラフィック量に基づいて、前記送信バッファの拡張バッファとして前記記憶部を使用する容量である拡張容量を決定するステップと、
を実行させるための制御プログラムである。
The control program according to the third aspect of the present disclosure is:
A communication control device having a transmission buffer that stores data of a frame to be transmitted, and having a communication unit that transmits and receives frames and a storage unit that can store data to be stored in the transmission buffer. A control program,
In the communication control device,
Monitoring the traffic volume of data transmitted via the transmission buffer;
Determining an expansion capacity, which is a capacity to use the storage unit as an expansion buffer of the transmission buffer, based on the traffic volume;
Is a control program for executing

本開示により、上記課題を解決する通信制御装置、通信制御方法、及び制御プログラムを提供することができる。即ち、本開示によれば、通信制御装置において、伝送路を流れるトラフィック量を最適化するに際し、出力を停止又は制限するフレームの送信を少なくし、且つ、送信バッファの拡張に使用する記憶部を使用する他の処理への影響を少なくすることができる。   According to the present disclosure, it is possible to provide a communication control device, a communication control method, and a control program that solve the above-described problems. That is, according to the present disclosure, in the communication control device, when optimizing the amount of traffic flowing through the transmission path, the storage unit used for extending the transmission buffer and reducing the transmission of frames for stopping or limiting the output is provided. The influence on other processing to be used can be reduced.

実施形態1に係る通信制御装置の一構成例を示すブロック図である。1 is a block diagram illustrating a configuration example of a communication control apparatus according to a first embodiment. 実施形態2に係る通信制御装置を備えた通信システムの一構成例を示すブロック図である。It is a block diagram which shows the example of 1 structure of the communication system provided with the communication control apparatus which concerns on Embodiment 2. FIG. 図2の通信システムにおける制御部の一構成例を示すブロック図である。It is a block diagram which shows one structural example of the control part in the communication system of FIG. 比較例に係るL2SWにおけるPAUSEフレームを用いた通信制御を説明するためのフロー図である。It is a flowchart for demonstrating the communication control using the PAUSE frame in L2SW which concerns on a comparative example. 図3の制御部における通信制御方法の一例を説明するためのフロー図である。It is a flowchart for demonstrating an example of the communication control method in the control part of FIG. 実施形態3に係る通信制御装置における設定例について説明するための図である。FIG. 10 is a diagram for describing a setting example in a communication control apparatus according to a third embodiment. 実施形態4に係る通信制御装置における制御部の一構成例を示すブロック図である。FIG. 10 is a block diagram illustrating a configuration example of a control unit in a communication control apparatus according to a fourth embodiment. 通信制御装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of a communication control apparatus.

以下、図面を参照して、実施形態について説明する。なお、実施形態において、同一又は同等の要素には、同一の符号を付し、重複する説明は省略される。   Hereinafter, embodiments will be described with reference to the drawings. In the embodiment, the same or equivalent elements are denoted by the same reference numerals, and redundant description is omitted.

<実施形態1>
図1は、実施形態1に係る通信制御装置の一構成例を示すブロック図である。
図1に示すように、本実施形態に係る通信制御装置1は、制御部1a、通信部1b、及び記憶部1cを備える。通信制御装置1は、通信制御装置1に有線又は無線で接続された機器間による通信を中継することができる装置であり、中継装置或いは通信装置と称することもできる。
<Embodiment 1>
FIG. 1 is a block diagram illustrating a configuration example of a communication control apparatus according to the first embodiment.
As shown in FIG. 1, the communication control apparatus 1 according to the present embodiment includes a control unit 1a, a communication unit 1b, and a storage unit 1c. The communication control device 1 is a device that can relay communication between devices connected to the communication control device 1 by wire or wirelessly, and can also be referred to as a relay device or a communication device.

制御部1aは、例えば、CPU(Central Processing Unit)、作業用メモリ、及び制御プログラムを記憶した不揮発性の記憶装置などによって実現することができる。また、制御部1aは、例えば集積回路(Integrated Circuit)によって実現することもできる。制御部1aにおける制御については後述する。   The control unit 1a can be realized by, for example, a CPU (Central Processing Unit), a working memory, and a nonvolatile storage device that stores a control program. Moreover, the control part 1a is also realizable with an integrated circuit (Integrated Circuit), for example. The control in the control unit 1a will be described later.

通信部1bは、フレームを送受信する。通信部1bは、通信制御装置1に接続された機器からフレームを受信し、通信制御装置1に接続された他の機器にそのフレームを送信するように構成することができる。このフレームは、例えばEthernet規格に基づくフレームとすることができるが、これに限ったものではない。   The communication unit 1b transmits and receives frames. The communication unit 1 b can be configured to receive a frame from a device connected to the communication control device 1 and transmit the frame to another device connected to the communication control device 1. This frame can be a frame based on the Ethernet standard, for example, but is not limited to this.

また、通信部1bは、送信するフレームのデータ(パケットデータと称することもある)を格納する送信バッファ1dを有する。なお、送信バッファ1d等のバッファはバッファメモリと称することもできる。さらに、通信部1bは、受信するフレームのデータを格納する受信バッファ(図示せず)を有することができる。送信バッファ1dや受信バッファは、いずれも半導体メモリ等の記憶装置によって実現することができ、この記憶装置は揮発性であっても不揮発性であってもデータが一時的に格納できればよい。また、通信部1bは、送信バッファ1dを有する送信ポートと、受信バッファを有する受信ポートと、を備えることができる。なお、送信ポートの数及び受信ポートの数は問わない。   The communication unit 1b includes a transmission buffer 1d that stores data of a frame to be transmitted (sometimes referred to as packet data). The buffer such as the transmission buffer 1d can also be referred to as a buffer memory. Further, the communication unit 1b can include a reception buffer (not shown) that stores data of a received frame. Both the transmission buffer 1d and the reception buffer can be realized by a storage device such as a semiconductor memory, and this storage device may be volatile or nonvolatile as long as data can be temporarily stored. The communication unit 1b can include a transmission port having a transmission buffer 1d and a reception port having a reception buffer. The number of transmission ports and the number of reception ports are not limited.

記憶部1cは、送信バッファ1dに格納する対象のデータを格納可能な装置である。記憶部1cは、例えば半導体メモリ等の記憶装置によって実現することができる。記憶部1cは、揮発性であっても不揮発性であってもデータが一時的に格納できればよい。記憶部1cは、図1に示すように通信部1bの内部に具備することができるが、通信部1bの外部に具備することもできる。また、記憶部1cは、送信バッファ1d及び受信バッファについての共有の記憶部とすること、つまり、受信バッファに格納する対象のデータを格納可能とすることもできる。また、送信バッファ1d等のバッファは、記憶部1cと別のものとして説明しているが、各バッファの記憶領域自体は元々記憶部1cの予め定められた領域とすることもできる。   The storage unit 1c is a device capable of storing data to be stored in the transmission buffer 1d. The storage unit 1c can be realized by a storage device such as a semiconductor memory. The memory | storage part 1c should just be able to store data temporarily, even if it is volatile or non-volatile. The storage unit 1c can be provided inside the communication unit 1b as shown in FIG. 1, but can also be provided outside the communication unit 1b. In addition, the storage unit 1c can be a shared storage unit for the transmission buffer 1d and the reception buffer, that is, can store data to be stored in the reception buffer. Further, although the buffer such as the transmission buffer 1d is described as being different from the storage unit 1c, the storage area of each buffer may be a predetermined area of the storage unit 1c originally.

制御部1aは、送信バッファ1dを経由して送信されるデータのトラフィック量(データ量)を監視する。そして、制御部1aは、そのトラフィック量に基づいて、送信バッファ1dの拡張バッファとして記憶部1cを使用する容量である拡張容量(拡張バッファの容量)を決定する。   The control unit 1a monitors the traffic amount (data amount) of data transmitted via the transmission buffer 1d. Then, based on the traffic volume, the control unit 1a determines an expansion capacity (capacity of the expansion buffer) that is a capacity for using the storage unit 1c as the expansion buffer of the transmission buffer 1d.

以上、本実施形態に係る通信制御装置1では、上述したようなフロー制御を用いず(フロー制御により送信側のトラフィック量を制限することなく)、トラフィック量を監視して拡張容量を決定して、送信バッファの拡張を行っている。よって、通信制御装置1によれば、伝送路を流れるトラフィック量を最適化するに際し、出力を停止又は制限するフレームの送信を少なくし、且つ、送信バッファの拡張に使用する記憶部を使用する他の処理への影響を少なくすることができる。また、上記最適化により、適切に送信バッファの拡張を行うことができるため、トラフィック量の増加に対応することができ、破棄フレームも少なくすることができる。   As described above, in the communication control apparatus 1 according to the present embodiment, the flow capacity as described above is not used (without limiting the traffic volume on the transmission side by flow control), and the expansion capacity is determined by monitoring the traffic volume. The transmission buffer has been expanded. Therefore, according to the communication control device 1, when optimizing the amount of traffic flowing through the transmission path, the transmission of frames for stopping or limiting the output is reduced, and the storage unit used for expansion of the transmission buffer is used. The influence on the processing can be reduced. Further, since the transmission buffer can be appropriately expanded by the above optimization, it is possible to cope with an increase in traffic volume and to reduce the number of discarded frames.

ここで、上記他の処理は、例えば他のポートでの通信、つまり他の通信バッファを経由した通信などが挙げられる。上記影響について補足すると、本実施形態では、トラフィック量の調整に際し、記憶部1cの空き容量を考慮することになるため、記憶部1cを使用する可能性のある、他のポートでの通信等への影響を抑えることができるようになる。   Here, examples of the other process include communication at another port, that is, communication via another communication buffer. Supplementing the above effects, in the present embodiment, when adjusting the traffic volume, the free capacity of the storage unit 1c is taken into consideration, so that communication to other ports that may use the storage unit 1c is used. It becomes possible to suppress the influence of.

通信制御装置1が送信ポートを有するL2SWとして機能する装置である場合を例に説明すると、本実施形態では、L2SWの送信側でトラフィック量を監視(モニタリング)して送信バッファを上記記憶部で拡張し、トラフィック量を調整する。よって、本実施形態によれば、伝送路を流れるトラフィック量を最適化するに際し、PAUSEフレームの送信を少なくし、且つ、L2SWの当該送信ポート以外への影響を抑えることができるようになる。   The case where the communication control apparatus 1 is an apparatus functioning as an L2SW having a transmission port will be described as an example. In this embodiment, the traffic volume is monitored on the transmission side of the L2SW and the transmission buffer is expanded by the storage unit. And adjust the traffic volume. Therefore, according to the present embodiment, when optimizing the amount of traffic flowing through the transmission path, it is possible to reduce the transmission of the PAUSE frame and suppress the influence of the L2SW other than the transmission port.

さらに、他の効果として、本実施形態によれば、トラフィック量を監視しているため、実運用環境でのデバッグ(例えば、L2SWの各種設定値の修正など)を容易に行うことができる。   Furthermore, as another effect, according to the present embodiment, since the traffic volume is monitored, debugging in an actual operation environment (for example, correction of various setting values of L2SW, etc.) can be easily performed.

<実施形態2>
実施形態2について、図2〜図5を併せて参照しながら、実施形態1との相違点を中心に説明するが、実施形態1で説明した様々な例が適用できる。図2は、実施形態2に係る通信制御装置を備えた通信システムの一構成例を示すブロック図で、図3は、図2の通信システムにおける制御部の一構成例を示すブロック図である。
<Embodiment 2>
The second embodiment will be described with reference to FIGS. 2 to 5 while focusing on the differences from the first embodiment, but various examples described in the first embodiment can be applied. FIG. 2 is a block diagram illustrating a configuration example of a communication system including the communication control apparatus according to the second embodiment, and FIG. 3 is a block diagram illustrating a configuration example of a control unit in the communication system of FIG.

図2に示すように、本実施形態に係る通信システムは、通信制御装置10と、通信制御装置10に接続された送信元デバイスA(31)、送信元デバイスB(32)、及び送信先デバイスC(41)と、を備えることができる。この通信システムは、これらの構成要素を含みLAN(Local Area Network)を構成することができ、ネットワークシステムと称することもできる。   As shown in FIG. 2, the communication system according to the present embodiment includes a communication control device 10, a transmission source device A (31), a transmission source device B (32), and a transmission destination device connected to the communication control device 10. C (41). This communication system includes these components and can constitute a LAN (Local Area Network), and can also be referred to as a network system.

各デバイス31,32,41は、通信制御装置10と通信可能な装置であり、通信部を有していればよい。各デバイス31,32,41は、例えば、通信制御装置10と同様の中継装置、他の中継装置、PC(Personal Computer)、携帯電話機(スマートフォンと称されるものも含む)等の通信可能な電子機器とすることができる。   Each device 31, 32, 41 is a device that can communicate with the communication control device 10, and only needs to have a communication unit. Each device 31, 32, 41 is a communicable electronic device such as, for example, a relay device similar to the communication control device 10, another relay device, a PC (Personal Computer), a mobile phone (including a smartphone). It can be a device.

本実施形態に係る通信制御装置10は、通信部1bの一例としてのL2SW(11)と、制御部1aの一例としての制御部12と、を備える。   The communication control apparatus 10 according to the present embodiment includes an L2SW (11) as an example of the communication unit 1b and a control unit 12 as an example of the control unit 1a.

L2SW(11)は、フレームに宛先情報として含まれるMAC(Media Access Control)アドレスで中継先を判断し、中継動作を行う。L2SW(11)は、受信ポートA(11a)、受信ポートB(11b)、及び送信ポートC(11c)を備える。   The L2SW (11) determines a relay destination based on a MAC (Media Access Control) address included as destination information in the frame, and performs a relay operation. The L2SW (11) includes a reception port A (11a), a reception port B (11b), and a transmission port C (11c).

図2に示す通信システムでは、受信ポートA(11a)、受信ポートB(11b)、及び送信ポートC(11c)が、それぞれ送信元デバイスA(31)、送信元デバイスB(32)、送信先デバイスC(41)に接続されている。この通信システムでは、このようにして通信制御装置10が各デバイス31,32,41と接続されて、Ethernetフレームの伝送路が構築されているものとする。つまり、この通信システムにおいて、送信元デバイスA(31)と送信元デバイスB(32)は、L2SW(11)を介して送信先デバイスC(41)にEthernetフレームを送信することができる。   In the communication system shown in FIG. 2, the reception port A (11a), the reception port B (11b), and the transmission port C (11c) are respectively the transmission source device A (31), the transmission source device B (32), and the transmission destination. It is connected to the device C (41). In this communication system, it is assumed that the communication control apparatus 10 is connected to the devices 31, 32, and 41 in this way to construct a transmission path for the Ethernet frame. That is, in this communication system, the transmission source device A (31) and the transmission source device B (32) can transmit an Ethernet frame to the transmission destination device C (41) via the L2SW (11).

L2SW(11)は、その内部において、受信ポートA(11a)側に受信バッファA(26)、受信ポートB(11b)側に受信バッファB(27)、送信ポートC(11c)側に送信バッファC(23)を具備する。例えば、図2に示すように、受信ポートA(11a)が受信バッファA(26)を有し、受信ポートB(11b)が受信バッファB(27)を有し、送信ポートC(11c)が送信バッファC(23)を有することができる。   The L2SW (11) includes a reception buffer A (26) on the reception port A (11a) side, a reception buffer B (27) on the reception port B (11b) side, and a transmission buffer on the transmission port C (11c) side. C (23). For example, as shown in FIG. 2, the reception port A (11a) has a reception buffer A (26), the reception port B (11b) has a reception buffer B (27), and the transmission port C (11c) has A transmission buffer C (23) can be included.

受信バッファA(26)、受信バッファB(27)、及び送信バッファC(23)は、送信先デバイスC(41)に送信するEthernetフレームを、例えば送信待ちが発生した場合に一時的に格納(保管)する機能を有する。   The reception buffer A (26), the reception buffer B (27), and the transmission buffer C (23) temporarily store an Ethernet frame to be transmitted to the transmission destination device C (41), for example, when a transmission wait occurs ( Storage).

このように、L2SW(11)は、複数の通信ポートを有することができ、このうちの1つが、送信バッファC(23)を有する送信ポートC(11c)に該当する。各通信ポートは、通信するフレームのデータを格納する通信バッファ(送信バッファ又は受信バッファ)を有することができる。なお、説明の都合上、通信ポート(接続ポート)を3つとしているが、L2SW(11)の接続ポート数に制限を設ける必要はなく、また、実際に接続されるデバイスの数にも制限を設ける必要はない。つまり、図2に示すようなネットワーク構成に基づき本実施形態を説明するが、本実施形態はこのようなネットワーク構成に限ったものではない。   Thus, the L2SW (11) can have a plurality of communication ports, and one of them corresponds to the transmission port C (11c) having the transmission buffer C (23). Each communication port may have a communication buffer (transmission buffer or reception buffer) that stores data of frames to be communicated. For convenience of explanation, the number of communication ports (connection ports) is three, but there is no need to limit the number of connection ports of the L2SW (11), and the number of devices actually connected is also limited. There is no need to provide it. That is, although this embodiment is described based on a network configuration as shown in FIG. 2, this embodiment is not limited to such a network configuration.

また、L2SW(11)は、記憶部1cの一例としての共有メモリ21を備えることができる。共有メモリ21は、予め決められた容量のメモリである。共有メモリ21は、受信バッファA(26)、受信バッファB(27)、及び送信バッファC(23)と、格納領域をシェアすることができる。よって、図2では便宜上図示しないが、このようなシェアを行う場合、受信バッファA(26)と共有メモリ21とが接続され、受信バッファB(27)と共有メモリ21とも接続されていることになる。各バッファ23,26,27の容量は、伝送路の設計者が自由に決定でき、また可変にできるものとする。   Further, the L2SW (11) can include a shared memory 21 as an example of the storage unit 1c. The shared memory 21 is a memory having a predetermined capacity. The shared memory 21 can share the storage area with the reception buffer A (26), the reception buffer B (27), and the transmission buffer C (23). Therefore, although not shown in FIG. 2 for convenience, when such sharing is performed, the reception buffer A (26) and the shared memory 21 are connected, and the reception buffer B (27) and the shared memory 21 are also connected. Become. It is assumed that the capacity of each buffer 23, 26, 27 can be freely determined by the transmission line designer and can be made variable.

このように、共有メモリ21は、L2SW(11)に設けられた各通信ポートに対応する通信バッファに格納する対象のデータを格納可能になっている。このように、共有メモリ21は、各通信ポートの共有とすること、つまり各通信バッファで共有される拡張用の記憶部とすることができる。   Thus, the shared memory 21 can store data to be stored in the communication buffer corresponding to each communication port provided in the L2SW (11). Thus, the shared memory 21 can be shared by each communication port, that is, can be a storage unit for expansion shared by each communication buffer.

また、送信ポートC(11c)は、送信バッファC(23)の他に一般的な機能としてパケット数カウンタ24及びbit数カウンタ25を有することができる。制御部12は、これらのカウント値を読み出すことにより、送信バッファC(23)のトラフィック量を監視することができる。   In addition to the transmission buffer C (23), the transmission port C (11c) can have a packet number counter 24 and a bit number counter 25 as general functions. The control unit 12 can monitor the traffic amount of the transmission buffer C (23) by reading these count values.

さらに、制御部12は、監視により得たトラフィック量に基づいて、送信バッファC(23)を介して送信するデータの流量を制限することが好ましい。ここでデータの流量とは、一般的なトラフィック量と同様に、単位時間あたりに流れるデータ量とすることができる。   Furthermore, it is preferable that the control unit 12 restricts the flow rate of data transmitted through the transmission buffer C (23) based on the traffic amount obtained by monitoring. Here, the data flow rate can be the amount of data flowing per unit time as in the case of a general traffic amount.

そのために、送信ポートC(11c)には、シェーピング部22が具備されている。シェーピング部22は、L2SW(11)から送信先デバイスC(41)へ送信するデータの流量(トラフィック量)を制限する機能を有する。つまり、制御部12は、算出部12aによる算出の結果から、送信バッファC(23)の容量拡張機能だけでなく、シェーピング部22によるシェーピング機能を稼働させて、L2SW(11)から送信先デバイスC(41)までの流量を制御する。これにより、通信制御装置10は、送信先デバイスC(41)の受信許容量を超過しないような制御をより適切に行うことができる。   For this purpose, the shaping port 22 is provided in the transmission port C (11c). The shaping unit 22 has a function of limiting the flow rate (traffic amount) of data transmitted from the L2SW (11) to the transmission destination device C (41). That is, the control unit 12 operates not only the capacity expansion function of the transmission buffer C (23) but also the shaping function by the shaping unit 22 based on the calculation result by the calculation unit 12a, and the transmission destination device C from the L2SW (11). The flow rate up to (41) is controlled. Thereby, the communication control apparatus 10 can perform control more appropriately so as not to exceed the reception allowable amount of the transmission destination device C (41).

図2に示す通信システムでは、上述のような構成により、送信元デバイスA(31)と送信元デバイスB(32)から同時に送信先デバイスC(41)へEthernetフレームを送信することができる。送信元デバイスA(31)及び送信元デバイスB(32)から同時に送信されたEthernetフレームは、それぞれ受信バッファA(26)及び受信バッファB(27)を経て、送信バッファC(23)に滞留し、順に送信先デバイスC(41)へ送信される。   In the communication system shown in FIG. 2, the Ethernet frame can be simultaneously transmitted from the transmission source device A (31) and the transmission source device B (32) to the transmission destination device C (41) by the configuration as described above. The Ethernet frames transmitted simultaneously from the transmission source device A (31) and the transmission source device B (32) stay in the transmission buffer C (23) via the reception buffer A (26) and the reception buffer B (27), respectively. Are sequentially transmitted to the destination device C (41).

このような場面における、比較例に係るL2SWでの制御について説明する。比較例に係るL2SWでは、フロー制御を行う。このフロー制御では、比較例に係るL2SWの送信ポートからのトラフィック量が増大し、送信先デバイスの受信許容量を超過すると、その送信先デバイスが比較例に係るL2SWに対して、PAUSEフレームを発行し、一時的に送信ポートCからの出力を止める。図4のフロー図を参照しながら、比較例に係るL2SWにおけるPAUSEフレームを用いた通信制御について説明する。比較例に係るL2SWは、PAUSEフレームを受信する(ステップS101)と、そのPAUSEフレーム内に格納されているPAUSE設定時間に応じて指定された時間の間、送信を停止又は送信停止の解除を行う(ステップS102)。   The control by L2SW which concerns on a comparative example in such a scene is demonstrated. The L2SW according to the comparative example performs flow control. In this flow control, when the amount of traffic from the transmission port of the L2SW according to the comparative example increases and exceeds the allowable reception amount of the transmission destination device, the transmission destination device issues a PAUSE frame to the L2SW according to the comparative example. The output from the transmission port C is temporarily stopped. Communication control using a PAUSE frame in the L2SW according to the comparative example will be described with reference to the flowchart of FIG. When the L2SW according to the comparative example receives the PAUSE frame (step S101), the L2SW stops the transmission or cancels the transmission stop for the time specified according to the PAUSE setting time stored in the PAUSE frame. (Step S102).

しかしながら、比較例ではL2SWに対してPAUSEフレームの送信が頻発すると、送信を停止している間、共有メモリ(共有メモリ21に相当)の容量を逼迫し、当該ポートだけでなく他のポートにおいてもフレームの送受信ができなくなる恐れがある。
また、PAUSEフレームを使用しない環境で使用される別の比較例に係るL2SWでは、送信先デバイス内で処理が追いつかなくなったEthernetフレームを破棄する。
However, in the comparative example, if the PAUSE frame is frequently transmitted to the L2SW, the capacity of the shared memory (corresponding to the shared memory 21) is limited while the transmission is stopped, and not only in the port but also in other ports. There is a risk that frames cannot be sent or received.
Further, in the L2SW according to another comparative example used in an environment that does not use the PAUSE frame, the Ethernet frame whose processing cannot keep up within the transmission destination device is discarded.

これに対して、本実施形態に係る通信制御装置10では、制御部12が次のような制御を行っている。即ち、制御部12は、送信バッファC(23)を経由して送信されるデータのトラフィック量を監視し、そのトラフィック量に基づいて、送信バッファC(23)の拡張バッファとして共有メモリ21を使用する容量(拡張容量)を決定する。このような送信バッファC(23)の拡張により、破棄されるフレームを低減させることができる。   On the other hand, in the communication control apparatus 10 according to the present embodiment, the control unit 12 performs the following control. That is, the control unit 12 monitors the traffic volume of data transmitted via the transmission buffer C (23), and uses the shared memory 21 as an expansion buffer of the transmission buffer C (23) based on the traffic volume. Determine the capacity (expanded capacity) to be used. Such an expansion of the transmission buffer C (23) can reduce the number of discarded frames.

特に、本実施形態における制御部12は、トラフィック量が予め定められた閾値を超えた場合に、拡張容量を変更する。このように、拡張容量は、トラフィック量が閾値を超えたか否かに基づいて決定することができる。   In particular, the control unit 12 in the present embodiment changes the expansion capacity when the traffic volume exceeds a predetermined threshold. Thus, the expansion capacity can be determined based on whether or not the traffic volume exceeds the threshold value.

また、制御部12は、トラフィック量が閾値を超えた場合に拡張容量を増やす(大きくする)ことが好ましい。これにより、破棄されるフレームを低減させるだけでなく、共有メモリ21の容量も必要な分だけ使用することができ、他のポート(受信ポートA,B)での通信を妨げることを防ぐことができる。   In addition, the control unit 12 preferably increases (increases) the expansion capacity when the traffic volume exceeds the threshold. As a result, not only the number of discarded frames can be reduced, but also the capacity of the shared memory 21 can be used as much as necessary, and the communication at other ports (reception ports A and B) can be prevented from being hindered. it can.

なお、拡張容量は、L2SW(11)の設定値として変更可能な状態で保存しておくことができる。例えば、この設定値は、図示しない制御部12内のメモリに格納しておくことができ、或いは共有メモリ21として不揮発性メモリを採用しておけば共有メモリ21に格納しておくこともできる。また、この設定値は、L2SW(11)内の別途設けたメモリに格納しておくこともできる。   The extended capacity can be stored in a changeable state as the set value of the L2SW (11). For example, this set value can be stored in a memory in the control unit 12 (not shown), or can be stored in the shared memory 21 if a non-volatile memory is adopted as the shared memory 21. Also, this set value can be stored in a separately provided memory in the L2SW (11).

より具体的な例として、制御部12は、図3に示すように算出部12aを有し、次のようなEthernetフレーム伝送制御を行うことができる。   As a more specific example, the control unit 12 includes a calculation unit 12a as shown in FIG. 3, and can perform the following Ethernet frame transmission control.

まず、算出部12aは、定期的(例えば1秒周期)にパケット数カウンタ24及びbit数カウンタ25の少なくとも一方からカウンタの値(カウント値)を読み出し、単位時間あたりのトラフィック量を算出する。   First, the calculation unit 12a reads the value of the counter (count value) from at least one of the packet number counter 24 and the bit number counter 25 periodically (for example, every 1 second), and calculates the traffic volume per unit time.

算出部12aは、予め設定されていた閾値を上回るトラフィック量を検出した場合、読み出したパケット数カウント値12bもしくはbit数カウント値12cから単位時間あたりのトラフィック量を算出する。なお、上記閾値は、例えば、上記設定値の一部として格納しておくことができる。また、算出部12aは、このような検出時に共有メモリ21の空き容量12dを読み出す。そして、算出部12aは、算出した単位時間あたりのトラフィック量と共有メモリ21の空き容量12dとから、送信バッファC(23)のバッファ量の拡張に割り当てるメモリ量を算出する。   When the calculation unit 12a detects a traffic amount exceeding a preset threshold, the calculation unit 12a calculates a traffic amount per unit time from the read packet count value 12b or the bit count value 12c. The threshold value can be stored as a part of the set value, for example. Further, the calculation unit 12a reads the free capacity 12d of the shared memory 21 at the time of such detection. Then, the calculation unit 12a calculates the amount of memory to be allocated to the expansion of the buffer amount of the transmission buffer C (23) from the calculated traffic amount per unit time and the free capacity 12d of the shared memory 21.

ここで、上記閾値は、送信先デバイスC(41)の受信許容量より小さい値に設定しておくことが好ましい。これにより、制御部12は、送信先デバイスC(41)側の受信許容量を超過する前に送信バッファC(23)の拡張を発動させることができ、適切なタイミングで送信制御が発動できる。通信制御装置10は、上記閾値を変更するユーザ操作を受け付ける操作部を備えるか、或いは、外部に接続されたPC等の機器からこのようなユーザ操作を受付可能に構成されていればよい。   Here, the threshold value is preferably set to a value smaller than the reception allowable amount of the transmission destination device C (41). Accordingly, the control unit 12 can activate the expansion of the transmission buffer C (23) before exceeding the reception allowable amount on the transmission destination device C (41) side, and can perform transmission control at an appropriate timing. The communication control apparatus 10 may include an operation unit that receives a user operation for changing the threshold value, or may be configured to receive such a user operation from a device such as a PC connected to the outside.

また、容量拡張機能を稼働させる上記閾値と、シェーピング機能を稼働させる閾値とは、異なる値とすることもできる。   Further, the threshold value for operating the capacity expansion function and the threshold value for operating the shaping function may be different values.

また、制御部12は、送信バッファC(23)のトラフィック量に基づいて、他の通信ポート、例えば受信ポートA(11a)についての拡張容量、或いは、受信ポートA(11a)及び受信ポートB(11b)についての拡張容量も決定するようにしてもよい。   Further, the control unit 12 expands the capacity of another communication port, for example, the reception port A (11a), or the reception port A (11a) and the reception port B (based on the traffic volume of the transmission buffer C (23). The expansion capacity for 11b) may also be determined.

また、制御部12は、拡張容量を共有メモリ21の空き容量以内の容量に決定することができる。但し、共有メモリ21の空き容量は受信するデータ量や図示しない他の送信バッファで送信するデータ量などによっても変動し、また、他の送受信を制限することもできる。よって、制御部12は、拡張容量を共有メモリ21の空き容量を超えた値(無論、共有メモリ21の全容量以下の値)に決定することもできる。   Further, the control unit 12 can determine the expansion capacity to be a capacity within the free capacity of the shared memory 21. However, the free capacity of the shared memory 21 varies depending on the amount of data to be received, the amount of data to be transmitted in another transmission buffer (not shown), and other transmission / reception can be limited. Therefore, the control unit 12 can also determine the extended capacity as a value exceeding the free capacity of the shared memory 21 (of course, a value equal to or less than the total capacity of the shared memory 21).

また、制御部12は、各通信ポート(この例ではポート11a〜11c)のトラフィック量(各通信バッファを経由して通信されるデータのトラフィック量)を監視するように構成することもできる。そして、制御部12は、各通信バッファについてのトラフィック量に基づいて、送信ポートC(11c)についての拡張容量を決定するようにしてもよい。もしくは、制御部12は、各通信バッファについてのトラフィック量に基づいて、送信ポートC(11c)及び他のポートについての拡張容量を決定するようにしてもよい。図2の例における上記他のポートは、受信ポートA(11a)及び受信ポートB(11b)の少なくとも1つとすることができる。   The control unit 12 can also be configured to monitor the traffic amount (the traffic amount of data communicated via each communication buffer) of each communication port (ports 11a to 11c in this example). Then, the control unit 12 may determine the expansion capacity for the transmission port C (11c) based on the traffic amount for each communication buffer. Alternatively, the control unit 12 may determine the expansion capacity for the transmission port C (11c) and other ports based on the traffic amount for each communication buffer. The other port in the example of FIG. 2 may be at least one of the reception port A (11a) and the reception port B (11b).

例えば、制御部12は、L2SW(11)に含まれる全てのポートのトラフィック量を一括して監視して、それらのトラフィック量及び共有メモリ21の空き容量に基づいて各ポートの拡張バッファ量を決定することができる。また、制御部12は、共有メモリ21を拡張に使っていないポートについては、その分、他ポートへ解放するように制御することもできる。   For example, the control unit 12 collectively monitors the traffic volume of all ports included in the L2SW (11), and determines the expansion buffer volume of each port based on the traffic volume and the free capacity of the shared memory 21. can do. In addition, the control unit 12 can perform control so that a port that does not use the shared memory 21 for expansion is released to another port accordingly.

次に、図5を併せて参照しながら、制御部12における通信制御方法の一例について説明する。図5は、制御部12における通信制御方法の一例を説明するためのフロー図である。   Next, an example of a communication control method in the control unit 12 will be described with reference to FIG. FIG. 5 is a flowchart for explaining an example of the communication control method in the control unit 12.

制御部12は、定期的に各種カウンタの値(図3の例ではパケット数カウンタ24からのカウント値12b及びbit数カウンタ25からのカウント値12c)を読み出す(ステップS1)。次いで、制御部12の算出部12aは、予め設定しておいたトラフィック量の閾値を超過していないか否かの判定(確認)を行う(ステップS2)。   The control unit 12 periodically reads the values of various counters (the count value 12b from the packet number counter 24 and the count value 12c from the bit number counter 25 in the example of FIG. 3) (step S1). Next, the calculation unit 12a of the control unit 12 determines (confirms) whether or not a preset traffic volume threshold is exceeded (step S2).

算出部12aは、閾値を超過したと判定した場合(ステップS2でYESの場合)、続けて共有メモリ21の空き容量を確認する(ステップS3及びステップS4)。具体的には、算出部12aは、共有メモリ21の空き容量12dを確認し(ステップS3)、空き容量があるか否かを判定する(ステップS4)。   If the calculation unit 12a determines that the threshold value has been exceeded (YES in step S2), the calculation unit 12a subsequently checks the free capacity of the shared memory 21 (step S3 and step S4). Specifically, the calculation unit 12a checks the free capacity 12d of the shared memory 21 (step S3) and determines whether there is a free capacity (step S4).

算出部12aは、空き容量がある場合(ステップS4でYESの場合)、送信バッファC(23)の拡張量とシェーピングを行う帯域量(単位時間あたり伝送可能な最大のデータ量)を算出し、L2SW(11)の設定値を変更する(ステップS5)。   When there is free space (YES in step S4), the calculation unit 12a calculates the amount of expansion of the transmission buffer C (23) and the amount of bandwidth for shaping (the maximum amount of data that can be transmitted per unit time) The set value of L2SW (11) is changed (step S5).

算出部12aは、共有メモリ21の空き容量がない場合(ステップS4でNOの場合)、送信元デバイスへ帯域制限の必要性を通知する(ステップS7)。ステップS7では、例えばL2SW(11)から送信元デバイスA(31)及び送信元デバイスB(32)へPAUSEフレームを送信するなどの方法で通知を行うことができる。ステップS5,S7の処理後は開始時点(ステップS1)に戻り、処理が継続される。   If there is no free space in the shared memory 21 (NO in step S4), the calculation unit 12a notifies the transmission source device of the necessity of bandwidth limitation (step S7). In step S7, notification can be performed by a method such as transmitting a PAUSE frame from the L2SW (11) to the transmission source device A (31) and the transmission source device B (32), for example. After the processes in steps S5 and S7, the process returns to the start time (step S1) and the process is continued.

このように、ステップS5においてL2SW(11)の設定値の変更によりトラフィック量を制限した後も、各種カウンタの読み出し(ステップS1)を続ける。その後、算出部12aは、トラフィック量が上記閾値以下になった場合(ステップS2でNOの場合)、送信バッファC(23)の拡張及びシェーピングを解除する(ステップS6)。つまり、閾値を超えたら送信バッファを拡張してもよいし、閾値より下がったら縮小して元に戻してもよい。このように、制御部12は、トラフィック量が上記閾値を超えた後に上記閾値以下になった場合に、拡張容量を元に(元の値に)戻すことが好ましい。   Thus, even after the traffic volume is limited by changing the setting value of the L2SW (11) in step S5, reading of various counters (step S1) is continued. Thereafter, when the traffic amount is equal to or less than the threshold value (NO in step S2), the calculating unit 12a cancels the expansion and shaping of the transmission buffer C (23) (step S6). That is, when the threshold value is exceeded, the transmission buffer may be expanded, or when it falls below the threshold value, it may be reduced and restored. As described above, it is preferable that the control unit 12 restores the expanded capacity to the original value (returns to the original value) when the traffic amount exceeds the threshold value and then becomes the threshold value or less.

また、別の処理例として、ステップS2でNOの場合(算出部12aが閾値を超過していないと判定した場合)、制御部12は、ステップS1に戻りカウンタ読み出しを継続することもできる。   As another example of processing, when NO is determined in step S2 (when the calculation unit 12a determines that the threshold value is not exceeded), the control unit 12 can return to step S1 and continue reading the counter.

以上に説明した本実施形態に係る通信制御装置10によれば、実施形態1に係る通信制御装置1の効果と同様に、次のような効果を奏する。即ち、通信制御装置10では、L2SWの送信側でトラフィック量を監視して送信バッファC(23)を共有メモリ21で拡張し、トラフィック量を調整する。よって、本実施形態によれば、伝送路を流れるトラフィック量を最適化するに際し、PAUSEフレームの送信を少なくし、且つ、L2SW(11)の当該送信ポートC(11c)以外への影響を抑えることができるようになる。後者の効果について補足すると、本実施形態では、トラフィック量の調整に際し、共有メモリ21の空き容量を考慮することになるため、共有メモリ21を使用する可能性のある、当該送信ポートC(11c)以外への影響を抑えることができるようになる。   According to the communication control apparatus 10 according to the present embodiment described above, the following effects can be obtained in the same manner as the effects of the communication control apparatus 1 according to the first embodiment. That is, the communication control apparatus 10 monitors the traffic volume on the transmission side of the L2SW, expands the transmission buffer C (23) with the shared memory 21, and adjusts the traffic volume. Therefore, according to this embodiment, when optimizing the amount of traffic flowing through the transmission path, the transmission of PAUSE frames is reduced, and the influence of the L2SW (11) other than the transmission port C (11c) is suppressed. Will be able to. Supplementing the latter effect, in this embodiment, since the free capacity of the shared memory 21 is taken into account when adjusting the traffic volume, the transmission port C (11c) that may use the shared memory 21 may be used. It becomes possible to suppress the influence on other than.

さらに、本実施形態に係る通信制御装置10によれば、このような効果に加えて、次のような効果も奏する。即ち、通信制御装置10では、Ethernetフレーム伝送路に配置されるL2SW(11)において、PAUSEフレームを使用する代わりに伝送路に流れるトラフィック量を監視し、事前に設けた閾値を超過した場合にバッファ量の拡張をダイナミックに行う。これにより、通信制御装置10によれば、フレームの送受信を必要以上に停止又は制限することなく、Ethernetフレーム伝送路に流れるトラフィック量を最適化することができる。また、通信制御装置10において、上記閾値を超過した場合に流量の制限(シェーピング)もダイナミックに行うことで、よりEthernetフレーム伝送路に流れるトラフィック量を最適化することができる。   Furthermore, according to the communication control apparatus 10 according to the present embodiment, in addition to such effects, the following effects are also achieved. That is, the communication control apparatus 10 monitors the amount of traffic flowing in the transmission path instead of using the PAUSE frame in the L2SW (11) arranged in the Ethernet frame transmission path, and buffers the buffer when a predetermined threshold is exceeded. Dynamic expansion of quantity. Thereby, according to the communication control apparatus 10, it is possible to optimize the amount of traffic flowing through the Ethernet frame transmission path without stopping or restricting frame transmission / reception more than necessary. Further, in the communication control apparatus 10, when the above threshold value is exceeded, the flow amount is dynamically limited (shaping), so that the amount of traffic flowing in the Ethernet frame transmission path can be further optimized.

また、本実施形態に係る通信制御装置10では、トラフィック量を監視しているため、トラフィック量に見合った閾値を調整することができ、拡張バッファの設定の最適化を容易に実現することができる。   In addition, since the communication control apparatus 10 according to the present embodiment monitors the traffic volume, the threshold corresponding to the traffic volume can be adjusted, and optimization of the expansion buffer setting can be easily realized. .

このように、本実施形態に係る通信制御装置10では、トラフィック量に見合った閾値調整を行うことができる。よって、通信制御装置10によれば、Ethernetフレーム伝送路のトラフィック量が例えば、送信元デバイス、送信先デバイスの処理能力向上により、伝送できるトラフィック量が上昇するようなケースにおいても、設定の最適化が容易に行うことができる。実際、一定のトラフィック量がなく、トラフィック量が大きく変動するEthernetフレーム伝送路は多く存在するため、このような効果は大きいと言える。   As described above, the communication control apparatus 10 according to the present embodiment can perform threshold adjustment corresponding to the traffic volume. Therefore, according to the communication control apparatus 10, even in a case where the traffic volume of the Ethernet frame transmission path increases, for example, when the traffic capacity that can be transmitted increases due to the improvement of the processing capability of the transmission source device and the transmission destination device, the setting optimization is performed. Can be easily done. In fact, since there are many Ethernet frame transmission paths in which there is no constant traffic volume and the traffic volume varies greatly, it can be said that such an effect is great.

<実施形態3>
実施形態3について、図6を併せて参照し、その効果も含めた実施形態2との相違点を中心に説明する。実施形態3は、実施形態1,2で説明した様々な例が適用できる。図6は、実施形態3に係る通信制御装置における設定例について説明するための図である。
<Embodiment 3>
The third embodiment will be described with reference to FIG. 6 with a focus on differences from the second embodiment including the effects thereof. Various examples described in the first and second embodiments can be applied to the third embodiment. FIG. 6 is a diagram for explaining a setting example in the communication control apparatus according to the third embodiment.

図5で説明した通信制御方法の例においては1つの閾値に基づき処理を行ったが、トラフィック量に応じて何段階かの閾値を設けてもよい。本実施形態では、複数の閾値を使用したL2SW(11)の設定値を変更する処理例を、図6に示すマトリクス60を参照しながら説明する。   In the example of the communication control method described with reference to FIG. 5, processing is performed based on one threshold value. However, several threshold values may be provided according to the traffic amount. In the present embodiment, an example of processing for changing the set value of the L2SW (11) using a plurality of threshold values will be described with reference to the matrix 60 shown in FIG.

マトリクス60において、縦軸は複数の閾値の設定例を示している。マトリクス60では、3つの閾値1〜3が設定されている例を挙げている。閾値は、この例のように、トラフィック量に応じて複数段階用意しておくことができ、各閾値の具体的な値は通信制御装置10を組み込むEthernetフレーム伝送路のトラフィック量によって決めておくことができる。   In the matrix 60, the vertical axis indicates a setting example of a plurality of threshold values. In the matrix 60, an example is shown in which three thresholds 1 to 3 are set. As shown in this example, the threshold value can be prepared in a plurality of stages according to the traffic volume, and the specific value of each threshold value is determined by the traffic volume of the Ethernet frame transmission path in which the communication control device 10 is incorporated. Can do.

また、マトリクス60において、横軸は共有メモリ21の空き容量の大きさを示している。なお、マトリクス60では、小、中、大の3つの容量が設定されている例を挙げており、実際にはこれらの3つの容量として具体的な閾値を設定しておくことができる。   In the matrix 60, the horizontal axis indicates the size of the free capacity of the shared memory 21. In the matrix 60, an example is shown in which three capacities, small, medium, and large, are set. In practice, specific thresholds can be set as these three capacities.

また、マトリクス60の内部に2段で示されている値は、上段がバッファ拡張量、下段がシェーピング量をそれぞれ示している。これらの値も実際には具体的な値を設定しておくことができる。これらのバッファ拡張量及びシェーピング量は、図5のステップS5における値に相当する。   In the values shown in two stages in the matrix 60, the upper part indicates the buffer expansion amount and the lower part indicates the shaping amount. Actually, these values can also be set in advance. These buffer expansion amount and shaping amount correspond to the values in step S5 in FIG.

このように、複数の閾値(トラフィック量の閾値)、バッファ拡張量、及びシェーピング量を設定可能にしておくことで、より緻密なトラフィック量の制御を行うことができる。   As described above, by making it possible to set a plurality of threshold values (traffic amount threshold values), buffer expansion amounts, and shaping amounts, it is possible to control traffic volume more precisely.

<実施形態4>
実施形態4について、図7を併せて参照し、その効果も含めた実施形態2との相違点を中心に説明する。実施形態4は、実施形態1−3で説明した様々な例が適用できる。図7は、実施形態4に係る通信制御装置における制御部の一構成例を示すブロック図である。
<Embodiment 4>
The fourth embodiment will be described with reference to FIG. 7 with a focus on differences from the second embodiment including the effects thereof. Various examples described in Embodiment 1-3 can be applied to Embodiment 4. FIG. 7 is a block diagram illustrating a configuration example of a control unit in the communication control apparatus according to the fourth embodiment.

本実施形態に係る通信制御装置10では、制御部12に対応する制御部70が、監視により得たトラフィック量が予め定められた閾値を超えた通信ポートの数に基づいて、少なくとも送信ポートC(11c)についての拡張容量を決定する。また、制御部70は、上記数に基づいて、他の通信ポート、例えば受信ポートA(11a)についての拡張容量、或いは、受信ポートA(11a)及び受信ポートB(11b)についての拡張容量を決定するようにしてもよい。   In the communication control apparatus 10 according to the present embodiment, the control unit 70 corresponding to the control unit 12 has at least the transmission port C (() based on the number of communication ports whose traffic volume obtained by monitoring exceeds a predetermined threshold. Determine the expansion capacity for 11c). Further, the control unit 70 determines the expansion capacity for other communication ports, for example, the reception port A (11a) or the expansion capacity for the reception port A (11a) and the reception port B (11b) based on the above number. It may be determined.

また、本実施形態では、このような通信ポートの数以外にも拡張容量の決定に用いることができる。つまり、本実施形態における制御部70は、実施形態2で説明した送信ポートC(11c)内に具備するカウンタ以外の要素を用いてL2SW(11)の設定変更値を算出することができる。この設定変更値は、少なくとも上述したバッファ拡張量を含み、好ましくはシェーピング量を含む。   In the present embodiment, besides the number of such communication ports, it can be used to determine the expansion capacity. That is, the control unit 70 in the present embodiment can calculate the setting change value of the L2SW (11) using elements other than the counter provided in the transmission port C (11c) described in the second embodiment. This setting change value includes at least the buffer expansion amount described above, and preferably includes the shaping amount.

具体的に説明すると、制御部70は、算出部12aに対応する算出部71を有する。算出部71は、送信ポートC(11c)内のパケット数カウンタ24及びbit数カウンタ25からそれぞれ取得したカウント値72及びカウント値73以外の情報も、設定変更値の算出に用いる。   More specifically, the control unit 70 includes a calculation unit 71 corresponding to the calculation unit 12a. The calculation unit 71 uses information other than the count value 72 and the count value 73 acquired from the packet number counter 24 and the bit number counter 25 in the transmission port C (11c), respectively, for calculation of the setting change value.

例えば、算出部71は、閾値を超えた通信ポートの数74、送信先デバイスC(41)の受信ポートにおけるエラー発生数、オーバーフロー発生数、パケット破棄発生数などの情報(受信ポート状態75)を、設定変更値の算出に用いることができる。また、算出部71は、送信先デバイスC(41)におけるパケット数カウンタの値(カウント値76)、及びその他の要素77を取り入れて、設定変更値の算出を行うこともできる。無論、算出部71は、これらの情報の一部を用いて設定変更値の算出を行うこともできる。   For example, the calculation unit 71 obtains information (reception port state 75) such as the number 74 of communication ports exceeding the threshold, the number of error occurrences at the reception port of the destination device C (41), the number of overflow occurrences, and the number of packet discard occurrences. , And can be used to calculate a setting change value. Further, the calculation unit 71 can calculate the setting change value by taking in the value of the packet number counter (count value 76) in the transmission destination device C (41) and other elements 77. Of course, the calculation unit 71 can also calculate the setting change value by using a part of the information.

受信ポート状態75やカウント値76は、例えば、送信先デバイスC(41)から送信されたフレームに含ませるようにしておき、算出部71がそのフレームから抽出するようにすることができる。送信先デバイスC(41)の受信ポート状態75やカウント値76はリアルタイム性に欠けダイナミックな変更には不向きである場合がある。しかし、これらの値は、Ethernetフレーム伝送路のデバッグ用途としては有益であるため、算出に用いる値として組み込むことが好ましい。   The reception port state 75 and the count value 76 can be included in a frame transmitted from the transmission destination device C (41), for example, and the calculation unit 71 can extract the frame from the frame. The receiving port state 75 and count value 76 of the destination device C (41) may lack real-time properties and are not suitable for dynamic changes. However, since these values are useful for debugging the Ethernet frame transmission path, it is preferable to incorporate them as values used for calculation.

<他の実施形態>
[a]
実施形態1では、図1に示す通信制御装置1の制御部1a、通信部1b、及び記憶部1cの機能について説明したが、通信制御装置1としてこれらの機能が実現できればよい。同様に、実施形態2−4では、図2及び図3に示す通信制御装置10内の各構成要素の機能について説明したが、通信制御装置としてこれらの機能が実現できればよい。
<Other embodiments>
[A]
In the first embodiment, the functions of the control unit 1a, the communication unit 1b, and the storage unit 1c of the communication control device 1 illustrated in FIG. 1 have been described, but it is sufficient that these functions can be realized as the communication control device 1. Similarly, in Embodiment 2-4, the function of each component in the communication control apparatus 10 illustrated in FIGS. 2 and 3 has been described, but it is only necessary to realize these functions as the communication control apparatus.

[b]
実施形態1−4に係る通信制御装置1,10は、次のようなハードウェア構成を有していてもよい。図8は、通信制御装置1,10のハードウェア構成の一例を示す図である。なお、上記他の実施形態[a]についても同様である。
[B]
The communication control apparatuses 1 and 10 according to Embodiment 1-4 may have the following hardware configuration. FIG. 8 is a diagram illustrating an example of a hardware configuration of the communication control apparatuses 1 and 10. The same applies to the other embodiment [a].

図8に示す通信制御装置80は、プロセッサ81及びメモリ82を有する。実施形態1−4で説明した通信制御装置1,10における制御部1a,12,70の機能は、プロセッサ81がメモリ82に記憶された制御プログラムを読み込んで実行することにより実現される。この制御プログラムは、プロセッサ81を制御部1a又は制御部12として機能させるためのプログラムとすることができる。   The communication control device 80 illustrated in FIG. 8 includes a processor 81 and a memory 82. The functions of the control units 1a, 12, and 70 in the communication control apparatuses 1 and 10 described in the embodiment 1-4 are realized by the processor 81 reading and executing the control program stored in the memory 82. This control program can be a program for causing the processor 81 to function as the control unit 1 a or the control unit 12.

上述の例において、制御プログラムは、様々なタイプの非一時的なコンピュータ可読媒体(non-transitory computer readable medium)を用いて格納され、コンピュータに供給することができる。非一時的なコンピュータ可読媒体は、様々なタイプの実体のある記録媒体(tangible storage medium)を含む。非一時的なコンピュータ可読媒体の例は、磁気記録媒体(例えばフレキシブルディスク、磁気テープ、ハードディスクドライブ)、光磁気記録媒体(例えば光磁気ディスク)を含む。さらに、この例は、CD−ROM(Read Only Memory)、CD−R、CD−R/Wを含む。さらに、この例は、半導体メモリ(例えば、マスクROM、PROM(Programmable ROM)、EPROM(Erasable PROM)、フラッシュROM、RAM(Random Access Memory))を含む。また、プログラムは、様々なタイプの一時的なコンピュータ可読媒体(transitory computer readable medium)によってコンピュータに供給されてもよい。一時的なコンピュータ可読媒体の例は、電気信号、光信号、及び電磁波を含む。一時的なコンピュータ可読媒体は、電線及び光ファイバ等の有線通信路、又は無線通信路を介して、プログラムをコンピュータに供給できる。   In the above example, the control program can be stored and supplied to a computer using various types of non-transitory computer readable media. Non-transitory computer readable media include various types of tangible storage media. Examples of non-transitory computer readable media include magnetic recording media (eg, flexible disks, magnetic tapes, hard disk drives), magneto-optical recording media (eg, magneto-optical disks). Further, this example includes a CD-ROM (Read Only Memory), a CD-R, and a CD-R / W. Further, this example includes a semiconductor memory (for example, mask ROM, PROM (Programmable ROM), EPROM (Erasable PROM), flash ROM, RAM (Random Access Memory)). The program may also be supplied to the computer by various types of transitory computer readable media. Examples of transitory computer readable media include electrical signals, optical signals, and electromagnetic waves. The temporary computer-readable medium can supply the program to the computer via a wired communication path such as an electric wire and an optical fiber, or a wireless communication path.

[c]
さらに、上述した実施形態において、通信制御装置における通信制御方法の手順を例示したように、本開示は、通信制御方法としての形態も採り得る。この通信制御方法は、送信するフレームのデータを格納する送信バッファを有し、フレームを送受信する通信部と、上記送信バッファに格納する対象のデータを格納可能な記憶部と、を備えた通信制御装置によって実行される方法である。そして、この通信制御方法は、次のような、監視ステップ及び決定ステップを有する。上記監視ステップは、上記送信バッファを経由して送信されるデータのトラフィック量を監視する。上記決定ステップは、上記トラフィック量に基づいて、上記送信バッファの拡張バッファとして上記記憶部を使用する容量である拡張容量を決定する。なお、その他の例については、上述した様々な実施形態で説明した通りである。また、上記制御プログラムは、通信制御装置に上述した監視ステップ及び決定ステップを実行させるためのプログラムであると言える。
[C]
Further, in the above-described embodiment, as exemplified in the procedure of the communication control method in the communication control apparatus, the present disclosure can also take a form as the communication control method. This communication control method includes a transmission buffer that stores data of a frame to be transmitted, and includes a communication unit that transmits and receives a frame, and a storage unit that can store data to be stored in the transmission buffer. A method performed by an apparatus. And this communication control method has the following monitoring steps and determination steps. The monitoring step monitors the traffic volume of data transmitted via the transmission buffer. The determining step determines an expansion capacity that is a capacity for using the storage unit as an expansion buffer of the transmission buffer based on the traffic volume. Other examples are as described in the various embodiments described above. Further, it can be said that the control program is a program for causing the communication control device to execute the monitoring step and the determination step described above.

なお、本開示は上記実施形態に限られたものではなく、趣旨を逸脱しない範囲で適宜変更することが可能である。また、本開示は、それぞれの実施形態を適宜組み合わせて実施されてもよい。   In addition, this indication is not restricted to the said embodiment, It can change suitably in the range which does not deviate from the meaning. In addition, the present disclosure may be implemented by appropriately combining the embodiments.

1、10、80 通信制御装置
1a、12、70 制御部
1b 通信部
1c 記憶部
1d 送信バッファ
11 L2SW
12a 算出部
12b、72 パケット数カウント値
12c、73 bit数カウント値
12d 共有メモリ空き容量
21 共有メモリ
22 シェーピング部
23 送信バッファC
24 パケット数カウンタ
25 bit数カウンタ
26 受信バッファA
27 受信バッファB
31 送信元デバイスA
32 送信元デバイスB
41 送信先デバイスC
60 マトリクス
71 算出部
74 閾値を超えたポート数
75 送信先デバイスの受信ポート状態
76 送信先デバイスのパケット数カウント値
77 その他の要素
81 プロセッサ
82 メモリ
1, 10, 80 Communication control devices 1a, 12, 70 Control unit 1b Communication unit 1c Storage unit 1d Transmission buffer 11 L2SW
12a calculation unit 12b, 72 packet count value 12c, 73 bit count value 12d shared memory free capacity 21 shared memory 22 shaping unit 23 transmission buffer C
24 packet counter 25 bit counter 26 receive buffer A
27 Receive buffer B
31 Source device A
32 Source device B
41 Destination device C
60 Matrix 71 Calculation Unit 74 Number of Ports Exceeding Threshold 75 Receive Port Status 76 of Destination Device Count of Packet Count of Destination Device 77 Other Elements 81 Processor 82 Memory

Claims (10)

送信するフレームのデータを格納する送信バッファを有し、フレームを送受信する通信部と、
前記送信バッファに格納する対象のデータを格納可能な記憶部と、
前記送信バッファを経由して送信されるデータのトラフィック量を監視し、前記トラフィック量に基づいて、前記送信バッファの拡張バッファとして前記記憶部を使用する容量である拡張容量を決定する制御部と、
を備えた、通信制御装置。
A communication unit having a transmission buffer for storing data of a frame to be transmitted, and transmitting and receiving a frame;
A storage unit capable of storing data to be stored in the transmission buffer;
A control unit that monitors a traffic amount of data transmitted via the transmission buffer, and determines an expansion capacity that is a capacity to use the storage unit as an expansion buffer of the transmission buffer based on the traffic amount;
A communication control device comprising:
前記制御部は、前記トラフィック量が予め定められた閾値を超えた場合に、前記拡張容量を変更する、
請求項1に記載の通信制御装置。
The control unit changes the expansion capacity when the traffic volume exceeds a predetermined threshold.
The communication control apparatus according to claim 1.
前記制御部は、前記トラフィック量が前記閾値を超えた場合に、前記拡張容量を大きくする、
請求項2に記載の通信制御装置。
The control unit increases the expansion capacity when the traffic volume exceeds the threshold.
The communication control apparatus according to claim 2.
前記制御部は、前記トラフィック量が前記閾値を超えた後に前記閾値以下になった場合に、前記拡張容量を元に戻す、
請求項3に記載の通信制御装置。
The control unit restores the expanded capacity when the traffic amount exceeds the threshold and then becomes the threshold or less.
The communication control apparatus according to claim 3.
前記制御部は、前記拡張容量を、前記記憶部の空き容量以内の容量に決定する、
請求項1〜4のいずれか1項に記載の通信制御装置。
The control unit determines the expansion capacity to be a capacity within a free capacity of the storage unit,
The communication control apparatus of any one of Claims 1-4.
前記通信部は、複数の通信ポートを有し、
各通信ポートは、通信するフレームのデータを格納する通信バッファを有し、
前記複数の通信ポートの1つは、前記送信バッファを有する送信ポートであり、
前記記憶部は、各通信ポートに対応する通信バッファに格納する対象のデータを格納可能になっており、
前記制御部は、各通信バッファを経由して通信されるデータのトラフィック量を監視して、各通信バッファについてのトラフィック量に基づいて、少なくとも前記送信ポートについての拡張容量を決定する、
請求項1〜5のいずれか1項に記載の通信制御装置。
The communication unit has a plurality of communication ports,
Each communication port has a communication buffer for storing data of frames to be communicated,
One of the plurality of communication ports is a transmission port having the transmission buffer;
The storage unit can store data to be stored in a communication buffer corresponding to each communication port,
The control unit monitors the traffic volume of data communicated via each communication buffer, and determines at least the expansion capacity for the transmission port based on the traffic volume for each communication buffer.
The communication control apparatus of any one of Claims 1-5.
前記制御部は、前記トラフィック量が予め定められた閾値を超えた前記通信ポートの数に基づいて、少なくとも前記送信ポートについての拡張容量を決定する、
請求項6に記載の通信制御装置。
The control unit determines an expansion capacity for at least the transmission port based on the number of the communication ports in which the traffic volume exceeds a predetermined threshold.
The communication control apparatus according to claim 6.
前記制御部は、前記トラフィック量に基づいて、前記送信バッファを介して送信するデータの流量を制限する、
請求項1〜7のいずれか1項に記載の通信制御装置。
The control unit limits a flow rate of data to be transmitted through the transmission buffer based on the traffic amount.
The communication control apparatus of any one of Claims 1-7.
送信するフレームのデータを格納する送信バッファを有し、フレームを送受信する通信部と、前記送信バッファに格納する対象のデータを格納可能な記憶部と、を備えた通信制御装置によって実行される通信制御方法であって、
前記送信バッファを経由して送信されるデータのトラフィック量を監視するステップと、
前記トラフィック量に基づいて、前記送信バッファの拡張バッファとして前記記憶部を使用する容量である拡張容量を決定するステップと、
を有する、通信制御方法。
Communication executed by a communication control device having a transmission buffer that stores data of a frame to be transmitted, and a communication unit that transmits and receives frames and a storage unit that can store data to be stored in the transmission buffer A control method,
Monitoring the traffic volume of data transmitted via the transmission buffer;
Determining an expansion capacity, which is a capacity to use the storage unit as an expansion buffer of the transmission buffer, based on the traffic volume;
A communication control method.
送信するフレームのデータを格納する送信バッファを有し、フレームを送受信する通信部と、前記送信バッファに格納する対象のデータを格納可能な記憶部と、を備えた通信制御装置に実行させるための制御プログラムであって、
前記通信制御装置に、
前記送信バッファを経由して送信されるデータのトラフィック量を監視するステップと、
前記トラフィック量に基づいて、前記送信バッファの拡張バッファとして前記記憶部を使用する容量である拡張容量を決定するステップと、
を実行させるための制御プログラム。
A communication control device having a transmission buffer that stores data of a frame to be transmitted, and having a communication unit that transmits and receives frames and a storage unit that can store data to be stored in the transmission buffer. A control program,
In the communication control device,
Monitoring the traffic volume of data transmitted via the transmission buffer;
Determining an expansion capacity, which is a capacity to use the storage unit as an expansion buffer of the transmission buffer, based on the traffic volume;
A control program to execute.
JP2018052327A 2018-03-20 2018-03-20 Communication control device, communication control method, and control program Active JP7067164B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018052327A JP7067164B2 (en) 2018-03-20 2018-03-20 Communication control device, communication control method, and control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018052327A JP7067164B2 (en) 2018-03-20 2018-03-20 Communication control device, communication control method, and control program

Publications (2)

Publication Number Publication Date
JP2019165371A true JP2019165371A (en) 2019-09-26
JP7067164B2 JP7067164B2 (en) 2022-05-16

Family

ID=68064353

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018052327A Active JP7067164B2 (en) 2018-03-20 2018-03-20 Communication control device, communication control method, and control program

Country Status (1)

Country Link
JP (1) JP7067164B2 (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000115224A (en) * 1998-10-02 2000-04-21 Nec Shizuoka Ltd Inter-lan connection system with buffer capacity control function
US20070025242A1 (en) * 2005-07-27 2007-02-01 Broadcom Corporation Dynamic allocation of aggregate buffer
JP2009170976A (en) * 2008-01-10 2009-07-30 Fujitsu Ltd Packet repeating apparatus, control method, and packet repeating program
JP2010161705A (en) * 2009-01-09 2010-07-22 Nec Corp Power saving method in server device, power saving control program, and server device
JP2011103614A (en) * 2009-11-12 2011-05-26 Hitachi Ltd Apparatus with packet distribution function and packet distribution system
JP2012039200A (en) * 2010-08-04 2012-02-23 Nec Engineering Ltd Optical transmission device
CN102413063A (en) * 2012-01-12 2012-04-11 盛科网络(苏州)有限公司 Method and system for dynamically adjusting allocation threshold value of output port resources
JP2012124871A (en) * 2010-12-10 2012-06-28 Fujitsu Ltd Congestion control program, information processing apparatus, and congestion control method
US20130039178A1 (en) * 2011-08-12 2013-02-14 Minghua Chen Scheduling under congestion with traffic load-based scaling
JP2014233052A (en) * 2013-05-30 2014-12-11 株式会社オー・エフ・ネットワークス Packet switch, packet switching method and band control program

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000115224A (en) * 1998-10-02 2000-04-21 Nec Shizuoka Ltd Inter-lan connection system with buffer capacity control function
US20070025242A1 (en) * 2005-07-27 2007-02-01 Broadcom Corporation Dynamic allocation of aggregate buffer
JP2009170976A (en) * 2008-01-10 2009-07-30 Fujitsu Ltd Packet repeating apparatus, control method, and packet repeating program
JP2010161705A (en) * 2009-01-09 2010-07-22 Nec Corp Power saving method in server device, power saving control program, and server device
JP2011103614A (en) * 2009-11-12 2011-05-26 Hitachi Ltd Apparatus with packet distribution function and packet distribution system
JP2012039200A (en) * 2010-08-04 2012-02-23 Nec Engineering Ltd Optical transmission device
JP2012124871A (en) * 2010-12-10 2012-06-28 Fujitsu Ltd Congestion control program, information processing apparatus, and congestion control method
US20130039178A1 (en) * 2011-08-12 2013-02-14 Minghua Chen Scheduling under congestion with traffic load-based scaling
CN102413063A (en) * 2012-01-12 2012-04-11 盛科网络(苏州)有限公司 Method and system for dynamically adjusting allocation threshold value of output port resources
JP2014233052A (en) * 2013-05-30 2014-12-11 株式会社オー・エフ・ネットワークス Packet switch, packet switching method and band control program

Also Published As

Publication number Publication date
JP7067164B2 (en) 2022-05-16

Similar Documents

Publication Publication Date Title
US9736074B2 (en) Handling user plane congestion in a wireless communication network
EP2204017B1 (en) Efficient flow control in an rnc
US20180115494A1 (en) Data plane for processing function scalability
CN109818874B (en) Data transmission method, device and computer storage medium
JP5365558B2 (en) Wireless network control device, wireless network control method, and wireless network control system
EP3806524B1 (en) Quality of service monitoring methods, devices, system and computer-readable storage medium
WO2010099718A1 (en) Method and equipment for controlling data tranmission, and system thereof
JP2007524330A (en) Method and apparatus for dynamic backhaul resource management in a wireless communication system
JP4700290B2 (en) Method for flow control in a communication system
EP3694164B1 (en) Data transmission method and device, and computer storage medium
JP2023547904A (en) Application program control method, apparatus, device, and storage medium
KR102240712B1 (en) Apparatus and method for controlling throughput of transmission layer in wireless communication system
US20180176817A1 (en) Data throughput control in a mobile wireless communication environment
KR101397299B1 (en) Method and apparatus for controlling transmitting and receiving frame in ring network applied hsr protocol
JP7067164B2 (en) Communication control device, communication control method, and control program
KR20170109979A (en) Method and terminal for multi-path transmission
CN112787944B (en) Flow control method, apparatus and computer readable storage medium
JPWO2012157565A1 (en) Wireless device, router, wireless system, and wireless transmission speed optimization method
JP6223942B2 (en) Wireless communication apparatus, wireless communication program, and method capable of changing aggregation amount according to wireless communication environment
JP6763472B2 (en) Switches, switch control methods and programs
WO2016090607A1 (en) Backhaul terminal, base station and flow control method for wireless network
WO2018018641A1 (en) Data transmission method and apparatus for data service
JP2017059912A (en) Transmission equipment
WO2018053896A1 (en) Repeater-based automatic data routing method, and repeater
JP6638985B2 (en) Communication device, line selection method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210204

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211008

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20211207

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220113

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20220329

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220411

R151 Written notification of patent or utility model registration

Ref document number: 7067164

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151