[go: up one dir, main page]

JP2011008824A - Information memory device, information transmission method, information transmission system, information processor, and program - Google Patents

Information memory device, information transmission method, information transmission system, information processor, and program Download PDF

Info

Publication number
JP2011008824A
JP2011008824A JP2010220017A JP2010220017A JP2011008824A JP 2011008824 A JP2011008824 A JP 2011008824A JP 2010220017 A JP2010220017 A JP 2010220017A JP 2010220017 A JP2010220017 A JP 2010220017A JP 2011008824 A JP2011008824 A JP 2011008824A
Authority
JP
Japan
Prior art keywords
information
data transfer
transfer mode
command
storage
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
JP2010220017A
Other languages
Japanese (ja)
Inventor
Naohiro Adachi
直大 足立
Kenichi Satori
謙一 佐鳥
Kenichi Nakanishi
健一 中西
Tamaki Konno
環 今野
Junko Nagata
淳子 永田
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.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP2010220017A priority Critical patent/JP2011008824A/en
Publication of JP2011008824A publication Critical patent/JP2011008824A/en
Pending legal-status Critical Current

Links

Images

Abstract

【課題】2つの転送モードに対応して転送処理を行う。
【解決手段】物理アドレス空間が連続していない複数の領域から構成される第1のホストシステムが認識可能な第1のコマンドセットはCで示されるコマンドである。物理アドレス空間が連続している第2のホストシステムが認識可能な第2のコマンドセットは、Bで示されるコマンドである。そして、これらに対して、ストレージシステムが認識可能なコマンドセットは、Cで示される第1のコマンドセットと、Bで示される第2のコマンドセットとを含む、Aで示されるコマンドセットとなる。換言すれば、ストレージシステムが認識可能なコマンドセットは、第1のホストシステムが認識可能な第1のコマンドセットと、第2のホストシステムが認識可能な第2のコマンドセットの2種類のコマンドセットであるといえる。本発明は、ストレージシステムに適用できる。
【選択図】図11
Transfer processing is performed in correspondence with two transfer modes.
A first command set that can be recognized by a first host system including a plurality of areas in which physical address spaces are not continuous is a command indicated by C. The second command set that can be recognized by the second host system having a continuous physical address space is a command indicated by B. On the other hand, a command set that can be recognized by the storage system is a command set indicated by A including a first command set indicated by C and a second command set indicated by B. In other words, the command set that can be recognized by the storage system includes two types of command sets: a first command set that can be recognized by the first host system and a second command set that can be recognized by the second host system. You can say that. The present invention can be applied to a storage system.
[Selection] Figure 11

Description

本発明は、情報記憶装置、情報転送方法、情報転送システム、情報処理装置、プログラム、並びに、記録媒体に関し、特に、情報を転送する場合に用いて好適な、情報記憶装置、情報転送方法、情報転送システム、情報処理装置、プログラム、並びに、記録媒体に関する。   The present invention relates to an information storage device, an information transfer method, an information transfer system, an information processing device, a program, and a recording medium, and in particular, an information storage device, an information transfer method, and information suitable for use in transferring information. The present invention relates to a transfer system, an information processing apparatus, a program, and a recording medium.

従来、メモリを内蔵するメモリカードなどが接続されるデータ処理装置が用いられている(例えば、特許文献1参照)。   Conventionally, a data processing device to which a memory card or the like incorporating a memory is connected is used (for example, see Patent Document 1).

また、従来、ホストとストレージとの間でデータを転送するために、DMA(Direct Memory Access)コントローラが用いられていた。Direct Memory Accessとは、機械語の命令群によらず、メモリとメモリまたはメモリとI/Oデバイスの間で直接データを転送することである。DMAコントローラとは、DMA機能を制御するためのコントローラである。   Conventionally, a DMA (Direct Memory Access) controller has been used to transfer data between the host and the storage. Direct Memory Access is the direct transfer of data between memory and memory or memory and I / O device regardless of the machine language instruction group. The DMA controller is a controller for controlling the DMA function.

DMAを機能を用いたデータ転送には、データ転送アドレスおよびデータ転送サイズなどのデータ転送制御情報が記載された記述子を用いてデータ転送を行う場合と、転送子を用いず、転送情報をレジスタ等に直接書き込むことによりデータ転送を行う場合とがある。   For data transfer using the DMA function, data transfer is performed using a descriptor in which data transfer control information such as data transfer address and data transfer size is described, and transfer information is registered without using a transfer element. In some cases, data transfer is performed by directly writing to the data.

記述子を用いた転送方法は、例えば、図1に示されるように、パーソナルコンピュータなどに用いられているメモリシステムのようにページ毎に管理された乖離した物理アドレス空間、すなわち、連続した論理アドレス空間に記憶されているものと定義されている情報が、実際の物理アドレス空間においては、複数に乖離されて記憶されている場合におけるデータ転送に用いると好適である。これに対して、図1に示される場合において、転送情報をレジスタ等に直接書き込むことによりデータ転送を行うと、転送の区切り毎にレジスタに転送情報を書き込む必要が発生して、転送のオーバーヘッドを増加させてしまい、転送レートを低下させる要因となりうる。   For example, as shown in FIG. 1, the transfer method using the descriptor is a separate physical address space managed for each page as in a memory system used in a personal computer or the like, that is, continuous logical addresses. The information defined as being stored in the space is preferably used for data transfer in a case where the information is stored in the actual physical address space with a plurality of discrepancies. On the other hand, in the case shown in FIG. 1, if data transfer is performed by directly writing the transfer information to a register or the like, it is necessary to write the transfer information to the register at every transfer delimiter. It may increase and cause a decrease in the transfer rate.

これに対して、図2に示されるように、論理アドレス空間における場合と同様に連続する物理アドレス空間を確保できるような組み込みシステムにおいて、記述子を用いたデータ転送を行った場合、記述子の自動取得にかかる転送時間が転送のオーバーヘッドとなり転送レートを低下させる要因となりうる。   On the other hand, as shown in FIG. 2, when data transfer using a descriptor is performed in an embedded system that can secure a continuous physical address space as in the logical address space, The transfer time required for automatic acquisition becomes a transfer overhead, which can be a factor of reducing the transfer rate.

図3を参照して、従来におけるデータ転送の例について説明する。   An example of conventional data transfer will be described with reference to FIG.

ホストシステム1とストレージシステム2とは、共通バス3によって接続されている、   The host system 1 and the storage system 2 are connected by a common bus 3.

DMAコントローラ12には、記述子を用いたデータ転送を行うか、または、記述子を用いずに転送情報をレジスタ等に直接書き込むことによりデータ転送を行うかのいずれのデータ転送モードでデータが転送されるかが設定されている。   Data is transferred to the DMA controller 12 in either a data transfer mode, in which data is transferred using a descriptor, or data is transferred by directly writing transfer information to a register or the like without using a descriptor. It is set whether or not.

図示しない操作入力部により、データ転送の指令を受けた場合、ホストシステム1のCPU11は、DMAコントローラ12に、DMA転送を開始するコマンドを供給する。DMAコントローラ12は、CPU11からDMA転送を開始するコマンドを受け取ると、設定に基づいてデータ転送に関する情報を取得し、I/F14、共通バス3、I/F23を介して、ストレージシステム2のストレージメモリ22からデータを読み出して、メモリ13に書き込んだり、その逆の操作を行う。そして、DMAコントローラ12は、指定されたサイズのデータの転送が終了すると、割り込みなどを使ってCPU11に完了を通知する。   When receiving a data transfer command from an operation input unit (not shown), the CPU 11 of the host system 1 supplies a command for starting DMA transfer to the DMA controller 12. When the DMA controller 12 receives a command to start DMA transfer from the CPU 11, the DMA controller 12 acquires information on data transfer based on the setting, and the storage memory of the storage system 2 via the I / F 14, the common bus 3, and the I / F 23. Data is read from 22 and written to the memory 13 or vice versa. Then, when the transfer of the designated size data is completed, the DMA controller 12 notifies the CPU 11 of completion using an interrupt or the like.

このように、DMAコントローラ12は、通常は、ホストシステム1に実装されており、共通バス3で接続されているストレージシステム2からデータを読み出して、メモリ13に書き込んだり、その逆の操作を行ったりする。   As described above, the DMA controller 12 is normally mounted on the host system 1, reads data from the storage system 2 connected by the common bus 3, writes the data to the memory 13, and vice versa. Or

また、従来においては、ホストシステム1とストレージシステム2とのインターフェースに、専用のインターフェースが用いられている場合もあった。   Conventionally, a dedicated interface may be used as an interface between the host system 1 and the storage system 2.

また、PCI(Peripheral Components Interconnect) Expressと称される高速バスが広く実用化されている(非特許文献1参照)。   In addition, a high-speed bus called PCI (Peripheral Components Interconnect) Express has been widely put into practical use (see Non-Patent Document 1).

特開2004−46891号公報JP 2004-46891 A

“PCI SIG−PCI Express”、[平成18年6月23日検索]、インターネット、<URL: http://www.pcisig.com/specifications/pciexpress/>“PCI SIG-PCI Express”, [Search June 23, 2006], Internet, <URL: http://www.pcisig.com/specifications/pciexpress/>

上述したように、DMA転送には、記述子を用いる場合と、記述子を用いずにレジスタに転送情報を直接書き込む場合とがあるが、システムによりそれぞれ適した条件のものが採用されるようになされている。   As described above, there are two types of DMA transfer: using descriptors and writing transfer information directly to registers without using descriptors. Has been made.

例えば、リムーバブルなシリコン・ストレージなどのストレージシステムにおいては、接続対象となるホスト機器のシステム構成は様々な形態を取るので、データ転送を行うメモリが、ある固定領域に割り振られている場合もあれば、オペレーティング・システムにより動的に割り振られる場合もある。上述したように、データ転送を行うメモリが動的に割り振られている場合、記述子を用いたほうが好適であるが、一方、データ転送を行うメモリが固定領域に割り振られている場合は、記述子を用いる転送より、転送情報を直接レジスタに書き込む方が、記述子を機器側にて用意する必要がないので制御が容易である。   For example, in a storage system such as removable silicon storage, the system configuration of the host device to be connected can take various forms, so the memory for data transfer may be allocated to a fixed area. May be dynamically allocated by the operating system. As described above, if the memory that performs data transfer is dynamically allocated, it is preferable to use a descriptor. On the other hand, if the memory that performs data transfer is allocated to a fixed area, it is It is easier to control the writing of the transfer information directly in the register than the transfer using the child because it is not necessary to prepare the descriptor on the device side.

このように、ストレージシステムでは、接続対照となるホスト機器のシステム構成によって、取るべき転送方法が異なってしまう。しかしながら、従来のストレージシステムは、基本的にいずれかの方式のコマンドセットしか持っていない。そのため接続先のホスト機器によってはデータ転送の性能に差が生じる場合があった。   As described above, in the storage system, the transfer method to be taken differs depending on the system configuration of the host device to be connected. However, the conventional storage system basically has only one type of command set. For this reason, there may be a difference in data transfer performance depending on the connected host device.

上述したように、PCI Expressなどの高速バスの実用化が進むに伴い、データ転送も高速化が求められている。したがって、接続先のホスト機器によってデータ転送の性能に格差が生じることを防ぎたいという要求があった。   As described above, with the progress of practical use of high-speed buses such as PCI Express, it is required to increase the data transfer speed. Therefore, there has been a demand to prevent a difference in data transfer performance depending on the host device connected to.

また、例えば、Flashメモリカードなどのシリコン・ストレージでは、上述したようなDMAの詳細な制御はその利用者には隠蔽し、より簡便なコマンドセットを使用してアクセス手法を提供することが求められている。   In addition, for example, in silicon storage such as a Flash memory card, it is required to hide the detailed control of DMA as described above from the user and provide an access method using a simpler command set. ing.

例えば、接続先のホスト機器やその他の条件により、ユーザが操作入力を行い、CPU11がDMAコントローラ12の詳細設定を全て行うことも考えられるが、この場合、操作が複雑になるという不都合が生じる。   For example, it is conceivable that the user performs an operation input depending on the host device of the connection destination and other conditions, and the CPU 11 performs all the detailed settings of the DMA controller 12, but in this case, the operation becomes complicated.

