WO2019136967A1 - Task scheduling optimization method applied to storage system - Google Patents

Task scheduling optimization method applied to storage system Download PDF

Info

Publication number
WO2019136967A1
WO2019136967A1 PCT/CN2018/099743 CN2018099743W WO2019136967A1 WO 2019136967 A1 WO2019136967 A1 WO 2019136967A1 CN 2018099743 W CN2018099743 W CN 2018099743W WO 2019136967 A1 WO2019136967 A1 WO 2019136967A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
queue
execution
unit
storage system
Prior art date
Application number
PCT/CN2018/099743
Other languages
French (fr)
Chinese (zh)
Inventor
黄中柱
李庭育
魏智汎
齐元辅
Original Assignee
江苏华存电子科技有限公司
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 江苏华存电子科技有限公司 filed Critical 江苏华存电子科技有限公司
Publication of WO2019136967A1 publication Critical patent/WO2019136967A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/18Handling requests for interconnection or transfer for access to memory bus based on priority control

Definitions

  • the invention relates to the technical field of scheduling optimization, in particular to a task scheduling optimization method applied in a storage system.
  • the conventional storage system includes a flash controller and a flash array; the flash controller communicates with the flash through the flash interface and communicates with the host through the host interface; the flash controller includes a flash translation layer (FTL) and a physical layer driver; Architecture, when the host device generates instructions, the Flash Translation Layer (FTL) receives the instructions and then assigns the tasks and executes; when the physical layer drives are in an executable state; the arbitration unit drives the flash array with the physical layer drivers; in other words, when the physical layer When the drive is busy, the task to be executed must wait until the previous task is executed before it can be executed; therefore, the execution order of the task will affect the performance of the storage system, so an improved method is proposed for the previous technology.
  • FTL flash translation layer
  • a task scheduling optimization method applied in a storage system including a host, a flash translation layer, a virtual drive, and a flash array, wherein the host connects to a flash translation layer through a bus,
  • the virtual drive is connected to the flash array through a bus.
  • the virtual drive is provided with a plurality of task queues, a task scheduling unit, a physical layer driver, an execution scheduling unit, and a plurality of execution queues, and the plurality of task queues include a first task queue and a second task.
  • the user data access unit is disposed in the flash translation layer a garbage collection unit, an average wipe control unit, and a metadata management unit; the user data access unit is connected to the first task queue; the garbage collection unit is connected to the second task queue; and the average erase control unit is connected to the third a task queue; the metadata management unit is connected to a fourth task queue;
  • the task queue, the second task queue, the third task queue, and the fourth task queue are respectively connected to the task scheduling unit;
  • the task scheduling unit is connected to the physical layer driver, and the physical layer driver is respectively connected to the first execution queue, the second execution queue, The third execution queue and the fourth execution queue.
  • the steps are as follows:
  • the task is placed in the task queue according to the task type, and each task queue stores a task type;
  • the beneficial effects of the present invention are: in the prior art, without prior use, the tasks are processed in order; if the physical layer driver is in a busy state, the task needs to remain in a waiting state until the previous task has been completed; Therefore, the physical layer driver must first end the previous task before starting to execute the next task, resulting in the task that needs to be executed first needs to wait for the previous task to be executed before executing; in contrast, the present invention can be prioritized by assigning tasks. Right to improve the performance of the storage system.
  • Figure 1 is a schematic structural view of the present invention
  • Figure 2 is a flow chart of the present invention.
  • the present invention provides a technical solution: a task scheduling optimization method applied in a storage system, including a host 1, a flash translation layer 2, a virtual drive 3, and a flash array 4.
  • the host 1 is connected to the flash translation layer 2 via a bus.
  • the virtual drive 3 is connected to the flash array 4 via a bus.
  • the virtual drive 3 is provided with a plurality of task queues, a task scheduling unit 5, a physical layer driver 6, and an execution scheduling unit.
  • the plurality of task queues include a first task queue 8, a second task queue 9, a third task queue 10, and a fourth task queue 11, the plurality of execution queues including the first execution queue 12, and the second execution a queue 13, a third execution queue 14 and a fourth execution queue 15;
  • the flash data conversion layer 2 is provided with a user data access unit 16, a garbage collection unit 17, an average wipe control unit 18, and a metadata management unit 19;
  • the user data access unit 16 is connected to the first task queue 8;
  • the garbage collection unit 17 is connected to the second task queue 9;
  • the average erase control unit 18 is connected to the third task queue 10;
  • the metadata management unit 19 is connected a fourth task queue 15;
  • the first task queue 8, the second task queue 9, the third task queue 10, and the fourth task queue 11 are respectively connected to the task scheduling unit 5;
  • the task scheduling unit 5 The physical layer 6 then drives the physical layer driver 6 are connected to a first execution queue 12, the second execution queue 13, the third 14 and the fourth execution queue execution queue 15.
  • the task scheduling unit is configured to determine the priority of the task and the conversion task becomes a command; the execution scheduling unit allocates the order of the commands in the execution queue according to the task priority; the priority may be adjusted according to the state of the storage system, for example, if the flash array The available space is insufficient or less than a critical value.
  • the garbage collection task has the highest priority. After the garbage collection task is completed, the physical layer driver can drive the flash to erase and reclaim the available space for the next operation, if the storage system The performance is important, the user data access task will have the highest priority, thereby maintaining a large amount of data throughput; in practical applications, priority arrangements can be made according to different conditions to optimize task execution.
  • the task is placed in the task queue according to the task type, and each task queue stores a task type;

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)
  • Memory System (AREA)

