JP2005184440A - Stream packet transmitter, stream packet transmission control method, program and recording medium - Google Patents

Stream packet transmitter, stream packet transmission control method, program and recording medium Download PDF

Info

Publication number
JP2005184440A
JP2005184440A JP2003422150A JP2003422150A JP2005184440A JP 2005184440 A JP2005184440 A JP 2005184440A JP 2003422150 A JP2003422150 A JP 2003422150A JP 2003422150 A JP2003422150 A JP 2003422150A JP 2005184440 A JP2005184440 A JP 2005184440A
Authority
JP
Japan
Prior art keywords
descriptor
stream
processing
information
packet
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003422150A
Other languages
Japanese (ja)
Inventor
Hiroshi Mitani
浩 三谷
Koji Arii
浩二 有井
Tsukasa Yoshiura
司 吉浦
Yoshiki Watanabe
佳樹 渡邉
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2003422150A priority Critical patent/JP2005184440A/en
Publication of JP2005184440A publication Critical patent/JP2005184440A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To solve the problem that it is difficult to secure transmission quality as stream information becomes like bursts when packetized by a conventional method. <P>SOLUTION: A stream packet transmitter includes a timer means 107 for generating an event signal every predetermined period and descriptor processing means 104 and 106 for processing a second descriptor describing packet information carrying successively generated stream information according to timing at which the event signal is generated, and processing a first descriptor describing packet information carrying information other than the stream information as needed. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、一般にストリーム情報と呼ばれる、音声や動画映像などの時間的に連続性をもった情報をネットワークを通じて伝送する装置の送信側の、ストリームパケット送信装置およびストリームパケット送信制御方法に関する。   The present invention relates to a stream packet transmission apparatus and a stream packet transmission control method on the transmission side of an apparatus that transmits information having temporal continuity such as audio and moving image, generally called stream information, over a network.

ネットワークの送受信装置において、装置内で送受信すべき情報を取り扱うCPU(中央処理装置)と、ネットワークを構成するデータリンクに対してパケットを送受信するコントローラの間のデータの受渡しには、一般にDMA(ダイレクトメモリアクセス)が使われている。   In a network transmission / reception apparatus, generally, DMA (direct data transfer) is used for data transfer between a CPU (central processing unit) that handles information to be transmitted / received in the apparatus and a controller that transmits / receives a packet to / from a data link constituting the network. Memory access) is used.

そしてデータ受渡しの効率を向上させるため、一つ一つのデータ、例えばパケット毎に都度DMAを行うのではなく、DMAを行うために必要な情報を記述したディスクリプタを用意し、さらにディスクリプタを連鎖させることで、一連のデータに関してCPUの介在なしに連続的にDMAを行うことができるように構成されている(例えば、特許文献1参照)。   In order to improve the efficiency of data transfer, instead of performing DMA for each piece of data, for example, every packet, a descriptor describing information necessary for performing DMA is prepared, and the descriptors are further chained. Thus, a series of data can be continuously performed without CPU intervention (see, for example, Patent Document 1).

図3は、従来の技術におけるパケットの送信装置の構成を示すブロック図である。CPU301は、まずバス302を通じてメインメモリ303に、送信すべきデータを書き込む。図3には4個のデータが図示されている。   FIG. 3 is a block diagram showing a configuration of a conventional packet transmission apparatus. First, the CPU 301 writes data to be transmitted to the main memory 303 through the bus 302. FIG. 3 shows four pieces of data.

つぎにCPU301は、データのメインメモリ303上での開始アドレス、およびその長さの情報を含むディスクリプタを、同じくメインメモリ303に書き込む。ディスクリプタもデータと同じく4個、メインメモリ303に書き込まれている。   Next, the CPU 301 writes a descriptor including information on the start address of the data on the main memory 303 and its length into the main memory 303. The same four descriptors as data are written in the main memory 303.

この状態で、CPU301は、ディスクリプタ処理器304に対して動作の指示を与える。より詳細には、メインメモリ303上の先頭のディスクリプタの書き込みアドレスを与え、そのディスクリプタ情報の読み出しを指示する。   In this state, the CPU 301 gives an operation instruction to the descriptor processor 304. More specifically, a write address of the first descriptor on the main memory 303 is given and an instruction to read the descriptor information is given.

ディスクリプタ処理器304は、読み出したディスクリプタ情報から、データの書き込みアドレスとその長さの情報を読み出し、DMAコントローラ305に与える。DMAコントローラ305は、バス302を通じてメインメモリ303からデータを読み出し、送信キュー306に転送する。   The descriptor processor 304 reads the data write address and length information from the read descriptor information, and provides the data to the DMA controller 305. The DMA controller 305 reads data from the main memory 303 through the bus 302 and transfers it to the transmission queue 306.

データリンクコントローラ307は、ネットワークの状態を調べ、ネットワークへの送信が可能となった時、送信キュー306からデータを読み取り、ネットワークへのデータの送信を行う。   The data link controller 307 checks the state of the network, reads data from the transmission queue 306 when transmission to the network becomes possible, and transmits data to the network.

ディスクリプタの処理が1つ完了すると、割り込み発生器308が、CPU301への割り込み信号を発生する。   When one descriptor process is completed, the interrupt generator 308 generates an interrupt signal to the CPU 301.

ディスクリプタ処理器304は、メインメモリ303上に書き込まれたディスクリプタがすべて処理されるまで上記の動作を繰り返す。これにより、最初にCPU301がメインメモリ303に書き込んだデータは、すべてネットワークから送信されることになる。   The descriptor processor 304 repeats the above operation until all the descriptors written on the main memory 303 are processed. As a result, all the data that the CPU 301 initially writes to the main memory 303 is transmitted from the network.

このように、CPU301は、一度、送信すべきデータとそれに対応するディスクリプタを用意し、ディスクリプタ処理器304の動作を開始させることで、データの送信を行うことができる。
特開平6−244902号公報
As described above, the CPU 301 can transmit data by preparing data to be transmitted and a corresponding descriptor once and starting the operation of the descriptor processor 304.
JP-A-6-244902

しかしながら、一般にストリーム情報と呼ばれる、音声や動画映像などの時間的に連続性をもった情報をネットワーク送信する場合、図3に示したような送信装置を用いると、送信されるパケットが、連続して処理されるディスクリプタの単位でバースト状になる現象が発生する。   However, when transmitting information that is continuous in time, such as audio and video, generally called stream information, using the transmission device as shown in FIG. 3, packets to be transmitted are continuous. A phenomenon occurs in which a descriptor is processed in bursts.

