CN106775477B - SSD (solid State disk) master control data transmission management device and method - Google Patents

SSD (solid State disk) master control data transmission management device and method Download PDF

Info

Publication number
CN106775477B
CN106775477B CN201611177768.1A CN201611177768A CN106775477B CN 106775477 B CN106775477 B CN 106775477B CN 201611177768 A CN201611177768 A CN 201611177768A CN 106775477 B CN106775477 B CN 106775477B
Authority
CN
China
Prior art keywords
dma
data
storage unit
buffer
flash
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.)
Active
Application number
CN201611177768.1A
Other languages
Chinese (zh)
Other versions
CN106775477A (en
Inventor
李雷
陈旭光
杨万云
周士兵
彭鹏
马翼
田达海
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.)
Hunan Goke Microelectronics Co Ltd
Original Assignee
Hunan Goke Microelectronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hunan Goke Microelectronics Co Ltd filed Critical Hunan Goke Microelectronics Co Ltd
Priority to CN201611177768.1A priority Critical patent/CN106775477B/en
Publication of CN106775477A publication Critical patent/CN106775477A/en
Application granted granted Critical
Publication of CN106775477B publication Critical patent/CN106775477B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/061Improving I/O performance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/061Improving I/O performance
    • G06F3/0611Improving I/O performance in relation to response time
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/0679Non-volatile semiconductor memory device, e.g. flash memory, one time programmable memory [OTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Bus Control (AREA)

Abstract

The invention discloses a BE Buffer for SSD master control, a SSD master control and a Data transmission management device and a method, wherein the Buffer allocation, the Data synchronization and the Buffer release in the transmission process among DMA are automatically completed by combining a DMA transmission control rule realized by Data Flag and hardware, a CPU (central processing unit) is not required to intervene in the whole transmission process in a large quantity, and a large amount of CPU time resources are saved; the latency of Flash DMA is greatly reduced, thereby reducing the read delay. Particularly, aiming at the condition of large IO, under the DMA transmission control rule realized by combining Data Flag with hardware, BE DMA/Flash DMA can automatically carry out multiple transmissions in a suspension and awakening mode according to the setting condition of the Data Flag without the intervention of a CPU (central processing unit), and the transmission efficiency is not deteriorated but improved in the large IO scene.

Description

SSD (solid State disk) master control data transmission management device and method
Technical Field
The invention belongs to the field of SSD master control data transmission, and particularly relates to a BE Buffer for SSD master control, SSD master control and data transmission management device and method.
Background
In the mainstream SSD main control, there are DMA such as Sata DMA, Flash DMA, and BE DMA, and as shown in fig. 1, a solid arrow in the figure indicates a data flow direction in a write operation, and a dotted arrow indicates a data flow direction in a read operation.
In the SSD writing process, Sata DMA is responsible for transmitting data from HOST to a DRAM outside a chip, Core DMA is responsible for transmitting the data in the DRAM to BE Buffer in the chip, and Flash DMA is responsible for transmitting the data in the BE Buffer to Flash; in the SSD reading process, FLASH DMA is responsible for transmitting FLASH data to BE Buffer, and SATA DMA is responsible for transmitting BE Buffer data to HOST. As can BE seen from fig. 1, if the higher the data transmission efficiency between DMAs is, the less CPU time resources are consumed for managing the data cache between DMAs (DRAM/BE Buffer), the shorter the data transmission delay between HOST and FLASH is, that is, the higher the SSD data read-write bandwidth is.
The data transmission management method between the existing DMAs in the SSD is shown in fig. 2, in which the data transmission management method between the DMAs in the prior art is described by a data transmission process between the BE DMA and the FLASH under the SSD write operation, and the method can also BE applied to the data transmission management between other DMAs.
The operation meanings of the step numbers in fig. 2 are as follows:
Figure GDA0002728132130000011
Figure GDA0002728132130000021
as can BE seen from fig. 2, in the existing design, each data transmission request between the BE DMA and the FLASH DMA is completed by 10 steps, wherein 8 steps require CPU to participate, which consumes significant CPU time resources, and inevitably results in a long transmission delay.
In addition, each transmission needs to transmit the data requested to BE transmitted by the BE DMA to the back of the BE Buffer to start the transmission of the Flash DMA, namely the Flash DMA and the CPU have a long time waiting for the completion of the transmission of the data by the BE DMA, and the invalid waiting means low transmission efficiency.
With reference to fig. 2, the conventional DMA transfer management method has the following disadvantages:
(1) the occupied CPU time resource is more, data transmission between the BE DMA and the Flash DMA in the figure 2 needs to BE decomposed into 10 steps to BE completed, 8 steps need the participation of the CPU, obviously, the CPU time resource consumption is serious, the data transmission delay between the BE DMA is inevitably increased, the capacity of the CPU for processing other tasks is weakened, and the performance of the whole SSD system is affected.
(2) The invalid waiting time between the DMAs is too long, and the transmission efficiency is low. As can BE seen from fig. 2, in a single transfer request, the data transfer of the FLASH DMA can BE started only after the BE DMA completes the data transfer (step 5 and step 8 cannot BE performed simultaneously in the same request), that is, the FLASH DMA waits for the BE DMA to complete the data transfer for a long time, and these invalid waits are also an important reason for the long transfer delay.
(3) The large IO transmission efficiency deteriorates, the large IO refers to the condition that the size of one-time data transmission exceeds the size of the BE Buffer, at the moment, the large IO needs to BE disassembled into a plurality of small IOs which can BE cached in the BE Buffer for transmission, namely, for the large IO, the number of operation steps and the number of the disassembled small IOs are increased in proportion, and the data transmission delay is further deteriorated.
The explanations of nouns or abbreviations used in the present invention are as follows:
SSD: solid State Drive, a storage for storing user data using Flash medium
Storing the equipment;
DMA: direct Memory Access; a direct memory access controller;
BE DMA: back end DMA and back end DMA for data transmission inside the SSD;
flash DMA: and the FLASH memory DMA is used for transmitting data to the FLASH or reading the FLASH data.
Disclosure of Invention
The invention aims to solve the technical problems that in the prior art, the BE Buffer for the SSD master control, the SSD master control and the data transmission management device and method are provided, the problems that in the existing DMA data transmission management method, more CPU time resources are occupied, invalid waiting time between the DMAs is too long, and large IO transmission efficiency is deteriorated are solved, the occupation of CPU time resources is reduced, the data transmission efficiency between the DMAs is improved, invalid delay is reduced, and the SSD data throughput capacity is finally improved.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows: an SSD master control BE Buffer comprises a plurality of storage units; the storage unit also comprises a Data Flag space, and each storage unit has exclusive Mbit information in the Data Flag space and corresponds to the storage unit; if the exclusive Mbit information state of the Data Flag space corresponding to a certain storage unit is 0, indicating that the storage unit is not full; if the exclusive Mbit information state of the Data Flag space corresponding to a certain memory cell is set to 1, it indicates that the memory cell is full of Data Flag.
The SSD master control adopts the BE Buffer.
Correspondingly, the invention also provides a data transmission management device between the DMA in the SSD master control, which comprises a CPU; the CPU is used for receiving a Trans Req request from the SSD master control BE DMA, obtaining an initial position of the BE DMA written in the BE Buffer, configuring the initial position to the Flash DMA through the Trans Req request, and starting the SSD master control Flash DMA to transmit data.
In order to solve the above problems, the present invention further provides a method for performing data transfer management between DMAs in SSD master control by using the above transfer management apparatus, comprising the steps of:
1) when the BE DMA needs to transmit data to the BE Buffer, the ending position of the last transmission is automatically used as the starting position of the current data transmission, a Trans Req request is used for notifying a CPU, and the transmission starting position of the BE Buffer is reported to the CPU;
2) after receiving a Trans Req request from a BE DMA, a CPU obtains an initial position of the BE DMA written in a BE Buffer, configures the initial position to a Flash DMA through the Trans Req request, and starts the Flash DMA to transmit data;
3) and starting BE DMA to transmit data, executing data transmission action by the BE DMA, and executing the data transmission action by the Flash DMA when the BE DMA finishes transmitting 1 storage unit.
In step 3), the BE DMA executes data transmission action according to the following rules:
1) if the BE DMA needs to write a certain storage unit, the Data Flag space corresponding to the storage unit is found to BE 0, the BE DMA immediately writes Data into the storage unit, and immediately sets the Data Flag space corresponding to the storage unit to BE 1 after the storage unit is fully written;
2) if the BE DMA needs to write a certain storage unit, the Data Flag space corresponding to the storage unit is found to BE 1, the Data transmission of the BE DMA is suspended, and the BE DMA continues the Data transmission according to the rule 1) until the Data Flag space of the storage unit is cleared by other modules by 0;
3) when the BE Buffer is read and written to the right boundary, the next reading and writing position automatically jumps to the initial position of the left boundary of the BE Buffer to read and write.
In step 3), the Flash DMA executes data transmission action according to the following rules:
rule a): if the Flash DMA needs to fetch Data from a certain storage unit, finding that the Data Flag space value corresponding to the storage unit is 1, fetching the Data in the storage unit, and clearing 0 the Data Flag space corresponding to the storage unit after all the Data in the storage unit are fetched;
rule B): and if the Data Flag space value corresponding to the storage unit is found to be 0 when the Flash DMA needs to fetch Data from the storage unit, suspending Data transmission of the Flash DMA until the Data Flag space of the storage unit is set to be 1 by other hardware modules, and continuing Data transmission of the Flash DMA according to the rule B).
Compared with the prior art, the invention has the beneficial effects that: according to the invention, the allocation of the buffer space, the Data synchronization and the buffer space release in the transmission process among the DMAs are automatically completed through the DMA transmission control rule realized by combining the Data Flag with hardware, and the CPU is released from the heavy processing, so that the precious CPU time resource is greatly saved, and the capacity of the CPU for processing other services of the SSD is effectively improved; by combining a Data Flag mechanism, when the Write DMA finishes writing 1 storage unit Data, the Read DMA can immediately take the Data in the storage unit, and the Read DMA does not need to start Data transmission after waiting for all Data under the request of the Write DMA to finish transmitting once, so that the invalid waiting time of the Read DMA is greatly reduced, and the DMA transmission efficiency is obviously improved; in combination with Data Flag, the Data transmission in a burst mode can be automatically completed between the DMAs, which means that the operation steps of the CPU in the transmission process are the same no matter whether the large IO or the small IO exists, so that under the invention, the transmission efficiency of the large IO is not deteriorated but is better than that of the small IO.
Drawings
FIG. 1 is a diagram of a conventional SSD master DMA;
FIG. 2 is a diagram illustrating a conventional management method for data transmission between DMAs in an SSD;
FIG. 3 is a diagram illustrating a method for managing data transfer between DMAs in an SSD according to the present invention.
Detailed Description
As shown in fig. 3, the implementation process of the present invention is as follows:
1. appointing a storage unit with a specified size and a Data Flag space, wherein the Buffer between the DMAs is composed of a plurality of storage units, and each storage unit has exclusive 1-bit or multi-bit information in the Data Flag and corresponds to the storage unit. If the Data Flag of a certain memory cell is in a state of 0, the memory cell is not fully written; if the Data Flag of a certain memory cell is in state 1, it indicates that the memory cell is full of Data. As the contracted memory cell in FIG. 3 is 512B in size, each memory cell has exclusive 1-bit information corresponding to it in the Data Flag, the state 0 indicates that the Data Flag value of the memory cell is 0, the state 1 indicates that the Data Flag value of the memory cell is 0, and the Buffer between DMAs is BE Buffer.
2. On the basis of 1, when the Write DMA needs to Write a certain memory location in the buffer, if the Data Flag of the Write DMA is in the state 0, the Write DMA can Write the memory location, if the Data Flag of the Write DMA is in the state 1, the Write DMA can not Write the memory location, and the Write operation of the Write DMA is suspended until the Data Flag is converted into the state 0, so that the Write DMA can be activated to continue writing. As in FIG. 3, Write DMA refers to BE DMA, i.e., DMA that needs to Write data into the buffer.
3. On the basis of 1, when the Read DMA needs to Read a certain memory location in the buffer, if the Data Flag is in the state 1, the Read DMA can Read the memory location, and if the Data Flag is in the state 0, the Read DMA cannot Read the memory location, and suspend the Read operation of the Read DMA until the Data Flag is changed into the state 1, so that the Read DMA can be activated to continue reading. As in fig. 3, Read DMA refers to Flash DMA, i.e. DMA that needs to fetch data from buffer.
4. On a 2 basis, when the Write DMA Write exceeds the end of the Buffer, then the Write DMA Write pointer jumps to the beginning of the Buffer to continue writing data.
5. On the basis of 3, when the Read DMA Read exceeds the end point of the Buffer, the Read DMA Read pointer jumps to the starting position of the Buffer to continue reading data. Read DMA refers to Flash DMA.
6. On the basis of 4, the Write DMA can automatically complete the allocation of the Data storage target space without concern about whether the target space exceeds the buffer size or not and whether the target space is occupied by other transmission or not, because the Data Flag automatically controls the allocation.
Comparing the schemes of fig. 3 and fig. 2, the biggest difference of fig. 3 is that one more hardware module Data Flag (implemented by memory) is added.
Data Flag definition: according to the SSD front-end protocol, SSD transmission data is definitely sector aligned, and each sector is 512B in size. Therefore, in the scheme, each sector space in the BE Buffer is provided with exclusive 1-bit information corresponding to the sector space in the Data Flag. A Data Flag of a sector space of 0 indicates that the sector space is not full, and a Data Flag of 1 indicates that the sector space is full.
In combination with Data Flag, the hardware needs to implement the following DMA transfer control rules:
(1) if the BE DMA needs to write a sector space, if the Data Flag corresponding to the sector space is found to BE 0, the BE DMA immediately writes the Data into the space, and immediately sets the Data Flag corresponding to the space to 1 after the BE DMA is completely written with 512B.
(2) And if the BE DMA needs to write a certain sector space, finding that the corresponding Data Flag is 1, suspending the Data transmission of the BE DMA until the Data Flag of the space is cleared by other modules to BE 0, and then continuing the Data transmission of the BE DMA according to the rule (1).
(3) And if the Flash DMA needs to fetch Data from a certain sector space, finding that the corresponding Data Flag value is 1, taking the Data in the space, and clearing 0 the Data Flag corresponding to the space after taking 512B.
(4) And if the Data Flag value corresponding to the Flash DMA is found to be 0 when the Flash DMA needs to fetch Data from a certain sector space, suspending Data transmission of the Flash DMA until the Data Flag of the space is set to be 1 by other hardware modules, and continuing the Data transmission of the Flash DMA according to the rule (3).
(5) The BE DMA/Flash DMA has BE Buffer loop read-write function, namely when the BE Buffer right boundary is read and written, the next read-write position automatically jumps to the BE Buffer left boundary initial position to read and write.
The operation meanings of the step numbers in fig. 3 are as follows:
Figure GDA0002728132130000061
Figure GDA0002728132130000071
since the actions of table entry management, subsequent write alignment and the like are also involved in the SSD system, the CPU needs to know the data start position of the write request in the BE Buffer, and thus steps 1 and 2 cannot BE omitted.
As can be seen from fig. 3, in the present invention, the Buffer allocation, Data synchronization (Data synchronization is ensured by Trans Done signals in fig. 2), and Buffer release in the transmission process between DMAs are automatically completed by the DMA transmission control rule realized by Data Flag in combination with hardware, and a large amount of intervention by the CPU in the whole transmission process is not required, and the operations related to the CPU are reduced from 8 steps in fig. 2 to 3 steps, so that a large amount of CPU time resources are saved; in addition, step 5 in fig. 3 does not need to wait until all steps 4 are finished to start data transmission, but step 5 can start data transmission immediately after 1 sector data is transmitted in step 4, so that the waiting time of Flash DMA is greatly reduced, and the read delay is reduced. Particularly, for the situation of large IO, under the DMA transmission control rule realized by combining Data Flag with hardware, BE DMA/Flash DMA can automatically carry out multiple transmissions in a suspension and awakening mode according to the setting situation of the Data Flag without intervention of a CPU (central processing unit), so that for the application of the large IO scene, the transmission can BE finished only by 6 steps of operation in fig. 3, therefore, in the scheme, under the large IO scene, the transmission efficiency cannot BE deteriorated, but is improved.