Abstract

A task scheduling optimization method applied to a storage system, comprising a host (1), a flash translation layer (2), a virtual drive (3) and a flash array (4), wherein the host (1) is connected to the flash translation layer (2) by means of a bus, the virtual drive (3) is connected to the flash array (4) by means of a bus, and a plurality of task queues (8, 9, 10, 11), a task scheduling unit (5), a physical layer driver (6), an execution scheduling unit (7) and a plurality of execution queues (12, 13, 14, 15) are provided in the virtual drive (3). By means of a method for assigning task priorities on a storage system, the efficiency of the storage system is improved.

Description

一种应用在存储系统中的任务调度优化方法Task scheduling optimization method applied in storage system 技术领域Technical field
本发明涉及调度优化技术领域,具体为一种应用在存储系统中的任务调度优化方法。The invention relates to the technical field of scheduling optimization, in particular to a task scheduling optimization method applied in a storage system.
背景技术Background technique
传统的储存系统包含闪存控制器和闪存阵列;闪存控制器透过闪存接口与闪存作通信,透过主机接口与主机作通信;闪存控制器包含闪存转换层(FTL)和物理层驱动器;根据以上的架构,当主机装置产生指令,闪存转换层(FTL)接收指令然后指派任务并执行;当物理层驱动器处于可执行的状态;仲裁单元用物理层驱动器驱动闪存阵列;换句话说,当物理层驱动器忙碌时,准备执行的任务必须等到先前任务执行完毕才能被执行;因此,任务的执行顺序将会影响到储存系统的效能,因此,针对之前的技术,提出一个改善的方法。The conventional storage system includes a flash controller and a flash array; the flash controller communicates with the flash through the flash interface and communicates with the host through the host interface; the flash controller includes a flash translation layer (FTL) and a physical layer driver; Architecture, when the host device generates instructions, the Flash Translation Layer (FTL) receives the instructions and then assigns the tasks and executes; when the physical layer drives are in an executable state; the arbitration unit drives the flash array with the physical layer drivers; in other words, when the physical layer When the drive is busy, the task to be executed must wait until the previous task is executed before it can be executed; therefore, the execution order of the task will affect the performance of the storage system, so an improved method is proposed for the previous technology.
发明内容Summary of the invention
本发明的目的在于提供一种应用在存储系统中的任务调度优化方法,以解决上述背景技术中提出的问题。It is an object of the present invention to provide a task scheduling optimization method for use in a storage system to solve the problems raised in the above background art.
为实现上述目的,本发明提供如下技术方案:一种应用在存储系统中的任务调度优化方法,包括主机、闪存转换层、虚拟驱动器和闪存阵列,所述主机通过总线连接闪存转换层,所述虚拟驱动器通过总线连接闪存阵列,所述虚拟驱动器内设有多个任务队列、任务调度单元、物理层驱动器、执行调度单元和多个执行队列,多个任务队列包括第一任务队列、第二任务队列、第三任务队列和第四任务队列,多个执行队列包括第一执行队列、第二执行队列、第三执行队列和第四执行队列;所述闪存转换层内设有用户数据存取单元、垃圾回收单元、平均抹写控制单元和元数据管理单元;所述用户数据存取单元连接第一任务队列;所述垃圾回收单元连接第二任务队列;所述平均抹写控制单元连接第三任务队列;所述元数据管理单元连接第四任务队列; 所述第一任务队列、第二任务队列、第三任务队列和第四任务队列分别连接任务调度单元;所述任务调度单元连接物理层驱动器,所述物理层驱动器分别连接第一执行队列、第二执行队列、第三执行队列和第四执行队列。To achieve the above objective, the present invention provides the following technical solution: a task scheduling optimization method applied in a storage system, including a host, a flash translation layer, a virtual drive, and a flash array, wherein the host connects to a flash translation layer through a bus, The virtual drive is connected to the flash array through a bus. The virtual drive is provided with a plurality of task queues, a task scheduling unit, a physical layer driver, an execution scheduling unit, and a plurality of execution queues, and the plurality of task queues include a first task queue and a second task. a queue, a third task queue, and a fourth task queue, the plurality of execution queues including a first execution queue, a second execution queue, a third execution queue, and a fourth execution queue; the user data access unit is disposed in the flash translation layer a garbage collection unit, an average wipe control unit, and a metadata management unit; the user data access unit is connected to the first task queue; the garbage collection unit is connected to the second task queue; and the average erase control unit is connected to the third a task queue; the metadata management unit is connected to a fourth task queue; The task queue, the second task queue, the third task queue, and the fourth task queue are respectively connected to the task scheduling unit; the task scheduling unit is connected to the physical layer driver, and the physical layer driver is respectively connected to the first execution queue, the second execution queue, The third execution queue and the fourth execution queue.
优选的,执行步骤如下:Preferably, the steps are as follows:
A、分类在大量任务中的每一个任务的任务类型;A. Classify the task type of each task in a large number of tasks;
B、根据任务类型把任务放置到任务队列,每一个任务队列存放一种任务类型;B. The task is placed in the task queue according to the task type, and each task queue stores a task type;
C、指派每一种任务类型的优先级;C. assign a priority to each type of task;
D、转换储存在任务队列中的第一个任务;此任务产生至少一个命令到执行队列中,根据优先权的高低,在执行队列中,至少一个命令被执行。D. Converting the first task stored in the task queue; the task generates at least one command into the execution queue, and at least one command is executed in the execution queue according to the priority level.
与现有技术相比,本发明的有益效果是:在之前技术中,没有优先权的使用,任务依照顺序处理;物理层驱动器假如是在忙碌状态,任务需要保持等待状态直到先前任务已经完成;因此,物理层驱动器首先必须结束先前的任务,然后才开始执行下一个任务,导致需要优先被执行的任务需要等待前面的任务执行完毕才能执行;相比较之下,本发明可以藉由指派任务优先权,来提升存储系统的效能。Compared with the prior art, the beneficial effects of the present invention are: in the prior art, without prior use, the tasks are processed in order; if the physical layer driver is in a busy state, the task needs to remain in a waiting state until the previous task has been completed; Therefore, the physical layer driver must first end the previous task before starting to execute the next task, resulting in the task that needs to be executed first needs to wait for the previous task to be executed before executing; in contrast, the present invention can be prioritized by assigning tasks. Right to improve the performance of the storage system.
附图说明DRAWINGS
图1为本发明结构示意图;Figure 1 is a schematic structural view of the present invention;
图2为本发明流程图。Figure 2 is a flow chart of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is obvious that the described embodiments are only a part of the embodiments of the present invention, but not all embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
请参阅图1,本发明提供一种技术方案:一种应用在存储系统中的任务调 度优化方法,包括主机1、闪存转换层2、虚拟驱动器3和闪存阵列4,。所述主机1通过总线连接闪存转换层2,所述虚拟驱动器3通过总线连接闪存阵列4,所述虚拟驱动器3内设有多个任务队列、任务调度单元5、物理层驱动器6、执行调度单元7和多个执行队列,多个任务队列包括第一任务队列8、第二任务队列9、第三任务队列10和第四任务队列11,多个执行队列包括第一执行队列12、第二执行队列13、第三执行队列14和第四执行队列15;所述闪存转换层2内设有用户数据存取单元16、垃圾回收单元17、平均抹写控制单元18和元数据管理单元19;所述用户数据存取单元16连接第一任务队列8;所述垃圾回收单元17连接第二任务队列9;所述平均抹写控制单元18连接第三任务队列10;所述元数据管理单元19连接第四任务队列15;所述第一任务队列8、第二任务队列9、第三任务队列10和第四任务队列11分别连接任务调度单元5;所述任务调度单元5连接物理层驱动器6,所述物理层驱动器6分别连接第一执行队列12、第二执行队列13、第三执行队列14和第四执行队列15。其中,任务调度单元用来决定任务的优先级和转换任务变成命令;执行调度单元根据任务优先级分派执行队列中命令的顺序;优先权可以根据存储系统的状态来调整,譬如:假如闪存阵列中的可用空间不足或是小于一个临界值,垃圾回收任务会有最高的优先权,垃圾回收任务完成之后,物理层驱动器可以驱动闪存执行抹除,回收可用空间作接下来的操作,假如存储系统的效能是重要的,用户数据存取任务将有最高的优先权,藉此维持大量的资料吞吐量;实际应用中,可以根据不同条件来作优先级的安排,用来优化任务的执行。Referring to FIG. 1, the present invention provides a technical solution: a task scheduling optimization method applied in a storage system, including a host 1, a flash translation layer 2, a virtual drive 3, and a flash array 4. The host 1 is connected to the flash translation layer 2 via a bus. The virtual drive 3 is connected to the flash array 4 via a bus. The virtual drive 3 is provided with a plurality of task queues, a task scheduling unit 5, a physical layer driver 6, and an execution scheduling unit. 7 and a plurality of execution queues, the plurality of task queues include a first task queue 8, a second task queue 9, a third task queue 10, and a fourth task queue 11, the plurality of execution queues including the first execution queue 12, and the second execution a queue 13, a third execution queue 14 and a fourth execution queue 15; the flash data conversion layer 2 is provided with a user data access unit 16, a garbage collection unit 17, an average wipe control unit 18, and a metadata management unit 19; The user data access unit 16 is connected to the first task queue 8; the garbage collection unit 17 is connected to the second task queue 9; the average erase control unit 18 is connected to the third task queue 10; the metadata management unit 19 is connected a fourth task queue 15; the first task queue 8, the second task queue 9, the third task queue 10, and the fourth task queue 11 are respectively connected to the task scheduling unit 5; the task scheduling unit 5 The physical layer 6 then drives the physical layer driver 6 are connected to a first execution queue 12, the second execution queue 13, the third 14 and the fourth execution queue execution queue 15. The task scheduling unit is configured to determine the priority of the task and the conversion task becomes a command; the execution scheduling unit allocates the order of the commands in the execution queue according to the task priority; the priority may be adjusted according to the state of the storage system, for example, if the flash array The available space is insufficient or less than a critical value. The garbage collection task has the highest priority. After the garbage collection task is completed, the physical layer driver can drive the flash to erase and reclaim the available space for the next operation, if the storage system The performance is important, the user data access task will have the highest priority, thereby maintaining a large amount of data throughput; in practical applications, priority arrangements can be made according to different conditions to optimize task execution.
本发明的执行步骤如下:The steps of the present invention are as follows:
A、分类在大量任务中的每一个任务的任务类型;A. Classify the task type of each task in a large number of tasks;
B、根据任务类型把任务放置到任务队列,每一个任务队列存放一种任务类型;B. The task is placed in the task queue according to the task type, and each task queue stores a task type;
C、指派每一种任务类型的优先级;C. assign a priority to each type of task;
D、转换储存在任务队列中的第一个任务;此任务产生至少一个命令到执行队列中,根据优先权的高低,在执行队列中,至少一个命令被执行。D. Converting the first task stored in the task queue; the task generates at least one command into the execution queue, and at least one command is executed in the execution queue according to the priority level.
在之前技术中,没有优先权的使用,任务依照顺序处理;物理层驱动器假如是在忙碌状态,任务需要保持等待状态直到先前任务已经完成;因此,物理层驱动器首先必须结束先前的任务,然后才开始执行下一个任务,导致需要优先被执行的任务需要等待前面的任务执行完毕才能执行;相比较之下,本发明可以藉由指派任务优先权,来提升存储系统的效能。In the prior art, without priority use, tasks are processed in order; if the physical layer driver is busy, the task needs to remain in a wait state until the previous task has been completed; therefore, the physical layer driver must first end the previous task before The execution of the next task begins, and the task that needs to be executed first needs to wait for the previous task to be executed before execution; in contrast, the present invention can improve the performance of the storage system by assigning task priorities.
尽管已经示出和描述了本发明的实施例,对于本领域的普通技术人员而言,可以理解在不脱离本发明的原理和精神的情况下可以对这些实施例进行多种变化、修改、替换和变型,本发明的范围由所附权利要求及其等同物限定。While the embodiments of the present invention have been shown and described, it will be understood by those skilled in the art The scope of the invention is defined by the appended claims and their equivalents.

