JP2021083053A - Switch device - Google Patents

Switch device Download PDF

Info

Publication number
JP2021083053A
JP2021083053A JP2019211592A JP2019211592A JP2021083053A JP 2021083053 A JP2021083053 A JP 2021083053A JP 2019211592 A JP2019211592 A JP 2019211592A JP 2019211592 A JP2019211592 A JP 2019211592A JP 2021083053 A JP2021083053 A JP 2021083053A
Authority
JP
Japan
Prior art keywords
priority
switch device
buffer
frame
unit
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
JP2019211592A
Other languages
Japanese (ja)
Other versions
JP7456603B2 (en
Inventor
英史 山田
Hidefumi Yamada
英史 山田
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 Solution Innovators Ltd
Original Assignee
NEC Solution Innovators 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 NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP2019211592A priority Critical patent/JP7456603B2/en
Publication of JP2021083053A publication Critical patent/JP2021083053A/en
Application granted granted Critical
Publication of JP7456603B2 publication Critical patent/JP7456603B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

To provide a switch device, a management method, and a program that solve a problem that high-priority communication may be concentrated in a class 3 fiber channel.SOLUTION: A switch device 20 for performing fiber channel communication includes: a minimum priority degree calculation unit that calculates a necessary degree of priority necessary for a ratio of the degree of priory to which data stored in a buffer belongs to be a ratio indicated by priority degree information based on the priority degree information indicating a ratio of the degree of priority and a situation of the data stored in the buffer; and a minimum priority degree notification unit that notifies a transmission source device of a result of calculation by the minimum priority degree calculation unit.SELECTED DRAWING: Figure 3

Description

本発明は、スイッチ装置、管理方法、プログラムに関する。 The present invention relates to a switch device, a management method, and a program.

データ転送方式の1つとして、高速な回線を必要とするサーバとストレージとの接続などに利用されるファイバチャネルが知られている。 As one of the data transfer methods, a fiber channel used for connecting a server and a storage that requires a high-speed line is known.

ファイバチャネルについて記載された文献として、例えば、特許文献1がある。特許文献1には、ファイバチャネルによって接続された2以上の末端装置と、末端装置間に設置されたスイッチ装置と、を備えるファイバチャネル通信システムが記載されている。特許文献1によると、スイッチ装置は、情報取得部と、フレーム取得部と、フレーム送信部と、を備える。例えば、情報取得部は、スイッチ装置を経由していずれかの末端装置に送信されるフレームのうち、設定条件を満たすフレームから、送信元を特定する送信元情報を取得する。また、フレーム取得部は、設定条件を満たしているフレームが送信先の末端装置に正常に受信されていない場合に、送信元情報に基づいて、設定条件を満たすフレームを送信元の末端装置から取得する。そして、フレーム送信部は、取得したフレームを、フレームが正常に受信されていない末端装置に送信する。 As a document describing Fiber Channel, for example, there is Patent Document 1. Patent Document 1 describes a Fiber Channel communication system including two or more terminal devices connected by Fiber Channel and a switch device installed between the terminal devices. According to Patent Document 1, the switch device includes an information acquisition unit, a frame acquisition unit, and a frame transmission unit. For example, the information acquisition unit acquires source information that identifies the source from the frames that satisfy the setting conditions among the frames transmitted to any of the terminal devices via the switch device. Further, the frame acquisition unit acquires a frame satisfying the setting condition from the source terminal device based on the source information when the frame satisfying the setting condition is not normally received by the transmission destination terminal device. To do. Then, the frame transmission unit transmits the acquired frame to the terminal device in which the frame is not normally received.

特開2019−144961号公報JP-A-2019-144961

特許文献1に記載のようなファイバチャネル通信を行うスイッチ装置を使用して、転送確認を要求せずにデータを転送するクラス3の伝送を行う場合、隣接する送信先装置のバッファが空き次第、送信元装置が予め定められた優先度に従ってフレームを送信する。その結果、例えば、スイッチ多段接続環境などにおいて、優先度が高いフレームしか流れない、という現象が発生する。 When class 3 transmission that transfers data without requesting transfer confirmation is performed using a switch device that performs fiber channel communication as described in Patent Document 1, as soon as the buffer of the adjacent destination device becomes free, The source device transmits frames according to a predetermined priority. As a result, for example, in a switch multi-stage connection environment, a phenomenon occurs in which only frames having a high priority flow.

例えば、図1で示すように、優先度A、優先度B、優先度Cの順番で優先度が定められているとする。この場合、図1で示すように、優先度に従って受信バッファに格納された各フレームから送信バッファを構築すると、最も高い優先度である優先度Aに属するフレームにより送信バッファ占拠されてしまう。その結果、優先度Aに属するフレームのみがスイッチ装置から送信されることになる。また、図1で示すスイッチ装置にフレームを送信する送信元スイッチ装置においても、同様のことが生じる。その結果、図1で示すスイッチ装置は、送信元スイッチ装置から優先度Aに属するフレームばかりを受信することになる。 For example, as shown in FIG. 1, it is assumed that the priorities are determined in the order of priority A, priority B, and priority C. In this case, as shown in FIG. 1, if the transmission buffer is constructed from each frame stored in the reception buffer according to the priority, the transmission buffer is occupied by the frame belonging to the highest priority, priority A. As a result, only the frames belonging to priority A are transmitted from the switch device. Further, the same thing occurs in the source switch device that transmits a frame to the switch device shown in FIG. As a result, the switch device shown in FIG. 1 receives only frames belonging to priority A from the source switch device.

例えば、以上のように、クラス3のファイバチャネルにおいて、優先度の高い通信が集中してしまうおそれがある、という課題が生じていた。 For example, as described above, there has been a problem that high-priority communication may be concentrated in the Class 3 Fiber Channel.

そこで、本発明の目的は、クラス3のファイバチャネルにおいて、優先度の高い通信が集中してしまうおそれがある、という課題を解決するスイッチ装置、管理方法、プログラムを提供することにある。 Therefore, an object of the present invention is to provide a switch device, a management method, and a program that solve the problem that high-priority communication may be concentrated in a class 3 Fiber Channel.

かかる目的を達成するため本発明の一形態であるスイッチ装置は、
ファイバチャネル通信を行うスイッチ装置であって、
優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要な必要優先度を計算する計算部と、
前記計算部による計算の結果を送信元装置に対して通知する通知部と、
を有する
という構成をとる。
A switch device according to an embodiment of the present invention for achieving such an object
A switch device that performs Fiber Channel communication.
Based on the priority information indicating the priority ratio and the status of the data stored in the buffer, the priority ratio to which the data stored in the buffer belongs becomes the ratio indicated by the priority information. A calculation unit that calculates the required priority for this,
A notification unit that notifies the source device of the result of calculation by the calculation unit,
It has a structure of having.

また、本発明の他の形態である管理方法は、
ファイバチャネル通信を行うスイッチ装置が、
優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要な必要優先度を計算し、
計算の結果を送信元装置に対して通知する
という構成をとる。
Moreover, the management method which is another form of this invention is
A switch device that performs Fiber Channel communication
Based on the priority information indicating the priority ratio and the status of the data stored in the buffer, the priority ratio to which the data stored in the buffer belongs becomes the ratio indicated by the priority information. Calculate the required priority for
The configuration is such that the result of the calculation is notified to the source device.

また、本発明の他の形態であるプログラムは、
ファイバチャネル通信を行うスイッチ装置に、
優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要な必要優先度を計算する計算部と、
前記計算部による計算の結果を送信元装置に対して通知する通知部と、
を実現するためのプログラムである。
In addition, the program which is another form of the present invention
For switch devices that perform Fiber Channel communication
Based on the priority information indicating the priority ratio and the status of the data stored in the buffer, the priority ratio to which the data stored in the buffer belongs becomes the ratio indicated by the priority information. A calculation unit that calculates the required priority for this,
A notification unit that notifies the source device of the result of calculation by the calculation unit,
It is a program to realize.

本発明は、以上のように構成されることにより、クラス3のファイバチャネルにおいて、優先度の高い通信が集中してしまうおそれがある、という課題を解決するスイッチ装置、管理方法、プログラムを提供することが可能となる。 The present invention provides a switch device, a management method, and a program that solve the problem that high-priority communication may be concentrated in a Class 3 Fiber Channel by being configured as described above. It becomes possible.

課題の一例を説明するための図である。It is a figure for demonstrating an example of a problem. 本発明の第1の実施形態におけるファイバチャネル通信システムの全体の構成の一例を説明するための図である。It is a figure for demonstrating an example of the whole structure of the Fiber Channel communication system in 1st Embodiment of this invention. 図2で示すスイッチ装置の構成の一例を示すブロック図である。It is a block diagram which shows an example of the structure of the switch device shown in FIG. スイッチ装置の処理の一例を説明するための図である。It is a figure for demonstrating an example of processing of a switch device. 図3で示す送信バッファ構築部の処理の一例を説明するための図である。It is a figure for demonstrating an example of the process of the transmission buffer construction part shown in FIG. 図3で示す最低優先度計算部と最低優先度通知部の処理の一例を説明するための図である。It is a figure for demonstrating an example of the processing of the lowest priority calculation part and the lowest priority notification part shown in FIG. 図3で示す送信フレーム選択部の処理の一例を説明するための図である。It is a figure for demonstrating an example of the processing of the transmission frame selection part shown in FIG. 図3で示すフレーム送受信部の処理の一例を説明するための図である。It is a figure for demonstrating an example of the processing of the frame transmission / reception part shown in FIG. ファイバチャネル通信システムにおけるスイッチ装置の動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the operation of the switch device in a fiber channel communication system. フレーム選択処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of a frame selection process. 送信バッファ構築方法の一例を説明するための図である。It is a figure for demonstrating an example of the transmission buffer construction method. 送信バッファ構築方法の他の一例を説明するための図である。It is a figure for demonstrating another example of the transmission buffer construction method. 本発明の第2の実施形態におけるスイッチ装置の構成の一例を示すブロック図である。It is a block diagram which shows an example of the structure of the switch device in 2nd Embodiment of this invention.

[第1の実施形態]
本発明の第1の実施形態を図2から図12までを参照して説明する。図2は、ファイバチャネル通信システム10の全体の構成の一例を説明するための図である。図3は、スイッチ装置20の構成の一例を示すブロック図である。図4から図8までは、スイッチ装置20の処理の一例を説明するための図である。図9は、ファイバチャネル通信システム10におけるスイッチ装置20の動作の一例を示すシーケンス図である。図10は、フレーム選択処理の流れの一例を示すフローチャートである。図11、図12は、送信バッファ構築方法の一例を説明するための図である。
[First Embodiment]
The first embodiment of the present invention will be described with reference to FIGS. 2 to 12. FIG. 2 is a diagram for explaining an example of the overall configuration of the Fiber Channel communication system 10. FIG. 3 is a block diagram showing an example of the configuration of the switch device 20. 4 to 8 are diagrams for explaining an example of processing of the switch device 20. FIG. 9 is a sequence diagram showing an example of the operation of the switch device 20 in the Fiber Channel communication system 10. FIG. 10 is a flowchart showing an example of the flow of the frame selection process. 11 and 12 are diagrams for explaining an example of a transmission buffer construction method.

本発明の第1の実施形態においては、転送確認を要求せずにデータを転送するクラス3のファイバチャネル(FC:Fibre Channel)通信を行うファイバチャネル通信システム10について説明する。後述するように、本実施形態におけるスイッチ装置20では、送信元となるスイッチ装置20などの送信元装置に対して、予め定められた優先度情報を満たすために必要となる最低優先度を示す情報を通知する。また、最低優先度を示す情報を受信した送信元装置では、受信した最低優先度に応じて送信するフレームを選択する。例えば、このような構成により、ファイバチャネル通信システム10は、優先度の高い通信が集中してしまう事態を抑制する。 In the first embodiment of the present invention, a Fiber Channel communication system 10 that performs Class 3 Fiber Channel (FC) communication for transferring data without requesting transfer confirmation will be described. As will be described later, in the switch device 20 of the present embodiment, information indicating the minimum priority required to satisfy predetermined priority information for the source device such as the switch device 20 as the source. Notify. Further, the source device that has received the information indicating the lowest priority selects a frame to be transmitted according to the received lowest priority. For example, with such a configuration, the Fiber Channel communication system 10 suppresses a situation in which high-priority communication is concentrated.

図2は、ファイバチャネル通信システム10の構成の一例を示している。図2を参照すると、ファイバチャネル通信システム10は、スイッチ装置20(スイッチ装置20−1、スイッチ装置20−2。特に区別しない場合は、スイッチ装置20と表記する)を有している。図2で示すように、スイッチ装置20−1とスイッチ装置20−2とは、ファイバチャネル30を介して互いに通信可能なよう接続されている。また、スイッチ装置20−1とスイッチ装置20−2とは、LAN(Local Area Network)40を介して互いに通信可能なよう接続されている。 FIG. 2 shows an example of the configuration of the Fiber Channel communication system 10. With reference to FIG. 2, the Fiber Channel communication system 10 has a switch device 20 (switch device 20-1, switch device 20-2, which is referred to as switch device 20 unless otherwise specified). As shown in FIG. 2, the switch device 20-1 and the switch device 20-2 are connected so as to be able to communicate with each other via the fiber channel 30. Further, the switch device 20-1 and the switch device 20-2 are connected so as to be able to communicate with each other via a LAN (Local Area Network) 40.

なお、本実施形態においては、スイッチ装置20−2に対してフレームを送信する装置や、スイッチ装置20−1がフレームを送信する装置については、特に限定しない。スイッチ装置20−2にフレームを送信する装置やスイッチ装置20−1がフレームを送信する装置は、例えば、ストレージ装置、サーバ装置、スイッチ装置20など他のスイッチ装置、などの各種装置であって構わない。 In the present embodiment, the device that transmits a frame to the switch device 20-2 and the device that the switch device 20-1 transmits a frame are not particularly limited. The device that transmits a frame to the switch device 20-2 and the device that the switch device 20-1 transmits a frame may be, for example, various devices such as a storage device, a server device, and another switch device such as the switch device 20. Absent.

スイッチ装置20は、ファイバチャネル30を介したフレームの転送を行う。図3は、スイッチ装置20の構成の一例を示している。図3を参照すると、スイッチ装置20は、例えば、受信バッファ21と、送信バッファ22と、優先度情報保存部23と、送信バッファ構築部24と、最低優先度計算部25と、最低優先度通知部26と、送信フレーム選択部27と、フレーム送受信部28と、を有している。 The switch device 20 transfers frames via Fiber Channel 30. FIG. 3 shows an example of the configuration of the switch device 20. Referring to FIG. 3, the switch device 20 may include, for example, a receive buffer 21, a transmit buffer 22, a priority information storage unit 23, a transmission buffer construction unit 24, a minimum priority calculation unit 25, and a minimum priority notification. It has a unit 26, a transmission frame selection unit 27, and a frame transmission / reception unit 28.

例えば、スイッチ装置20は、CPU(Central Processing Unit)などの演算装置と、記憶装置と、を有している。例えば、スイッチ装置20は、記憶装置に格納されたプログラムを演算装置が実行することで、上述した各構成のうちの処理を行う各処理部を実現する。なお、上述したスイッチ装置20が有する処理部は、論理回路などのハードウェアにより実現されても構わない。 For example, the switch device 20 has an arithmetic unit such as a CPU (Central Processing Unit) and a storage device. For example, the switch device 20 realizes each processing unit that performs processing in each of the above-described configurations by executing a program stored in the storage device by the arithmetic unit. The processing unit included in the switch device 20 described above may be realized by hardware such as a logic circuit.

受信バッファ21は、送信元装置から受信したフレームを格納する一時記憶装置である。受信バッファ21は、例えば、受信ポートごとに設けられている。 The reception buffer 21 is a temporary storage device that stores frames received from the source device. The receive buffer 21 is provided for each receive port, for example.

例えば、図4を参照すると、スイッチ装置20−1は、送信元装置となるスイッチ装置20−2と接続される受信ポートに応じた受信バッファ21を有している。また、スイッチ装置20−1は、その他の送信元装置と接続される受信ポートに応じた受信バッファ21を有している。例えば、図4で示す場合、スイッチ装置20−1は、3つの受信ポートに応じた3つの受信バッファ21を有している。例えば、以上のように、スイッチ装置20は、複数の受信ポートに応じた複数の受信バッファ21を有している。 For example, referring to FIG. 4, the switch device 20-1 has a receive buffer 21 corresponding to a receive port connected to the switch device 20-2 which is a source device. Further, the switch device 20-1 has a receive buffer 21 corresponding to a receive port connected to another source device. For example, in the case shown in FIG. 4, the switch device 20-1 has three receive buffers 21 corresponding to three receive ports. For example, as described above, the switch device 20 has a plurality of reception buffers 21 corresponding to a plurality of reception ports.

送信バッファ22は、送信先装置に対して送信するフレームを格納する一時記憶装置である。送信バッファ22は、送信先ごとに設けられていて構わない。 The transmission buffer 22 is a temporary storage device that stores frames to be transmitted to the destination device. The transmission buffer 22 may be provided for each transmission destination.

優先度情報保存部23は、受信バッファ21や送信バッファ22を構築する際に用いる優先度を示す優先度情報を格納する記憶装置である。本実施形態の場合、優先度情報保存部23には、例えば、優先順を示す情報と、受信バッファ21や送信バッファ22におけるフレームの構築割合を示す情報と、を含む優先度情報が格納されている。 The priority information storage unit 23 is a storage device that stores priority information indicating the priority used when constructing the reception buffer 21 and the transmission buffer 22. In the case of the present embodiment, the priority information storage unit 23 stores, for example, priority information including information indicating the priority order and information indicating the frame construction ratio in the reception buffer 21 and the transmission buffer 22. There is.

例えば、図4で示す場合、優先度情報は、優先度A、優先度B、優先度Cの順番で優先度が高いことを示す情報を含んでいる。つまり、優先度情報は、優先度Aに属するフレームの優先度がもっとも高く、次点が優先度Bに属するフレームであり、優先度Cに属するフレームの優先度が最も低いことを示している。また、優先度情報は、優先度Aに属するフレームの数:優先度Bに属するフレームの数:優先度Cに属するフレームの数が2:1:1となるように(以下、「優先度A:優先度B:優先度C=2:1:1」と表記する)、受信バッファ21や送信バッファ22を構築する旨を示す情報を含んでいる。 For example, in the case of FIG. 4, the priority information includes information indicating that the priority is higher in the order of priority A, priority B, and priority C. That is, the priority information indicates that the frame belonging to priority A has the highest priority, the runner-up is the frame belonging to priority B, and the frame belonging to priority C has the lowest priority. Further, the priority information is such that the number of frames belonging to priority A: the number of frames belonging to priority B: the number of frames belonging to priority C is 2: 1: 1 (hereinafter, "priority A"). : Priority B: Priority C = 2: 1: 1 "), and includes information indicating that the receive buffer 21 and the transmission buffer 22 are to be constructed.

例えば、以上のように、本実施形態における優先度情報保存部23に格納される優先度情報には、優先順を示す情報の他に、受信バッファ21や送信バッファ22におけるフレームの構築割合を示す情報が含まれている。 For example, as described above, the priority information stored in the priority information storage unit 23 in the present embodiment indicates the frame construction ratio in the reception buffer 21 and the transmission buffer 22 in addition to the information indicating the priority order. Contains information.

送信バッファ構築部24、最低優先度計算部25、最低優先度通知部26、送信フレーム選択部27、フレーム送受信部28は、所定の処理を行う処理部として機能する。以下、図4から図8までを参照して、送信バッファ構築部24、最低優先度計算部25、最低優先度通知部26、送信フレーム選択部27、フレーム送受信部28、の各処理部が行う処理の一例について説明する。 The transmission buffer construction unit 24, the lowest priority calculation unit 25, the lowest priority notification unit 26, the transmission frame selection unit 27, and the frame transmission / reception unit 28 function as processing units that perform predetermined processing. Hereinafter, with reference to FIGS. 4 to 8, each processing unit of the transmission buffer construction unit 24, the minimum priority calculation unit 25, the minimum priority notification unit 26, the transmission frame selection unit 27, and the frame transmission / reception unit 28 performs the operation. An example of processing will be described.

図4は、上述した各処理部による処理前の状況の一例を示している。例えば、図4で示す場合、スイッチ装置20−1は、3つの受信バッファ21を有している。例えば、図4のうち上の受信バッファ21には、優先度Aに属するフレームが4つ格納されている。また、図4のうち真ん中の受信バッファ21には、優先度Aに属するフレーム、優先度Aに属するフレーム、優先度Bに属するフレーム、優先度Cに属するフレームが格納されている。同様に、図4のうち下の受信バッファ21には、優先度Aに属するフレーム、優先度Aに属するフレーム、優先度Cに属するフレーム、優先度Bに属するフレームが格納されている。また、スイッチ装置20−1は、フレームが格納されていない空の送信バッファ22を有している。また、図4で示す場合、スイッチ装置20−2は、優先度Aに属するフレーム、優先度Bに属するフレーム、優先度Cに属するフレーム、優先度Bに属するフレームが格納された送信バッファ22を有している。 FIG. 4 shows an example of the situation before processing by each of the above-mentioned processing units. For example, in the case shown in FIG. 4, the switch device 20-1 has three receive buffers 21. For example, in the upper receive buffer 21 of FIG. 4, four frames belonging to priority A are stored. Further, in the reception buffer 21 in the middle of FIG. 4, a frame belonging to the priority A, a frame belonging to the priority A, a frame belonging to the priority B, and a frame belonging to the priority C are stored. Similarly, in the lower receive buffer 21 of FIG. 4, a frame belonging to priority A, a frame belonging to priority A, a frame belonging to priority C, and a frame belonging to priority B are stored. Further, the switch device 20-1 has an empty transmission buffer 22 in which frames are not stored. Further, in the case of FIG. 4, the switch device 20-2 uses a transmission buffer 22 in which a frame belonging to priority A, a frame belonging to priority B, a frame belonging to priority C, and a frame belonging to priority B are stored. Have.

なお、図4から図8までの場合、各バッファにおいて図の右側に位置するフレームほど先に到着したフレームであることを示している。例えば、スイッチ装置20−1における真ん中の受信バッファ21に格納されている各フレームは、優先度Aに属するフレーム、優先度Aに属するフレーム、優先度Bに属するフレーム、優先度Cに属するフレーム、の順番でスイッチ装置20−1に到着している。 In the case of FIGS. 4 to 8, it is shown that the frame located on the right side of the figure in each buffer is the frame that arrived earlier. For example, each frame stored in the reception buffer 21 in the middle of the switch device 20-1 includes a frame belonging to priority A, a frame belonging to priority A, a frame belonging to priority B, and a frame belonging to priority C. Arrived at the switch device 20-1 in the order of.

図5は、送信バッファ構築部24における処理の一例を説明するための図である。図5を参照すると、送信バッファ構築部24は、優先度情報に従って、優先度情報が示す割合になるように、送信バッファ22を構築する。つまり、送信バッファ構築部24は、送信バッファ22に含まれるフレームが属する優先度の割合が、優先度情報が示す割合となるように、各受信バッファ21から送信バッファ22に対してフレームを移動する。 FIG. 5 is a diagram for explaining an example of processing in the transmission buffer construction unit 24. Referring to FIG. 5, the transmission buffer construction unit 24 constructs the transmission buffer 22 according to the priority information so as to have the ratio indicated by the priority information. That is, the transmission buffer construction unit 24 moves frames from each reception buffer 21 to the transmission buffer 22 so that the ratio of the priority to which the frame included in the transmission buffer 22 belongs is the ratio indicated by the priority information. ..

送信バッファ構築部24は、送信バッファ22に含まれるフレームが属する優先度の割合が、優先度情報が示す割合「A:B:C=2:1:1」となるように、各受信バッファ21から送信バッファ22に対してフレームを移動させる。例えば、送信バッファ構築部24は、図5のうち上の受信バッファ21から送信バッファ22に対して、優先度Aに属するフレームを移動させる。つまり、送信バッファ構築部24は、図5のうち上の受信バッファ21から送信バッファ22に対して、優先度Aに属するフレームをコピーするとともに、コピー元のフレームを削除する。また、送信バッファ構築部24は、真ん中の受信バッファ21から送信バッファ22に対して、優先度Aに属するフレームと優先度Bに属するフレームを移動させる。同様に、送信バッファ構築部24は、下の受信バッファ21から送信バッファ22に対して、優先度Cに属するフレームを移動させる。上記処理の結果、送信バッファ22には、優先度Aに属するフレーム、優先度Aに属するフレーム、優先度Bに属するフレーム、優先度Cに属するフレームが格納される。つまり、送信バッファ22に格納される優先度の割合が「A:B:C=2:1:1」となる。例えば、以上のように、送信バッファ構築部24は、優先度情報が示す割合になるように、優先度情報に基づく送信バッファ22の構築を行う。 The transmission buffer construction unit 24 has each receive buffer 21 so that the ratio of the priority to which the frame included in the transmission buffer 22 belongs is the ratio “A: B: C = 2: 1: 1” indicated by the priority information. Moves the frame from to the transmission buffer 22. For example, the transmission buffer construction unit 24 moves a frame belonging to priority A from the reception buffer 21 above in FIG. 5 to the transmission buffer 22. That is, the transmission buffer construction unit 24 copies the frame belonging to the priority A from the reception buffer 21 above in FIG. 5 to the transmission buffer 22, and deletes the copy source frame. Further, the transmission buffer construction unit 24 moves a frame belonging to priority A and a frame belonging to priority B from the reception buffer 21 in the middle to the transmission buffer 22. Similarly, the transmission buffer construction unit 24 moves a frame belonging to priority C from the lower reception buffer 21 to the transmission buffer 22. As a result of the above processing, the transmission buffer 22 stores frames belonging to priority A, frames belonging to priority A, frames belonging to priority B, and frames belonging to priority C. That is, the ratio of the priorities stored in the transmission buffer 22 is "A: B: C = 2: 1: 1". For example, as described above, the transmission buffer construction unit 24 constructs the transmission buffer 22 based on the priority information so as to have the ratio indicated by the priority information.

図6は、最低優先度計算部25と最低優先度通知部26における処理の一例を説明するための図である。図6を参照すると、最低優先度計算部25は、受信バッファ21ごとに(つまり、受信ポートごとに)、受信バッファ21に格納されているフレームが属する優先度の割合が、優先度情報が示す割合となるために必要となる必要優先度を計算・特定する。例えば、最低優先度計算部25は、必要優先度として、必要な優先度のうちの最低の優先度を示す最低優先度を計算・特定する。つまり、最低優先度計算部25は、受信バッファ21の状況と、優先度情報が示す割合と、に基づいて最低優先度を計算・特定する。また、最低優先度通知部26は、最低優先度計算部25による計算・特定の結果に応じた情報を、スイッチ装置20などの送信元装置に対して通知する。 FIG. 6 is a diagram for explaining an example of processing in the lowest priority calculation unit 25 and the lowest priority notification unit 26. With reference to FIG. 6, in the lowest priority calculation unit 25, the priority information indicates the ratio of the priority to which the frame stored in the receive buffer 21 belongs for each receive buffer 21 (that is, for each receive port). Calculate and specify the required priority required to become a ratio. For example, the lowest priority calculation unit 25 calculates and specifies, as the required priority, the lowest priority indicating the lowest priority among the required priorities. That is, the lowest priority calculation unit 25 calculates and specifies the lowest priority based on the status of the reception buffer 21 and the ratio indicated by the priority information. Further, the lowest priority notification unit 26 notifies the source device such as the switch device 20 of the information according to the calculation / specific result calculated by the lowest priority calculation unit 25.

例えば、図5を参照して説明した処理により、スイッチ装置20−1が有する各受信バッファ21からは、送信バッファ22に移動させたフレームが削除されている。そこで、最低優先度計算部25は、受信バッファ21に格納されているフレームが属する優先度と、優先度情報が示す割合と、に基づいて、優先度情報が示す割合に受信バッファ21の状況ができるだけ合致するために必要となる最低優先度を計算する。例えば、図6で示す場合、上の受信バッファ21には、優先度Aに属するフレームが3つ格納されている。つまり、「A:B:C=2:1:1」の割合となるためには、優先度Bのフレームと優先度Cのフレームが足りていない。そこで、最低優先度計算部25は、必要な優先度のうちより低い優先度である優先度Cを示す情報を、最低優先度を示す情報として特定する。また、例えば、図6で示す真ん中の受信バッファ21の場合、優先度情報が示す割合となるには、優先度Aのフレームと優先度Bのフレームが足りていない。そこで、最低優先度計算部25は、より低い優先度である優先度Bを示す情報を、最低優先度を示す情報として特定する。同様に、図6で示す下の受信バッファ21の場合、優先度情報が示す割合となるには、優先度Cに属するフレームが足りていない。そこで、最低優先度計算部25は、優先度Cを示す情報を、最低優先度を示す情報として特定する。 For example, by the process described with reference to FIG. 5, the frame moved to the transmission buffer 22 is deleted from each reception buffer 21 included in the switch device 20-1. Therefore, the lowest priority calculation unit 25 sets the status of the reception buffer 21 to the ratio indicated by the priority information based on the priority to which the frame stored in the reception buffer 21 belongs and the ratio indicated by the priority information. Calculate the minimum priority required to match as much as possible. For example, in the case of FIG. 6, the upper receive buffer 21 stores three frames belonging to priority A. That is, the frame of priority B and the frame of priority C are not enough for the ratio of "A: B: C = 2: 1: 1". Therefore, the lowest priority calculation unit 25 specifies the information indicating the lower priority C among the required priorities as the information indicating the lowest priority. Further, for example, in the case of the reception buffer 21 in the middle shown in FIG. 6, the frame of priority A and the frame of priority B are not enough for the ratio indicated by the priority information. Therefore, the lowest priority calculation unit 25 specifies the information indicating the lower priority priority B as the information indicating the lowest priority. Similarly, in the case of the lower receive buffer 21 shown in FIG. 6, there are not enough frames belonging to the priority C for the ratio indicated by the priority information. Therefore, the lowest priority calculation unit 25 specifies the information indicating the priority C as the information indicating the lowest priority.

また、最低優先度通知部26は、最低優先度計算部25が受信バッファ21ごとに計算・特定した最低優先度を示す情報を、対応する送信元装置に対して送信する。例えば、図6の真ん中の受信バッファ21は、上述したように、送信元装置となるスイッチ装置20−2と接続される受信ポートに応じたバッファである。そこで、最低優先度通知部26は、当該バッファについて計算・特定した優先度Bを示す情報を、最低優先度を示す情報として、送信元装置となるスイッチ装置20−2に対して送信する。同様に、最低優先度通知部26は、最低優先度計算部25が計算・特定した他の最低優先度を示す情報についても、それぞれ対応する送信元装置に対して送信する。 Further, the lowest priority notification unit 26 transmits information indicating the lowest priority calculated and specified by the lowest priority calculation unit 25 for each reception buffer 21 to the corresponding source device. For example, the receive buffer 21 in the middle of FIG. 6 is a buffer corresponding to the receive port connected to the switch device 20-2 which is the source device, as described above. Therefore, the lowest priority notification unit 26 transmits the information indicating the priority B calculated and specified for the buffer to the switch device 20-2, which is the source device, as the information indicating the lowest priority. Similarly, the lowest priority notification unit 26 also transmits information indicating other lowest priority calculated / specified by the lowest priority calculation unit 25 to the corresponding source devices.

なお、ファイバチャネル30を介しては、予め定められていない余分な情報を送信することが出来ない。そこで、最低優先度通知部26は、LAN40を介して、上述した最低優先度を示す情報の送信を各送信元装置に対して行う。 It should be noted that extra information that is not predetermined cannot be transmitted via the fiber channel 30. Therefore, the lowest priority notification unit 26 transmits the above-mentioned information indicating the lowest priority to each source device via the LAN 40.

図7は、送信フレーム選択部27における処理の一例を説明するための図である。図7を参照すると、送信フレーム選択部27は、受信した最低優先度を示す情報に基づいて、送信先装置に対して送信するフレームを送信バッファ22の中から選択する。例えば、最低優先度を満たすフレームが送信バッファ22にある場合、送信フレーム選択部27は、最低優先度を満たす優先度最低のフレームを送信バッファ22の中から選択する。一方、最低優先度を満たすフレームが送信バッファ22にない場合、送信フレーム選択部27は、優先度順にフレームを選択する。つまり、送信フレーム選択部27は、送信バッファ22に含まれる最も優先度の高いフレームを送信するフレームとして選択する。 FIG. 7 is a diagram for explaining an example of processing in the transmission frame selection unit 27. Referring to FIG. 7, the transmission frame selection unit 27 selects a frame to be transmitted to the transmission destination device from the transmission buffer 22 based on the received information indicating the lowest priority. For example, when a frame satisfying the lowest priority is in the transmission buffer 22, the transmission frame selection unit 27 selects the frame having the lowest priority satisfying the lowest priority from the transmission buffer 22. On the other hand, when there is no frame in the transmission buffer 22 that satisfies the lowest priority, the transmission frame selection unit 27 selects the frames in the order of priority. That is, the transmission frame selection unit 27 selects the frame having the highest priority included in the transmission buffer 22 as the frame to be transmitted.

例えば、図6を参照して説明した処理により、スイッチ装置20−2は、優先度Bを示す情報を、最低優先度を示す情報としてスイッチ装置20−1から受信している。そこで、図7で示すように、スイッチ装置20−2の送信フレーム選択部27は、受信した最低優先度を示す情報に基づいて、送信先装置に対して送信するフレームを送信バッファ22の中から選択する。図7で示す場合、スイッチ装置20−2の送信バッファ22には、優先度Aに属するフレーム、優先度Bに属するフレームという、優先度B以上の優先度に属するフレームが含まれている。そこで、送信フレーム選択部27は、送信バッファ22に格納されたフレームのうち最低優先度を満たす優先度最低のフレームである、優先度Bに属するフレームを送信するフレームとして選択する。 For example, by the process described with reference to FIG. 6, the switch device 20-2 receives the information indicating the priority B from the switch device 20-1 as the information indicating the lowest priority. Therefore, as shown in FIG. 7, the transmission frame selection unit 27 of the switch device 20-2 transmits a frame to be transmitted to the transmission destination device from the transmission buffer 22 based on the information indicating the received minimum priority. select. In the case shown in FIG. 7, the transmission buffer 22 of the switch device 20-2 includes frames belonging to priority A and frames belonging to priority B, which belong to priority B or higher. Therefore, the transmission frame selection unit 27 selects a frame belonging to priority B, which is a frame having the lowest priority that satisfies the lowest priority among the frames stored in the transmission buffer 22, as a frame to be transmitted.

なお、例えば、スイッチ装置20−2の送信バッファ22に、優先度Cに属するフレームしか含まれていなかったとする。この場合、最低優先度を満たすフレームが送信バッファ22に存在しないことになる。このような場合、送信フレーム選択部27は、優先度順にフレームを選択することになる。つまり、送信フレーム選択部27は、送信バッファ22に含まれる最も優先度の高いフレームである優先度Cに属するフレームを送信するフレームとして選択することになる。 For example, it is assumed that the transmission buffer 22 of the switch device 20-2 contains only frames belonging to priority C. In this case, there is no frame in the transmission buffer 22 that satisfies the lowest priority. In such a case, the transmission frame selection unit 27 selects frames in order of priority. That is, the transmission frame selection unit 27 selects the frame belonging to the priority C, which is the highest priority frame included in the transmission buffer 22, as the frame to be transmitted.

図8は、フレーム送受信部28の処理の一例を説明するための図である。図8を参照すると、フレーム送受信部28は、送信フレーム選択部27が送信するフレームを選択した場合、当該送信フレーム選択部27が選択したフレームを、ファイバチャネル30を介して送信先装置に対して送信する。また、送信元装置がフレームを送信した後、送信先装置が有するフレーム送受信部28は、送信元装置が送信したフレームを受信する。そして、フレーム送受信部28は、送信元装置と接続される受信ポートに応じた受信バッファ21に受信したフレームを格納する。 FIG. 8 is a diagram for explaining an example of processing of the frame transmission / reception unit 28. Referring to FIG. 8, when the transmission frame selection unit 27 selects a frame to be transmitted, the frame transmission / reception unit 28 transmits the frame selected by the transmission frame selection unit 27 to the transmission destination device via the fiber channel 30. Send. Further, after the source device transmits the frame, the frame transmission / reception unit 28 of the destination device receives the frame transmitted by the source device. Then, the frame transmission / reception unit 28 stores the received frame in the reception buffer 21 corresponding to the reception port connected to the transmission source device.

例えば、図7を参照して説明した処理により、スイッチ装置20−2が有する送信フレーム選択部27は、優先度Bに属するフレームを送信するフレームとして選択している。そこで、スイッチ装置20−2のフレーム送受信部28は、送信フレーム選択部27が選択した優先度Bに属するフレームを、ファイバチャネル30を介して送信先装置であるスイッチ装置20−1に対して送信する。また、フレーム送受信部28は、スイッチ装置20−1に対して送信した、優先度Bに属するフレームを、送信バッファ22から削除する。 For example, by the process described with reference to FIG. 7, the transmission frame selection unit 27 included in the switch device 20-2 selects a frame belonging to priority B as a frame to be transmitted. Therefore, the frame transmission / reception unit 28 of the switch device 20-2 transmits a frame belonging to the priority B selected by the transmission frame selection unit 27 to the switch device 20-1 which is a transmission destination device via the fiber channel 30. To do. Further, the frame transmission / reception unit 28 deletes the frame belonging to the priority B transmitted to the switch device 20-1 from the transmission buffer 22.

また、スイッチ装置20−1が有するフレーム送受信部28は、スイッチ装置20−2から優先度Bに属するフレームを受信する。そして、スイッチ装置20−1が有するフレーム送受信部28は、スイッチ装置20−2と接続される受信ポートに応じた受信バッファ21である真ん中の受信バッファ21に、受信したフレームを格納する。 Further, the frame transmission / reception unit 28 included in the switch device 20-1 receives a frame belonging to the priority B from the switch device 20-2. Then, the frame transmission / reception unit 28 included in the switch device 20-1 stores the received frame in the middle reception buffer 21 which is the reception buffer 21 corresponding to the reception port connected to the switch device 20-2.

なお、図8で示す処理の後、スイッチ装置20−2では、送信バッファ22に空きが生じる。そこで、スイッチ装置20−2では、送信バッファ構築部24による送信バッファ22の構築からの上述した一連の処理が開始される。例えば、送信バッファ構築部24、最低優先度計算部25、最低優先度通知部26、送信フレーム選択部27、フレーム送受信部28、の各処理部は、上述したような処理を繰り返す。 After the process shown in FIG. 8, in the switch device 20-2, the transmission buffer 22 becomes empty. Therefore, in the switch device 20-2, the above-mentioned series of processes from the construction of the transmission buffer 22 by the transmission buffer construction unit 24 is started. For example, each processing unit of the transmission buffer construction unit 24, the minimum priority calculation unit 25, the minimum priority notification unit 26, the transmission frame selection unit 27, and the frame transmission / reception unit 28 repeats the above-described processing.

以上が、スイッチ装置20の構成の一例である。続いて、図9を参照して、ファイバチャネル通信システム10において行われる処理の一例について説明する。 The above is an example of the configuration of the switch device 20. Subsequently, an example of the processing performed in the Fiber Channel communication system 10 will be described with reference to FIG.

図9を参照すると、スイッチ装置20−1が有する送信バッファ構築部24は、優先度情報に従って、送信バッファ22に含まれるフレームが属する優先度の割合が、優先度情報が示す割合となるように、送信バッファ22を構築する(ステップS101)。つまり、送信バッファ構築部24は、優先度情報に応じて、受信バッファ21に格納されたフレームを送信バッファ22に移動させる。 Referring to FIG. 9, the transmission buffer construction unit 24 included in the switch device 20-1 so that the ratio of the priority to which the frame included in the transmission buffer 22 belongs becomes the ratio indicated by the priority information according to the priority information. , The transmission buffer 22 is constructed (step S101). That is, the transmission buffer construction unit 24 moves the frame stored in the reception buffer 21 to the transmission buffer 22 according to the priority information.

最低優先度計算部25は、受信バッファ21ごとに、受信バッファ21に格納されているフレームが属する優先度の割合が、優先度情報が示す割合となるために必要となる最低優先度を計算・特定する(ステップS102)。つまり、最低優先度計算部25は、受信バッファ21の状況と、優先度情報が示す割合と、に基づいて最低優先度を計算・特定する。また、最低優先度通知部26は、最低優先度計算部25による計算・特定の結果に応じた情報を、スイッチ装置20−2に対して通知する(ステップS103)。 The lowest priority calculation unit 25 calculates, for each receive buffer 21, the lowest priority required for the ratio of the priority to which the frame stored in the receive buffer 21 belongs to be the ratio indicated by the priority information. Specify (step S102). That is, the lowest priority calculation unit 25 calculates and specifies the lowest priority based on the status of the reception buffer 21 and the ratio indicated by the priority information. Further, the lowest priority notification unit 26 notifies the switch device 20-2 of information according to the calculation / specific result calculated by the lowest priority calculation unit 25 (step S103).

なお、最低優先度通知部26による通知は、LAN40を介して行われる。また、送信元装置がスイッチ装置20−2以外にもある場合、最低優先度通知部26は、スイッチ装置20−2以外の送信元装置に対しても最低優先度計算部25による計算・特定の結果に応じた情報を送信する。 The notification by the lowest priority notification unit 26 is performed via the LAN 40. Further, when the source device is other than the switch device 20-2, the lowest priority notification unit 26 calculates / specifies the source device other than the switch device 20-2 by the lowest priority calculation unit 25. Send information according to the result.

スイッチ装置20−2は、スイッチ装置20−1が有する最低優先度通知部26からの通知を受信する。 The switch device 20-2 receives the notification from the lowest priority notification unit 26 included in the switch device 20-1.

送信フレーム選択部27は、受信した最低優先度を示す情報に基づいて、送信先装置に対して送信するフレームを送信バッファ22の中から選択する(ステップS201)。なお、ステップS201の処理の詳細は、後述する。また、スイッチ装置20−2が有するフレーム送受信部28は、スイッチ装置20−1に対して、送信フレーム選択部27が選択したフレームを送信する(ステップS202)。 The transmission frame selection unit 27 selects a frame to be transmitted to the destination device from the transmission buffer 22 based on the received information indicating the lowest priority (step S201). The details of the process in step S201 will be described later. Further, the frame transmission / reception unit 28 included in the switch device 20-2 transmits the frame selected by the transmission frame selection unit 27 to the switch device 20-1 (step S202).

スイッチ装置20−1が有するフレーム送受信部28は、スイッチ装置20−2が有するフレーム送受信部28が送信したフレームを受信する。そして、フレーム送受信部28は、スイッチ装置20−2と接続される受信ポートに応じた受信バッファに受信したフレームを格納する。 The frame transmission / reception unit 28 included in the switch device 20-1 receives the frame transmitted by the frame transmission / reception unit 28 included in the switch device 20-2. Then, the frame transmission / reception unit 28 stores the received frame in the reception buffer corresponding to the reception port connected to the switch device 20-2.

以上が、ファイバチャネル通信システム10において行われる処理の一例である。続いて、図10を参照して、ステップS201の処理についてより詳細に説明する。 The above is an example of the processing performed in the Fiber Channel communication system 10. Subsequently, the process of step S201 will be described in more detail with reference to FIG.

図10は、図9を参照して説明したステップS201の処理をより詳細に説明するための図である。図10を参照すると、送信フレーム選択部27は、受信した最低優先度を示す情報に基づいて、最低優先度を満たすフレームが送信バッファ22にあるか否か確認する(ステップS301)。そして、最低優先度を満たすフレームが送信バッファ22にある場合(ステップS301、Yes)、送信フレーム選択部27は、最低優先度を満たす優先度最低のフレームを送信バッファ22の中から選択する(ステップS302)。一方、最低優先度を満たすフレームが送信バッファ22にない場合(ステップS301、No)、送信フレーム選択部27は、優先度順にフレームを選択する(ステップS303)。つまり、送信フレーム選択部27は、送信バッファ22に含まれる最も優先度の高いフレームを送信するフレームとして選択する。 FIG. 10 is a diagram for explaining the process of step S201 described with reference to FIG. 9 in more detail. With reference to FIG. 10, the transmission frame selection unit 27 confirms whether or not there is a frame in the transmission buffer 22 that satisfies the minimum priority based on the information indicating the received minimum priority (step S301). Then, when the frame satisfying the lowest priority is in the transmission buffer 22 (step S301, Yes), the transmission frame selection unit 27 selects the frame having the lowest priority satisfying the lowest priority from the transmission buffer 22 (step). S302). On the other hand, when there is no frame in the transmission buffer 22 that satisfies the lowest priority (step S301, No), the transmission frame selection unit 27 selects frames in the order of priority (step S303). That is, the transmission frame selection unit 27 selects the frame having the highest priority included in the transmission buffer 22 as the frame to be transmitted.