Claims (6)

1. A data transmission management device between DMA in SSD master control comprises a CPU and a BE Buffer of the SSD master control; the SSD master control BE Buffer comprises a plurality of storage units and a Data Flag space, and each storage unit has exclusive Mbit information in the Data Flag space and corresponds to the storage unit Data Flag; if the exclusive Mbit information state of the Data Flag space corresponding to a certain storage unit is 0, indicating that the storage unit is not full; if the exclusive Mbit information state of the Data Flag space corresponding to a certain storage unit is set to 1, the storage unit is full; the method is characterized in that the CPU is used for receiving a Trans Req request from the SSD master control BE DMA, obtaining the initial position of the BE DMA written in the BE Buffer, configuring the initial position to the Flash DMA through the Trans Req request, and starting the SSD master control Flash DMA to transmit data.
2. The device for managing data transfer between DMAs in SSD master control of claim 1, wherein M ≧ 1.
3. The apparatus according to claim 1, wherein the size of the storage unit is 512B.
4. A method for performing data transfer management between DMAs in SSD master control by using the transfer management device according to any of claims 1 to 3, comprising the steps of:
1) when the BE DMA needs to transmit data to the BE Buffer, the ending position of the last transmission is automatically used as the starting position of the current data transmission, a Trans Req request is used for notifying a CPU, and the transmission starting position of the BE Buffer is reported to the CPU;
2) after receiving a Trans Req request from a BE DMA, a CPU obtains an initial position of the BE DMA written in a BE Buffer, configures the initial position to a Flash DMA through the Trans Req request, and starts the Flash DMA to transmit data;
3) and starting BE DMA to transmit data, executing data transmission action by the BE DMA, and executing the data transmission action by the Flash DMA when the BE DMA finishes transmitting 1 storage unit.
5. The method of claim 4, wherein in step 3), the BE DMA performs the data transfer action according to the following rules:
1) if the BE DMA needs to write a certain storage unit, the Data Flag space corresponding to the storage unit is found to BE 0, the BE DMA immediately writes Data into the storage unit, and immediately sets the Data Flag space corresponding to the storage unit to BE 1 after the storage unit is fully written;
2) if the BE DMA needs to write a certain storage unit, the Data Flag space corresponding to the storage unit is found to BE 1, the Data transmission of the BE DMA is suspended, and the BE DMA continues the Data transmission according to the rule 1) until the Data Flag space of the storage unit is cleared by other modules by 0;
3) when the BE Buffer is read and written to the right boundary, the next reading and writing position automatically jumps to the initial position of the left boundary of the BE Buffer to read and write.
6. The method according to claim 5, wherein in step 3), the Flash DMA executes the data transfer action according to the following rules:
rule a): if the Flash DMA needs to fetch Data from a certain storage unit, finding that the Data Flag space value corresponding to the storage unit is 1, fetching the Data in the storage unit, and clearing 0 the Data Flag space corresponding to the storage unit after all the Data in the storage unit are fetched;
rule B): and if the Data Flag space value corresponding to the storage unit is found to be 0 when the Flash DMA needs to fetch Data from the storage unit, suspending Data transmission of the Flash DMA until the Data Flag space of the storage unit is set to be 1 by other hardware modules, and continuing Data transmission of the Flash DMA according to the rule B).
CN201611177768.1A 2016-12-19 2016-12-19 SSD (solid State disk) master control data transmission management device and method Active CN106775477B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611177768.1A CN106775477B (en) 2016-12-19 2016-12-19 SSD (solid State disk) master control data transmission management device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611177768.1A CN106775477B (en) 2016-12-19 2016-12-19 SSD (solid State disk) master control data transmission management device and method