Claims (2)

  1. 一种应用在存储系统中的任务调度优化方法,包括主机(1)、闪存转换层(2)、虚拟驱动器(3)和闪存阵列(4),其特征在于:所述主机(1)通过总线连接闪存转换层(2),所述虚拟驱动器(3)通过总线连接闪存阵列(4),所述虚拟驱动器(3)内设有多个任务队列、任务调度单元(5)、物理层驱动器(6)、执行调度单元(7)和多个执行队列,多个任务队列包括第一任务队列(8)、第二任务队列(9)、第三任务队列(10)和第四任务队列(11),多个执行队列包括第一执行队列(12)、第二执行队列(13)、第三执行队列(14)和第四执行队列(15);所述闪存转换层(2)内设有用户数据存取单元(16)、垃圾回收单元(17)、平均抹写控制单元(18)和元数据管理单元(19);所述用户数据存取单元(16)连接第一任务队列(8);所述垃圾回收单元(17)连接第二任务队列(9);所述平均抹写控制单元(18)连接第三任务队列(10);所述元数据管理单元(19)连接第四任务队列(15);所述第一任务队列(8)、第二任务队列(9)、第三任务队列(10)和第四任务队列(11)分别连接任务调度单元(5);所述任务调度单元(5)连接物理层驱动器(6),所述物理层驱动器(6)分别连接第一执行队列(12)、第二执行队列(13)、第三执行队列(14)和第四执行队列(15)。A task scheduling optimization method applied in a storage system, comprising a host (1), a flash translation layer (2), a virtual drive (3) and a flash array (4), characterized in that: the host (1) passes through a bus Connecting a flash translation layer (2), the virtual drive (3) is connected to the flash array (4) through a bus, and the virtual drive (3) is provided with a plurality of task queues, a task scheduling unit (5), and a physical layer driver ( 6) executing a scheduling unit (7) and a plurality of execution queues, the plurality of task queues including a first task queue (8), a second task queue (9), a third task queue (10), and a fourth task queue (11) a plurality of execution queues including a first execution queue (12), a second execution queue (13), a third execution queue (14), and a fourth execution queue (15); the flash conversion layer (2) is provided a user data access unit (16), a garbage collection unit (17), an average wipe control unit (18), and a metadata management unit (19); the user data access unit (16) is connected to the first task queue (8) The garbage collection unit (17) is connected to the second task queue (9); the average erase control unit (18) is connected to the third task queue (10); The metadata management unit (19) is connected to the fourth task queue (15); the first task queue (8), the second task queue (9), the third task queue (10), and the fourth task queue (11) Connected to the task scheduling unit (5); the task scheduling unit (5) is connected to the physical layer driver (6), and the physical layer driver (6) is connected to the first execution queue (12) and the second execution queue (13), respectively. The third execution queue (14) and the fourth execution queue (15).
  2. 根据权利要求1所述的一种应用在存储系统中的任务调度优化方法,其特征在于:执行步骤如下:A task scheduling optimization method applied in a storage system according to claim 1, wherein the steps are as follows:
    A、分类在大量任务中的每一个任务的任务类型;A. Classify the task type of each task in a large number of tasks;
    B、根据任务类型把任务放置到任务队列,每一个任务队列存放一种任务类型;B. The task is placed in the task queue according to the task type, and each task queue stores a task type;
    C、指派每一种任务类型的优先级;C. assign a priority to each type of task;
    D、转换储存在任务队列中的第一个任务;此任务产生至少一个命令到执行队列中,根据优先权的高低,在执行队列中,至少一个命令被执行。D. Converting the first task stored in the task queue; the task generates at least one command into the execution queue, and at least one command is executed in the execution queue according to the priority level.