以上が、図9におけるステップS201の処理の詳細な一例である。 The above is a detailed example of the process of step S201 in FIG.

このように、スイッチ装置20は、最低優先度計算部25と、最低優先度通知部26と、を有している。また、スイッチ装置20は、送信元装置とLAN40を介して接続されている。このような構成によると、最低優先度計算部25は、受信バッファ21の状況と、優先度情報が示す割合と、に基づいて最低優先度を計算・特定することが出来る。また、最低優先度通知部26は、最低優先度計算部25による計算・特定の結果に応じた情報を、LAN40を介して、送信元装置に対して送信することが出来る。その結果、上記情報を受信した送信元装置において、受信した情報に基づくフレームの選択を行うこと可能となる。これにより、優先度の高いフレームばかりを選択することを抑制することが可能となり、優先度の高い通信が集中してしまう事態が生じることを抑制することが可能となる。また、優先度の高い通信が集中することにより、優先度の高くない通信が停止してしまうなどの事態が生じることを抑制することが可能となる。 As described above, the switch device 20 has a minimum priority calculation unit 25 and a minimum priority notification unit 26. Further, the switch device 20 is connected to the source device via the LAN 40. According to such a configuration, the lowest priority calculation unit 25 can calculate and specify the lowest priority based on the status of the reception buffer 21 and the ratio indicated by the priority information. Further, the lowest priority notification unit 26 can transmit information according to the calculation / specific result by the lowest priority calculation unit 25 to the source device via the LAN 40. As a result, the source device that has received the above information can select a frame based on the received information. As a result, it is possible to suppress the selection of only high-priority frames, and it is possible to suppress the occurrence of a situation in which high-priority communications are concentrated. In addition, it is possible to suppress the occurrence of a situation in which communication with a low priority is stopped due to the concentration of communication with a high priority.

また、スイッチ装置20は、送信フレーム選択部27を有している。このような構成によると、送信フレーム選択部27は、受信した最低優先度を示す情報に基づいて、スイッチ装置20などの送信先装置に対して送信するフレームを選択することが出来る。その結果、優先度の高いフレームばかりを選択してしまう事態が生じることを抑制することが出来る。 Further, the switch device 20 has a transmission frame selection unit 27. According to such a configuration, the transmission frame selection unit 27 can select a frame to be transmitted to a transmission destination device such as the switch device 20 based on the received information indicating the lowest priority. As a result, it is possible to prevent a situation in which only frames having a high priority are selected.

なお、送信バッファ構築部24は、例えば、各受信バッファ21から送信バッファ22に移動させるフレームを選択する際、先に到着したフレームを優先的に選択するよう構成することが出来る。 The transmission buffer construction unit 24 can be configured to preferentially select the frame that arrived earlier when, for example, selecting the frame to be moved from each reception buffer 21 to the transmission buffer 22.

例えば、図11で示す場合、優先度情報は、「A:B:C=2:1:1」の割合を示している。また、送信バッファ22には、優先度Aに属するフレームと優先度Cに属するフレームとが格納されている。そのため、送信バッファ構築部24は、送信バッファ22が上記割合となるために、優先度Aに属するフレームと優先度Bに属するフレームとを受信バッファ21から送信バッファ22に移動させると判断する。ここで、図11で示す場合において、もっとも先にスイッチ装置20に到着した優先度Aに属するフレームが図11の上の受信バッファ21に格納されているとする。また、もっとも先にスイッチ装置20に到着した優先度Bに属するフレームが図11の真ん中の受信バッファ21に格納されているとする。この場合、送信バッファ構築部24は、図11の上の受信バッファ21から送信バッファ22に対して、優先度Aに属するフレームを移動させる。また、送信バッファ構築部24は、真ん中の受信バッファ21から送信バッファ22に対して、優先度Bに属するフレームを移動させる。例えば、以上のように、送信バッファ構築部24は、同じ優先度に属するフレームが複数ある場合、先に到着したフレームを優先的に選択するよう構成することが出来る。 For example, in the case of FIG. 11, the priority information shows the ratio of "A: B: C = 2: 1: 1". Further, the transmission buffer 22 stores a frame belonging to the priority A and a frame belonging to the priority C. Therefore, the transmission buffer construction unit 24 determines that the frame belonging to the priority A and the frame belonging to the priority B are moved from the reception buffer 21 to the transmission buffer 22 because the transmission buffer 22 has the above ratio. Here, in the case shown in FIG. 11, it is assumed that the frame belonging to the priority A that arrives at the switch device 20 first is stored in the receive buffer 21 above FIG. Further, it is assumed that the frame belonging to the priority B that arrives at the switch device 20 first is stored in the reception buffer 21 in the middle of FIG. In this case, the transmission buffer construction unit 24 moves the frame belonging to the priority A from the reception buffer 21 on FIG. 11 to the transmission buffer 22. Further, the transmission buffer construction unit 24 moves a frame belonging to priority B from the reception buffer 21 in the middle to the transmission buffer 22. For example, as described above, when there are a plurality of frames belonging to the same priority, the transmission buffer construction unit 24 can be configured to preferentially select the frame that arrived earlier.

また、送信バッファ構築部24は、優先度や到着順以外の指標を含めて送信バッファ22を構築するよう構成しても構わない。例えば、図12で示すように、送信バッファ構築部24は、タイムアウトを考慮の上、移動させるフレームを選択するよう構成することが出来る。例えば、送信バッファ構築部24は、同じ優先度に属するフレームが受信バッファ21に複数存在する場合、タイムアウトが早いフレームを選択するよう構成することが出来る。または、送信バッファ構築部24は、タイムアウトが予め定められた閾値以下のフレームを、受信順番を無視して選択するよう構成することが出来る。例えば、以上のように、送信バッファ構築部24は、タイムアウトを考慮の上、送信バッファ22を構築するよう構成することが出来る。 Further, the transmission buffer construction unit 24 may be configured to construct the transmission buffer 22 including an index other than the priority and the arrival order. For example, as shown in FIG. 12, the transmission buffer construction unit 24 can be configured to select a frame to be moved in consideration of a timeout. For example, the transmission buffer construction unit 24 can be configured to select a frame having an early timeout when a plurality of frames belonging to the same priority exist in the reception buffer 21. Alternatively, the transmission buffer construction unit 24 can be configured to select a frame whose timeout is equal to or less than a predetermined threshold value, ignoring the reception order. For example, as described above, the transmission buffer construction unit 24 can be configured to construct the transmission buffer 22 in consideration of the timeout.