本発明はこのような状況に鑑みてなされたものであり、ユーザによる複雑な操作を行うことなしに、適切なデータ転送モードで、データ転送を行うことができるようにするものである。   The present invention has been made in view of such a situation, and makes it possible to perform data transfer in an appropriate data transfer mode without performing a complicated operation by a user.

本発明の第1の側面の情報記憶装置は、第1の記憶手段と、第2の記憶手段を備える情報処理装置から他からの要求によらずに供給されるコマンドを解析し、情報の授受に関わる前記第2の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第2の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのいずれのデータ転送モードであるかを判定するコマンド解析手段と、前記コマンド解析手段により判定された前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報授受制御手段とを備える。   An information storage device according to a first aspect of the present invention analyzes a command supplied from an information processing device including a first storage unit and a second storage unit without request from others, and exchanges information. A first data transfer mode for directly specifying the physical address of the second storage means related to the data, and a second data transfer mode for indirectly specifying the physical address of the second storage means related to information exchange The command analysis means for determining which data transfer mode is selected, and the information of the first storage means and the second storage means based on the data transfer mode determined by the command analysis means Information transfer control means for controlling transfer.

前記第2のデータ転送モードは、情報の授受に関わる前記第2の記憶手段の物理アドレスを含む複数の記述子により構成されるリストが格納される前記第2の記憶手段の物理アドレスを指定するデータ転送モードであるようにすることができる。   The second data transfer mode designates a physical address of the second storage unit in which a list composed of a plurality of descriptors including a physical address of the second storage unit involved in information exchange is stored. The data transfer mode can be set.

第1のレジスタと、第2のレジスタとをさらに備え、前記第1のデータ転送モードは、前記情報処理装置が情報の授受に関わる前記第2の記憶手段の物理アドレスを前記第1のレジスタに設定するデータ転送モードであり、前記第2のデータ転送モードは、前記情報処理装置が前記リストが格納された前記第2の記憶手段の物理アドレスを前記第2のレジスタに設定するデータ転送モードであるようにすることができる。   The first data transfer mode further includes a physical address of the second storage means related to information exchange performed by the information processing device in the first register. The second data transfer mode is a data transfer mode in which the information processing apparatus sets a physical address of the second storage unit in which the list is stored in the second register. Can be.

前記第1のデータ転送モードは、前記第2の記憶手段において物理アドレス空間が連続して設定される前記情報処理装置との情報の授受に用いられ、前記第2のデータ転送モードは、前記第2の記憶手段において物理アドレス空間が不連続に設定される前記情報処理装置との情報の授受に用いられるようにすることができる。   The first data transfer mode is used for exchanging information with the information processing apparatus in which a physical address space is continuously set in the second storage means, and the second data transfer mode is the second data transfer mode. The second storage means can be used for exchanging information with the information processing apparatus in which the physical address space is set discontinuously.

前記コマンド解析手段により解析可能なコマンドセットは、前記第1のデータ転送モードに適応するコマンドを含む第1のコマンドセットと、前記第2のデータ転送モードに適応するコマンドを含む第2のコマンドセットとを含ませるようにすることができる。   The command set that can be analyzed by the command analysis means includes a first command set including a command adapted to the first data transfer mode, and a second command set including a command adapted to the second data transfer mode. Can be included.

前記第1のコマンドセットのうちの一部と、前記第2のコマンドセットのうちの一部とは、同様の処理を指令する異なるコマンドを含ませるようにすることができる。   A part of the first command set and a part of the second command set may include different commands instructing the same processing.

前記第1のコマンドセットのうちの一部と、前記第2のコマンドセットのうちの一部とは、同一のコマンドを含ませるようにすることができる。   A part of the first command set and a part of the second command set may include the same command.

本発明の第1の側面の情報転送方法は、第1の記憶手段を備える情報記憶装置が、第2の記憶手段を備える情報処理装置から他からの要求によらずに供給されるコマンドを解析し、情報の授受に関わる前記第2の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第2の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのいずれのデータ転送モードであるかを判定し、判定した前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御するステップを含む。   In the information transfer method according to the first aspect of the present invention, the information storage device including the first storage unit analyzes the command supplied from the information processing device including the second storage unit without request from others. The first data transfer mode for directly specifying the physical address of the second storage means related to the exchange of information and the second address for indirectly specifying the physical address of the second storage means related to the exchange of information. A step of determining which one of the two data transfer modes, and controlling the exchange of information between the first storage unit and the second storage unit based on the determined data transfer mode including.

本発明の第1の側面のプログラムは、第1の記憶手段を備える情報記憶装置のコンピュータに、第2の記憶手段を備える情報処理装置から他からの要求によらずに供給されるコマンドを解析し、情報の授受に関わる前記第2の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第2の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのいずれのデータ転送モードであるかを判定し、判定した前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御するステップを含む処理を実行させる。   The program according to the first aspect of the present invention analyzes a command supplied to a computer of an information storage device including a first storage unit without request from another information processing device including a second storage unit. The first data transfer mode for directly specifying the physical address of the second storage means related to the exchange of information and the second address for indirectly specifying the physical address of the second storage means related to the exchange of information. A step of determining which one of the two data transfer modes, and controlling the exchange of information between the first storage unit and the second storage unit based on the determined data transfer mode The process including is executed.

本発明の第1の側面においては、第2の記憶手段を備える情報処理装置から他からの要求によらずに供給されるコマンドが解析され、情報の授受に関わる前記第2の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第2の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのいずれのデータ転送モードであるかが判定され、判定された前記データ転送モードに基づいて、第1の記憶手段と前記第2の記憶手段との情報の授受が制御される。   In the first aspect of the present invention, a command supplied from an information processing apparatus including the second storage unit without being requested by another is analyzed, and the physicality of the second storage unit involved in the exchange of information is analyzed. Which data transfer mode is a first data transfer mode in which an address is directly specified and a second data transfer mode in which a physical address of the second storage means related to information exchange is indirectly specified Based on the determined data transfer mode, transfer of information between the first storage unit and the second storage unit is controlled.

本発明の第2の側面の情報転送システムは、情報記憶装置と、前記情報記憶装置と情報を授受する情報処理装置とで構成され、前記情報記憶装置は、第1の記憶手段と、前記情報処理装置から他からの要求によらずに供給されるコマンドを解析し、情報の授受に関わる前記情報処理装置の第2の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第2の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのいずれのデータ転送モードであるかを判定するコマンド解析手段と、前記コマンド解析手段により判定された前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報授受制御手段とを備え、前記情報処理装置は、前記第2の記憶手段と、前記第1のデータ転送モードおよび前記第2のデータ転送モードのうちのいずれかのデータ転送モードに適応するコマンドを前記情報記憶装置に送出するコマンド送出手段とを備える。   An information transfer system according to a second aspect of the present invention includes an information storage device and an information processing device that exchanges information with the information storage device. The information storage device includes a first storage unit and the information storage device. A first data transfer mode for analyzing a command supplied from a processing device without request from others, and directly specifying a physical address of a second storage means of the information processing device involved in information transmission and reception; and A command analysis unit that determines which data transfer mode is the second data transfer mode that indirectly specifies a physical address of the second storage unit related to the exchange of information, and the command analysis unit And an information transmission / reception control unit that controls transmission / reception of information between the first storage unit and the second storage unit based on the data transfer mode. Comprising a second storage unit, and a command sending means for sending a command to adapt to any of the data transfer mode of said first data transfer mode and the second data transfer mode in the information storage device.

本発明の第2の側面においては、第1の記憶装置を備える情報記憶装置で、情報処理装置から他からの要求によらずに供給されるコマンドが解析され、情報の授受に関わる前記情報処理装置の第2の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第2の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのいずれのデータ転送モードであるかが判定され、判定された前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受が制御され、前記第2の記憶装置を備える情報処理装置で、前記第1のデータ転送モードおよび前記第2のデータ転送モードのうちのいずれかのデータ転送モードに適応するコマンドのうちのいずれかの転送モードに適応する前記コマンドが前記情報記憶装置に送出される。   In the second aspect of the present invention, the information storage device including the first storage device analyzes a command supplied from the information processing device without request from others, and performs the information processing related to the exchange of information. A first data transfer mode in which the physical address of the second storage means of the apparatus is directly specified, and a second data transfer mode in which the physical address of the second storage means related to information exchange is indirectly specified It is determined which data transfer mode, and based on the determined data transfer mode, information exchange between the first storage unit and the second storage unit is controlled, and the second storage unit is controlled. An information processing apparatus comprising a device, wherein the transfer mode is one of commands that are suitable for one of the first data transfer mode and the second data transfer mode. It said command to accommodate is sent to the information storage device.

本発明の第3の側面の情報処理装置は、第1の記憶手段と、情報の授受に関わる前記第1の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第1の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのうちのいずれかのデータ転送モードに適応するコマンドを、第2の記憶手段を備える情報記憶装置であって、前記コマンドにより示される前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報記憶装置に他からの要求によらずに送出するコマンド送出手段とを備える。   An information processing apparatus according to a third aspect of the present invention includes a first data transfer mode for directly specifying a physical address of the first storage unit, the first storage unit involved in information transfer, and information transfer An information storage device comprising a second storage means for a command adapted to any one of the second data transfer modes for indirectly specifying the physical address of the first storage means related to Then, based on the data transfer mode indicated by the command, the information is transmitted to the information storage device that controls the exchange of information between the first storage means and the second storage means without request from others. Command sending means.

前記第2のデータ転送モードは、情報の授受に関わる前記第1の記憶手段の物理アドレスを含む複数の記述子により構成されるリストが格納される前記第1の記憶手段の物理アドレスを指定するデータ転送モードであるようにすることができる。   The second data transfer mode designates a physical address of the first storage means in which a list composed of a plurality of descriptors including a physical address of the first storage means related to information exchange is stored. The data transfer mode can be set.

前記第1のデータ転送モードは、前記情報処理装置が情報の授受に関わる前記第1の記憶手段の物理アドレスを前記情報記憶装置のレジスタに設定するデータ転送モードであり、前記第2のデータ転送モードは、前記情報処理装置が前記リストが格納された前記第1の記憶手段の物理アドレスを前記情報記憶装置のレジスタに設定するデータ転送モードであるようにすることができる。   The first data transfer mode is a data transfer mode in which the information processing apparatus sets a physical address of the first storage means related to information exchange in a register of the information storage apparatus, and the second data transfer mode The mode may be a data transfer mode in which the information processing apparatus sets a physical address of the first storage unit in which the list is stored in a register of the information storage apparatus.

前記第1のデータ転送モードは、前記第1の記憶手段において物理アドレス空間が連続して設定される場合に用いられ、前記第2のデータ転送モードは、前記第1の記憶手段において物理アドレス空間が不連続に設定される場合に用いられるようにすることができる。   The first data transfer mode is used when a physical address space is set continuously in the first storage means, and the second data transfer mode is used in a physical address space in the first storage means. Can be used when is set discontinuously.

本発明の第3の側面の情報転送方法は、第1の記憶手段を備える情報処理装置が、情報の授受に関わる前記第1の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第1の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのうちのいずれかのデータ転送モードに適応するコマンドを、第2の記憶手段を備える情報記憶装置であって、前記コマンドにより示される前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報記憶装置に他からの要求によらずに送出するステップを含む。   An information transfer method according to a third aspect of the present invention includes a first data transfer mode in which an information processing apparatus including a first storage unit directly specifies a physical address of the first storage unit related to information exchange, And a second storage means for a command adapted to one of the data transfer modes of the second data transfer mode for indirectly specifying the physical address of the first storage means involved in the exchange of information. An information storage device that responds to a request from another to the information storage device that controls transmission / reception of information between the first storage unit and the second storage unit based on the data transfer mode indicated by the command It includes the step of sending without relying on.

本発明の第3の側面のプログラムは、第1の記憶手段を備える情報処理装置のコンピュータに、情報の授受に関わる前記第1の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第1の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのうちのいずれかのデータ転送モードに適応するコマンドを、第2の記憶手段を備える情報記憶装置であって、前記コマンドにより示される前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報記憶装置に他からの要求によらずに送出するステップを含む処理を実行させる。   A program according to a third aspect of the present invention includes a first data transfer mode for directly specifying a physical address of the first storage unit involved in information transfer to a computer of an information processing apparatus including the first storage unit, And a second storage means for a command adapted to one of the data transfer modes of the second data transfer mode for indirectly specifying the physical address of the first storage means involved in the exchange of information. An information storage device that responds to a request from another to the information storage device that controls transmission / reception of information between the first storage unit and the second storage unit based on the data transfer mode indicated by the command The processing including the step of sending without depending on is executed.