PCT/CN2018/099743 2018-01-12 2018-08-09 Task scheduling optimization method applied to storage system WO2019136967A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810030356.8A CN108182158A (en) 2018-01-12 2018-01-12 A kind of task scheduling optimization method applied within the storage system
CN201810030356.8 2018-01-12

Publications (1)

Publication Number Publication Date
WO2019136967A1 true WO2019136967A1 (en) 2019-07-18

Family

ID=62550410

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/099743 WO2019136967A1 (en) 2018-01-12 2018-08-09 Task scheduling optimization method applied to storage system

Country Status (2)

Country Link
CN (1) CN108182158A (en)
WO (1) WO2019136967A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108182158A (en) * 2018-01-12 2018-06-19 江苏华存电子科技有限公司 A kind of task scheduling optimization method applied within the storage system
CN111326195A (en) * 2018-12-14 2020-06-23 北京兆易创新科技股份有限公司 Memory device
CN112996132B (en) * 2021-05-10 2021-08-24 新华三技术有限公司 Dynamic scheduling method, device and equipment applied to 5G physical layer

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103809917A (en) * 2012-11-12 2014-05-21 擎泰科技股份有限公司 Method of scheduling tasks for memories and memory system thereof
CN104793996A (en) * 2015-04-29 2015-07-22 中芯睿智(北京)微电子科技有限公司 Task scheduling method and device of parallel computing equipment
CN105893126A (en) * 2016-03-29 2016-08-24 华为技术有限公司 Task scheduling method and device
CN106325989A (en) * 2016-08-17 2017-01-11 东软集团股份有限公司 Task execution method and device
CN108182158A (en) * 2018-01-12 2018-06-19 江苏华存电子科技有限公司 A kind of task scheduling optimization method applied within the storage system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8619787B2 (en) * 2010-05-18 2013-12-31 Lsi Corporation Byte-accurate scheduling in a network processor
US20130074088A1 (en) * 2011-09-19 2013-03-21 Timothy John Purcell Scheduling and management of compute tasks with different execution priority levels
CN104407997B (en) * 2014-12-18 2017-09-19 中国人民解放军国防科学技术大学 With instruction dynamic dispatching function and NOT-AND flash single channel isochronous controller
CN105117285B (en) * 2015-09-09 2019-03-19 重庆大学 A kind of nonvolatile memory method for optimizing scheduling based on mobile virtual system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103809917A (en) * 2012-11-12 2014-05-21 擎泰科技股份有限公司 Method of scheduling tasks for memories and memory system thereof
CN104793996A (en) * 2015-04-29 2015-07-22 中芯睿智(北京)微电子科技有限公司 Task scheduling method and device of parallel computing equipment
CN105893126A (en) * 2016-03-29 2016-08-24 华为技术有限公司 Task scheduling method and device
CN106325989A (en) * 2016-08-17 2017-01-11 东软集团股份有限公司 Task execution method and device
CN108182158A (en) * 2018-01-12 2018-06-19 江苏华存电子科技有限公司 A kind of task scheduling optimization method applied within the storage system