すなわち、一度に用意されたディスクリプタおよびデータの処理は連続的に行われるため、それらのパケットの送出間隔は短く、次にディスクリプタとデータが用意されるまでは送信が行われないので、この間の送出間隔は長くなる。   In other words, since descriptors and data prepared at a time are continuously processed, the transmission interval of those packets is short, and transmission is not performed until the next time descriptors and data are prepared. The interval becomes longer.

図4は、図3に示す送信装置による送信パケットおよび割り込み信号を示すタイムチャートである。上述の現象によって送出されるパケットは、図4(a)のようにバースト状になる。このような時間軸のある一部にパケットが偏ると、瞬時的にネットワーク負荷が高まり、他のネットワークを流れるパケットとの干渉を起こし易くなる。その結果、パケットの伝送時間にばらつきが発生したり、干渉が甚だしい場合には、パケットの破棄が起こる。   FIG. 4 is a time chart showing a transmission packet and an interrupt signal by the transmission apparatus shown in FIG. Packets sent out due to the above phenomenon are in a burst form as shown in FIG. If the packet is biased to such a part of the time axis, the network load increases instantaneously, and interference with a packet flowing through another network is likely to occur. As a result, when packet transmission time varies or interference is severe, the packet is discarded.

ストリーム情報は、ビットレートなどで表現される、時間あたりの情報量が決まっている。したがって、ストリーム情報の本来のビットレートに応じてパケット間隔が伸縮し、相互のパケット間隔が広がることで、パケットが時間軸上でできるだけ分散化することが、ネットワークでの伝送品質を確保する上で望ましい。   The stream information has a fixed amount of information per time expressed by a bit rate or the like. Therefore, the packet interval expands and contracts according to the original bit rate of the stream information, and the mutual packet interval widens, so that the packets are dispersed as much as possible on the time axis in order to ensure transmission quality in the network. desirable.

図3に示す従来の送信装置においても、データリンクコントローラ307の処理速度を制限し、ストリーム情報のビットレートに近付けると、ネットワークに送出されるパケットの間隔は広がり、図4(b)のようになる。   Also in the conventional transmission apparatus shown in FIG. 3, when the processing speed of the data link controller 307 is limited and approaches the bit rate of the stream information, the interval of packets sent to the network increases, as shown in FIG. Become.

ところが、ネットワークの送信装置として機能するためには、ストリーム情報以外のパケットもまた送信する必要がある。例えば、ネットワークのアドレス情報を交換したり、さまざまな他のネットワーク上の装置からの問い合わせに応答する必要がある。また、ストリーム情報のやりとりに付随しても、ストリーム情報の制御情報、管理情報などを送ることが必要な場合も出てくる。   However, in order to function as a network transmission device, packets other than stream information must also be transmitted. For example, it is necessary to exchange network address information and respond to inquiries from various other devices on the network. In addition, there are cases where it is necessary to send control information, management information, and the like of stream information even with the exchange of stream information.

このようにストリーム情報以外のパケットの送信が行われるとき、上述のようにデータリンクコントローラ307の処理速度を制限することでパケット間隔を広げていると、図4(c)のようにストリーム情報以外のパケット401が途中に割り込み、ストリーム情報を運ぶパケットは本来の送出タイミングからずれてしまう。   When packets other than stream information are transmitted in this way, if the packet interval is widened by limiting the processing speed of the data link controller 307 as described above, other than stream information as shown in FIG. The packet 401 is interrupted in the middle, and the packet carrying the stream information deviates from the original transmission timing.

すなわち、ストリーム情報の送信の完了時刻が、ストリーム情報の送信が継続している間に発生した、ストリーム情報以外のパケットの数によって変化してしまうことになり、場合によっては、音声や動画映像が途切れたりする可能性がある。   That is, the completion time of transmission of the stream information changes depending on the number of packets other than the stream information generated while the transmission of the stream information is continued. There is a possibility of interruption.

また、データリンクコントローラ307の処理速度を制限することは、他のネットワーク上の装置からの問い合わせに対する応答速度も同時に制限することになる。   Limiting the processing speed of the data link controller 307 also limits the response speed to inquiries from devices on other networks.

このように、従来のパケットの送信装置においては、ストリーム情報を運ぶパケットの分散化と、ストリーム情報以外のパケットの処理の高速化を両立させることは困難であった。   As described above, in the conventional packet transmission apparatus, it is difficult to achieve both the distribution of packets carrying stream information and the high-speed processing of packets other than the stream information.

本発明は、上記従来の技術における課題を解決するもので、ストリーム情報のパケットの分散化とストリーム情報以外のパケットの処理の高速化を両立させる、ストリームパケット送信装置およびストリームパケット送信制御方法等を提供することを目的とする。   The present invention solves the above-described problems in the prior art, and provides a stream packet transmission device, a stream packet transmission control method, and the like that achieve both the dispersion of packets of stream information and the speed of processing of packets other than stream information. The purpose is to provide.

上述した課題を解決するために、第1の本発明は、
所定の周期ごとにイベント信号を発生するタイマー手段と、
連続的に発生するストリーム情報を運ぶパケットの情報を記述した第2のディスクリプタを前記イベント信号の発生するタイミングに応じて処理し、ストリーム情報以外の情報を運ぶパケットの情報を記述した第1のディスクリプタを随時処理する、ディスクリプタ処理手段とを備えた、ストリームパケット送信装置である。
In order to solve the above-described problem, the first aspect of the present invention provides:
Timer means for generating an event signal at predetermined intervals;
A first descriptor describing information of a packet carrying information other than stream information by processing a second descriptor describing information of a packet carrying continuously generated stream information according to the timing at which the event signal is generated. Is a stream packet transmitting device comprising descriptor processing means for processing the data as needed.

第2の本発明は、
前記ディスクリプタ処理手段は、前記イベント信号の発生するタイミングに応じて前記第2のディスクリプタの処理を開始する際に、前記第1のディスクリプタの処理を行なっている場合には、前記第1のディスクリプタの処理が終わった後に続けて、前記イベント信号の発生するタイミングに関係なく前記第2のディスクリプタの処理をする、第1の本発明のストリームパケット送信装置である。
The second aspect of the present invention
When the descriptor processing means is processing the first descriptor when starting the processing of the second descriptor in accordance with the timing at which the event signal is generated, the descriptor processing means The stream packet transmitting apparatus according to the first aspect of the present invention, which processes the second descriptor continuously after the processing is completed, regardless of the timing at which the event signal is generated.