本発明の第3の側面においては、情報の授受に関わる第1の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第1の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのうちのいずれかのデータ転送モードに適応するコマンドが、第2の記憶手段を備える情報記憶装置であって、前記コマンドにより示される前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報記憶装置に他からの要求によらずに送出される。   In the third aspect of the present invention, the first data transfer mode for directly specifying the physical address of the first storage means involved in the exchange of information, and the physical address of the first storage means involved in the exchange of information A command adapted to any one of the second data transfer modes for indirectly designating is an information storage device comprising a second storage means, and the data transfer mode indicated by the command The information is sent to the information storage device that controls transmission / reception of information between the first storage means and the second storage means without any other request.

以上のように、本発明の第1の側面乃至第3の側面によれば、ホスト装置と情報を授受することができ、特に、同一のストレージ装置で、適用可能な転送モードの種類が異なるホスト装置と情報を授受することができる。   As described above, according to the first to third aspects of the present invention, it is possible to exchange information with a host device. In particular, the same storage device can be applied to different types of transfer modes. Can exchange information with the device.

物理アドレス空間が連続していない場合について説明するための図である。It is a figure for demonstrating the case where a physical address space is not continuous. 物理アドレス空間が連続している場合について説明するための図である。It is a figure for demonstrating the case where the physical address space is continuing. 従来のホストシステムとストレージシステムを示すブロック図である。It is a block diagram which shows the conventional host system and storage system. 本発明を適用したホストシステムとストレージシステムを示すブロック図である。It is a block diagram which shows the host system and storage system to which this invention is applied. コントローラが有する機能を示す機能ブロック図である。It is a functional block diagram which shows the function which a controller has. 第1のコマンドセットの例を説明するための図である。It is a figure for demonstrating the example of a 1st command set. 記述子について説明するための図である。It is a figure for demonstrating a descriptor. 第2のコマンドセットの例を説明するための図である。It is a figure for demonstrating the example of a 2nd command set. データ転送情報の例を説明するための図である。It is a figure for demonstrating the example of data transfer information. リンクリスト転送モードを用いるホストシステムにおいても、ダイレクト転送モードを用いるホストシステムにおいても同様に用いられるコマンドの例を説明するための図である。It is a figure for demonstrating the example of the command used similarly in the host system using a link list transfer mode, and also in the host system using a direct transfer mode. ストレージシステムが認識可能なコマンドセットと、物理アドレス空間が連続していない第1のホストシステムが認識可能なコマンドセットと、物理アドレス空間が連続している第2のホストシステム62が認識可能なコマンドセットについて説明するための図である。A command set recognizable by the storage system, a command set recognizable by the first host system whose physical address space is not continuous, and a command recognizable by the second host system 62 whose physical address space is continuous It is a figure for demonstrating a set. ストレージシステムの処理について説明するためのフローチャートである。It is a flowchart for demonstrating the process of a storage system. ホストシステムおよびストレージシステムの処理について説明するためのフローチャートである。It is a flowchart for demonstrating the process of a host system and a storage system. ホストシステムおよびストレージシステムの処理について説明するためのフローチャートである。It is a flowchart for demonstrating the process of a host system and a storage system.

以下、図面を参照して本発明を適用した実施の形態について説明する。   Embodiments to which the present invention is applied will be described below with reference to the drawings.

図4は、本発明を適用した、ストレージシステムとホストシステムとの構成を示すブロック図である。   FIG. 4 is a block diagram showing a configuration of a storage system and a host system to which the present invention is applied.

ストレージシステム61とホストシステム62とは、ストレージI/F63で接続されている。ストレージI/F63には、例えば、PCI(Peripheral Components Interconnect)Expressなどの高速バスが用いられると好適である。   The storage system 61 and the host system 62 are connected by a storage I / F 63. For the storage I / F 63, for example, a high-speed bus such as PCI (Peripheral Components Interconnect) Express is preferably used.

ストレージシステム61は、コントローラ81、内部バス82、レジスタ83、DMAコントローラ84、バッファメモリ85、ストレージI/Fバス86、ストレージメモリコントローラ87、ストレージメモリ88−1乃至88−n、および、ドライブ89を含んで構成される。   The storage system 61 includes a controller 81, an internal bus 82, a register 83, a DMA controller 84, a buffer memory 85, a storage I / F bus 86, a storage memory controller 87, storage memories 88-1 to 88-n, and a drive 89. Consists of including.

コントローラ81は、ストレージシステム61の動作を制御するものであり、例えば、ストレージメモリコントローラ87を制御して、ストレージメモリ88−1乃至88−nへのデータの書き込みまたは読み出しを実行させたり、ホストシステム62から供給され、レジスタ83のうちのいずれかに書き込まれたコマンドに基づいて、DMAコントローラ84の設定を行うなどの処理を実行する。   The controller 81 controls the operation of the storage system 61. For example, the controller 81 controls the storage memory controller 87 to write or read data to or from the storage memories 88-1 to 88-n, or to the host system. Based on the command supplied from 62 and written in one of the registers 83, processing such as setting of the DMA controller 84 is executed.

内部バス82には、コントローラ81、レジスタ83、DMAコントローラ84、バッファメモリ85が接続され、必要に応じて、ドライブ89も接続される。   A controller 81, a register 83, a DMA controller 84, and a buffer memory 85 are connected to the internal bus 82, and a drive 89 is also connected as necessary.

レジスタ83は、複数のレジスタを含むことができ、ホストシステム62から、ストレージI/F63およびストレージI/Fバス86を介してホストシステム62から供給されたコマンドや記述子または転送処理やその他の処理に必要な情報や引数などを保持する。   The register 83 can include a plurality of registers, and commands, descriptors, transfer processes, and other processes supplied from the host system 62 via the storage I / F 63 and the storage I / F bus 86 from the host system 62. Holds information and arguments necessary for.

DMAコントローラ84は、ストレージシステム61のバッファメモリ85とホストシステム62のホストメモリ92とのデータの授受を制御するものである。また、DMAコントローラ84には、2つの動作モードがあり、コントローラ81によって設定される。   The DMA controller 84 controls data exchange between the buffer memory 85 of the storage system 61 and the host memory 92 of the host system 62. The DMA controller 84 has two operation modes and is set by the controller 81.

1つ目の転送モードは、複数の記述子(エントリとも称される)により構成されるリンクリストのアドレスが、ホストシステム62からストレージシステム61のレジスタ83に供給され、ストレージシステム61がこのリンクリストを読み出すことにより転送処理が実行されるリンクリスト転送モードであり、2つ目の転送モードは、リンクリストを用いることなく、ホストシステム62からストレージシステム61のレジスタ83に直接データの転送に関する情報が記載されるダイレクト転送モードである。   In the first transfer mode, the address of a link list constituted by a plurality of descriptors (also referred to as entries) is supplied from the host system 62 to the register 83 of the storage system 61, and the storage system 61 receives this link list. This is a link list transfer mode in which transfer processing is executed by reading the data, and the second transfer mode has information related to data transfer directly from the host system 62 to the register 83 of the storage system 61 without using a link list. Direct transfer mode described.

リンクリスト転送モードは、図1を用いて説明したように、ホストシステム62のホストメモリ92における物理アドレス空間が、ページごとに管理される場合、すなわち、論理アドレス空間のように連続しておらず、乖離して設定されるような場合に用いると好適である。これに対して、図2を用いて説明したように、ホストシステム62のホストメモリ92における物理アドレス空間が、論理アドレス空間と同様に連続して設定されるような場合には、制御が単純なダイレクト転送モードを用いることができる。   In the link list transfer mode, as described with reference to FIG. 1, when the physical address space in the host memory 92 of the host system 62 is managed for each page, that is, it is not continuous like the logical address space. It is preferable to use it when the values are set differently. On the other hand, as described with reference to FIG. 2, when the physical address space in the host memory 92 of the host system 62 is set continuously like the logical address space, the control is simple. Direct transfer mode can be used.

バッファメモリ85は、ストレージI/F63およびストレージI/Fバス86を介して、ホストシステム62から供給されたデータを一時バッファリングしたり、ストレージメモリコントローラ87の制御によりストレージメモリ88−1乃至88−nのうちのいずれかから読み出されて、ストレージI/F63およびストレージI/Fバス86を介して、ホストシステム62に供給されるデータを一時バッファリングする。   The buffer memory 85 temporarily buffers the data supplied from the host system 62 via the storage I / F 63 and the storage I / F bus 86, and controls the storage memories 88-1 to 88- under the control of the storage memory controller 87. The data read from any one of n and supplied to the host system 62 via the storage I / F 63 and the storage I / F bus 86 is temporarily buffered.

ストレージI/Fバス86は、レジスタ83、DMAコントローラ84、バッファメモリ85と、ストレージI/Fとを接続するバスである。   The storage I / F bus 86 is a bus that connects the register 83, the DMA controller 84, the buffer memory 85, and the storage I / F.

ストレージメモリコントローラ87は、コントローラ81の制御に基づいて、ストレージメモリ88−1乃至88−nへのデータの書き込みおよび読み出しを制御する。   The storage memory controller 87 controls the writing and reading of data to and from the storage memories 88-1 to 88-n based on the control of the controller 81.

ストレージメモリ88−1乃至88−nは、ストレージメモリコントローラ87により、データが書き込まれ、また、読み出される。   Data is written to and read from the storage memories 88-1 to 88-n by the storage memory controller 87.

以下の説明においては、ストレージメモリ88−1乃至88−nを個々に区別する必要がない場合、単に、ストレージメモリ88と称する。   In the following description, the storage memories 88-1 to 88-n are simply referred to as the storage memory 88 when it is not necessary to distinguish them individually.

また、必要に応じて、ドライブ89が内部バス82に接続される。ドライブ89は、例えば、磁気ディスク、光ディスク、光磁気ディスク、または半導体メモリなどのリムーバブルメディア101が装着されたとき、それらを駆動し、そこに記録されているプログラムやデータなどを取得する。取得されたプログラムやデータは、ストリームメモリ88に転送され、記録されたり、コントローラ81にインストールされる。   Further, the drive 89 is connected to the internal bus 82 as necessary. For example, when a removable medium 101 such as a magnetic disk, an optical disk, a magneto-optical disk, or a semiconductor memory is mounted, the drive 89 drives them and acquires programs and data recorded therein. The acquired program and data are transferred to the stream memory 88 and recorded or installed in the controller 81.

また、ホストシステム62は、ホストCPU91、および、ホストメモリ92を含んで構成される。なお、ホストシステム62は、例えば、通信部、表示部、操作入力部、撮像部、音声取得部、または、データ圧縮処理部など、これ以外の構成要素を含んで構成されていてもよいことは言うまでもない。ホストシステム62としては、例えば、一般的なパーソナルコンピュータ、デジタルスチルカメラ、デジタルビデオカメラなどの、さまざまな情報処理装置を用いることが出来る。   The host system 62 includes a host CPU 91 and a host memory 92. Note that the host system 62 may be configured to include other components such as a communication unit, a display unit, an operation input unit, an imaging unit, a sound acquisition unit, or a data compression processing unit, for example. Needless to say. As the host system 62, for example, various information processing apparatuses such as a general personal computer, a digital still camera, and a digital video camera can be used.

ホストCPU91は、ホストシステム62の動作を制御するものであり、例えば、図示しない操作入力部により入力されたユーザの操作入力に基づいて、ホストメモリ92に記憶されているデータをストレージシステム61のストレージメモリ88に書き込むためのコマンドや、ストレージシステム61のストレージメモリ88に記憶されているデータを読み込んで、ホストメモリ92に記憶させるためのコマンドなどのストレージシステム61とのデータの授受に関するコマンド、または、これ以外に、例えば、ストレージメモリ88に記憶されているデータの消去などを指令するなど、ストレージメモリ88を制御するためのコマンドを発生し、ストレージI/F63を介して、ストレージシステム61のレジスタ83に書き込む処理を実行することができる。   The host CPU 91 controls the operation of the host system 62. For example, the data stored in the host memory 92 is stored in the storage system 61 based on a user operation input input by an operation input unit (not shown). Commands related to data exchange with the storage system 61, such as commands for writing to the memory 88, commands for reading data stored in the storage memory 88 of the storage system 61 and storing them in the host memory 92, or In addition to this, for example, a command for controlling the storage memory 88 such as an instruction to erase data stored in the storage memory 88 is generated, and the register 83 of the storage system 61 is transmitted via the storage I / F 63. Process to write to Can be done.