Also Published As

Publication number Publication date
CN108182158A (en) 2018-06-19

Similar Documents

Publication Publication Date Title
CN107977268B (en) Task scheduling method and device for artificial intelligence heterogeneous hardware and readable medium
US10459661B2 (en) Stream identifier based storage system for managing an array of SSDs
US9058208B2 (en) Method of scheduling tasks for memories and memory system thereof
WO2019136967A1 (en) Task scheduling optimization method applied to storage system
US8959249B1 (en) Cooperative cloud I/O scheduler
US8966130B2 (en) Tag allocation for queued commands across multiple devices
US20130061018A1 (en) Memory access method for parallel computing
WO2023082560A1 (en) Task processing method and apparatus, device, and medium
US11360705B2 (en) Method and device for queuing and executing operation commands on a hard disk
JP2007034414A5 (en)
US9323584B2 (en) Load adaptive data recovery pipeline
EP3537281B1 (en) Storage controller and io request processing method
CN106383742A (en) Linux-based IO scheduling method
CN110716691B (en) Scheduling method and device, flash memory device and system
CN108255424B (en) Method for guaranteeing IO response delay of NVMe solid state disk
CN115576876A (en) DMA (direct memory Access) allocation and management method applied to NVMe (network video disk) SSD (solid State disk)
TWI696115B (en) Memory storage device and operation method thereof
EP3550421B1 (en) Storage controller and io request processing method
CN112114967B (en) GPU resource reservation method based on service priority
CN111930477A (en) Task scheduling optimization method applied to storage system
CN1279450C (en) Memory reading or writing arbitration method
CN113268204B (en) Method for improving SSD multi-channel concurrent data read-write efficiency
WO2023116910A1 (en) Computing resource and cache resource scheduling method and apparatus, and system
WO2024114728A1 (en) Heterogeneous processor and related scheduling method
US20220188407A1 (en) Method carried out in electronic control unit of the multi-core structure, and apparatus implementing the same method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18899580

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18899580

Country of ref document: EP

Kind code of ref document: A1