第3の本発明は、
さらに、前記ストリーム情報の単位時間あたりのデータ量と、1つのパケットに含まれるデータ量とに基づいてパケット送信間隔を算出し、前記タイマー手段に前記所定の周期として前記パケット送信間隔を設定するタイマー設定手段を備えた、第1または第2の本発明のストリームパケット送信装置である。
The third aspect of the present invention provides
Further, a timer that calculates a packet transmission interval based on a data amount per unit time of the stream information and a data amount included in one packet, and sets the packet transmission interval as the predetermined period in the timer means It is the stream packet transmitter of the 1st or 2nd this invention provided with the setting means.

第4の本発明は、
さらに、あらかじめ設定された所定の数の前記第2のディスクリプタの処理の完了によって割り込み信号を発生する割り込み発生手段を備えた、第1乃至第3のいずれかの本発明のストリームパケット送信装置である。
The fourth invention relates to
Furthermore, the stream packet transmitting apparatus according to any one of the first to third aspects of the present invention, further comprising interrupt generation means for generating an interrupt signal upon completion of processing of a predetermined number of second descriptors set in advance. .

第5の本発明は、
前記ディスクリプタ処理手段は、同一の単位時間あたりのデータ量を有する複数の前記ストリーム情報を同一の時間帯に送信する場合には、前記タイマー手段からの前記イベント信号毎に、前記同一の時間帯に送信する複数の前記ストリーム情報の数の前記第2のディスクリプタを処理する、第1乃至第4のいずれかの本発明のストリームパケット送信装置である。
The fifth aspect of the present invention relates to
When the descriptor processing means transmits a plurality of the stream information having the same data amount per unit time in the same time zone, the descriptor processing means takes the same time zone for each event signal from the timer means. The stream packet transmitting apparatus according to any one of the first to fourth aspects of the present invention, which processes the second descriptors corresponding to the number of the plurality of pieces of stream information to be transmitted.

第6の本発明は、
所定の周期ごとにイベント信号を発生するステップと、
ストリーム情報を運ぶパケットの情報を記述した第2のディスクリプタを前記イベント信号の発生するタイミングに応じて処理するステップと、
ストリーム情報以外の情報を運ぶパケットの情報を記述した第1のディスクリプタを随時処理するステップとを備えた、ストリームパケット送信制御方法である。
The sixth invention relates to
Generating an event signal at predetermined intervals;
Processing a second descriptor describing information of a packet carrying stream information according to a timing at which the event signal is generated;
A stream packet transmission control method comprising: a step of processing a first descriptor describing information of a packet carrying information other than stream information as needed.

第7の本発明は、
第1乃至第5のいずれかの本発明のストリームパケット送信装置の、前記第1のディスクリプタ及び前記第2のディスクリプタを処理する前記ディスクリプタ処理手段としてコンピュータを機能させるためのプログラムである。
The seventh invention relates to
A program for causing a computer to function as the descriptor processing means for processing the first descriptor and the second descriptor in any of the first to fifth stream packet transmitting apparatuses of the present invention.

第8の本発明は、
第7の本発明のプログラムを担持した記録媒体であって、コンピュータで利用可能な記録媒体である。
The eighth invention relates to
A recording medium carrying the program of the seventh aspect of the present invention, which can be used by a computer.

本発明により、ストリーム情報のパケットの分散化とストリーム情報以外のパケットの処理の高速化を両立させる、ストリームパケット送信装置およびストリームパケット送信制御方法等を提供することができる。   According to the present invention, it is possible to provide a stream packet transmission apparatus, a stream packet transmission control method, and the like that can achieve both the distribution of packets of stream information and the high-speed processing of packets other than stream information.

以下、図面を参照しながら、本発明の実施の形態にかかるストリームパケット送信装置について説明する。   Hereinafter, a stream packet transmitting apparatus according to an embodiment of the present invention will be described with reference to the drawings.

(実施の形態1)
図1は、本発明の実施の形態1にかかるストリームパケット送信装置のブロック図である。図1を用いて、本実施の形態1のストリームパケット送信装置の構成を、その動作とともに説明する。
(Embodiment 1)
FIG. 1 is a block diagram of a stream packet transmitting apparatus according to the first embodiment of the present invention. The configuration of the stream packet transmitting apparatus according to the first embodiment will be described together with the operation thereof using FIG.

CPU101は、バス102を通じて、送信すべきデータ、およびそのデータに対するディスクリプタをメインメモリ103に書き込む。   The CPU 101 writes data to be transmitted and a descriptor for the data in the main memory 103 through the bus 102.

ただし、ストリーム情報以外のデータと、ストリーム情報のデータを分離し、図1に示すように、ストリーム情報以外のデータのみからなるデータ1と、データ1の開始アドレスと長さの情報を含むディスクリプタ1、および、ストリーム情報のみからなるデータ2と、データ2の開始アドレスと長さの情報を含むディスクリプタ2を、メインメモリ103に書き込む。   However, the data other than the stream information and the data of the stream information are separated, and as shown in FIG. 1, the data 1 consisting only of the data other than the stream information and the descriptor 1 including the start address and length information of the data 1 , And the descriptor 2 including the data 2 including only the stream information and the start address and length information of the data 2 are written in the main memory 103.

なお、図1では、データ1、データ2ともに4つのデータで構成されているが、これらの個々のデータは、いずれもネットワークに送信する1パケットで送信できるサイズである。つまり、1つのデータが、1つの送信パケットに対応するようになっている。また、データ1およびデータ2を4つのデータで構成しているとしたのは例示であって、いずれも、1以上のいくつのデータで構成されていてもよい。   In FIG. 1, both data 1 and data 2 are composed of four data, but each of these data has a size that can be transmitted in one packet transmitted to the network. That is, one data corresponds to one transmission packet. Further, the data 1 and the data 2 are composed of four data, and are examples, and any of the data 1 and the data 2 may be composed of one or more pieces of data.

第1のディスクリプタ処理器104は、ストリーム情報以外のデータに対するディスクリプタの処理を行う。すなわち、第1のディスクリプタ処理器104はCPU101からの動作開始の指示を受けると直ちにメインメモリ103上のディスクリプタ1を読み取り、データ1の開始アドレスとデータ1の長さの情報を、DMAコントローラ105に与える。   The first descriptor processor 104 performs descriptor processing on data other than stream information. That is, when the first descriptor processor 104 receives an operation start instruction from the CPU 101, it immediately reads the descriptor 1 on the main memory 103, and sends the data 1 start address and data 1 length information to the DMA controller 105. give.