ホストメモリ92は、ホストCPU91の制御に基づいて、所定のデータを記憶するものである。   The host memory 92 stores predetermined data based on the control of the host CPU 91.

このように、図4に示されるストレージシステム61とホストシステム62との構成では、従来における場合と異なり、ホスト側ではなく、ストレージ側に、DMA転送を制御するDMAコントローラが設けられている。   As described above, in the configuration of the storage system 61 and the host system 62 shown in FIG. 4, unlike the conventional case, a DMA controller for controlling DMA transfer is provided not on the host side but on the storage side.

ここでは、ホストメモリ92におけるデータの記憶形式に、図1を用いて説明したように、ホストシステム62のホストメモリ92における物理アドレス空間が、論理アドレス空間のように連続しておらず、乖離して設定される第1のデータ記憶形式と、図2を用いて説明したように、ホストシステム62のホストメモリ92における物理アドレス空間が、論理アドレス空間と同様に連続して設定される第2のデータ記憶形式との2種類のデータ記憶形式が存在するものとして説明する。換言すれば、ホストシステム62は、ホストメモリ92において、物理アドレス空間が論理アドレス空間と異なり、連続していない(乖離している)複数の領域から構成される第1のホストシステム62と、ホストメモリ92において、物理アドレス空間と論理アドレス空間とがいずれも連続している第2のホストシステム62とが存在する。   Here, as described with reference to FIG. 1, the physical address space in the host memory 92 of the host system 62 is not continuous as the logical address space in the storage format of the data in the host memory 92, and is separated. As described with reference to FIG. 2 and the first data storage format set in the above, the physical address space in the host memory 92 of the host system 62 is set continuously in the same manner as the logical address space. A description will be given on the assumption that there are two types of data storage formats: a data storage format. In other words, the host system 62 is different from the logical address space in the host memory 92. The host system 62 includes a first host system 62 configured by a plurality of areas that are not continuous (separated), and a host In the memory 92, there is a second host system 62 in which both the physical address space and the logical address space are continuous.

すなわち、第1のホストシステム62においては、上述したリンクリスト転送モードが実行され、第2のホストシステム62においては、上述したダイレクト転送モードが実行されて、ストレージシステム61とデータの転送を行うことができるようになされている。なお、リンクリスト転送モードを実行する第1のホストシステム62が有するコマンドセットと、ダイレクト転送モードを実行する第2のホストシステム62が有するコマンドセットとは、少なくともデータ転送に関するコマンドにおいて異なるものとなる。コマンドセットの詳細については後述する。   That is, the link list transfer mode described above is executed in the first host system 62, and the direct transfer mode described above is executed in the second host system 62 to transfer data with the storage system 61. It is made to be able to. Note that the command set of the first host system 62 that executes the link list transfer mode and the command set of the second host system 62 that executes the direct transfer mode differ at least in commands related to data transfer. . Details of the command set will be described later.

次に、ストレージシステム61とホストシステムと62の動作について説明する。   Next, operations of the storage system 61 and the host system 62 will be described.

例えば、ホストシステム62のホストメモリ92に記録されているデータを、ストレージシステム61のストレージメモリ88に書き込む処理が実行される場合、ホストシステム62のホストCPU91は、ストレージI/F63およびストレージI/Fバス86を介して、レジスタ83に、ホストシステム62のホストメモリ92に記録されているデータを、ストレージシステム61のストレージメモリ88に書き込む処理を指令するコマンドであるライトコマンドを送信する。レジスタ83は、このコマンドの供給を受け、一時保持する。   For example, when a process of writing data recorded in the host memory 92 of the host system 62 to the storage memory 88 of the storage system 61 is executed, the host CPU 91 of the host system 62 uses the storage I / F 63 and the storage I / F. A write command, which is a command for instructing processing for writing data recorded in the host memory 92 of the host system 62 to the storage memory 88, is transmitted to the register 83 via the bus 86. The register 83 receives the command and temporarily holds it.

ストレージシステム61のコントローラ81は、レジスタ83に保持されているコマンドを取得して、その内容を解釈する。上述したように、ストレージシステム61とホストシステム62においては、リンクリスト転送モードとダイレクト転送モードとのいずれかの転送モードを用いて、データ転送が実行されるので、コントローラ81は、DMAコントローラ84に、転送モードに基づいた設定を行う。   The controller 81 of the storage system 61 acquires the command held in the register 83 and interprets its contents. As described above, in the storage system 61 and the host system 62, the data transfer is executed using one of the link list transfer mode and the direct transfer mode. And setting based on the transfer mode.

すなわち、データ転送モードがリンクリスト転送モードであるとき、ホストシステム62のホストCPU91は、レジスタ83に、ホストメモリ92においてリンクリストが記載されているアドレスを書き込むので、DMAコントローラ83は、レジスタ83を参照し、ホストメモリ92から1エントリずつエントリを読み出して、読み出されたエントリに基づいてデータ転送処理を実行し、リンクリストの全てのエントリに対して、同様にデータ転送処理を実行する。そして、データ転送モードがダイレクト転送モードであるとき、ホストシステム62のホストCPU91は、レジスタ83に、データサイズおよびアドレスなどのデータ転送情報を直接書き込むので、DMAコントローラ83は、レジスタ83を参照し、データ転送処理を実行する。   That is, when the data transfer mode is the link list transfer mode, the host CPU 91 of the host system 62 writes the address in which the link list is written in the host memory 92 to the register 83. The entry is read from the host memory 92 one entry at a time, data transfer processing is executed based on the read entry, and data transfer processing is executed in the same manner for all entries in the link list. When the data transfer mode is the direct transfer mode, the host CPU 91 of the host system 62 directly writes the data transfer information such as the data size and address in the register 83. Therefore, the DMA controller 83 refers to the register 83, Execute data transfer processing.

すなわち、ホストシステム62からストレージシステム61へデータが書き込まれる場合、DMAコントローラ84は、ホストメモリ92に記録されているデータのうち、ストレージメモリ88に書き込まれるデータを読み出し、ストレージI/F63およびストレージI/Fバス86を介して、バッファメモリ85に供給して、バッファリングさせる。   That is, when data is written from the host system 62 to the storage system 61, the DMA controller 84 reads data written in the storage memory 88 among data recorded in the host memory 92, and stores the storage I / F 63 and storage I / F 63. The data is supplied to the buffer memory 85 via the / F bus 86 and buffered.

そして、バッファメモリ85に蓄積されたデータは、バッファメモリ85に蓄積されたデータの内容が有効になった時点を起点として、ストレージメモリコントローラ87により、ストレージメモリ88に書き込まれる。   The data stored in the buffer memory 85 is written into the storage memory 88 by the storage memory controller 87 starting from the time when the contents of the data stored in the buffer memory 85 become valid.

また、例えば、ストレージシステム61のストレージメモリ88に記録されているデータを読み出して、ホストシステム62のホストメモリ92に記憶する処理が実行される場合、ホストシステム62のホストCPU91は、ストレージI/F63およびストレージI/Fバス86を介して、レジスタ83に、ストレージシステム61のストレージメモリ88に記録されているデータを読み出すことを指令するライトコマンドを送信する。レジスタ83は、このコマンドの供給を受け、一時保持する。   Further, for example, when the process of reading the data recorded in the storage memory 88 of the storage system 61 and storing it in the host memory 92 of the host system 62 is executed, the host CPU 91 of the host system 62 uses the storage I / F 63. A write command for instructing to read data recorded in the storage memory 88 of the storage system 61 is transmitted to the register 83 via the storage I / F bus 86. The register 83 receives the command and temporarily holds it.

ストレージシステム61のコントローラ81は、レジスタ83に保持されているコマンドを取得して、その内容を解釈する。上述したように、ストレージシステム61とホストシステム62においては、リンクリスト転送モードとダイレクト転送モードとのいずれかの転送モードを用いて、データ転送が実行されるので、コントローラ81は、DMAコントローラ84に、転送モードに基づいた設定を行う。   The controller 81 of the storage system 61 acquires the command held in the register 83 and interprets its contents. As described above, in the storage system 61 and the host system 62, the data transfer is executed using one of the link list transfer mode and the direct transfer mode. And setting based on the transfer mode.

そして、ホストシステム62がストレージシステム61からデータを読み出す場合、コントローラ81は、ストレージメモリコントローラ87を制御し、読み出されるデータを、ストレージメモリ88からバッファメモリ85に転送させる。バッファメモリ85に蓄積されたデータは、バッファメモリ85に蓄積されたデータの内容が有効になった時点を起点として、DMAコントローラ84により、ストレージI/Fバス86およびストレージI/Fを介して、ホストメモリ92に転送される。   When the host system 62 reads data from the storage system 61, the controller 81 controls the storage memory controller 87 to transfer the read data from the storage memory 88 to the buffer memory 85. The data stored in the buffer memory 85 is started by the DMA controller 84 via the storage I / F bus 86 and the storage I / F from the time when the contents of the data stored in the buffer memory 85 become valid. Transferred to the host memory 92.

図5は、ストレージシステム61のコントローラ81の機能を示す機能ブロック図である。   FIG. 5 is a functional block diagram showing functions of the controller 81 of the storage system 61.

コマンド取得部141は、レジスタ83に格納された、ホストシステム62から供給されたコマンドを取得し、コマンド解析部142に供給する。   The command acquisition unit 141 acquires the command supplied from the host system 62 stored in the register 83 and supplies the command to the command analysis unit 142.

コマンド解析部142は、コマンド取得部141により取得されたコマンドを解析する。   The command analysis unit 142 analyzes the command acquired by the command acquisition unit 141.

DMAコントローラ設定処理部143は、コマンド解析部142によるコマンドの解析結果に基づいて、DMAコントローラ84を、リンクリスト転送モードまたはダイレクト転送モードのいずれかに設定する。   The DMA controller setting processing unit 143 sets the DMA controller 84 to either the link list transfer mode or the direct transfer mode based on the command analysis result by the command analysis unit 142.

ストレージシステム61のDMAコントローラ84は、上述したように、リンクリスト転送モードとダイレクト転送モードとの2つの転送モードを有する。   As described above, the DMA controller 84 of the storage system 61 has two transfer modes: a link list transfer mode and a direct transfer mode.

すなわち、コントローラ81のコマンド解析部142は、ホストシステム62がストレージシステム61に対して送信するコマンドセットを2種類認識し、DMAコントローラ143は、そのコマンドセットに対応して、DMAコントローラ84がリンクリスト転送モードとダイレクト転送モードとのいずれで動作するかを設定することが出来る。   That is, the command analysis unit 142 of the controller 81 recognizes two types of command sets that the host system 62 transmits to the storage system 61, and the DMA controller 143 corresponds to the command set and the DMA controller 84 uses the link list. It is possible to set whether to operate in transfer mode or direct transfer mode.

そして、コマンド実行部144は、コマンド解析部142によるコマンドの解析結果に基づいて、コマンドに即した処理の実行を制御する   Then, the command execution unit 144 controls execution of processing according to the command based on the command analysis result by the command analysis unit 142.

図1を用いて説明したように、ホストメモリ92の物理アドレス空間が論理アドレス空間と異なり、連続していない(乖離している)複数の領域から構成される第1のホストシステム62が有するデータ転送に関する第1のコマンドセットの例を図6に示す。   As described with reference to FIG. 1, the physical address space of the host memory 92 is different from the logical address space, and the data included in the first host system 62 composed of a plurality of areas that are not continuous (dissociated). An example of a first command set related to transfer is shown in FIG.

READ_DATA_LINKLISTコマンドは、リンクリスト転送モードで、指定アドレスから指定サイズ分のデータを連続して読み出すことを指令するコマンドである。   The READ_DATA_LINKLIST command is a command for instructing to continuously read data of a specified size from a specified address in the link list transfer mode.