なお、本実施形態においては、各フレームが属する優先度の確認方法については、特に限定しない。スイッチ装置20は、既知の方法を用いて、各フレームが属する優先度を確認するよう構成することが出来る。 In the present embodiment, the method of confirming the priority to which each frame belongs is not particularly limited. The switch device 20 can be configured to confirm the priority to which each frame belongs by using a known method.

また、スイッチ装置20−1とスイッチ装置20−2とは、例えば、予め同一の優先度情報を優先度情報保存部23に格納しているものとする。なお、優先度情報は、例えば、最低優先度通知部26が送信元装置に対して最低優先度を示す情報を通知する際に、最低優先度を示す情報とともに送信元装置に対して通知されるよう構成しても構わない。また、最低優先度通知部26は、最低優先度の代わりに、受信バッファ21に必要な優先度を示す必要優先度を示す情報を送信元装置に対して通知するよう構成しても構わない。 Further, it is assumed that the switch device 20-1 and the switch device 20-2 store the same priority information in advance in the priority information storage unit 23, for example. The priority information is notified to the source device together with the information indicating the lowest priority, for example, when the lowest priority notification unit 26 notifies the source device of the information indicating the lowest priority. It may be configured as follows. Further, the lowest priority notification unit 26 may be configured to notify the source device of information indicating the required priority indicating the required priority in the receive buffer 21 instead of the lowest priority.

[第2の実施形態]
次に、図13を参照して、本発明の第2の実施形態について説明する。第2の実施形態では、スイッチ装置50の構成の概要について説明する。
[Second Embodiment]
Next, a second embodiment of the present invention will be described with reference to FIG. In the second embodiment, the outline of the configuration of the switch device 50 will be described.

スイッチ装置は、ファイバチャネル通信を行う中継装置である。図13は、スイッチ装置50の構成の一例を示している。図13を参照すると、スイッチ装置50は、例えば、計算部51と、通知部52と、を有している。 The switch device is a relay device that performs Fiber Channel communication. FIG. 13 shows an example of the configuration of the switch device 50. Referring to FIG. 13, the switch device 50 includes, for example, a calculation unit 51 and a notification unit 52.

例えば、スイッチ装置50は、CPUなどの演算装置と記憶装置とを有している。例えば、スイッチ装置50は、記憶装置に格納されたプログラムを演算装置が実行することで、上記各処理部を実現する。 For example, the switch device 50 has an arithmetic unit such as a CPU and a storage device. For example, the switch device 50 realizes each of the above processing units by executing the program stored in the storage device by the arithmetic unit.

計算部51は、優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、バッファに格納されるデータが属する優先度の割合が、優先度情報が示す割合となるために必要な必要優先度を計算する。 In the calculation unit 51, the priority information indicates the ratio of the priority to which the data stored in the buffer belongs, based on the priority information indicating the ratio of the priority and the status of the data stored in the buffer. Calculate the required priority required to be a percentage.

通知部52は、計算部51による計算の結果を送信元装置に対して通知する。 The notification unit 52 notifies the transmission source device of the result of the calculation by the calculation unit 51.

このように、スイッチ装置50は、計算部51と通知部52とを有している。このような構成によると、計算部51は、優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、必要優先度を計算することが出来る。また、通知部52は、計算部51による計算の結果を送信元装置に対して通知することが出来る。その結果、計算部51による計算の結果を受信した送信元装置において、受信した情報に基づくフレームの選択を行うこと可能となる。これにより、優先度の高いフレームばかりを選択することを抑制することが可能となり、優先度の高い通信が集中してしまう事態が生じることを抑制することが可能となる。 As described above, the switch device 50 has a calculation unit 51 and a notification unit 52. According to such a configuration, the calculation unit 51 can calculate the required priority based on the priority information indicating the priority ratio and the status of the data stored in the buffer. Further, the notification unit 52 can notify the transmission source device of the result of the calculation by the calculation unit 51. As a result, the source device that has received the result of the calculation by the calculation unit 51 can select the frame based on the received information. As a result, it is possible to suppress the selection of only high-priority frames, and it is possible to suppress the occurrence of a situation in which high-priority communications are concentrated.

また、上述したスイッチ装置50は、当該スイッチ装置50に所定のプログラムが組み込まれることで実現できる。具体的に、本発明の他の形態であるプログラムは、ファイバチャネル通信を行うスイッチ装置50に、優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、バッファに格納されるデータが属する優先度の割合が、優先度情報が示す割合となるために必要な必要優先度を計算する計算部51と、計算部51による計算の結果を送信元装置に対して通知する通知部52と、を実現するためのプログラムである。 Further, the switch device 50 described above can be realized by incorporating a predetermined program into the switch device 50. Specifically, the program according to another embodiment of the present invention is based on the priority information indicating the priority ratio and the status of the data stored in the buffer in the switch device 50 that performs the fiber channel communication. , The calculation unit 51 that calculates the necessary priority required for the ratio of the priority to which the data stored in the buffer belongs to be the ratio indicated by the priority information, and the result of the calculation by the calculation unit 51 are sent to the source device. It is a program for realizing the notification unit 52 that notifies the user.

また、上述したスイッチ装置50により実行される管理方法は、ファイバチャネル通信を行うスイッチ装置が、優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、バッファに格納されるデータが属する優先度の割合が、優先度情報が示す割合となるために必要な必要優先度を計算し、計算の結果を送信元装置に対して通知する、という方法である。 Further, the management method executed by the switch device 50 described above is based on the priority information indicating the priority ratio of the switch device performing the fiber channel communication and the status of the data stored in the buffer. It is a method of calculating the required priority required for the ratio of the priority to which the data stored in the buffer belongs to be the ratio indicated by the priority information, and notifying the source device of the calculation result. ..

上述した構成を有する、プログラム、又は、管理方法、の発明であっても、上記スイッチ装置50と同様の作用・効果を有するために、上述した本発明の目的を達成することが出来る。 Even the invention of the program or the management method having the above-mentioned configuration can achieve the above-mentioned object of the present invention because it has the same operation and effect as the above-mentioned switch device 50.

<付記>
上記実施形態の一部又は全部は、以下の付記のようにも記載されうる。以下、本発明におけるスイッチ装置などの概略を説明する。但し、本発明は、以下の構成に限定されない。
<Additional notes>
Part or all of the above embodiments may also be described as in the appendix below. Hereinafter, the outline of the switch device and the like in the present invention will be described. However, the present invention is not limited to the following configurations.

(付記1)
ファイバチャネル通信を行うスイッチ装置であって、
優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要な必要優先度を計算する計算部と、
前記計算部による計算の結果を送信元装置に対して通知する通知部と、
を有するスイッチ装置。
(付記2)
付記1に記載のスイッチ装置であって、
前記優先度情報と、前記バッファに格納されているデータが属する優先度の割合と、に基づいて、前記必要優先度を計算する
スイッチ装置。
(付記3)
付記1または付記2に記載のスイッチ装置であって、
前記計算部は、前記必要優先度として、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要となる最低の優先度を示す最低優先度を計算する
スイッチ装置。
(付記4)
付記1から付記3までのいずれか1項に記載のスイッチ装置であって、
前記バッファは、前記送信元装置と接続された受信ポートに応じて設けられた受信バッファである
スイッチ装置。
(付記5)
付記4に記載のスイッチ装置であって、
複数の受信ポート毎に前記受信バッファを有しており、
前記計算部は、複数の前記受信バッファごとに前記必要優先度を計算する
スイッチ装置。
(付記6)
付記1から付記5までのいずれか1項に記載のスイッチ装置であって、
スイッチ装置は前記送信元装置とファイバチャネルを介して接続されるとともにLAN(Local Area Network)を介して接続されており、
前記通知部は、前記LANを介して、前記計算部による計算の結果を前記送信元装置に対して通知する
スイッチ装置。
(付記7)
付記1から付記6までのいずれか1項に記載のスイッチ装置であって、
前記通知部から受信した通知に基づいて、送信先装置に対して送信するデータを選択する選択部を有する
スイッチ装置。
(付記8)
付記7に記載のスイッチ装置であって、
前記選択部は、前記必要優先度を満たす優先度最低のフレームを選択する
スイッチ装置。
(付記9)
付記1から付記8までのいずれか1項に記載のスイッチ装置であって、
前記優先度情報に基づいて、送信先装置に対して送信するデータを格納する送信バッファを構築する構築部を有する
スイッチ装置。
(付記10)
ファイバチャネル通信を行うスイッチ装置が、
優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要な必要優先度を計算し、
計算の結果を送信元装置に対して通知する
管理方法。
(付記11)
ファイバチャネル通信を行うスイッチ装置に、
優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要な必要優先度を計算する計算部と、
前記計算部による計算の結果を送信元装置に対して通知する通知部と、
を実現するためのプログラム。
(Appendix 1)
A switch device that performs Fiber Channel communication.
Based on the priority information indicating the priority ratio and the status of the data stored in the buffer, the priority ratio to which the data stored in the buffer belongs becomes the ratio indicated by the priority information. A calculation unit that calculates the required priority for this,
A notification unit that notifies the source device of the result of calculation by the calculation unit,
Switch device with.
(Appendix 2)
The switch device according to Appendix 1.
A switch device that calculates the required priority based on the priority information and the ratio of the priority to which the data stored in the buffer belongs.
(Appendix 3)
The switch device according to Appendix 1 or Appendix 2.
As the required priority, the calculation unit sets the lowest priority indicating the lowest priority required for the ratio of the priority to which the data stored in the buffer belongs to be the ratio indicated by the priority information. Switch device to calculate.
(Appendix 4)
The switch device according to any one of Supplementary note 1 to Supplementary note 3.
The buffer is a switch device that is a receive buffer provided according to a receive port connected to the source device.
(Appendix 5)
The switch device according to Appendix 4.
The receive buffer is provided for each of a plurality of receive ports.
The calculation unit is a switch device that calculates the required priority for each of the plurality of reception buffers.
(Appendix 6)
The switch device according to any one of Supplementary note 1 to Supplementary note 5.
The switch device is connected to the source device via Fiber Channel and is also connected via a LAN (Local Area Network).
The notification unit is a switch device that notifies the source device of the result of calculation by the calculation unit via the LAN.
(Appendix 7)
The switch device according to any one of Supplementary note 1 to Supplementary note 6.
A switch device having a selection unit that selects data to be transmitted to a destination device based on a notification received from the notification unit.
(Appendix 8)
The switch device according to Appendix 7.
The selection unit is a switch device that selects a frame having the lowest priority that satisfies the required priority.
(Appendix 9)
The switch device according to any one of Supplementary note 1 to Supplementary note 8.
A switch device having a construction unit that constructs a transmission buffer for storing data to be transmitted to a destination device based on the priority information.
(Appendix 10)
A switch device that performs Fiber Channel communication
Based on the priority information indicating the priority ratio and the status of the data stored in the buffer, the priority ratio to which the data stored in the buffer belongs becomes the ratio indicated by the priority information. Calculate the required priority for
A management method that notifies the source device of the calculation result.
(Appendix 11)
For switch devices that perform Fiber Channel communication
Based on the priority information indicating the priority ratio and the status of the data stored in the buffer, the priority ratio to which the data stored in the buffer belongs becomes the ratio indicated by the priority information. A calculation unit that calculates the required priority for
A notification unit that notifies the source device of the result of calculation by the calculation unit,
A program to realize.

なお、上記各実施形態及び付記において記載したプログラムは、記憶装置に記憶されていたり、コンピュータが読み取り可能な記録媒体に記録されていたりする。例えば、記録媒体は、フレキシブルディスク、光ディスク、光磁気ディスク、及び、半導体メモリ等の可搬性を有する媒体である。 The programs described in each of the above embodiments and appendices may be stored in a storage device or recorded in a computer-readable recording medium. For example, the recording medium is a portable medium such as a flexible disk, an optical disk, a magneto-optical disk, and a semiconductor memory.

以上、上記各実施形態を参照して本願発明を説明したが、本願発明は、上述した実施形態に限定されるものではない。本願発明の構成や詳細には、本願発明の範囲内で当業者が理解しうる様々な変更をすることが出来る。 Although the present invention has been described above with reference to each of the above embodiments, the present invention is not limited to the above-described embodiments. Various changes that can be understood by those skilled in the art can be made to the structure and details of the present invention within the scope of the present invention.

10 ファイバチャネル通信システム
20 スイッチ装置
21 受信バッファ
22 送信バッファ
23 優先度情報保存部
24 送信バッファ構築部
25 最低優先度計算部
26 最低優先度通知部
27 送信フレーム選択部
28 フレーム送受信部
30 ファイバチャネル
40 LAN
50 スイッチ装置
51 計算部
52 通知部

10 Fiber Channel communication system 20 Switch device 21 Receive buffer 22 Transmission buffer 23 Priority information storage unit 24 Transmission buffer construction unit 25 Minimum priority calculation unit 26 Minimum priority notification unit 27 Transmission frame selection unit 28 Frame transmission / reception unit 30 Fiber Channel 40 LAN
50 Switch device 51 Calculation unit 52 Notification unit

Claims (11)

ファイバチャネル通信を行うスイッチ装置であって、
優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要な必要優先度を計算する計算部と、
前記計算部による計算の結果を送信元装置に対して通知する通知部と、
を有するスイッチ装置。
A switch device that performs Fiber Channel communication.
Based on the priority information indicating the priority ratio and the status of the data stored in the buffer, the priority ratio to which the data stored in the buffer belongs becomes the ratio indicated by the priority information. A calculation unit that calculates the required priority for this,
A notification unit that notifies the source device of the result of calculation by the calculation unit,
Switch device with.
請求項1に記載のスイッチ装置であって、
前記優先度情報と、前記バッファに格納されているデータが属する優先度の割合と、に基づいて、前記必要優先度を計算する
スイッチ装置。
The switch device according to claim 1.
A switch device that calculates the required priority based on the priority information and the ratio of the priority to which the data stored in the buffer belongs.
請求項1または請求項2に記載のスイッチ装置であって、
前記計算部は、前記必要優先度として、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要となる最低の優先度を示す最低優先度を計算する
スイッチ装置。
The switch device according to claim 1 or 2.
As the required priority, the calculation unit sets the lowest priority indicating the lowest priority required for the ratio of the priority to which the data stored in the buffer belongs to be the ratio indicated by the priority information. Switch device to calculate.
請求項1から請求項3までのいずれか1項に記載のスイッチ装置であって、
前記バッファは、前記送信元装置と接続された受信ポートに応じて設けられた受信バッファである
スイッチ装置。
The switch device according to any one of claims 1 to 3.
The buffer is a switch device that is a receive buffer provided according to a receive port connected to the source device.
請求項4に記載のスイッチ装置であって、
複数の受信ポート毎に前記受信バッファを有しており、
前記計算部は、複数の前記受信バッファごとに前記必要優先度を計算する
スイッチ装置。
The switch device according to claim 4.
The receive buffer is provided for each of a plurality of receive ports.
The calculation unit is a switch device that calculates the required priority for each of the plurality of reception buffers.
請求項1から請求項5までのいずれか1項に記載のスイッチ装置であって、
スイッチ装置は前記送信元装置とファイバチャネルを介して接続されるとともにLAN(Local Area Network)を介して接続されており、
前記通知部は、前記LANを介して、前記計算部による計算の結果を前記送信元装置に対して通知する
スイッチ装置。
The switch device according to any one of claims 1 to 5.
The switch device is connected to the source device via Fiber Channel and is also connected via a LAN (Local Area Network).
The notification unit is a switch device that notifies the source device of the result of calculation by the calculation unit via the LAN.
請求項1から請求項6までのいずれか1項に記載のスイッチ装置であって、
前記通知部から受信した通知に基づいて、送信先装置に対して送信するデータを選択する選択部を有する
スイッチ装置。
The switch device according to any one of claims 1 to 6.
A switch device having a selection unit that selects data to be transmitted to a destination device based on a notification received from the notification unit.
請求項7に記載のスイッチ装置であって、
前記選択部は、前記必要優先度を満たす優先度最低のフレームを選択する
スイッチ装置。
The switch device according to claim 7.
The selection unit is a switch device that selects a frame having the lowest priority that satisfies the required priority.
請求項1から請求項8までのいずれか1項に記載のスイッチ装置であって、
前記優先度情報に基づいて、送信先装置に対して送信するデータを格納する送信バッファを構築する構築部を有する
スイッチ装置。
The switch device according to any one of claims 1 to 8.
A switch device having a construction unit that constructs a transmission buffer for storing data to be transmitted to a destination device based on the priority information.
ファイバチャネル通信を行うスイッチ装置が、
優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要な必要優先度を計算し、
計算の結果を送信元装置に対して通知する
管理方法。
A switch device that performs Fiber Channel communication
Based on the priority information indicating the priority ratio and the status of the data stored in the buffer, the priority ratio to which the data stored in the buffer belongs becomes the ratio indicated by the priority information. Calculate the required priority for
A management method that notifies the source device of the calculation result.
ファイバチャネル通信を行うスイッチ装置に、
優先度の割合を示す優先度情報と、バッファに格納されているデータの状況と、に基づいて、前記バッファに格納されるデータが属する優先度の割合が、前記優先度情報が示す割合となるために必要な必要優先度を計算する計算部と、
前記計算部による計算の結果を送信元装置に対して通知する通知部と、
を実現するためのプログラム。

For switch devices that perform Fiber Channel communication
Based on the priority information indicating the priority ratio and the status of the data stored in the buffer, the priority ratio to which the data stored in the buffer belongs becomes the ratio indicated by the priority information. A calculation unit that calculates the required priority for this,
A notification unit that notifies the source device of the result of calculation by the calculation unit,
A program to realize.

JP2019211592A 2019-11-22 2019-11-22 switch device Active JP7456603B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019211592A JP7456603B2 (en) 2019-11-22 2019-11-22 switch device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019211592A JP7456603B2 (en) 2019-11-22 2019-11-22 switch device

Publications (2)

Publication Number Publication Date
JP2021083053A true JP2021083053A (en) 2021-05-27
JP7456603B2 JP7456603B2 (en) 2024-03-27

Family

ID=75966356

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019211592A Active JP7456603B2 (en) 2019-11-22 2019-11-22 switch device

Country Status (1)

Country Link
JP (1) JP7456603B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7506701B2 (en) 2022-03-16 2024-06-26 株式会社デンソーテン COMMUNICATION CONTROL DEVICE AND COMMUNICATION METHOD

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005535154A (en) * 2001-12-18 2005-11-17 シスコ テクノロジー インコーポレイテッド Method and apparatus for network congestion control
JP2007235932A (en) * 2006-02-03 2007-09-13 Nec Saitama Ltd Radio base station device, radio communication system and traffic control method
JP2008236308A (en) * 2007-03-20 2008-10-02 Fujitsu Ltd Flow control method and receiver
JP2016181070A (en) * 2015-03-24 2016-10-13 日本電気株式会社 Management apparatus, switch apparatus, priority management method, and computer program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005535154A (en) * 2001-12-18 2005-11-17 シスコ テクノロジー インコーポレイテッド Method and apparatus for network congestion control
JP2007235932A (en) * 2006-02-03 2007-09-13 Nec Saitama Ltd Radio base station device, radio communication system and traffic control method
JP2008236308A (en) * 2007-03-20 2008-10-02 Fujitsu Ltd Flow control method and receiver
JP2016181070A (en) * 2015-03-24 2016-10-13 日本電気株式会社 Management apparatus, switch apparatus, priority management method, and computer program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7506701B2 (en) 2022-03-16 2024-06-26 株式会社デンソーテン COMMUNICATION CONTROL DEVICE AND COMMUNICATION METHOD

Also Published As

Publication number Publication date
JP7456603B2 (en) 2024-03-27

Similar Documents

Publication Publication Date Title
US8234435B2 (en) Relay device
CN106980582B (en) Data processing method and device
JP2012065019A (en) Frame relay device system
US20120159019A1 (en) Parallel computing system, synchronization device, and control method of parallel computing system
JP7097427B2 (en) Data processing system and data processing method
US8391178B2 (en) Route allocation apparatus and method
EP3487132B1 (en) Packet processing method and router
JP2021083053A (en) Switch device
JP6459633B2 (en) Information processing system and control method thereof
JP2009278297A (en) Gateway device, communication system including the same, and communication method
US20210266266A1 (en) Transmission system management device and transmission system design method
US9594651B2 (en) Parallel computer system and control method for parallel computer system
JP2007221522A (en) Polling device, terminal device, polling method and program
JP2021182709A (en) Radio receiving device, radio transmission device, radio communication system, radio reception method and program
JP2007325178A (en) Packet processing system, packet processing method and program
US20190044842A1 (en) Information processing apparatus, method and non-transitory computer-readable storage medium
JP6345560B2 (en) Communication device system and program
JP6620760B2 (en) Management node, terminal, communication system, communication method, and program
EP2939382B1 (en) Distributed data processing system
US20170222879A1 (en) Service optimization method, transport controller, client controller, and system
JP2015036943A (en) Information processing system and control method for information processing system
JP6206105B2 (en) Communication system, communication method, and communication program
JP2007325171A (en) Packet processing system, packet processing method and program
JP6841110B2 (en) Relays, network systems, communication methods, and programs
JP6665607B2 (en) Communication management method, communication management program, and information processing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20221005

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230718

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230822

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230927

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20231212

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240131

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: 20240213

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240307

R151 Written notification of patent or utility model registration

Ref document number: 7456603

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151