第2のディスクリプタ処理器106は、ストリーム情報のデータに対するディスクリプタの処理を行う。第2のディスクリプタ処理器106は、メインメモリ103上のディスクリプタ2を読み取り、データ2の開始アドレスとデータ2の長さの情報を、DMAコントローラ105に与える。   The second descriptor processor 106 processes the descriptor for the stream information data. The second descriptor processor 106 reads the descriptor 2 on the main memory 103 and gives the DMA controller 105 information on the start address of the data 2 and the length of the data 2.

ただし、第2のディスクリプタ処理器106は、CPU101から動作開始の指示があってもすぐにはディスクリプタ2の処理には取り掛からず、所定の周期ごとに発生するタイマー107からのイベント信号の到着を待ってディスクリプタ2の処理を開始する。さらに、第2のディスクリプタ処理器106の動作開始にあたってはDMAコントローラ105の処理状況を問い合わせ、DMAコントローラ105が第1のディスクリプタ処理器104から与えられた情報を処理中の場合は、その処理の終了を待つ。   However, the second descriptor processor 106 does not immediately start the processing of the descriptor 2 even if an instruction to start the operation is received from the CPU 101, and waits for the arrival of an event signal from the timer 107 that occurs every predetermined period. Then, the processing of descriptor 2 is started. Further, when the operation of the second descriptor processor 106 is started, the processing status of the DMA controller 105 is inquired. When the DMA controller 105 is processing the information given from the first descriptor processor 104, the processing ends. Wait for.

そして、その第1のディスクリプタ処理器104から与えられた情報に対するDMAコントローラ105の処理が終了した後に続けて、タイマー107からのイベント信号のタイミングとは関係なく、待たせていた第2のディスクリプタ処理器106の処理を開始する。   Then, after the processing of the DMA controller 105 with respect to the information given from the first descriptor processor 104 is finished, the second descriptor processing that has been kept waiting is independent of the timing of the event signal from the timer 107. The processing of the device 106 is started.

なお、第1のディスクリプタ処理器104と第2のディスクリプタ処理器106を合わせた構成が、本発明のディスクリプタ処理部の一例である。また、ディスクリプタ1およびディスクリプタ2は、それぞれ、本発明の第1のディスクリプタおよび第2のディスクリプタの一例である。また、タイマー107は、本発明のタイマー手段の一例である。   A configuration in which the first descriptor processor 104 and the second descriptor processor 106 are combined is an example of the descriptor processor of the present invention. Descriptor 1 and descriptor 2 are examples of the first descriptor and the second descriptor of the present invention, respectively. The timer 107 is an example of timer means of the present invention.

DMAコントローラ105は、第1のディスクリプタ処理器104および第2のディスクリプタ処理器106から与えられたディスクリプタ1または2の情報を基に、バス102を通じて、メインメモリ103からデータ1あるいはデータ2を読み出し、送信キュー108に転送する。   The DMA controller 105 reads data 1 or data 2 from the main memory 103 via the bus 102 based on the information of the descriptor 1 or 2 given from the first descriptor processor 104 and the second descriptor processor 106, Transfer to the transmission queue 108.

データリンクコントローラ109は、ネットワークの状態を調べ、ネットワークへの送信が可能になった時、送信キュー108からデータを読み取り、ネットワークへのデータの送信を行う。   The data link controller 109 checks the state of the network, and when transmission to the network becomes possible, reads the data from the transmission queue 108 and transmits the data to the network.

ストリーム数レジスタ110は、タイマー107が発生するイベント信号ごとに、第2のディスクリプタ処理器106が処理すべきディスクリプタの数を保持する。第2のディスクリプタ処理器106はイベント信号を受け取った時、ストリーム数レジスタ110を参照し、一度に処理すべきディスクリプタの数を決定する。ストリーム数レジスタ110の設定は、CPU101によって行われる。   The stream number register 110 holds the number of descriptors to be processed by the second descriptor processor 106 for each event signal generated by the timer 107. When receiving the event signal, the second descriptor processor 106 refers to the stream number register 110 and determines the number of descriptors to be processed at one time. The setting of the stream number register 110 is performed by the CPU 101.

周期レジスタ111は、タイマー107が発生するイベント信号の発生周期の情報を保持する。タイマー107は、動作開始時に周期レジスタ111の値を読み取り、その値に対応する時間後にイベント信号を発生する。また同時に、ふたたび周期レジスタ111の値を読み取る。これにより、タイマー107が発生するイベント信号の周期は、周期レジスタ111の設定値に対応したものとなる。周期レジスタ111の設定は、CPU101によって行われる。なお、周期レジスタ111は、本発明のタイマー設定手段の一例である。   The period register 111 holds information on the generation period of the event signal generated by the timer 107. The timer 107 reads the value of the period register 111 at the start of operation, and generates an event signal after a time corresponding to the value. At the same time, the value of the period register 111 is read again. Thereby, the period of the event signal generated by the timer 107 corresponds to the set value of the period register 111. The setting of the period register 111 is performed by the CPU 101. The period register 111 is an example of the timer setting unit of the present invention.

割り込み単位レジスタ112は、第2のディスクリプタ処理器106が処理したディスクリプタの数の何個おきに割り込み信号を発生させるかという情報を保持する。第2のディスクリプタ処理器106が1つのディスクリプタの処理を終えると、処理数カウンタ113は、それをカウントしていく。なお、ここで割り込み単位レジスタ112に保持させる、ディスクリプタの数の何個おきに割り込み信号を発生させるかという情報が、本発明の、あらかじめ設定された所定の数の一例である。   The interrupt unit register 112 holds information on how many interrupt signals are generated by the number of descriptors processed by the second descriptor processor 106. When the second descriptor processor 106 finishes processing one descriptor, the processing number counter 113 counts it. Here, the information about how many interrupt signals are generated and held in the interrupt unit register 112 is an example of a predetermined number set in advance of the present invention.

割り込み発生器114では、割り込み単位レジスタ112に保持された値と、処理数カウンタ113のカウント値を比較し、一致した場合には割り込み信号をCPU101に対して発生する。なお、割り込み発生器114は、本発明の割り込み発生手段の一例である。   The interrupt generator 114 compares the value held in the interrupt unit register 112 with the count value of the processing number counter 113, and generates an interrupt signal to the CPU 101 if they match. The interrupt generator 114 is an example of the interrupt generation means of the present invention.