WRITE_DATA_LINKLISTコマンドは、リンクリスト転送モードで、指定アドレスから指定サイズ分のデータを連続して書き込むことを指令するコマンドである。   The WRITE_DATA_LINKLIST command is a command for instructing to continuously write data of a specified size from a specified address in the link list transfer mode.

そして、リンクリスト転送モードでは、離散した物理アドレス空間にデータを書き込んだり、離散した物理アドレス空間からデータを読み出すために、図7で示されるフォーマットの記述子を複数用いたリンクリストを用いる。このリンクリストを構成する個々の記述子は、エントリとも称される。   In the link list transfer mode, a link list using a plurality of descriptors in the format shown in FIG. 7 is used to write data into or read data from the discrete physical address space. Individual descriptors constituting this linked list are also referred to as entries.

1エントリは、転送アドレス、転送サイズ、および、リスト構造の最終エントリであるかを示す転送制御情報(EOT)を少なくとも含んで構成される。リンクリストを使用した転送モードであるリンクリスト転送モードにおいては、ホストシステム62側よりストレージシステム61のレジスタ83に対し、ホストメモリ92のうちのリンクリストが格納されている先頭アドレスが設定される。DMAコントローラ84は、この設定に従ってホストメモリ92から最初のエントリを読み出す。このエントリに記述された転送情報を基に、DMAコントローラ84は必要な転送を行うことができる。最初のエントリを使用した転送が終了すると、DMAコントローラ84は、次のエントリをリンクリストから自動的に取得し、同様に転送を行う。DMAコントローラ84は、エントリ内の転送制御情報のEOTフラグを参照して、このエントリが最終エントリであるか否かを判別し、この動作を最終エントリまで繰り返す。   One entry is configured to include at least transfer address, transfer size, and transfer control information (EOT) indicating whether it is the final entry of the list structure. In the link list transfer mode, which is a transfer mode using a link list, the host system 62 sets the head address where the link list of the host memory 92 is stored in the register 83 of the storage system 61. The DMA controller 84 reads the first entry from the host memory 92 according to this setting. Based on the transfer information described in this entry, the DMA controller 84 can perform necessary transfer. When the transfer using the first entry is completed, the DMA controller 84 automatically acquires the next entry from the link list and performs the transfer in the same manner. The DMA controller 84 refers to the EOT flag of the transfer control information in the entry, determines whether or not this entry is the last entry, and repeats this operation until the last entry.

リンクリスト転送モードは、図1を用いて説明したような連続しない物理アドレス空間に対して転送を行う際に使用される。すなわち、ホストシステム62のホストメモリ92における物理アドレス空間が、上述した図1における場合のように、論理アドレス空間のように連続しておらず、乖離して設定されるような場合に用いて好適である。換言すれば、上述した図1における場合のように、ホストシステム62のホストメモリ92における物理アドレス空間が、論理アドレス空間のように連続しておらず、乖離して設定されるような場合、ホストシステム62が有するデータ転送に関するコマンドセットは、図6に示されるもののみであれば良く、後述する図8のコマンドセットを有する必要はない。   The link list transfer mode is used when transferring to a discontinuous physical address space as described with reference to FIG. That is, it is suitable for the case where the physical address space in the host memory 92 of the host system 62 is not continuous as in the logical address space as in FIG. It is. In other words, when the physical address space in the host memory 92 of the host system 62 is not continuous as in the logical address space as in the case of FIG. 1 described above, The command set relating to data transfer that the system 62 has is only that shown in FIG. 6, and does not need to have the command set of FIG. 8 described later.

次に、図2を用いて説明したように、ホストメモリ92の物理アドレス空間が論理アドレス空間と同様に連続している第2のホストシステム62が有するデータ転送に関する第1のコマンドセットの例を図8に示す。   Next, as described with reference to FIG. 2, an example of a first command set related to data transfer included in the second host system 62 in which the physical address space of the host memory 92 is continuous in the same manner as the logical address space. As shown in FIG.

READ_DATA_DIRECTコマンドは、ダイレクト転送モードで、指定アドレスから指定サイズ分のデータを連続して読み出すことを指令するコマンドである。   The READ_DATA_DIRECT command is a command for instructing to continuously read data of a specified size from a specified address in the direct transfer mode.

WRITE_DATA_DIRECTコマンドは、ダイレクト転送モードで、指定アドレスから指定サイズ分のデータを連続して書き込むことを指令するコマンドである。   The WRITE_DATA_DIRECT command is a command for instructing to continuously write data of a specified size from a specified address in the direct transfer mode.

そして、ダイレクト転送モードでは、ホストCPU91から、ストレージI/F63を介して、レジスタ83に直接データ転送情報が設定される。   In the direct transfer mode, data transfer information is directly set in the register 83 from the host CPU 91 via the storage I / F 63.

レジスタ83に直接設定されるデータ転送情報は、図9に示されるように、データ転送情報として記述子と基本的に同等の情報、すなわち、転送アドレスおよび転送サイズを含んで構成される。データ転送情報は、ホストCPU91から、ストレージI/F63を介して、レジスタ83に供給されるので、DMAコントローラ84は、この設定された情報に基づいて、データの転送を行う。ホストシステム62が、更に、ストレージシステム61と授受するべきデータを有する場合、ホストシステム62は、更に、READ_DATA_DIRECTコマンドまたはWRITE_DATA_DIRECTコマンドを発生し、次の転送情報をストレージシステム61に通知して、同様の転送処理を実行する。   As shown in FIG. 9, the data transfer information set directly in the register 83 is configured to include information basically equivalent to the descriptor as the data transfer information, that is, a transfer address and a transfer size. Since the data transfer information is supplied from the host CPU 91 to the register 83 via the storage I / F 63, the DMA controller 84 performs data transfer based on the set information. When the host system 62 further has data to be exchanged with the storage system 61, the host system 62 further generates a READ_DATA_DIRECT command or a WRITE_DATA_DIRECT command, notifies the storage system 61 of the next transfer information, and Execute the transfer process.

ダイレクト転送モードは、図2を用いて説明したような、連続する物理アドレス空間に対して転送を行う際に使用される。すなわち、ホストシステム62のホストメモリ92における物理アドレス空間が、上述した図2における場合のように、論理アドレス空間と同様に連続して設定されるような場合に用いて好適である。換言すれば、上述した図2における場合のように、ホストシステム62のホストメモリ92における物理アドレス空間が連続して設定されるような場合、ホストシステム62が有するデータ転送に関するコマンドセットは、図8に示されるもののみであれば良く、上述した図6のコマンドセットを有する必要はない。   The direct transfer mode is used when transferring to a continuous physical address space as described with reference to FIG. That is, it is suitable for the case where the physical address space in the host memory 92 of the host system 62 is set continuously like the logical address space as in FIG. In other words, when the physical address space in the host memory 92 of the host system 62 is set continuously as in the case of FIG. 2 described above, the command set related to data transfer that the host system 62 has is shown in FIG. It is not necessary to have the command set shown in FIG.

また、ホストシステム62のホストメモリ92における物理アドレス空間が、図1を用いて説明したように、論理アドレス空間のように連続しておらず、乖離して設定されるような場合や、図2を用いて説明したように、論理アドレス空間と同様に連続して設定されるような場合のいずれにおいても同様の処理がなされるような処理を命令するコマンドは、データ転送モードにリンクリスト転送モードを用いるようになされているホストシステム62においても、データ転送モードにダイレクト転送モードを用いるようになされているホストシステム62においても、同様のコマンドを発行するものとすることができる。   Further, as described with reference to FIG. 1, the physical address space in the host memory 92 of the host system 62 is not continuous as in the logical address space, but is set differently, or FIG. As described with reference to FIG. 5, the command that instructs the processing to perform the same processing in any case where the processing is continuously set as in the logical address space, the link list transfer mode is set in the data transfer mode. The same command can be issued also in the host system 62 that uses the direct transfer mode as the data transfer mode.

例えば、図10に示されるようにして、指定アドレスから指定サイズ分のデータを消去するERASEコマンド、指定アドレスから指定サイズ分のデータの消去状態を確認するCHECK_ERASEDコマンド、および、初期状態にするBLANKコマンドなどは、ホストシステム62のホストメモリ92の状態にかかわらず、同一のコマンドであっても良い。   For example, as shown in FIG. 10, an ERASE command for erasing data of a specified size from a specified address, a CHECK_ERASED command for checking the erased state of data of a specified size from a specified address, and a BLANK command for initializing May be the same command regardless of the state of the host memory 92 of the host system 62.

図11を参照して、ストレージシステム61が認識可能なコマンドセットと、物理アドレス空間が論理アドレス空間と異なり、連続していない(乖離している)複数の領域から構成される第1のホストシステム62が認識可能なコマンドセットと、物理アドレス空間と論理アドレス空間とがいずれも連続している第2のホストシステム62が認識可能なコマンドセットについて説明する。   Referring to FIG. 11, the first host system configured by a command set recognizable by storage system 61 and a plurality of non-contiguous (separated) areas different from logical address space in physical address space. A command set that can be recognized by the second host system 62 in which both the physical address space and the logical address space are continuous will be described.

物理アドレス空間が論理アドレス空間と異なり、連続していない(乖離している)複数の領域から構成される第1のホストシステム62が認識可能な第1のコマンドセットは、図11において、Cで示される、READ_DATA_LINKLIST、WRITE_DATA_LINKLIST、ERASE、CHECK_ERASED、および、BLANKのコマンドである。そして、物理アドレス空間と論理アドレス空間とがいずれも連続している第2のホストシステム62が認識可能な第2のコマンドセットは、図11において、Bで示される、READ_DATA_DIRECT、WRITE_DATA_DIRECT、ERASE、CHECK_ERASED、および、BLANKのコマンドである。そして、これらに対して、ストレージシステム61が認識可能なコマンドセットは、図11においてCで示される第1のコマンドセットと、Bで示される第2のコマンドセットとを含む、図中Aで示されるコマンドセットとなる。すなわち、ストレージシステム61が認識可能なコマンドは、READ_DATA_LINKLIST、WRITE_DATA_LINKLIST、ERASE、READ_DATA_DIRECT、WRITE_DATA_DIRECT、CHECK_ERASED、および、BLANKのコマンドである。   Unlike the logical address space, the first command set that can be recognized by the first host system 62 composed of a plurality of non-contiguous (separated) areas is different from the logical address space. These commands are READ_DATA_LINKLIST, WRITE_DATA_LINKLIST, ERASE, CHECK_ERASED, and BLANK. A second command set that can be recognized by the second host system 62 in which both the physical address space and the logical address space are continuous is READ_DATA_DIRECT, WRITE_DATA_DIRECT, ERASE, and CHECK_ERASED indicated by B in FIG. And BLANK commands. On the other hand, the command set that can be recognized by the storage system 61 includes a first command set indicated by C and a second command set indicated by B in FIG. Command set. That is, commands that can be recognized by the storage system 61 are READ_DATA_LINKLIST, WRITE_DATA_LINKLIST, ERASE, READ_DATA_DIRECT, WRITE_DATA_DIRECT, CHECK_ERASED, and BLANK commands.

換言すれば、ストレージシステム61が認識可能なコマンドセットは、物理アドレス空間が論理アドレス空間と異なり、連続していない(乖離している)複数の領域から構成される第1のホストシステム62が認識可能な第1のコマンドセットと、物理アドレス空間と論理アドレス空間とがいずれも連続している第2のホストシステム62が認識可能な第2のコマンドセットの2種類のコマンドセットであるといえる。   In other words, the command set that can be recognized by the storage system 61 is recognized by the first host system 62 composed of a plurality of non-contiguous (separated) areas unlike the logical address space in the physical address space. It can be said that there are two types of command sets: a first command set that can be recognized, and a second command set that can be recognized by the second host system 62 in which both the physical address space and the logical address space are continuous.

なお、ここでは、リードおよびライトの2種類のコマンドが定義されているが、各コマンドセット内、すなわち、第1のホストシステム62が認識可能な第1のコマンドセットと、第2のホストシステム62が認識可能な第2のコマンドセットとで定義される命令数に制限はない。すなわち、それぞれのコマンドセットにおいて定義される命令数は、ひとつであっても良いし、複数であっても良い。   Here, two types of commands, ie, read and write, are defined, but in each command set, that is, the first command set that can be recognized by the first host system 62 and the second host system 62. There is no limit to the number of instructions defined by the second command set that can be recognized. That is, the number of instructions defined in each command set may be one or plural.

次に、図12のフローチャートを参照して、ストレージシステム61の処理について説明する。   Next, processing of the storage system 61 will be described with reference to the flowchart of FIG.

ステップS1において、ストレージシステム61は、ストレージI/F63を介して、ホストシステム62からコマンドの供給を受ける。供給されたコマンドは、ストレージI/Fバス86を介してレジスタ83に書き込まれる。   In step S <b> 1, the storage system 61 receives a command supplied from the host system 62 via the storage I / F 63. The supplied command is written into the register 83 via the storage I / F bus 86.

ステップS2において、コントローラ81のコマンド取得部141は、内部バス82を介して、レジスタ83に書き込まれたコマンドを読み込み、コントローラ81のコマンド解析部142は、コマンドを解釈する。   In step S2, the command acquisition unit 141 of the controller 81 reads the command written in the register 83 via the internal bus 82, and the command analysis unit 142 of the controller 81 interprets the command.

ステップS3において、コントローラ81のコマンド解析部142は、レジスタ83に書き込まれたコマンドは、データの転送(書き込み、または、読み出し)に関する指令であるか否かを判断する。   In step S <b> 3, the command analysis unit 142 of the controller 81 determines whether the command written in the register 83 is a command related to data transfer (write or read).

ステップS3において、コマンドは、データの転送に関する指令ではなかったと判断された場合、すなわち、図10を用いて説明したようなコマンドがレジスタに書き込まれていた場合、ステップS4において、コントローラ81のコマンド実行部144は、コマンドに対応する処理を実行し、処理が終了される。   If it is determined in step S3 that the command is not a command related to data transfer, that is, if the command described with reference to FIG. 10 has been written to the register, the command execution of the controller 81 is performed in step S4. The unit 144 executes a process corresponding to the command, and the process ends.

ステップS3において、コマンドは、データの転送に関する指令であったと判断された場合、ステップS5において、コントローラ81のコマンド解析部142は、コマンドの種類に基づいて、すなわち、レジスタに書き込まれていたコマンドは、図6を用いて説明したコマンドであるか、または、図8を用いて説明したコマンドであるかに基づいて、転送モードを判断する。具体的には、コマンド解析部142は、レジスタに書き込まれていたコマンドが図6を用いて説明したコマンドである場合、データ転送モードをリンクリスト転送モードであると判断し、図8を用いて説明したコマンドである場合、データ転送モードはダイレクト転送モードであると判断する。   If it is determined in step S3 that the command is a command related to data transfer, in step S5, the command analysis unit 142 of the controller 81 determines whether the command written in the register is based on the type of command. The transfer mode is determined based on whether the command is described with reference to FIG. 6 or the command described with reference to FIG. Specifically, when the command written in the register is the command described with reference to FIG. 6, the command analysis unit 142 determines that the data transfer mode is the link list transfer mode, and uses FIG. If it is the described command, it is determined that the data transfer mode is the direct transfer mode.

ステップS6において、コントローラ81のDMAコントローラ設定処理部143は、転送モードに応じて、DMAコントローラ84を設定する。   In step S6, the DMA controller setting processing unit 143 of the controller 81 sets the DMA controller 84 according to the transfer mode.

ステップS7において、コントローラ81のコマンド実行部144およびDMAコントローラ84は、データの転送処理を実行する。リンクリスト転送モードまたはダイレクト転送モードにおけるそれぞれの詳細な処理については、図13および図14を用いて後述する。   In step S7, the command execution unit 144 and the DMA controller 84 of the controller 81 execute a data transfer process. Detailed processing in the link list transfer mode or direct transfer mode will be described later with reference to FIGS. 13 and 14.

ステップS8において、コントローラ81のコマンド実行部144は、転送処理が終了したか否かを判断する。ステップS8において、転送処理が終了していないと判断された場合、処理は、ステップS7に戻り、それ以降の処理が繰り返される。ステップS8において、転送処理が終了したと判断された場合、処理は終了される。   In step S8, the command execution unit 144 of the controller 81 determines whether or not the transfer process has been completed. If it is determined in step S8 that the transfer process has not ended, the process returns to step S7, and the subsequent processes are repeated. If it is determined in step S8 that the transfer process has been completed, the process ends.

このような処理により、ストレージシステム61のコントローラ81は、ホストシステム62から供給されたコマンドに基づいて、データ転送モードを判断し、DMAコントローラ84をデータ転送モードに応じて設定することができるので、ストレージシステム61は、ホストシステム62のホストメモリ92の形式が、図1を用いて説明したように、物理アドレス空間と論理アドレス空間とが異なり、物理アドレス空間が乖離しているような場合であっても(上述した第1のホストシステム62であっても)、図2を用いて説明したように、物理アドレス空間と論理アドレス空間とがいずれも連続しているような場合であっても(上述した第2のホストシステム62であっても)、それぞれに対応してデータ転送処理を実行することが可能である。   By such processing, the controller 81 of the storage system 61 can determine the data transfer mode based on the command supplied from the host system 62 and set the DMA controller 84 according to the data transfer mode. The storage system 61 is a case where the format of the host memory 92 of the host system 62 is different from the physical address space and the physical address space as described with reference to FIG. Even (even in the case of the first host system 62 described above), as described with reference to FIG. 2, even if both the physical address space and the logical address space are continuous ( Data transfer processing can be executed correspondingly to each of the above-described second host systems 62). It is.

次に、図13のフローチャートを参照して、リンクリスト転送モードにおけるホストシステム62とストレージシステム61の処理について説明する。   Next, processing of the host system 62 and the storage system 61 in the link list transfer mode will be described with reference to the flowchart of FIG.

ステップS41において、ホストシステム62のホストCPU91は、データ転送開始のコマンド(ここでは、図6を用いて説明したいずれかのコマンド)を、ストレージI/F63を介して、ストレージシステム61に送信する。   In step S41, the host CPU 91 of the host system 62 transmits a data transfer start command (here, any of the commands described with reference to FIG. 6) to the storage system 61 via the storage I / F 63.

ステップS42において、ストレージシステム61は、ストレージI/F63を介して、ホストシステム62からコマンドの供給を受ける。供給されたコマンドは、ストレージI/Fバス86を介して、レジスタ83に書き込まれる。   In step S <b> 42, the storage system 61 receives a command supplied from the host system 62 via the storage I / F 63. The supplied command is written to the register 83 via the storage I / F bus 86.

ステップS43において、コントローラ81のコマンド取得部141は、内部バス82を介して、レジスタ83に書き込まれたコマンドを読み込み、コントローラ81のコマンド解析部142は、コマンドを解釈する。   In step S43, the command acquisition unit 141 of the controller 81 reads the command written in the register 83 via the internal bus 82, and the command analysis unit 142 of the controller 81 interprets the command.

ステップS44において、コントローラ81のコマンド解析部142は、コマンドの種類に基づいて、すなわち、レジスタに書き込まれていたコマンドは、図6を用いて説明したコマンドであるか、または、図8を用いて説明したコマンドであるかに基づいて、転送モードを判断する。ここでは、レジスタに書き込まれていたコマンドが図6を用いて説明したコマンドであるので、コマンド解析部142は、データ転送モードをリンクリスト転送モードであると判断するものとして説明する。   In step S44, the command analysis unit 142 of the controller 81 determines whether the command written in the register is the command described with reference to FIG. 6 based on the type of command, or with reference to FIG. The transfer mode is determined based on whether the command is described. Here, since the command written in the register is the command described with reference to FIG. 6, the command analysis unit 142 will be described as determining that the data transfer mode is the link list transfer mode.

ステップS45において、コントローラ81のDMAコントローラ設定処理部143は、リンクリスト転送モードとして、DMAコントローラ84を設定する。   In step S45, the DMA controller setting processing unit 143 of the controller 81 sets the DMA controller 84 as the link list transfer mode.

ステップS46において、リンクリスト転送モードに設定されたDMAコントローラ84は、ホストシステム62に対して、ストレージI/F63を介して、リンクリストのうちの1エントリを要求する。   In step S46, the DMA controller 84 set in the link list transfer mode requests the host system 62 for one entry in the link list via the storage I / F 63.

ステップS47において、ホストシステム62のホストCPU91は、リンクリストのうちの1エントリの要求をうけ、ストレージI/F63を介して、ストレージシステム61にリンクリストのうちの1エントリを送信する。   In step S 47, the host CPU 91 of the host system 62 receives a request for one entry in the link list and transmits one entry in the link list to the storage system 61 via the storage I / F 63.

ステップS48において、ストレージシステム61は、ストレージI/F63を介して、ホストシステム62からエントリを取得し、レジスタ83に保持する。   In step S <b> 48, the storage system 61 acquires an entry from the host system 62 via the storage I / F 63 and holds it in the register 83.

ステップS49およびステップS50において、ストレージシステム61およびホストシステム62は、データの転送処理を実行する。   In steps S49 and S50, the storage system 61 and the host system 62 execute a data transfer process.

具体的には、ホストシステム62のホストCPU91は、レジスタ83に、ホストメモリ92においてリンクリストが記載されているアドレスを書き込むので、DMAコントローラ83は、レジスタ83を参照し、ホストメモリ92から1エントリずつエントリを読み出して、読み出されたエントリに基づいてデータ転送処理を実行し、リンクリストの全てのエントリに対して、同様にデータ転送処理を実行する。   Specifically, since the host CPU 91 of the host system 62 writes the address described in the link list in the host memory 92 to the register 83, the DMA controller 83 refers to the register 83 and makes one entry from the host memory 92. The entries are read one by one, the data transfer process is executed based on the read entries, and the data transfer process is similarly executed for all the entries in the link list.

例えば、ホストシステム62からストレージシステム61へデータが書き込まれる場合、DMAコントローラ84は、ホストメモリ92に記録されているデータのうち、ストレージメモリ88に書き込まれるデータを読み出し、ストレージI/F63およびストレージI/Fバス86を介して、バッファメモリ85に供給して、バッファリングさせる。   For example, when data is written from the host system 62 to the storage system 61, the DMA controller 84 reads the data written in the storage memory 88 among the data recorded in the host memory 92, and the storage I / F 63 and the storage I The data is supplied to the buffer memory 85 via the / F bus 86 and buffered.

そして、バッファメモリ85に蓄積されたデータは、バッファメモリ85に蓄積されたデータの内容が有効になった時点を起点として、ストレージメモリコントローラ87により、ストレージメモリ88に書き込まれる。   The data stored in the buffer memory 85 is written into the storage memory 88 by the storage memory controller 87 starting from the time when the contents of the data stored in the buffer memory 85 become valid.

ステップS51において、ストレージシステム61のコントローラ81のコマンド実行部144は、ステップS48において取得したエントリにEOTが記載されていたか否かを判断する。ステップS51において、EOTが記載されていなかったと判断された場合、処理は、ステップS46に戻り、それ以降の処理が繰り返される。   In step S51, the command execution unit 144 of the controller 81 of the storage system 61 determines whether or not EOT is described in the entry acquired in step S48. If it is determined in step S51 that EOT is not described, the process returns to step S46, and the subsequent processes are repeated.

ステップS51において、EOTが記載されていなかったと判断された場合、ステップS52において、コントローラ81のコマンド実行部144は、処理を終了する。   If it is determined in step S51 that EOT has not been described, the command execution unit 144 of the controller 81 ends the process in step S52.

このような処理により、リンクリスト転送モードにおいて、データ転送が実行される。   By such processing, data transfer is executed in the link list transfer mode.

次に、図14のフローチャートを参照して、ダイレクト転送モードにおけるホストシステム62とストレージシステム61の処理について説明する。   Next, processing of the host system 62 and the storage system 61 in the direct transfer mode will be described with reference to the flowchart of FIG.

ステップS71において、ホストシステム62のホストCPU91は、データ転送開始のコマンド(ここでは、図8を用いて説明したいずれかのコマンド)を、ストレージI/F63を介して、ストレージシステム61に送信する。   In step S <b> 71, the host CPU 91 of the host system 62 transmits a data transfer start command (here, any command described with reference to FIG. 8) to the storage system 61 via the storage I / F 63.

ステップS72において、ストレージシステム61は、ストレージI/F63を介して、ホストシステム62からコマンドの供給を受ける。供給されたコマンドは、ストレージI/Fバス86を介して、レジスタ83に書き込まれる。   In step S72, the storage system 61 receives a command from the host system 62 via the storage I / F 63. The supplied command is written to the register 83 via the storage I / F bus 86.

ステップS73において、コントローラ81のコマンド取得部141は、内部バス82を介して、レジスタ83に書き込まれたコマンドを読み込み、コントローラ81のコマンド解析部142は、コマンドを解釈する。   In step S73, the command acquisition unit 141 of the controller 81 reads the command written in the register 83 via the internal bus 82, and the command analysis unit 142 of the controller 81 interprets the command.

ステップS74において、コントローラ81のコマンド解析部142は、コマンドの種類に基づいて、すなわち、レジスタに書き込まれていたコマンドは、図6を用いて説明したコマンドであるか、または、図8を用いて説明したコマンドであるかに基づいて、転送モードを判断する。ここでは、レジスタに書き込まれていたコマンドが図8を用いて説明したコマンドであるので、コマンド解析部142は、データ転送モードをダイレクト転送モードであると判断するものとして説明する。   In step S74, the command analysis unit 142 of the controller 81 determines whether the command written in the register is the command described with reference to FIG. 6 based on the type of command, or with reference to FIG. The transfer mode is determined based on whether the command is described. Here, since the command written in the register is the command described with reference to FIG. 8, the command analysis unit 142 will be described as determining that the data transfer mode is the direct transfer mode.

ステップS75において、コントローラ81のDMAコントローラ設定処理部143は、ダイレクト転送モードとして、DMAコントローラ84を設定する。   In step S75, the DMA controller setting processing unit 143 of the controller 81 sets the DMA controller 84 as the direct transfer mode.

ステップS76において、ホストシステム62のホストCPU91は、ストレージI/F63を介して、ストレージシステム61に、例えば、転送されるデータのサイズやアドレスなど、転送処理に関連する情報を送信する。   In step S76, the host CPU 91 of the host system 62 transmits information related to transfer processing, such as the size and address of data to be transferred, to the storage system 61 via the storage I / F 63.

ステップS77において、ストレージシステム61は、ストレージI/F63を介して、ホストシステム62から転送処理に関連する情報を取得し、レジスタ83に保持する。   In step S 77, the storage system 61 acquires information related to transfer processing from the host system 62 via the storage I / F 63 and holds it in the register 83.

ステップS78およびステップS79において、ストレージシステム61およびホストシステム62は、データの転送処理を実行する。   In steps S78 and S79, the storage system 61 and the host system 62 execute a data transfer process.

具体的には、データ転送モードがダイレクト転送モードであるとき、ホストシステム62のホストCPU91は、レジスタ83に、データサイズおよびアドレスなどのデータ転送情報を直接書き込むので、DMAコントローラ83は、レジスタ83を参照し、データ転送処理を実行する。   Specifically, when the data transfer mode is the direct transfer mode, the host CPU 91 of the host system 62 directly writes data transfer information such as the data size and address in the register 83, so the DMA controller 83 sets the register 83 in the register 83. Refer to and execute the data transfer process.

例えば、ホストシステム62がストレージシステム61からデータを読み出す場合、コントローラ81は、ストレージメモリコントローラ87に対して、読み出されるデータを、ストレージメモリ88からバッファメモリ85に転送させる。バッファメモリ85に蓄積されたデータは、バッファメモリ85に蓄積されたデータの内容が有効になった時点を起点として、DMAコントローラ84により、ストレージI/Fバス86およびストレージI/Fを介して、ホストメモリ92に転送される。   For example, when the host system 62 reads data from the storage system 61, the controller 81 causes the storage memory controller 87 to transfer the read data from the storage memory 88 to the buffer memory 85. The data stored in the buffer memory 85 is started by the DMA controller 84 via the storage I / F bus 86 and the storage I / F from the time when the contents of the data stored in the buffer memory 85 become valid. Transferred to the host memory 92.

ステップS80において、ストレージシステム61のコントローラ81のコマンド実行部144は、処理を終了する。   In step S80, the command execution unit 144 of the controller 81 of the storage system 61 ends the process.

このような処理により、ダイレクト転送モードにおいて、データ転送が実行される。   By such processing, data transfer is executed in the direct transfer mode.

以上説明したように、ストレージシステムが、リンクリスト転送モードおよびダイレクト転送モードの両方の転送方式を有し、これを使い分けるための簡便なコマンドセットを2組用意するこことで、必要に応じてどちらかのコマンドセットを有するホストシステムとデータの授受を行うことができるようにしたので、接続先のホスト機器のシステム構成によらず、適したデータ転送を行うことができ、データ転送性能を改善する(スループットを向上させる)ことができる。   As explained above, the storage system has both link list transfer mode and direct transfer mode transfer methods, and two simple command sets to properly use them are prepared. Since data can be exchanged with a host system that has such a command set, appropriate data transfer can be performed regardless of the system configuration of the connected host device, and data transfer performance can be improved. (Throughput can be improved).

また、このような構成をとることにより、専用のインターフェースを用いることなく、PCI Expressなどの広く用いられる高速バスを用いて、データ転送を実現することができる。   Further, by adopting such a configuration, data transfer can be realized by using a widely used high-speed bus such as PCI Express without using a dedicated interface.

なお、ここでは、2つの転送モードのうちのいずれかでデータ転送が実行される場合について説明したが、例えば、マスタシステムの構成や条件によって3つ以上の転送モードが予め用意され、そのうちのいずれかの転送モードによってデータ転送が実行される場合においても、本発明は適用可能である。   Although the case where data transfer is executed in one of the two transfer modes has been described here, for example, three or more transfer modes are prepared in advance depending on the configuration and conditions of the master system. The present invention can also be applied to the case where data transfer is executed in such a transfer mode.

上述した一連の処理は、ソフトウェアにより実行することもできる。そのソフトウェアは、そのソフトウェアを構成するプログラムが、専用のハードウェアに組み込まれているコンピュータ、または、各種のプログラムをインストールすることで、各種の機能を実行することが可能な、例えば汎用のパーソナルコンピュータなどに、記録媒体からインストールされる。   The series of processes described above can also be executed by software. The software is a computer in which the program constituting the software is incorporated in dedicated hardware, or various functions can be executed by installing various programs, for example, a general-purpose personal computer For example, it is installed from a recording medium.

この記録媒体は、図4に示すように、コンピュータとは別に、ユーザにプログラムを提供するために配布される、プログラムが記録されている磁気ディスク(フレキシブルディスクを含む)、光ディスク(CD-ROM(Compact Disk-Read Only Memory),DVD(Digital Versatile Disk)を含む)、光磁気ディスク(MD(Mini-Disk)(商標)を含む)、もしくは半導体メモリなどよりなるリムーバブルメディア101などにより構成される。   As shown in FIG. 4, the recording medium is distributed to provide a program to the user separately from the computer, and includes a magnetic disk (including a flexible disk) on which the program is recorded, an optical disk (CD-ROM ( Removable media 101 including a compact disk-read only memory (DVD) (including digital versatile disk), a magneto-optical disk (including MD (mini-disk) (trademark)), or a semiconductor memory.

また、本明細書において、記録媒体に記録されるプログラムを記述するステップは、記載された順序に沿って時系列的に行われる処理はもちろん、必ずしも時系列的に処理されなくとも、並列的あるいは個別に実行される処理をも含むものである。   Further, in the present specification, the step of describing the program recorded on the recording medium is not limited to the processing performed in chronological order according to the described order, but may be performed in parallel or It also includes processes that are executed individually.

なお、本明細書において、システムとは、複数の装置により構成される装置全体を表すものである。   In the present specification, the term “system” represents the entire apparatus constituted by a plurality of apparatuses.

なお、本発明の実施の形態は、上述した実施の形態に限定されるものではなく、本発明の要旨を逸脱しない範囲において種々の変更が可能である。   The embodiment of the present invention is not limited to the above-described embodiment, and various modifications can be made without departing from the gist of the present invention.

1 情報処理システム, 11 TV, 12 リモートコントローラ, 13 非接触カード, 14 決済サーバ, 21 インターネット, 41 アンテナ, 42 アンテナ, 43 太陽光発電パネル, 51 CPU, 52 非接触カードリーダライタ部, 53 キー入力部, 55 無線通信制御部, 56 出力電力測定部, 57 蓄電池   1 Information processing system, 11 TV, 12 Remote controller, 13 Contactless card, 14 Payment server, 21 Internet, 41 Antenna, 42 Antenna, 43 Photovoltaic panel, 51 CPU, 52 Contactless card reader / writer, 53 Key input Unit, 55 wireless communication control unit, 56 output power measurement unit, 57 storage battery

Claims (18)

第1の記憶手段と、
第2の記憶手段を備える情報処理装置から他からの要求によらずに供給されるコマンドを解析し、情報の授受に関わる前記第2の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第2の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのいずれのデータ転送モードであるかを判定するコマンド解析手段と、
前記コマンド解析手段により判定された前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報授受制御手段と
を備える情報記憶装置。
First storage means;
First data transfer for analyzing a command supplied from an information processing apparatus having second storage means without request from another and directly specifying a physical address of the second storage means related to information exchange Command analysis means for determining which data transfer mode is the second data transfer mode for indirectly specifying the mode and the physical address of the second storage means involved in the exchange of information;
An information storage device comprising: an information transfer control unit configured to control transfer of information between the first storage unit and the second storage unit based on the data transfer mode determined by the command analysis unit.
前記第2のデータ転送モードは、情報の授受に関わる前記第2の記憶手段の物理アドレスを含む複数の記述子により構成されるリストが格納される前記第2の記憶手段の物理アドレスを指定するデータ転送モードである
請求項1に記載の情報記憶装置。
The second data transfer mode designates a physical address of the second storage unit in which a list composed of a plurality of descriptors including a physical address of the second storage unit involved in information exchange is stored. The information storage device according to claim 1, wherein the information storage mode is a data transfer mode.
第1のレジスタと、
第2のレジスタと
をさらに備え、
前記第1のデータ転送モードは、前記情報処理装置が情報の授受に関わる前記第2の記憶手段の物理アドレスを前記第1のレジスタに設定するデータ転送モードであり、前記第2のデータ転送モードは、前記情報処理装置が前記リストが格納された前記第2の記憶手段の物理アドレスを前記第2のレジスタに設定するデータ転送モードである
請求項2に記載の情報記憶装置。
A first register;
A second register; and
The first data transfer mode is a data transfer mode in which the information processing apparatus sets a physical address of the second storage means related to information exchange in the first register, and the second data transfer mode The information storage device according to claim 2, wherein the information processing device is a data transfer mode in which a physical address of the second storage unit in which the list is stored is set in the second register.
前記第1のデータ転送モードは、前記第2の記憶手段において物理アドレス空間が連続して設定される前記情報処理装置との情報の授受に用いられ、前記第2のデータ転送モードは、前記第2の記憶手段において物理アドレス空間が不連続に設定される前記情報処理装置との情報の授受に用いられる
請求項1に記載の情報記憶装置。
The first data transfer mode is used for exchanging information with the information processing apparatus in which a physical address space is continuously set in the second storage means, and the second data transfer mode is the second data transfer mode. The information storage device according to claim 1, wherein the information storage device is used for exchanging information with the information processing device in which a physical address space is set discontinuously in the storage unit.
前記コマンド解析手段により解析可能なコマンドセットは、前記第1のデータ転送モードに適応するコマンドを含む第1のコマンドセットと、前記第2のデータ転送モードに適応するコマンドを含む第2のコマンドセットとを含む
請求項1に記載の情報記憶装置。
The command set that can be analyzed by the command analysis means includes a first command set including a command adapted to the first data transfer mode, and a second command set including a command adapted to the second data transfer mode. The information storage device according to claim 1.
前記第1のデータ転送モードに適応するコマンドと、前記第2のデータ転送モードに適応するコマンドとは、同様の処理を指令する異なるコマンドを含む
請求項5に記載の情報記憶装置。
The information storage device according to claim 5, wherein the command adapted to the first data transfer mode and the command adapted to the second data transfer mode include different commands instructing similar processing.
前記第1のコマンドセットのうちの一部と、前記第2のコマンドセットのうちの一部とは、同一のコマンドを含む
請求項5に記載の情報記憶装置。
The information storage device according to claim 5, wherein a part of the first command set and a part of the second command set include the same command.
第1の記憶手段を備える情報記憶装置が、
第2の記憶手段を備える情報処理装置から他からの要求によらずに供給されるコマンドを解析し、
情報の授受に関わる前記第2の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第2の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのいずれのデータ転送モードであるかを判定し、
判定した前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する
ステップを含む情報転送方法。
An information storage device comprising a first storage means
Analyzing a command supplied from an information processing apparatus including the second storage means without request from another,
A first data transfer mode for directly specifying the physical address of the second storage means involved in the exchange of information, and a second for indirectly specifying the physical address of the second storage means involved in the exchange of information. Determine which data transfer mode is the data transfer mode,
An information transfer method including a step of controlling exchange of information between the first storage means and the second storage means based on the determined data transfer mode.
第1の記憶手段を備える情報記憶装置のコンピュータに、
第2の記憶手段を備える情報処理装置から他からの要求によらずに供給されるコマンドを解析し、
情報の授受に関わる前記第2の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第2の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのいずれのデータ転送モードであるかを判定し、
判定した前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する
ステップを含む処理を実行させるためのプログラム。
In the computer of the information storage device comprising the first storage means,
Analyzing a command supplied from an information processing apparatus including the second storage means without request from another,
A first data transfer mode for directly specifying the physical address of the second storage means involved in the exchange of information, and a second for indirectly specifying the physical address of the second storage means involved in the exchange of information. Determine which data transfer mode is the data transfer mode,
A program for executing processing including a step of controlling transmission / reception of information between the first storage means and the second storage means based on the determined data transfer mode.
請求項9に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the program according to claim 9 is recorded. 情報記憶装置と、
前記情報記憶装置と情報を授受する情報処理装置と
で構成され、
前記情報記憶装置は、
第1の記憶手段と、
前記情報処理装置から他からの要求によらずに供給されるコマンドを解析し、情報の授受に関わる前記情報処理装置の第2の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第2の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのいずれのデータ転送モードであるかを判定するコマンド解析手段と、
前記コマンド解析手段により判定された前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報授受制御手段と
を備え、
前記情報処理装置は、
前記第2の記憶手段と、
前記第1のデータ転送モードおよび前記第2のデータ転送モードのうちのいずれかのデータ転送モードに適応するコマンドを前記情報記憶装置に送出するコマンド送出手段と
を備える情報転送システム。
An information storage device;
The information storage device and an information processing device that exchanges information,
The information storage device includes:
First storage means;
A first data transfer mode for analyzing a command supplied from the information processing apparatus without request from others and directly specifying a physical address of a second storage unit of the information processing apparatus involved in information transmission and reception; And command analysis means for determining which data transfer mode is the second data transfer mode for indirectly specifying the physical address of the second storage means related to the exchange of information;
Information transfer control means for controlling transfer of information between the first storage means and the second storage means based on the data transfer mode determined by the command analysis means;
The information processing apparatus includes:
The second storage means;
An information transfer system comprising: command sending means for sending a command adapted to any one of the first data transfer mode and the second data transfer mode to the information storage device.
第1の記憶手段と、
情報の授受に関わる前記第1の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第1の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのうちのいずれかのデータ転送モードに適応するコマンドを、第2の記憶手段を備える情報記憶装置であって、前記コマンドにより示される前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報記憶装置に他からの要求によらずに送出するコマンド送出手段と
を備える情報処理装置。
First storage means;
A first data transfer mode for directly designating a physical address of the first storage means involved in the exchange of information, and a second for indirectly designating a physical address of the first storage means involved in the exchange of information A command adapted to any one of the data transfer modes is an information storage device comprising a second storage means, wherein the first storage is based on the data transfer mode indicated by the command. An information processing apparatus comprising: command sending means for sending information to and from the information storage device that controls transmission / reception of information between the second storage means and a request from others.
前記第2のデータ転送モードは、情報の授受に関わる前記第1の記憶手段の物理アドレスを含む複数の記述子により構成されるリストが格納される前記第1の記憶手段の物理アドレスを指定するデータ転送モードである
請求項12に記載の情報処理装置。
The second data transfer mode designates a physical address of the first storage means in which a list composed of a plurality of descriptors including a physical address of the first storage means related to information exchange is stored. The information processing apparatus according to claim 12, wherein the information processing mode is a data transfer mode.
前記第1のデータ転送モードは、前記情報処理装置が情報の授受に関わる前記第1の記憶手段の物理アドレスを前記情報記憶装置のレジスタに設定するデータ転送モードであり、前記第2のデータ転送モードは、前記情報処理装置が前記リストが格納された前記第1の記憶手段の物理アドレスを前記情報記憶装置のレジスタに設定するデータ転送モードである
請求項13に記載の情報処理装置。
The first data transfer mode is a data transfer mode in which the information processing apparatus sets a physical address of the first storage means related to information exchange in a register of the information storage apparatus, and the second data transfer mode The information processing apparatus according to claim 13, wherein the mode is a data transfer mode in which the information processing apparatus sets a physical address of the first storage unit in which the list is stored in a register of the information storage apparatus.
前記第1のデータ転送モードは、前記第1の記憶手段において物理アドレス空間が連続して設定される場合に用いられ、前記第2のデータ転送モードは、前記第1の記憶手段において物理アドレス空間が不連続に設定される場合に用いられる
請求項12に記載の情報処理装置。
The first data transfer mode is used when a physical address space is set continuously in the first storage means, and the second data transfer mode is used in a physical address space in the first storage means. The information processing apparatus according to claim 12, wherein the information processing apparatus is used when is set discontinuously.
第1の記憶手段を備える情報処理装置が、
情報の授受に関わる前記第1の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第1の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのうちのいずれかのデータ転送モードに適応するコマンドを、第2の記憶手段を備える情報記憶装置であって、前記コマンドにより示される前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報記憶装置に他からの要求によらずに送出する
ステップを含む情報転送方法。
An information processing apparatus comprising a first storage means
A first data transfer mode for directly designating a physical address of the first storage means involved in the exchange of information, and a second for indirectly designating a physical address of the first storage means involved in the exchange of information A command adapted to any one of the data transfer modes is an information storage device comprising a second storage means, wherein the first storage is based on the data transfer mode indicated by the command. An information transfer method comprising a step of sending the information to the information storage device that controls transmission / reception of information between the second storage means and the second storage means without request from others.
第1の記憶手段を備える情報処理装置のコンピュータに、
情報の授受に関わる前記第1の記憶手段の物理アドレスを直接指定する第1のデータ転送モード、および、情報の授受に関わる前記第1の記憶手段の物理アドレスを間接的に指定する第2のデータ転送モードのうちのいずれかのデータ転送モードに適応するコマンドを、第2の記憶手段を備える情報記憶装置であって、前記コマンドにより示される前記データ転送モードに基づいて、前記第1の記憶手段と前記第2の記憶手段との情報の授受を制御する情報記憶装置に他からの要求によらずに送出する
ステップを含む処理を実行させるためのプログラム。
In the computer of the information processing apparatus comprising the first storage means,
A first data transfer mode for directly designating a physical address of the first storage means involved in the exchange of information, and a second for indirectly designating a physical address of the first storage means involved in the exchange of information A command adapted to any one of the data transfer modes is an information storage device comprising a second storage means, wherein the first storage is based on the data transfer mode indicated by the command. A program for executing a process including a step of sending to an information storage device that controls transmission / reception of information between the means and the second storage means without request from others.
請求項17に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体。   The computer-readable recording medium which recorded the program of Claim 17.
JP2010220017A 2010-09-29 2010-09-29 Information memory device, information transmission method, information transmission system, information processor, and program Pending JP2011008824A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010220017A JP2011008824A (en) 2010-09-29 2010-09-29 Information memory device, information transmission method, information transmission system, information processor, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010220017A JP2011008824A (en) 2010-09-29 2010-09-29 Information memory device, information transmission method, information transmission system, information processor, and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2006180782A Division JP2008009803A (en) 2006-06-30 2006-06-30 Information storage device, information transfer method, information transfer system, program, and recording medium

Publications (1)

Publication Number Publication Date
JP2011008824A true JP2011008824A (en) 2011-01-13

Family

ID=43565301

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010220017A Pending JP2011008824A (en) 2010-09-29 2010-09-29 Information memory device, information transmission method, information transmission system, information processor, and program

Country Status (1)

Country Link
JP (1) JP2011008824A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10459846B2 (en) 2015-09-10 2019-10-29 Toshiba Memory Corporation Memory system which uses a host memory
CN115952111A (en) * 2022-12-29 2023-04-11 苏州盛科科技有限公司 An APS switching method, device, electronic equipment, and computer-readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11252153A (en) * 1998-03-02 1999-09-17 Canon Inc Data communication system, data communication device, and data communication method
JPH11261608A (en) * 1998-03-09 1999-09-24 Canon Inc Data communication system, data communication device, data communication method, and storage medium
JP2000032005A (en) * 1998-03-12 2000-01-28 Canon Inc Data communication system, data communication method, data communication device, digital interface, and storage medium
JP2001086132A (en) * 1999-09-14 2001-03-30 Canon Inc Communication system, printing system, communication method, print control method
JP3599053B2 (en) * 2003-02-25 2004-12-08 セイコーエプソン株式会社 Data transfer control system, electronic device, and data transfer control method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11252153A (en) * 1998-03-02 1999-09-17 Canon Inc Data communication system, data communication device, and data communication method
JPH11261608A (en) * 1998-03-09 1999-09-24 Canon Inc Data communication system, data communication device, data communication method, and storage medium
JP2000032005A (en) * 1998-03-12 2000-01-28 Canon Inc Data communication system, data communication method, data communication device, digital interface, and storage medium
JP2001086132A (en) * 1999-09-14 2001-03-30 Canon Inc Communication system, printing system, communication method, print control method
JP3599053B2 (en) * 2003-02-25 2004-12-08 セイコーエプソン株式会社 Data transfer control system, electronic device, and data transfer control method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10459846B2 (en) 2015-09-10 2019-10-29 Toshiba Memory Corporation Memory system which uses a host memory
CN115952111A (en) * 2022-12-29 2023-04-11 苏州盛科科技有限公司 An APS switching method, device, electronic equipment, and computer-readable storage medium

Similar Documents

Publication Publication Date Title
KR100869675B1 (en) Flash memory control system and method using descriptor array
JP4356765B2 (en) Information processing apparatus and method, and program
CN102411549B (en) Memory system, host controller and method for controlling DMA
KR102111741B1 (en) EMBEDDED MULTIMEDIA CARD(eMMC), AND METHODS FOR OPERATING THE eMMC
US8843663B2 (en) Data transmission device and method for merging multiple commands
CN100555258C (en) Information storage device, information transmission method and system
US20080301381A1 (en) Device and method for controlling commands used for flash memory
KR20100088523A (en) Descriptor transfer apparatus, i/o controller, and descriptor transfer method
JP4373255B2 (en) Direct memory access control apparatus and method
JP2013030145A (en) Memory card controller, memory card adapter and memory card drive
KR100708266B1 (en) Direct memory access control method, direct memory access controller, information processing system, and computer readable media comprising program
JP2011008824A (en) Information memory device, information transmission method, information transmission system, information processor, and program
US20060190637A1 (en) Control apparatus, information processing apparatus, and data transferring method
JP4724494B2 (en) PCI bridge and system equipped with PCI bridge
US9110856B2 (en) Interface control apparatus, data storage apparatus and method for interface control
JP5652242B2 (en) Data transfer control device and program
JP2010026592A (en) Memory device and memory device control device
JP2002183675A (en) Data recording medium control device and method, data recording device and control device
CN118820142A (en) Acceleration unit, dedicated data processor, host and read/write signal transmission method
KR101574406B1 (en) Drawing control device
KR100633120B1 (en) Method for improving data bandwidth of a storage medium and apparatus therefor
JP2009187337A (en) Device control method, program, control circuit, and electronic device
JP2007334772A (en) Data transfer apparatus and control method thereof
CN119938565A (en) Data transmission method, device, equipment and medium based on DMA controller
JP6940283B2 (en) DMA transfer control device, DMA transfer control method, and DMA transfer control program

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101029

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101029

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121129

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130117

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130312