Publications (2)

Publication Number Publication Date
CN106775477A CN106775477A (en) 2017-05-31
CN106775477B true CN106775477B (en) 2021-01-01

Family

ID=58890023

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611177768.1A Active CN106775477B (en) 2016-12-19 2016-12-19 SSD (solid State disk) master control data transmission management device and method

Country Status (1)

Country Link
CN (1) CN106775477B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6967959B2 (en) * 2017-12-08 2021-11-17 キオクシア株式会社 Memory system and control method
CN108132758A (en) * 2018-01-10 2018-06-08 湖南国科微电子股份有限公司 A kind of Buffer management methods, system and its application
CN109189337B (en) * 2018-08-21 2021-12-17 浪潮电子信息产业股份有限公司 Method, device and equipment for selecting data block and readable storage medium
CN109614048B (en) * 2018-12-10 2022-11-11 深圳市硅格半导体有限公司 Data read-write method and device based on flash memory and computer readable storage medium
CN111831595A (en) * 2020-06-30 2020-10-27 山东云海国创云计算装备产业创新中心有限公司 DMA transmission method and related device

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1286029C (en) * 2002-08-20 2006-11-22 华为技术有限公司 Device for controlling interior storage of chip and its storage method
US7734842B2 (en) * 2006-03-28 2010-06-08 International Business Machines Corporation Computer-implemented method, apparatus, and computer program product for managing DMA write page faults using a pool of substitute pages
CN100440184C (en) * 2007-04-26 2008-12-03 北京中星微电子有限公司 DMA controller and transmit method capable of simultaneously carrying out read-write operation
US20100125695A1 (en) * 2008-11-15 2010-05-20 Nanostar Corporation Non-volatile memory storage system
CN103176932B (en) * 2011-12-23 2017-04-26 锐迪科(重庆)微电子科技有限公司 Method and system for DMA data transmission
CN102693198B (en) * 2012-05-12 2015-03-25 北京忆恒创源科技有限公司 DMA (direct memory access) transmission method and system
CN103198021B (en) * 2013-04-18 2015-08-05 北京理工大学 A kind of method improving solid state disk data transmission efficiency
US8949486B1 (en) * 2013-07-17 2015-02-03 Mellanox Technologies Ltd. Direct memory access to storage devices
US9887008B2 (en) * 2014-03-10 2018-02-06 Futurewei Technologies, Inc. DDR4-SSD dual-port DIMM device
CN105988953B (en) * 2015-02-12 2019-03-12 深圳市中兴微电子技术有限公司 A kind of direct memory access dma controller and the method for data transmission
CN105389135B (en) * 2015-12-11 2018-12-07 华中科技大学 A kind of solid-state disk inner buffer management method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
《一种高效的DMA核间同步传输方法》;田玉恒等;《计算机工程与科学》;20160115(第1期);第52-56页 *