また、割り込み信号を発生すると同時に、処理数カウンタ113のカウント値を0とする。これにより、割り込み発生器114の発生する割り込み信号は、第2のディスクリプタ処理器106が処理したディスクリプタの数が、割り込み単位レジスタ112に設定された値に達するごとに発生する。なお、割り込み単位レジスタ112の設定は、CPU101によって行われる。   At the same time as generating an interrupt signal, the count value of the processing number counter 113 is set to zero. As a result, the interrupt signal generated by the interrupt generator 114 is generated each time the number of descriptors processed by the second descriptor processor 106 reaches the value set in the interrupt unit register 112. The interrupt unit register 112 is set by the CPU 101.

図2は、本実施の形態1のストリームパケット送信装置によって得られる送信パケットおよび割り込み信号の様子を示すタイムチャートである。   FIG. 2 is a time chart showing the state of a transmission packet and an interrupt signal obtained by the stream packet transmission device according to the first embodiment.

まず、図2(a)は、図3に示す従来例と同じく、ストリーム情報を第1のディスクリプタ処理器104によって送信した場合のパケットの様子である。パケットが偏って存在するタイミングと、パケットが存在しないタイミングがあり、他のパケットと干渉しやすい状態である。   First, FIG. 2A shows the state of a packet when stream information is transmitted by the first descriptor processor 104 as in the conventional example shown in FIG. There are timings when the packets exist in a biased manner and timings when the packets do not exist, and the packet is likely to interfere with other packets.

図2(b)は、第2のディスクリプタ処理器106を用い、ストリーム数レジスタには1を、周期レジスタには周期Tを設定した場合のパケットの様子である。パケット間隔が広がり、パケットの位置が分散化される。周期レジスタに設定する周期Tは、ストリーム情報の単位時間あたりのデータの量、すなわちビットレートをB、一つのパケットによって運ばれるストリーム情報のデータの量をLとするとき、T=L/Bで算出することができる。この算出はCPU101によって行うことができる。なお、周期Tが、本発明のパケット送信間隔の一例である。   FIG. 2 (b) shows the state of a packet when the second descriptor processor 106 is used and 1 is set in the stream number register and the period T is set in the period register. Packet intervals are widened and packet positions are distributed. The period T set in the period register is T = L / B, where B is the amount of data per unit time of stream information, that is, B is the amount of data of stream information carried by one packet. Can be calculated. This calculation can be performed by the CPU 101. The period T is an example of the packet transmission interval according to the present invention.

図2(c)は、割り込み単位レジスタ112に、値として3を設定した場合の割り込み信号を示している。ストリーム情報のネットワークへの送信にあたっては、第2のディスクリプタ処理器106が3つのディスクリプタの処理を終えるごとに、連続的に割り込み信号が発生する。   FIG. 2C shows an interrupt signal when 3 is set as a value in the interrupt unit register 112. When transmitting the stream information to the network, an interrupt signal is continuously generated each time the second descriptor processor 106 finishes processing the three descriptors.

従来例においては、一つ一つのディスクリプタの処理、すなわち、一つ一つのパケットの送信に対して割り込み信号が発生する。図4(d)は、従来例における割り込み信号の発生タイミングを示しているが、これと図2(c)を比較すると、割り込み信号の発生頻度が1/3に緩和されていることがわかる。   In the conventional example, an interrupt signal is generated for each descriptor processing, that is, for each packet transmission. FIG. 4D shows the generation timing of the interrupt signal in the conventional example, and comparing this with FIG. 2C, it can be seen that the generation frequency of the interrupt signal is relaxed to 1/3.

図2(d)は、上記のように各レジスタが設定され、ストリーム情報が間隔を保ち送信されている状態で、ストリーム情報以外のパケットの送信が行われた場合の送信パケットの様子である。   FIG. 2D shows a state of a transmission packet when a packet other than the stream information is transmitted in a state where each register is set as described above and the stream information is transmitted at intervals.

ストリーム以外のパケットについては、前述のように、データ1としてメインメモリ103上に書き込まれ、そのディスクリプタは、ストリーム情報のデータであるデータ2に対するディスクリプタ2とは独立したディスクリプタ1となっている。   As described above, the packets other than the stream are written on the main memory 103 as the data 1, and the descriptor is the descriptor 1 independent of the descriptor 2 for the data 2 which is the data of the stream information.

さらに、ディスクリプタ1の処理は、ディスクリプタ2を処理する第2のディスクリプタ処理器106より優先度の高い、第1のディスクリプタ処理器104が行う。このため本来t1のタイミングで処理されるはずのストリーム情報を運ぶパケット202は遅延させられ、先にストリーム情報以外のデータを運ぶパケット201が送信される。   Further, the descriptor 1 is processed by the first descriptor processor 104 having a higher priority than the second descriptor processor 106 that processes the descriptor 2. For this reason, the packet 202 carrying stream information that should be processed at the timing of t1 is delayed, and the packet 201 carrying data other than the stream information is transmitted first.

このようにストリーム情報以外のデータを運ぶパケットは、ストリーム情報を運ぶパケットの有無にかかわらず優先的に送信されるため、例えば他の装置からの問い合わせに対する応答などにおいて、その応答速度を落とすことはない。   Thus, packets carrying data other than stream information are preferentially transmitted regardless of the presence or absence of packets carrying stream information. For example, in response to an inquiry from another device, the response speed is not reduced. Absent.

また、従来例の図4(c)と比較して、その送信が遅れさせられたパケット202に続くパケット203は、本来のタイミングに送信されていることがわかる。これは、パケットの送信タイミングが、直前に送信されたパケットとの相対的な時間差で決まる従来例とは異なり、送信タイミングがタイマー107の発生するイベント信号によって決まるためである。   Further, it can be seen that the packet 203 following the packet 202 whose transmission has been delayed is transmitted at the original timing as compared with FIG. 4C of the conventional example. This is because the transmission timing is determined by the event signal generated by the timer 107, unlike the conventional example in which the packet transmission timing is determined by a relative time difference from the packet transmitted immediately before.

図2(e)は、複数のストリーム情報を送信した場合のパケットの様子である。ここでは、2つのストリーム情報を送信した場合の例を示している。個々のストリームのビットレートが同じであれば、周期レジスタ111に設定する値は、前述の計算式、T=L/Bで算出される値でよく、変更する必要はない。その代わり、ストリーム数が2の場合であれば、ストリーム数レジスタにその値として2を設定する。ここで、2つのストリーム情報のパケットが同じタイミングで送信されている時間帯が、本発明の同一の時間帯の一例である。   FIG. 2E shows the state of a packet when a plurality of pieces of stream information are transmitted. In this example, two pieces of stream information are transmitted. If the bit rates of the individual streams are the same, the value set in the period register 111 may be a value calculated by the above-described calculation formula, T = L / B, and need not be changed. Instead, if the number of streams is 2, 2 is set as the value in the stream number register. Here, a time zone in which two stream information packets are transmitted at the same timing is an example of the same time zone of the present invention.

データ2、ディスクリプタ2については、ストリーム分用意する必要がある。ただし、同じデータを異なる送信先に送る場合には、データ2については共用することもできる。   For data 2 and descriptor 2, it is necessary to prepare for the stream. However, when the same data is sent to different destinations, the data 2 can be shared.

前述の設定により、第2のディスクリプタ処理器106は、タイマー107からのイベント信号の到来ごとに2つのディスクリプタを処理するので、図2(e)のような送信間隔でストリームパケットが送出されることになる。   With the above setting, the second descriptor processor 106 processes two descriptors every time an event signal arrives from the timer 107, so that a stream packet is transmitted at a transmission interval as shown in FIG. become.

なお、本実施の形態1では、割り込み単位レジスタ112に3を設定することにより、3つのパケットの送信処理ごとに割り込み信号を発生させることとしたが、周期的に割り込み信号を発生させるのに限らず、全データのパケットの送信終了後に1回だけ割り込み信号を発生させるようにしてもよい。割り込み単位レジスタ112に設定する値に、メインメモリ103に書き込んだディスクリプタ2の個数、即ちデータ2の個数を設定することにより、全データのパケット終了時に1度だけ割り込み信号を発生させるようにできる。   In the first embodiment, by setting 3 in the interrupt unit register 112, an interrupt signal is generated for each transmission process of three packets. However, the interrupt signal is not limited to being generated periodically. Instead, the interrupt signal may be generated only once after transmission of all data packets is completed. By setting the number of descriptors 2 written in the main memory 103, that is, the number of data 2 to the value set in the interrupt unit register 112, an interrupt signal can be generated only once at the end of the packet of all data.

但し、連続するストリーム情報の送信時間が長い場合には、パケット送信中の送信状態を定期的に確認するために、定期的に割り込み信号を発生させるようにすることが好ましい。送信するストリーム情報に応じて、割り込み単位レジスタ112に設定する値を調整すればよい。   However, when the transmission time of continuous stream information is long, it is preferable to periodically generate an interrupt signal in order to periodically check the transmission state during packet transmission. The value set in the interrupt unit register 112 may be adjusted according to the stream information to be transmitted.

また、処理数カウンタ113に、第2のディスクリプタ処理器106が処理したディスクリプタの数を加算していき、割り込み発生器114が、その値と割り込み単位レジスタ112に保持されている値とを比較して割り込み信号を発生させることとしたが、最初に処理数カウンタ113に割り込み単位レジスタ112に保持されている値を設定しておき、第2のディスクリプタ処理器106がディスクリプタを処理するごとに処理数カウンタ113の値を減算し、処理数カウンタ113の値が0になったときに割り込み信号を発生させるようにしてもよい。この場合、処理数カウンタ113がカウントされるごとに、割り込み単位レジスタ112に保持されている値と比較する必要がなくなる。   Further, the number of descriptors processed by the second descriptor processor 106 is added to the processing counter 113, and the interrupt generator 114 compares the value with the value held in the interrupt unit register 112. The interrupt signal is generated in this way, but first, the value held in the interrupt unit register 112 is set in the processing number counter 113, and the processing number is processed each time the second descriptor processor 106 processes the descriptor. The value of the counter 113 may be subtracted and an interrupt signal may be generated when the value of the processing number counter 113 becomes zero. In this case, each time the processing number counter 113 is counted, it is not necessary to compare with the value held in the interrupt unit register 112.

また、本実施の形態1では、ディスクリプタ処理手段を、ストリーム情報以外の情報のディスクリプタ1を処理する第1のディスクリプタ処理器104と、ストリーム情報のディスクリプタ2を処理する第2のディスクリプタ処理器106の2つのディスクリプタ処理器の構成としたが、ストリーム情報とストリーム情報以外の情報の両方のディスクリプタを取り扱う1つのディスクリプタ処理器で構成してもよい。   In the first embodiment, the descriptor processing means includes a first descriptor processor 104 that processes descriptor 1 of information other than stream information, and a second descriptor processor 106 that processes descriptor 2 of stream information. Although it is configured with two descriptor processors, it may be configured with one descriptor processor that handles both descriptors of stream information and information other than stream information.

以上に説明したように、本発明のストリームパケット送信装置では、タイマー107の発生するイベント信号に応じてストリーム情報のディスクリプタ2を処理するため、送信するストリーム情報のパケットの送信間隔を、タイマー107によって所望の間隔に調節することが可能となる。   As described above, in the stream packet transmitting apparatus of the present invention, the stream information descriptor 2 is processed according to the event signal generated by the timer 107. It becomes possible to adjust to a desired interval.

また、ストリーム情報のパケット間隔を広げた状態においてもストリーム情報以外のパケットについては優先的にそのディスクリプタ1を取り扱うので、問い合わせに対する応答処理などを、処理速度を低下させることなく行うことができる。   Even in a state where the packet interval of the stream information is widened, the descriptor 1 is preferentially handled for packets other than the stream information, so that a response process to an inquiry can be performed without reducing the processing speed.

また、複数のストリームを扱う場合であっても、単独のストリームのビットレートが同じであれば、タイマー107が発生すべきイベント信号の周期は同じであり、ストリーム数の増減のつど設定内容を変更する手順を省くことができる。   Even when handling multiple streams, if the bit rate of a single stream is the same, the period of the event signal to be generated by the timer 107 is the same, and the setting contents are changed each time the number of streams increases or decreases. The procedure to do can be omitted.

また、従来のパケットの送信装置に比べて、割り込み信号の発生頻度を下げることができ、割り込み信号を受け付け、その処理を行うCPU101の処理負荷を低減させることができる。   Also, compared to a conventional packet transmission device, the frequency of generation of interrupt signals can be reduced, and the processing load on the CPU 101 that receives and processes interrupt signals can be reduced.

なお、本発明のプログラムは、上述した本発明のストリームパケット送信装置のタイマー手段、ディスクリプタ処理手段、タイマー設定手段、割り込み発生手段の機能をコンピュータにより実行させるためのプログラムであって、コンピュータと協働して動作するプログラムである。   The program of the present invention is a program for causing a computer to execute the functions of the timer means, descriptor processing means, timer setting means, and interrupt generating means of the above-described stream packet transmitting apparatus of the present invention, and cooperates with the computer. It is a program that operates as

また、本発明の記録媒体は、上述した本発明のストリームパケット送信装置のタイマー手段、ディスクリプタ処理手段、タイマー設定手段、割り込み発生手段の全部又は一部の機能をコンピュータにより実行させるためのプログラムを担持した記録媒体であり、コンピュータにより読み取り可能かつ、読み取られた前記プログラムが前記コンピュータと協働して利用される記録媒体である。   The recording medium of the present invention carries a program for causing a computer to execute all or some of the functions of the timer means, descriptor processing means, timer setting means, and interrupt generating means of the above-described stream packet transmitting apparatus of the present invention. The recording medium can be read by a computer and the read program is used in cooperation with the computer.

また、本発明のプログラムの一利用形態は、コンピュータにより読み取り可能な記録媒体に記録され、コンピュータと協働して動作する態様であっても良い。   Further, one usage form of the program of the present invention may be an aspect in which the program is recorded on a computer-readable recording medium and operates in cooperation with the computer.

また、記録媒体としては、ROM等が含まれ、伝送媒体としては、インターネット等の伝送媒体、光・電波・音波等が含まれる。   The recording medium includes a ROM and the like, and the transmission medium includes a transmission medium such as the Internet, light, radio waves, sound waves, and the like.

また、上述した本発明のコンピュータは、CPU等の純然たるハードウェアに限らず、ファームウェアや、OS、更に周辺機器を含むものであっても良い。   The computer of the present invention described above is not limited to pure hardware such as a CPU, and may include firmware, an OS, and peripheral devices.

なお、以上説明した様に、本発明の構成は、ソフトウェア的に実現しても良いし、ハードウェア的に実現しても良い。   As described above, the configuration of the present invention may be realized by software or hardware.

本発明にかかる、ストリームパケット送信装置およびストリームパケット送信制御方法は、ストリーム情報のパケットの分散化とストリーム情報以外のパケットの処理の高速化を両立させる効果を有し、音声や動画映像などの時間的に連続性をもったストリーム情報をネットワークを通じて伝送する装置の送信側の、ストリームパケット送信装置およびストリームパケット送信制御方法等として有用である。   The stream packet transmission device and the stream packet transmission control method according to the present invention have the effect of achieving both the dispersion of packets of stream information and the speeding up of the processing of packets other than the stream information, and the time for audio and video images. In particular, the present invention is useful as a stream packet transmission apparatus, a stream packet transmission control method, and the like on the transmission side of an apparatus that transmits stream information having continuity through a network.

本発明の実施の形態1にかかるストリームパケット送信装置のブロック図1 is a block diagram of a stream packet transmitting apparatus according to a first embodiment of the present invention. 本発明の実施の形態1にかかるストリームパケット送信装置における、(a)第1のディスクリプタ処理器で送信した場合のパケットの様子を示す図、(b)第2のディスクリプタ処理器で送信した場合のパケットの様子を示す図、(c)割り込み信号の発生タイミングを示す図、(d)ストリーム情報送信中にストリーム情報以外のパケットが送信される場合のパケットの様子を示す図、(e)複数のストリーム情報を送信した場合のパケットの様子を示す図In the stream packet transmitting apparatus according to the first embodiment of the present invention, (a) a diagram showing a state of a packet when transmitted by the first descriptor processor, (b) when transmitted by the second descriptor processor The figure which shows the mode of a packet, (c) The figure which shows the generation timing of an interrupt signal, (d) The figure which shows the mode of a packet when packets other than stream information are transmitted during stream information transmission, (e) Multiple The figure which shows the mode of the packet when stream information is transmitted 従来例におけるパケットの送信装置のブロック図Block diagram of packet transmission apparatus in conventional example 従来例におけるパケットの送信装置における、(a)送信パケットの様子を示す図、(b)データリンクコントローラの処理速度を制限した場合の送信パケットの様子を示す図、(c)ストリーム情報送信中にストリーム情報以外のパケットが送信される場合のパケットの様子を示す図、(d)割り込み信号の発生タイミングを示す図In the conventional packet transmission apparatus, (a) a diagram showing the state of the transmission packet, (b) a diagram showing the state of the transmission packet when the processing speed of the data link controller is limited, and (c) during stream information transmission The figure which shows the mode of a packet when packets other than stream information are transmitted, (d) The figure which shows the generation timing of an interrupt signal

符号の説明Explanation of symbols

101 CPU
102 バス
103 メインメモリ
104 第1のディスクリプタ処理器
105 DMAコントローラ
106 第2のディスクリプタ処理器
107 タイマー
108 送信キュー
109 データリンクコントローラ
110 ストリーム数レジスタ
111 周期レジスタ
112 割り込み単位レジスタ
113 処理数カウンタ
114 割り込み発生器
101 CPU
102 Bus 103 Main Memory 104 First Descriptor Processor 105 DMA Controller 106 Second Descriptor Processor 107 Timer 108 Transmission Queue 109 Data Link Controller 110 Stream Number Register 111 Period Register 112 Interrupt Unit Register 113 Processing Number Counter 114 Interrupt Generator

Claims (8)

所定の周期ごとにイベント信号を発生するタイマー手段と、
連続的に発生するストリーム情報を運ぶパケットの情報を記述した第2のディスクリプタを前記イベント信号の発生するタイミングに応じて処理し、ストリーム情報以外の情報を運ぶパケットの情報を記述した第1のディスクリプタを随時処理する、ディスクリプタ処理手段とを備えた、ストリームパケット送信装置。
Timer means for generating an event signal at predetermined intervals;
A first descriptor describing information of a packet carrying information other than stream information by processing a second descriptor describing information of a packet carrying continuously generated stream information according to the timing at which the event signal is generated. A stream packet transmitting device comprising descriptor processing means for processing the data as needed.
前記ディスクリプタ処理手段は、前記イベント信号の発生するタイミングに応じて前記第2のディスクリプタの処理を開始する際に、前記第1のディスクリプタの処理を行なっている場合には、前記第1のディスクリプタの処理が終わった後に続けて、前記イベント信号の発生するタイミングに関係なく前記第2のディスクリプタの処理をする、請求項1に記載のストリームパケット送信装置。   When the descriptor processing means is processing the first descriptor when starting the processing of the second descriptor in accordance with the timing at which the event signal is generated, the descriptor processing means The stream packet transmitting device according to claim 1, wherein the second descriptor is processed after the processing is completed, regardless of a timing at which the event signal is generated. さらに、前記ストリーム情報の単位時間あたりのデータ量と、1つのパケットに含まれるデータ量とに基づいてパケット送信間隔を算出し、前記タイマー手段に前記所定の周期として前記パケット送信間隔を設定するタイマー設定手段を備えた、請求項1または2に記載のストリームパケット送信装置。   Further, a timer that calculates a packet transmission interval based on a data amount per unit time of the stream information and a data amount included in one packet, and sets the packet transmission interval as the predetermined period in the timer means The stream packet transmitter according to claim 1, further comprising a setting unit. さらに、あらかじめ設定された所定の数の前記第2のディスクリプタの処理の完了によって割り込み信号を発生する割り込み発生手段を備えた、請求項1乃至3のいずれかに記載のストリームパケット送信装置。   4. The stream packet transmission device according to claim 1, further comprising interrupt generation means for generating an interrupt signal upon completion of processing of a predetermined number of second descriptors set in advance. 前記ディスクリプタ処理手段は、同一の単位時間あたりのデータ量を有する複数の前記ストリーム情報を同一の時間帯に送信する場合には、前記タイマー手段からの前記イベント信号毎に、前記同一の時間帯に送信する複数の前記ストリーム情報の数の前記第2のディスクリプタを処理する、請求項1乃至4のいずれかに記載のストリームパケット送信装置。   When the descriptor processing means transmits a plurality of the stream information having the same data amount per unit time in the same time zone, the descriptor processing means takes the same time zone for each event signal from the timer means. 5. The stream packet transmission device according to claim 1, wherein the second descriptor is processed in the number of the plurality of pieces of stream information to be transmitted. 所定の周期ごとにイベント信号を発生するステップと、
ストリーム情報を運ぶパケットの情報を記述した第2のディスクリプタを前記イベント信号の発生するタイミングに応じて処理するステップと、
ストリーム情報以外の情報を運ぶパケットの情報を記述した第1のディスクリプタを随時処理するステップとを備えた、ストリームパケット送信制御方法。
Generating an event signal at predetermined intervals;
Processing a second descriptor describing information of a packet carrying stream information according to a timing at which the event signal is generated;
A stream packet transmission control method comprising: a step of processing a first descriptor describing information of a packet carrying information other than stream information as needed.
請求項1乃至5のいずれかに記載のストリームパケット送信装置の、前記第1のディスクリプタ及び前記第2のディスクリプタを処理する前記ディスクリプタ処理手段としてコンピュータを機能させるためのプログラム。   6. A program for causing a computer to function as the descriptor processing means for processing the first descriptor and the second descriptor of the stream packet transmitting device according to claim 1. 請求項7に記載のプログラムを担持した記録媒体であって、コンピュータで利用可能な記録媒体。
A recording medium carrying the program according to claim 7 and usable by a computer.
JP2003422150A 2003-12-19 2003-12-19 Stream packet transmitter, stream packet transmission control method, program and recording medium Pending JP2005184440A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003422150A JP2005184440A (en) 2003-12-19 2003-12-19 Stream packet transmitter, stream packet transmission control method, program and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003422150A JP2005184440A (en) 2003-12-19 2003-12-19 Stream packet transmitter, stream packet transmission control method, program and recording medium

Publications (1)

Publication Number Publication Date
JP2005184440A true JP2005184440A (en) 2005-07-07

Family

ID=34783110

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003422150A Pending JP2005184440A (en) 2003-12-19 2003-12-19 Stream packet transmitter, stream packet transmission control method, program and recording medium

Country Status (1)

Country Link
JP (1) JP2005184440A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013131817A (en) * 2011-12-20 2013-07-04 Fujitsu Ltd Packet shaping apparatus
US11611801B2 (en) * 2020-05-11 2023-03-21 Realtek Semiconductor Corp. Control method applied to electronic device and associated electronic device and processor

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013131817A (en) * 2011-12-20 2013-07-04 Fujitsu Ltd Packet shaping apparatus
US11611801B2 (en) * 2020-05-11 2023-03-21 Realtek Semiconductor Corp. Control method applied to electronic device and associated electronic device and processor

Similar Documents

Publication Publication Date Title
US11843529B2 (en) Slave-to-master data and out-of-sequence acknowledgements on a daisy-chained bus
JP2006217476A (en) Communication method, communication system, and cable/radio bridge apparatus
JP2019054350A (en) Transfer device, transfer method, and program
WO2014103144A1 (en) Interface device and memory bus system
JPH10207822A (en) Interruption processing method for high speed i/o controller
JP2019165380A (en) Transfer control device, transfer control method, and program
KR101946532B1 (en) Method and apparatus for arbitration of time-sensitive data transmissions
JP2008172515A (en) Transmitter and method, communication device, and program
CN102156662A (en) Method and equipment for processing data
JP2005167965A (en) Packet processing method and apparatus
JP2011040895A (en) Information processing apparatus, control method thereof and program
US6889265B2 (en) Apparatus and method to allow and synchronize schedule changes in a USB enhanced host controller
JP2005184440A (en) Stream packet transmitter, stream packet transmission control method, program and recording medium
JP2007088709A (en) Packet communication apparatus and processing method thereof
KR100950528B1 (en) Apparatus and method for processing multiple data in each layer
WO2018167838A1 (en) Relay device and data transfer method
JP2003069985A (en) Network imaging apparatus
JP6127872B2 (en) Arithmetic processing device and control method of arithmetic processing device
JP6785009B2 (en) Communication device and control method of communication device
JP2003143221A (en) Tcp/ip engine
JPS59148929A (en) Communication control system of data
JP2023081630A (en) Communication control device, information processing equipment, communication control method, information processing method and program
JPH07191934A (en) Double bus device
JP2013090200A (en) Memory management method of communication device, communication device, and program
JP6542513B2 (en) USB transfer device, USB transfer system and USB transfer method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061205

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080905

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080916

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20081028

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20081028

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20081202