Also Published As

Publication number Publication date
CN106775477A (en) 2017-05-31

Similar Documents

Publication Publication Date Title
CN106775477B (en) SSD (solid State disk) master control data transmission management device and method
US20200218662A1 (en) Data caching device and control method therefor, data processing chip, and data processing system
US11726704B2 (en) Buffer optimization for solid-state drives
US11500797B2 (en) Computer memory expansion device and method of operation
US20160062930A1 (en) Bus master, bus system, and bus control method
TW201234188A (en) Memory access device for memory sharing among multiple processors and access method for the same
TW201303594A (en) Flash controller hardware architecture for flash devices
CN112703489A (en) Controller, memory device access system, electronic apparatus, and data transmission method
US10762003B2 (en) State change in systems having devices coupled in a chained configuration
US8806071B2 (en) Continuous read burst support at high clock rates
WO2020000485A1 (en) Nvme-based data writing method, device, and system
KR20130009926A (en) Flexible flash commands
CN109799959B (en) Method for improving parallelism of open channel solid-state disk writing
CN102609380B (en) SDRAM (synchronous dynamic random access memory) controller data writing quick response method based on AXI (advanced extensible interface) bus
EP2546756A2 (en) Effective utilization of flash interface
WO2010105520A1 (en) Method, apparatus and system for reading data
WO2019141050A1 (en) Refreshing method, apparatus and system, and memory controller
CN116257191B (en) Memory controller, memory component, electronic device and command scheduling method
KR102482527B1 (en) Method for operating of storage device using serial interface and method for operating data processing system including same
US20180203813A1 (en) Methods for processing return entities associated with multiple requests in single interrupt service routine thread and apparatuses using the same
WO2018133879A1 (en) Server and data processing method thereof
KR102334473B1 (en) Adaptive Deep Learning Accelerator and Method thereof
CN110413234B (en) Solid state disk
CN210155650U (en) Solid state hard disk controller
CN106776404B (en) SSD (solid State disk) master control Buffer, SSD master control and SSD non-aligned write data transmission control method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant