WO2017112150A1 - A multi-level non-volatile cache with selective store - Google Patents

A multi-level non-volatile cache with selective store Download PDF

Info

Publication number
WO2017112150A1
WO2017112150A1 PCT/US2016/062360 US2016062360W WO2017112150A1 WO 2017112150 A1 WO2017112150 A1 WO 2017112150A1 US 2016062360 W US2016062360 W US 2016062360W WO 2017112150 A1 WO2017112150 A1 WO 2017112150A1
Authority
WO
WIPO (PCT)
Prior art keywords
storage level
level
storage
data
stored
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.)
Ceased
Application number
PCT/US2016/062360
Other languages
French (fr)
Inventor
Sanjeev N. Trika
Slawomir PUTYRSKI
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.)
Intel Corp
Original Assignee
Intel 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 Intel Corp filed Critical Intel Corp
Priority to KR1020187014697A priority Critical patent/KR102797972B1/en
Priority to CN201680068787.2A priority patent/CN108351836B/en
Publication of WO2017112150A1 publication Critical patent/WO2017112150A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0893Caches characterised by their organisation or structure
    • G06F12/0897Caches characterised by their organisation or structure with two or more cache hierarchy levels
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0866Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches for peripheral storage systems, e.g. disk cache
    • G06F12/0871Allocation or management of cache space
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0891Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches using clearing, invalidating or resetting means
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/12Replacement control
    • G06F12/121Replacement control using replacement algorithms
    • G06F12/123Replacement control using replacement algorithms with age lists, e.g. queue, most recently used [MRU] list or least recently used [LRU] list
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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 OR CALCULATING; 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/0653Monitoring storage devices or systems
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/0683Plurality of storage devices
    • G06F3/0685Hybrid storage combining heterogeneous device types, e.g. hierarchical storage, hybrid arrays
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/10Providing a specific technical effect
    • G06F2212/1016Performance improvement
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/22Employing cache memory using specific memory technology
    • G06F2212/222Non-volatile memory
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/60Details of cache memory

Definitions

  • the present disclosure relates to the field of electronic memory and, in particular, to a muiti -level non-volatile cache with selective store that may increase effective cache storage capacity in the multi-level non-volatile cache.
  • a fast access memory for example, cache
  • cache is often used to store selected data of a storage volume to allow the selected data to be accessed more quickly than data from a memory (storage device) having a slower access time (e.g., hard disk drive (HDD)).
  • Some systems include a multi-level cache with multiple tiers of cache media. Data stored in the fast access memory is replicated in the slow access memory/storage device.
  • FIG. 1 is a block diagram of a computing system including a multi-level cache of the present disclosure, in accordance with various embodiments.
  • Figure 2 is a flow chart illustrating a read process to be performed by a multi-level cache, in accordance with various embodiments.
  • Figure 3 is a flow chart illustrating a write process to be performed by a multi-level cache, in accordance with various embodiments.
  • Figure 4 illustrates an example computing device suitable for practicing various aspects of the disclosure, in accordance with various embodiments.
  • FIG. 5 illustrates an example storage medium with instructions configured to enable an apparatus to practice various aspects of the present disclosure, in accordance with various embodiments.
  • phrase “A. and/or B” means (A), (B), or (A and B).
  • phrase “A, B, and/or C” means (A), (B), (C), (A and B), (A and C), (B and C), or (A, B and C).
  • logic and “circuitry” may refer to, be part of, or include an
  • ASIC Application Specific Integrated Circuit
  • module may refer to software, firmware and/or circuitry that is/are configured to perform or cause the performance of one or more operations consistent with the present disclosure.
  • Software may be embodied as a software package, code, instructions, instruction sets and/or data recorded on non-transitory computer readable storage mediums.
  • Firmware may be embodied as code, instructions or instruction sets and/or data that are hard-coded (e.g., nonvolatile) in memoiy devices.
  • Circuitry may comprise, for example, singly or in any combination, hardwired circuitr', programmable circuitry such as computer processors comprising one or more individual instruction processing cores, state machine circuitry, software and/or firmware that stores instructions executed by programmable circuitry.
  • the modules may collectively or individually be embodied as circuitry that forms a part of a computing device.
  • the terra "processor” may be a processor core.
  • a first storage level may receive an input/output (I/O) request (e.g., read request or write request) from a second storage level of the multi -level cache, wherein the I/O request is associated with a data.
  • the first storage level may further receive an indicator to indicate whether the data is stored or will be stored in the second storage level.
  • the first storage level may determine whether to store the data in the first storage level based on the indicator.
  • the computing sy stem 100 may further include a processor 104 and a storage 106 coupled to the multi -level cache 102.
  • the multi-level cache 102 may include a storage level 108 and a second storage level 1 10 coupled to one another.
  • the storage level 108 may include a controller 112 and a memory 14, and the storage level 10 may include a controller 116 and a memory 1 18.
  • the multi-level cache 102 may also be referred to as a multi-layer cache. For the purpose of this application, the two terms may be considered as synonymous.
  • the storage level 108 may be referred to as an upper storage level or higher storage level, and the storage level 1 10 may be referred to as a lower storage level.
  • the controller 112 and the controller 116 are incorporated with complementary logic to practice selective store to potentially increase the effective capacity of the multi-level cache 102, to be more fully described below.
  • the memory 114, memory 118, and storage 106 may be nonvolatile memory.
  • the memory 114 of the storage level 108 may be a different memory technology than the memory 118 of the storage level 110.
  • the memory 114 may be a faster, but more expensive, memory technology than the memory 1 18.
  • the storage 108 may include a different memory technology than the memory 1 14 and/or memory 118.
  • the memory 1 14 may be byte addressable three-dimensional (3D) cross-point memory and the memory 118 may be a Solid State Drive (SSD) that includes NAND flash memory or 3D cross-point memory.
  • the storage 106 may include a hard disk drive (HDD).
  • HDD hard disk drive
  • the memory 114, memory 118, and/or storage 108 may include Multi Level Cell (MLC) NAND flash memory, ferroelectric random-access memory (FeTRAM), nanowire-based non-volatile memory, three-dimensional (3D) cross-point memory such as phase change memory (PCM), memory that incorporates memristor technology, Magnet oresi stive random-access memory (MRAM), Spin Transfer Torque (STT)-MRAM, single level cell (SIX) Flash memory and/or other electrically erasable programmable read only memory (EEPROM) type devices.
  • MLC Multi Level Cell
  • FeTRAM ferroelectric random-access memory
  • 3D cross-point memory such as phase change memory (PCM)
  • PCM phase change memory
  • MRAM Magnet oresi stive random-access memory
  • STT Spin Transfer Torque
  • SIMX single level cell
  • Flash memory single level cell
  • EEPROM electrically erasable programmable read only memory
  • the multi-level cache 102 including the storage level 108 and storage level 1 10 may be included in a same computing device as the processor 104 and controlled by a same operating system.
  • one or more of the storage levels 108 and/or 110 of the multi -level cache 102 may be included on a same integrated circuit (IC) and/or IC package as the processor 104.
  • one or more of the storage levels 108 and/or 1 10 may be disposed on a separate IC or IC package from the processor 104.
  • the storage 106 may include storage in the same computing device as the processor and multi-level cache 102. Additionally, or alternatively, the storage 106 may include a network-attached storage (e.g., cloud storage) that is accessible via a network interface.
  • a network-attached storage e.g., cloud storage
  • the multi-level cache 102 may serve as a cache for the storage 106 to cache a storage volume data associated with the storage 106.
  • the multi-level cache 102 may store some of the data stored by the storage 106 to enable the processor 104 to access the data more quickly than would be possible from the storage 106.
  • data stored by the multi-level cache 102 may be replicated by the storage 106.
  • the data may first be requested from the storage level 108, If the data is not available from storage level 108, the data may be requested from the storage level 110. If the data is not available from any of the storage levels of the multi-level cache 102, then the data may be requested from the storage 106,
  • the multi-level cache 102 may include one or more additional storage levels at a storage level above the storage level 108, below the storage level 110, and/or between the storage levels 108 and 110.
  • a higher storage level may be considered to be at a higher level than a lower storage level if data is first requested to be read from the higher storage level and, if the data is not available in the higher storage level, the data is then requested to be read from the lower storage level. Accordingly, the higher storage level may generally store data with higher priority than data stored in the lower storage level.
  • data may be written to storage level 108, storage level 110, and/or storage 106 according to a cache policy of the multi-level cache 102.
  • the cache policy may determine whether to store the data in storage level 108 and/or storage level 110 using one or more rules based on one or more parameters, such as a priority level of the data.
  • one or more parameters associated with the data e.g., metadata such as the priority level of the data
  • DSS differentiated storage services
  • the DSS information may be included in and/or otherwise associated with an I/O request (e.g., a read request or a write request) that is received by the multi-level cache 102 from the processor 104.
  • the controller 112 of storage level 108 may pass an indicator to the controller 116 of storage level 1 10 to indicate whether data associated with an I/O request (e.g., a read operation or a write operation) is stored or will be stored by the storage level 108 (or a storage level above the storage level 108 if one is present). If the indicator indicates that the data is stored or will be stored by the storage level 108 (e.g., in the memory 114), the storage level 1 10 may not store the data in the memory 1 18 and/or may evict the data from the memory 1 18 if the data is already stored in the memory 118. Accordingly, the storage level 110 may not replicate data that is stored by the storage level 108, thereby allowing the multi -level cache 102 to effectively store more data than in a multi-level cache in which data is replicated across storage levels.
  • an I/O request e.g., a read operation or a write operation
  • the indicator may be included in the DSS information that is passed from the storage level 108 to the storage level 1 10.
  • the indicator may alternatively or additionally be passed in a sideband channel between the storage level 108 and storage level 1 10.
  • the sideband channel may be used for the controller 112 of storage level 108 (e.g., 3D cross- point memory) to communicate with the controller 116 of storage level 110 (e.g., SSD).
  • the indicator may be a bit having a first value (e.g., logic 1) to indicate that the data is stored or will be stored in a higher storage level (e.g., storage level 108) than the storage level receiving the indicator (e.g., storage level 1 10), or a second value (e.g., logic 0) to indicate that the data is not stored and will not be stored in a higher storage level than the storage level receiving the indicator.
  • a first value e.g., logic 1
  • storage level 108 e.g., storage level 108
  • a second value e.g., logic 0
  • the I/O request sent from the processor 104 to the storage level 108 may include the indicator with the second value.
  • the controller 112 may determine whether to store the data associated with the I/O request (e.g., based on the cache policy). If the I/O request is passed from the storage level 108 to the storage level 1 10 and the controller 112 determines that the data is stored or will be stored in the storage level 108, then the controller 112 passes the indicator to the storage level 110 with the first value. If the I/O request is passed from the storage level 108 to the storage level 110 and the controller 112 determines that the data is not stored and will not be stored in the storage level 108, then the controller 112 passes the indicator to the storage level 110 with the second value.
  • FIG. 2 illustrates a read process 200 (“process 200") that may be performed by a storage level (e.g., the storage level 108 and/or 110) of a multi-level cache (e.g., multi-level cache 102) in accordance with various embodiments.
  • a storage level e.g., the storage level 108 and/or 110
  • a multi-level cache e.g., multi-level cache 102
  • one or more operations of the process 200 may be performed by the controller of the cache (e.g., controller 112 and/or 116).
  • the process 200 is described with reference to a multi-level cache that includes 2 storage levels, it will be apparent that the process 200 may be extended to embodiments in which the multi-level cache includes more than 2 storage levels.
  • the storage level 108/ 10 may receive a read request and an indicator DSSm-cache associated with a data.
  • the read request may be received from the processor 104 via a memory bus (e.g., in the ease of the storage level 108) or from the controller 1 2 of the storage level 108 (in the case of the storage level 110).
  • the indicator DS Sin-cache may be included in the read request (e.g., in DSS information associated with the data).
  • the read request may additionally or alternatively indicate a logical block addressing (LBA) range associated with the data.
  • LBA logical block addressing
  • the indicator DS Sin-cache may indicate to a lower storage level (e.g., the storage level 110) whether the data will be stored in a higher storage level (such as storage level 108, after the data is read by the storage level 110, a lower storage level, or the storage device 106 in accordance with the process 200).
  • the indicator DSSm-cache received by the lower storage level 110 may have a bit with a value of logic I to indicate to the storage level 1 10 that the data will be stored by the higher storage level 108 or a value of logic 0 to indicate that the data will not be stored by the higher storage level 108.
  • the processor 104 may include the indicator DS Sin-cache in the read request that the processor 104 sends to the multi-level cache 102 via the memory bus.
  • the indicator may have an initial value of logic 0 when sent from the processor 104.
  • the higher storage level 108 may determine the value of the indicator DS Sin-cache to be passed to the lower storage level 1 10 based on whether the data will be stored in the higher storage level 108, as further discussed herein.
  • the storage level 108/110 may determine whether the data is stored in the storage level 108/110. If the data is stored in the storage level 108/1 10, the storage level 108/1 10 may, at 206 of the process 200, read the data from the storage level 108/1 10 (e.g., retrieve the data from the memory 114/1 8 and return the data to the processor 104 (optionally via storage level 108, in the case of storage level 1 10). In some embodiments, the storage level 108/110 may update one or more parameters associated with the data, such as age and/or least recently used (LRU) information.
  • LRU least recently used
  • a lower storage level such as the lower storage level 1 10, may determine, at 208 of the process 200, whether the indicator DSSm- cache has a value of logic 1 or logic 0. If the indicator DS Sin-cache has a value of logic I (indicating that an upper storage level has stored or will store the data), then the lower storage level 1 10 may, at 210 of the process 200, evict the data from the memory 118 of the lower storage level 1 10. If the indicator DS Sin-cache has a value of logic 0 (indicating that an upper storage level will not store the data), then the lower storage level 110 may, at 212 of the process 200, maintain the data in the memory 1 18.
  • the upper storage level (e.g., storage level 108) may perform the operations at 208, 210, and/or 212 of process 200.
  • the value of the indicator DSSi n . caC he that is received by the upper storage level 108 from the processor 104 will typically be defaulted to logic 0. Accordingly, the upper storage level 1 08 will typically perform operation 212 and may or may not perform the determination at 208.
  • the storage level 1 08/1 10 determines that the data is not stored in the storage level 108/1 10, then, at 214 of the process 200, the storage level 108/1 10 may determine whether the indicator DSSm-cac e has a value of logic I (indicating that an upper storage level will store the data) or logic 0 (indicating that an upper storage level will not store the data). In embodiments, in the case of the upper storage level 108, the indicator DSS m ⁇ aci>e may always have a value of logic 0 as discussed above.
  • the storage level 108/1 10 may, at 216, pass a read request to the lower storage level (e.g., to second storage level 110 from storage level 1 08) and/or storage device 106 with DSSm-cache set to a logic 1 to indicate that the storage level 108 or 1 10 will store the data.
  • the storage level 108/1 1 0 may return the data and may not insert the data into the memory 1 14/1 1 8 of the storage level 108/1 10.
  • the storage level 108/1 10 may, at 220 of the process 200, determine whether the cache policy requires that the data be stored in the storage level 108/1 10. If the cache policy indicates that the data should be stored in the storage level 108/1 10, the controller 1 12/1 16 may, at 222 of the process 200, pass a read request to the lower storage level (e.g., to second storage level 1 1 0 from storage level 1 08) and/or storage device 106 with DSSm-cache set to a logic 1 to indicate that the storage level 108/110 will store the data. At 224 of the process 200, the storage level 108/1 10 may return the data received from the lower storage level and insert the data into the memory 114/118 of the storage level 108/ 1 10.
  • the storage level 108/1 10 may, at 226 of the process 200, pass a read request to the lower storage level (e.g., to second storage level 1 10 from storage level 108) and/or storage device 106 with DSSm-cache set to a logic 0 to indicate that the data will not be stored in the storage level 108 or 1 10.
  • the storage level 108/1 10 may return the data received from the lower storage level and may not insert the data into the memory 114/1 8 of the storage level 08/ 10.
  • FIG 3 illustrates a write process 300 (“process 300") that may be performed by a storage level of a multi-level cache (e.g., the storage level 108 and/or storage level 10 of multilevel cache 102) in accordance with various embodiments.
  • a storage level of a multi-level cache e.g., the storage level 108 and/or storage level 10 of multilevel cache 102
  • one or more operations of the process 300 may be performed by the controller of the storage level (e.g., controller 1 12 and/or 116).
  • the process 300 is described with reference to a multi-level cache that includes 2 storage levels, it will be apparent that the process 300 may be extended to embodiments in which the multi-level cache includes more than 2 storage levels.
  • the storage level 108/1 0 may receive a write request and an indicator DS Sin-cache associated with a data.
  • the write request may be received from the processor 102 (e.g., in the case of upper storage level 108) or from an upper storage level (e.g., the upper storage level 108 in the case of lower storage level 110).
  • the indicator DSSin-cache may be included in the write request (e.g., in DSS information associated with the data).
  • the write request may additionally or alternatively include the data and/or an indicator of an LBA range associated with the data.
  • the indicator DS Sin-cache may indicate to a lower storage level (e.g., storage level 1 0) whether the data is stored in a higher storage level (e.g., storage level 108).
  • the indicator DSSj n -cache may be a bit with a value of logic 1 to indicate that the data is stored by the higher storage level 108 or a value of 0 to indicate that the data is not stored by the higher storage level 108.
  • the processor 104 may send the indicator DSSm-cache to the higher storage level 108 (e.g., in the write request) with a value of logic 0, and the higher storage level 108 may determine the value of the indicator DSSi n .
  • the storage level 108/1 10 may determine whether the data (e.g., an older version of the data that is to be overwritten by the write operation) is stored in the storage level 108/1 10. If the data is stored in the storage level 108/110, the storage level 108/110 may determine, at 306 of the process 300, whether the indicator DSSj n . cac he has a value of logic 1 or logic 0. If the indicator DSS ia -cache has a value of logic 1, then the storage level 108/1 10 may, at 308 of the process 300, evict the old data from the memory 114/1 18 of the storage level 108/1 1 0.
  • the data e.g., an older version of the data that is to be overwritten by the write operation
  • the old data may be evicted by overwriting the data with new- data.
  • the storage level 108/1 10 may, at 309 of the process 300, pass the write request to the lower level (e.g., a lower storage level of the multi-level cache or the storage 106) if write - through is enabled.
  • the write request may include the indicator DSS m -cache-
  • the storage level 108/1 10 may, at 310 of the process 300, update the data in the memory 1 14/1 8.
  • the storage level 108/1 10 may, at 3 12 of the process 300, set the indicator DS Sin-cache to logic 1 to indicate to a lower storage level 1 10 that the data is stored in the upper storage level 108 or to indicate to the storage 106 that the data is stored in one of the upper storage level 108 or lower storage level 1 1 0.
  • the storage level 108/1 10 may, at 3 13 of the process 300, pass the write request to the lower level (e.g., a lower storage level of the multi-level cache or the storage 106) if write-through is enabled.
  • the write request may include the indicator DSSm-cache-
  • the value of the indicator DSS m -cache that is received by the upper storage level 108 from the processor 104 will typically be defaulted to logic 0. Accordingly, the upper storage level 08 will perform operations 3 0 and 3 12 and may or may not perform the determination at 306.
  • the storage level 108/1 10 may determine whether the indicator DSSm-cache has a value of logic 1 or logic 0. If the indicator DS Sin-cache has a value of logic 1, then the storage level 108/1 10 may, at 3 16 of the process 300, determine not to store the data in the storage level 108/1 10, The storage level 108/1 10 may, at 3 17 of the process 300, pass the write request to the lower level (e.g., a lower storage level of the multi-level cache or the storage 106) if write-through is enabled.
  • the write request may include the indicator DSSm-cache-
  • the storage level 108/1 10 may, at 318 of the process 300, determine whether the cache policy requires that the data be stored in the storage level 108/1 10. If the cache policy indicates that the data should be stored in the storage level 108/110, the controller 112/1 16 may, at 320 of the process 300, insert the data into the memory 1 14/118. In some embodiments, the storage level 108/1 10 may set the indicator DSS m . cac e to logic 1 to indicate to a lower storage level 1 10 that the data is stored in the upper storage level 108 or to indicate to the storage 106 that the data is stored in one of the upper storage level 108 or lower storage level 110.
  • the storage level 108/1 10 may, at 321 of the process 300, pass the write request to the lower level (e.g., a lower storage level of the multi-level cache or the storage 106) if write-through is enabled.
  • the write request may include the indicator DSSm-cache-
  • the lower storage level 110 may set the indicator DS Sin-cache to a logic 0 for the write request that is passed to the storage device 106.
  • the storage level 108/110 may, at 322 of the process 300, determine not to store the data in the storage level 108/1 10.
  • the storage level 108 may set the value of the indicator DSS m . ca che that is passed to the lower storage level 110 to a logic 0 to indicate that the data is not stored in storage level 108 and/or the storage level 110 may set the value of the indicator DSSm-cache that is passed to the storage 106 to a logic 0 to indicate that the data is not stored in the storage level 110 or the storage level 108.
  • the storage level 108/1 10 may, at 323 of the process 300, pass the write request to the lower level (e.g., a lower storage level of the multilevel cache or the storage 106) if write-through is enabled.
  • the write request may include the indicator DSS m -cache-
  • computing device 400 may include one or more processors or processor cores 402, and system memory 404.
  • the one or more processors or processor cores 402 may include the processor 104 of Figure I .
  • processors refers to a physical processor, and the terms "processor” and “processor cores” may be considered synonymous, unless the context clearly requires otherwise.
  • the one or more processors 402 may include a central processing unit (CPU) and/or a graphics processing unit (GPU).
  • CPU central processing unit
  • GPU graphics processing unit
  • computing device 400 may include one or more mass storage devices 406 (such as diskette, hard drive, SSD, compact disc read only memory (CD-ROM) and so forth), input/output devices 408 (such as display, keyboard, cursor control, remote control, gaming controller, image capture device, and so forth), and communication interfaces 410 (such as network interface cards, modems, infrared receivers, radio receivers (e.g., Bluetooth), and so forth).
  • the mass storage devices 406 may include the storage 106 of Figure 1, in some embodiments.
  • the elements may be coupled to each other via system bus 412, which may represent one or more buses. In the case of multiple buses, they may be bridged by one or more bus bridges (not shown).
  • the computing device 400 may further include a multi-level cache 414 that includes a storage level 416 and a storage level 418.
  • the multi-level cache 414 may correspond to the multi-level cache 102 of Figure 1 and/or the multi-level cache described with respect to Figure 2 and/or Figure 3.
  • the storage level 416 may correspond to the storage level 108 of Figure 1, and/or the storage level 418 may correspond to the storage level 1 10 of Figure 1.
  • the multi -level cache 414 may be coupled between the one or more processors 402 and the mass storage 406 to cache a data volume associated with the mass storage 406.
  • storage level 416 and/or storage level 418 of the multi-level cache 414 may be included within an integrated circuit (IC) and/or IC package that includes memory 404, processor 402, and/or mass storage 406.
  • IC integrated circuit
  • the communication interfaces 410 may include one or more communications chips that may enable wired and/or wireless communications for the transfer of data to and from the computing device 400.
  • the term "wireless” and its derivatives may be used to describe circuits, devices, systems, methods, techniques, communications channels, etc., that may communicate data through the use of modulated electromagnetic radiation through a non-solid medium. The term does not imply that the associated devices do not contain any wires, although in some embodiments they might not.
  • the communication interfaces 410 may implement any of a number of wireless standards or protocols, including but not limited to IEEE 702.20, Long Term Evolution (LTE), LTE Advanced (LTE-A), General Packet Radio Sendee (GPRS), Evolution Data Optimized (Ev-DO), Evolved High Speed Packet Access (HSPA+), Evolved High Speed Downlink Packet Access (HSDPA+), Evolved High Speed Uplink Packet Access (HSUPA+), Global System for Mobile Communications (GSM), Enhanced Data rates for GSM Evolution (EDGE), Code Division Multiple Access (CDMA), Time Division Multiple Access (TDM A), Digital Enhanced Cordless Telecommunications (DECT), Worldwide Interoperability for Microwave Access (WiMAX), Bluetooth, derivatives thereof, as well as any other wireless protocols that are designated as 3G, 4G, 5G, and beyond.
  • IEEE 702.20 Long Term Evolution (LTE), LTE Advanced (LTE-A), General Packet Radio Sendee (GPRS), Evolution Data Optimized
  • the communication interfaces 410 may include a plurality of communication chips. For instance, a first communication chip may be dedicated to shorter range wireless communications such as Wi-Fi and Bluetooth, and a second communication chip may be dedicated to longer range wireless communications such as GPS, EDGE, GPRS, CDMA, WiMAX, LTE, Ev-DO, and others.
  • a first communication chip may be dedicated to shorter range wireless communications such as Wi-Fi and Bluetooth
  • a second communication chip may be dedicated to longer range wireless communications such as GPS, EDGE, GPRS, CDMA, WiMAX, LTE, Ev-DO, and others.
  • the communication interfaces 410 may be configured to communicate using one or more wireless communication methods and topologies such as IEEE 802.1 lx (WiFi), Bluetooth, IEEE 802.15.4, wireless mesh networking, wireless personal/local/metropolitan area network technologies, or wireless cellular communication using a radio access network that may include a Global System for Mobile Communication (GSM), General Packet Radio Service (GPRS), Universal Mobile Telecommunications System (UMTS), High Speed Packet Access (HSPA), Evolved HSPA (E-HSPA), Long-Term Evolution (LTE) network, GSM Enhanced Data rates for GSM Evolution (EDGE) Radio Access Network (GERAN), Universal Terrestrial Radio Access Network (UTRAN), Evolved 1 I RAN (E-UTRAN), IEEE 802,22, IEEE 802, 1 l af, IEEE 802.1 lac, LoRaTM, or SigFox.
  • GSM Global System for Mobile Communication
  • GPRS General Packet Radio Service
  • UMTS Universal Mobile Telecommunications System
  • HSPA High Speed Packet
  • system memory 404 and mass storage devices 406 may be employed to store a working copy and a permanent copy of the programming instructions implementing an operating system and one or more applications, collectively denoted as computational logic 422.
  • multi-level cache 414 may include programming instructions implementing the operations associated with the multi-level cache, e.g., the read process 200 and/or write process 300, collectively denoted as computational logic 424.
  • the system memory 404 and mass storage devices 406 may also be employed to store the data or local resources in various embodiments.
  • the various programming instructions may be implemented by assembler instructions supported by processor(s) 402 or high-level languages, such as, for example, C, that can be compiled into such instructions.
  • the permanent copy of the programming instructions may be placed into mass storage devices 406 and/or multi-level cache 414 in the factory, or in the field, through, for example, a distribution medium (not shown), such as a compact disc (CD), or through communication interface 410 (from a distribution server (not shown)). That is, one or more distribution media having an implementation of the agent program may be employed to distribute the agent and program various computing devices.
  • a distribution medium such as a compact disc (CD)
  • CD compact disc
  • communication interface 410 from a distribution server (not shown)
  • computing device 400 may vary, depending on whether computing device 400 is a stationary computing device, such as a server, high performance computing node, set-top box or desktop computer, a mobile computing device such as a tablet computing device, laptop computer or smattphone, or an embedded computing device. Their constitutions are otherwise known, and accordingly will not be further described. In various embodiments, different elements or a subset of the elements shown in Fig. 4 may be used. For example, some devices may not include the graphics processor 405, may use a unified memory that serves as both memory and storage, or may include one or more multi-level caches 414 within other components such as the processor 402, the memory 404, or the mass storage 406.
  • Fig. 5 illustrates an example of at least one non-transitory computer-readable storage medium 502 having instructions configured to practice all or selected ones of the operations associated with the multi-level cache 102, read process 300, write process 400, and/or multi-level cache 414 described herein, in accordance with various embodiments.
  • at least one computer-readable storage medium 502 may include a number of programming instructions 504.
  • the storage medium 502 may represent a broad range of persistent storage medium known in the art, including but not limited to flash memory, dynamic random access memory, static random access memory, an optical disk, a magnetic disk, etc.
  • Programming instructions 504 may be configured to enable a device, e.g., computing device 400 (in particular, multi-level cache 414), computing system 100, or multi-level cache 102, in response to execution of the programming instructions 504, to perform, e.g., but not limited to, various operations described for computing system 100 or multi-level cache 102, or operations shown in the process 200 or process 300.
  • programming instructions 504 may be disposed on multiple computer- readable storage media 502.
  • storage medium 502 may be transitory, e.g., signals encoded with programming instructions 504.
  • processors 402 may be packaged together with memory having computational logic 424 configured to practice aspects described for computing system 100, multi-level cache 102, or operations shown in the process 200 or process 300.
  • processors 402 may be packaged together with memory having computational logic 424 configured to practice aspects described for computing system 100 or multi -level cache 102, or operations shown in the process 200 or process 300, to form a System in Package (SiP).
  • SiP System in Package
  • processors 402 may be integrated on the same die with memory having computational logic 424 configured to practice aspects described for computing system 100 or multi -lev el cache 102, and/or operations shown in the process 200 or process 300.
  • processors 402 may be packaged together with memory having computational logic 924 configured to practice aspects of computing system 100 or multi-level cache 102, and/or operations shown in the process 200 or process 300 to form a System on Chip (SoC),
  • SoC System on Chip
  • the SoC may be utilized in, e.g., but not limited to, a mobile computing device such as a wearable device and/or a smartphone.
  • Machine-readable media including non-transitory machine-readable media, such as machine-readable storage media
  • methods, systems and devices for performing the above- described techniques are illustrative examples of embodiments disclosed herein. Additionally, other devices in the above-described interactions may be configured to perform various disclosed techniques.
  • Example 1 is an apparatus for multi-level caching, the apparatus comprising: a first storage level to form a multi-level cache for a storage device, wherein the multi-level cache includes the first storage level and a second storage level, with the second storage level being a higher level than the first storage level.
  • the first storage level of Example 1 includes: a memory; and a controller coupled to the memory. The controller is to: receive an input/output (I/O) request associated with a data; receive an indicator from the second storage level to indicate whether the data is stored or will be stored in the second storage level; and determine whether to store the data in the memory based on the indicator.
  • I/O input/output
  • Example 2 is the apparatus of Example 1, wherein the controller is to receive the indicator in the I/O request associated with the data.
  • Example 3 is the apparatus of Example 1, wherein the indicator is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
  • DSS differentiated storage services
  • Example 4 is the apparatus of Example 1, further comprising the second storage level coupled to the first storage level.
  • Example 5 is the apparatus of Example 1, wherein the I/O request is a write request and the indicator indicates whether the data is stored in the second storage level.
  • Example 6 is the apparatus of Example 1, wherein the I/O request is a read request, and the indicator indicates whether the data will be stored in the second storage level.
  • Example 7 is the apparatus of Example 1, wherein the data is stored in the memory, and wherein the controller is further to evict the data from the memory if the indicator indicates that the data is stored or will be stored in the second storage level,
  • Example 8 is the apparatus of any one of Examples 1 to 7, wherein the memory of the first storage level is of a different memory technology than a memory of the second storage level.
  • Example 9 is the apparatus of Example 8, wherein the memory of the first storage level is a NAND solid state memory and the memory of the second storage level is a cross-point memory.
  • Example 10 is the apparatus of any one of Examples 1 to 7, wherein the multi-level cache further includes one or more additional storage levels including a third storage level disposed at a third level that is lower than the first level, wherein the second storage level is to pass the indicator to the third storage level and set a value of the indicator based on whether the data is stored or will be stored in the first storage level or the second storage level.
  • the multi-level cache further includes one or more additional storage levels including a third storage level disposed at a third level that is lower than the first level, wherein the second storage level is to pass the indicator to the third storage level and set a value of the indicator based on whether the data is stored or will be stored in the first storage level or the second storage level.
  • Example 1 1 is one or more non-transitory computer-readable media having instructions, stored thereon, that, when executed, cause a first storage level to: receive, from a second storage level, an input/output (I/O) request associated with a data; receive an indicator bit from the second storage level to indicate whether the data is stored or will be stored in the second storage level, and determine whether to store the data in the first storage level based on a value of the indicator bit.
  • Example 12 is the one or more media of Example 1 1, wherein the indicator bit is included in the I/O request.
  • Example 13 is the one or more media of Example 11, wherein the indicator bit is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
  • DSS differentiated storage services
  • Example 14 is the one or more media of Example 11, wherein the I/O request is a write request.
  • Example 15 is the one or more media of Example 11, wherein the I/O request is a read request.
  • Example 16 is the one or more media of Example 11, wherein the instructions, when executed, further cause the first storage level to: determine whether the data is stored in the first storage level; and evict the data from the first storage level based on a determination that the data is stored in the first storage level and if the indicator bit indicates that the data is stored or will be stored in the second storage level,
  • Example 17 is the one or more media of any one of Examples 1 1 to 16, wherein a memory of the first storage level is of a different memory technology than a memory of the second storage level.
  • Example 18 is a system with multi -level caching capability, the system comprising: a processor; a storage device coupled to the processor; and a multi-level cache coupled to the processor and the storage device.
  • the multi-level cache of Example 18 includes: an upper storage level; and a lower storage level coupled to the upper storage level, wherein the lower storage level is to: receive an input/output (I/O) request associated with a data, wherein the I/O request includes an indicator from the upper storage level to indicate whether the data is stored or will be stored in the upper storage level; and determine whether to store the data in the lower storage level based on the indicator.
  • I/O input/output
  • Example 19 is the system of Example 18, wherein the indicator is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
  • DSS differentiated storage services
  • Example 20 is the system of Example 18, wherein the I/O request is a write request, and wherein the indicator is to indicate whether the data is stored in the upper storage level,
  • Example 21 is the system of Example 18, wherein the I/O request is a read request, and wherein the indicator is to indicate whether the data will be stored in the upper storage level.
  • Example 22 is the system of Example 18, wherein the upper storage level, lower storage level, and storage device use different memory technologies.
  • Example 23 is the system of Example 18, wherein the storage device includes a network- attached storage.
  • Example 24 is the system of any one of Examples 18 to 23, wherein the system is a server.
  • Example 25 is the system of any one of Examples 18 to 23, wherein the system i s a personal computer, laptop computer, tablet computer, or mobile computing device.
  • Example 26 is a caching method comprising: receiving, by a first storage level of a multi- level cache from a second storage level of the multi-level cache, an input/output (I/O) request associated with a data; receiving, by the first storage level, an indicator bit from the second storage level to indicate whether the data is stored or will be stored in the second storage level; and determining, by the first storage level, whether to store the data in the first storage level based on a value of the indicator bit.
  • I/O input/output
  • Example 27 is the method of Example 26, wherein the indicator bit is included in the I/O request.
  • Example 28 is the method of Example 26, wherein the indicator bit is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
  • DSS differentiated storage services
  • Example 29 is the method of Example 26, wherein the I/O request is a write request.
  • Example 30 is the method of Example 26, wherein the I/O request is a read request.
  • Example 31 is the method of Example 26, further comprising: determining whether the data is stored in the first storage level; and evicting the data from the first storage level based on a determination that the data is stored in the first storage level and if the indicator bit indicates that the data is stored or will be stored in the second storage level.
  • Example 32 is the method of any one of Examples 26 to 3 , wherein a memory of the first storage level is of a different memoiy technology than a memory of the second storage level.
  • Example 33 is a cache apparatus comprising: a first storage level of a multi-level cache, the first storage level comprising: means to receive, from a second storage level of the multi- level cache, an input/output ( I/O) request associated with a data, means to receive an indicator bit from the second storage level to indicate whether the data is stored or will be stored in the second storage level; and means to determine whether to store the data in the first storage level based on a value of the indicator bit.
  • I/O input/output
  • Example 34 is the apparatus of Example 33, wherein the indicator bit is included in the I/O request.
  • Example 35 is the apparatus of Example 33, wherein the indicator bit is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
  • DSS differentiated storage services
  • Example 36 is the apparatus of Example 33, wherein the I/O request is a write request.
  • Example 37 is the apparatus of Example 33, wherein the I/O request is a read request.
  • Example 38 is the apparatus of Example 33, wherein the first storage level further comprises: means to determine whether the data is stored in the first storage level; and means to evict the data from the first storage level based on a determination that the data is stored in the first storage level and if the indicator bit indicates that the data is stored or will be stored in the second storage level.
  • Example 39 is the apparatus of any one of Examples 33 to 38, wherein a memory of the first storage level is of a different memory technology than a memory of the second storage level.
  • ordinal indicators e.g., first, second or third
  • ordinal indicators for identified elements are used to distinguish between the elements, and do not indicate or imply a required or limited number of such elements, nor do they indicate a particular position or order of such elements unless otherwise specifically stated.

Landscapes

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

Abstract

In embodiments, apparatuses, methods and storage media associated with a multi-level cache are described. A first storage level may receive an input/output (I/O) request from a second storage level of the multi-level cache, wherein the I/O request is associated with a data. The first storage level may further receive an indicator to indicate whether the data is stored or will be stored in the second storage level. The first storage level may determine whether to store the data in the first storage level based on the indicator. Other embodiments may be described and/or claimed.

Description

A MULTI-LEVEL NON- VOLATILE CACHE WITH SELECTIVE STORE
Cross Reference to Related Application
The present application claims priority to U.S. Patent Application No, 14/998,070, filed December 24, 2015, and titled "A MULTI-LEVEL NON-VOLATILE CACHE WITH
SELECTIVE STORE," the entire disclosure of which is hereby incorporated by reference and for all purposes.
Technical Field
The present disclosure relates to the field of electronic memory and, in particular, to a muiti -level non-volatile cache with selective store that may increase effective cache storage capacity in the multi-level non-volatile cache.
Background
The background description provided herein is for the purpose of generally presenting the context of the disclosure. Unless otherwise indicated herein, the materials described in this section are not prior art to the claims in this application and are not admitted to be prior art by inclusion in this section.
A fast access memory (for example, cache) is often used to store selected data of a storage volume to allow the selected data to be accessed more quickly than data from a memory (storage device) having a slower access time (e.g., hard disk drive (HDD)). Some systems include a multi-level cache with multiple tiers of cache media. Data stored in the fast access memory is replicated in the slow access memory/storage device.
Brief Description of the Drawings
Embodiments will be readily understood by the following detailed description in conjunction with the accompanying drawings. To facilitate this description, like reference numerals designate like structural elements. Embodiments are illustrated by way of example, and not by way of limitation, in the Figures of the accompanying drawings.
Figure 1 is a block diagram of a computing system including a multi-level cache of the present disclosure, in accordance with various embodiments.
Figure 2 is a flow chart illustrating a read process to be performed by a multi-level cache, in accordance with various embodiments. Figure 3 is a flow chart illustrating a write process to be performed by a multi-level cache, in accordance with various embodiments.
Figure 4 illustrates an example computing device suitable for practicing various aspects of the disclosure, in accordance with various embodiments.
Figure 5 illustrates an example storage medium with instructions configured to enable an apparatus to practice various aspects of the present disclosure, in accordance with various embodiments.
Detailed Description
In the following detailed description, reference is made to the accompanying drawings which form a part hereof wherein like numerals designate like parts throughout, and in which is shown by way of illustration embodiments that may be practiced. It is to be understood that other embodiments may be utilized and stmctural or logical changes may be made without departing from the scope of the present disclosure. Therefore, the following detailed description is not to be taken in a limiting sense, and the scope of embodiments is defined by the appended claims and their equivalents.
Various operations may be described as multiple discrete actions or operations in turn, in a manner that is most helpful in understanding the claimed subject matter. However, the order of description should not be construed as to imply that these operations are necessarily order dependent. In particular, these operations may not be performed in the order of presentation. Operations described may be performed in a different order than the described embodiment. Various additional operations may be performed and/or described operations may be omitted in additional embodiments.
For the purposes of the present disclosure, the phrase "A. and/or B" means (A), (B), or (A and B). For the purposes of the present disclosure, the phrase "A, B, and/or C" means (A), (B), (C), (A and B), (A and C), (B and C), or (A, B and C).
The description may use the phrases "in an embodiment," or "in embodiments," which may each refer to one or more of the same or different embodiments. Furthermore, the terms "comprising," "including," "having," and the like, as used with respect to embodiments of the present disclosure, are synonymous.
As used herein, the term "logic" and "circuitry" may refer to, be part of, or include an
Application Specific Integrated Circuit (ASIC), an electronic circuit, a processor (shared, dedicated, or group) and/or memory (shared, dedicated, or group) that execute one or more software or firmware programs, a combinational logic circuit, and/or other suitable components that provide the described functionality. The term "module" may refer to software, firmware and/or circuitry that is/are configured to perform or cause the performance of one or more operations consistent with the present disclosure. Software may be embodied as a software package, code, instructions, instruction sets and/or data recorded on non-transitory computer readable storage mediums. Firmware may be embodied as code, instructions or instruction sets and/or data that are hard-coded (e.g., nonvolatile) in memoiy devices. "Circuitry", as used in any embodiment herein, may comprise, for example, singly or in any combination, hardwired circuitr', programmable circuitry such as computer processors comprising one or more individual instruction processing cores, state machine circuitry, software and/or firmware that stores instructions executed by programmable circuitry. The modules may collectively or individually be embodied as circuitry that forms a part of a computing device. As used herein, the terra "processor" may be a processor core.
In embodiments, apparatuses, methods and storage media associated with a multi -level cache are described. A first storage level may receive an input/output (I/O) request (e.g., read request or write request) from a second storage level of the multi -level cache, wherein the I/O request is associated with a data. The first storage level may further receive an indicator to indicate whether the data is stored or will be stored in the second storage level. The first storage level may determine whether to store the data in the first storage level based on the indicator.
Referring now to Figure 1 , a computing system 100 having a multi-level cache 102 incorporated with the selective store technology of the present disclosure, in accordance with various embodiments, is illustrated. The computing sy stem 100 may further include a processor 104 and a storage 106 coupled to the multi -level cache 102. The multi-level cache 102 may include a storage level 108 and a second storage level 1 10 coupled to one another. The storage level 108 may include a controller 112 and a memory 14, and the storage level 10 may include a controller 116 and a memory 1 18. The multi-level cache 102 may also be referred to as a multi-layer cache. For the purpose of this application, the two terms may be considered as synonymous. Further, the storage level 108 may be referred to as an upper storage level or higher storage level, and the storage level 1 10 may be referred to as a lower storage level. In embodiments, the controller 112 and the controller 116 are incorporated with complementary logic to practice selective store to potentially increase the effective capacity of the multi-level cache 102, to be more fully described below.
In various embodiments, the memory 114, memory 118, and storage 106 may be nonvolatile memory. In some embodiments, the memory 114 of the storage level 108 may be a different memory technology than the memory 118 of the storage level 110. For example, in some embodiments, the memory 114 may be a faster, but more expensive, memory technology than the memory 1 18. Additionally, the storage 108 may include a different memory technology than the memory 1 14 and/or memory 118. In one non-limiting embodiment, the memory 1 14 may be byte addressable three-dimensional (3D) cross-point memory and the memory 118 may be a Solid State Drive (SSD) that includes NAND flash memory or 3D cross-point memory. In some embodiments, the storage 106 may include a hard disk drive (HDD). In some embodiments, the memory 114, memory 118, and/or storage 108 may include Multi Level Cell (MLC) NAND flash memory, ferroelectric random-access memory (FeTRAM), nanowire-based non-volatile memory, three-dimensional (3D) cross-point memory such as phase change memory (PCM), memory that incorporates memristor technology, Magnet oresi stive random-access memory (MRAM), Spin Transfer Torque (STT)-MRAM, single level cell (SIX) Flash memory and/or other electrically erasable programmable read only memory (EEPROM) type devices.
In various embodiments, the multi-level cache 102, including the storage level 108 and storage level 1 10 may be included in a same computing device as the processor 104 and controlled by a same operating system. In some embodiments, one or more of the storage levels 108 and/or 110 of the multi -level cache 102 may be included on a same integrated circuit (IC) and/or IC package as the processor 104. Additionally, or alternatively, one or more of the storage levels 108 and/or 1 10 may be disposed on a separate IC or IC package from the processor 104. In various embodiments, the storage 106 may include storage in the same computing device as the processor and multi-level cache 102. Additionally, or alternatively, the storage 106 may include a network-attached storage (e.g., cloud storage) that is accessible via a network interface.
In various embodiments, the multi-level cache 102 may serve as a cache for the storage 106 to cache a storage volume data associated with the storage 106. For example, the multi-level cache 102 may store some of the data stored by the storage 106 to enable the processor 104 to access the data more quickly than would be possible from the storage 106. In some embodiments, data stored by the multi-level cache 102 may be replicated by the storage 106.
In various embodiments, with the storage level 108 being the higher storage level of the multi-level cache 102 and the storage level 1 10 being the lower storage level, during a read operation to retrieve data for the processor 104, the data may first be requested from the storage level 108, If the data is not available from storage level 108, the data may be requested from the storage level 110. If the data is not available from any of the storage levels of the multi-level cache 102, then the data may be requested from the storage 106, In some embodiments, the multi-level cache 102 may include one or more additional storage levels at a storage level above the storage level 108, below the storage level 110, and/or between the storage levels 108 and 110. A higher storage level may be considered to be at a higher level than a lower storage level if data is first requested to be read from the higher storage level and, if the data is not available in the higher storage level, the data is then requested to be read from the lower storage level. Accordingly, the higher storage level may generally store data with higher priority than data stored in the lower storage level.
For a write operation, data may be written to storage level 108, storage level 110, and/or storage 106 according to a cache policy of the multi-level cache 102. The cache policy may determine whether to store the data in storage level 108 and/or storage level 110 using one or more rules based on one or more parameters, such as a priority level of the data. In some embodiments, one or more parameters associated with the data (e.g., metadata such as the priority level of the data) may be included in differentiated storage services (DSS) information that is passed from the processor 104 to the multi-level cache 102 and/or between storage levels of the multi-level cache 102 (e.g., between the storage level 108 and the storage level 110). The DSS information may be included in and/or otherwise associated with an I/O request (e.g., a read request or a write request) that is received by the multi-level cache 102 from the processor 104.
In various embodiments, the controller 112 of storage level 108 may pass an indicator to the controller 116 of storage level 1 10 to indicate whether data associated with an I/O request (e.g., a read operation or a write operation) is stored or will be stored by the storage level 108 (or a storage level above the storage level 108 if one is present). If the indicator indicates that the data is stored or will be stored by the storage level 108 (e.g., in the memory 114), the storage level 1 10 may not store the data in the memory 1 18 and/or may evict the data from the memory 1 18 if the data is already stored in the memory 118. Accordingly, the storage level 110 may not replicate data that is stored by the storage level 108, thereby allowing the multi -level cache 102 to effectively store more data than in a multi-level cache in which data is replicated across storage levels.
In some embodiments, the indicator may be included in the DSS information that is passed from the storage level 108 to the storage level 1 10. The indicator may alternatively or additionally be passed in a sideband channel between the storage level 108 and storage level 1 10. The sideband channel may be used for the controller 112 of storage level 108 (e.g., 3D cross- point memory) to communicate with the controller 116 of storage level 110 (e.g., SSD). In some embodiments, the indicator may be a bit having a first value (e.g., logic 1) to indicate that the data is stored or will be stored in a higher storage level (e.g., storage level 108) than the storage level receiving the indicator (e.g., storage level 1 10), or a second value (e.g., logic 0) to indicate that the data is not stored and will not be stored in a higher storage level than the storage level receiving the indicator.
In various embodiments, the I/O request sent from the processor 104 to the storage level 108 may include the indicator with the second value. The controller 112 may determine whether to store the data associated with the I/O request (e.g., based on the cache policy). If the I/O request is passed from the storage level 108 to the storage level 1 10 and the controller 112 determines that the data is stored or will be stored in the storage level 108, then the controller 112 passes the indicator to the storage level 110 with the first value. If the I/O request is passed from the storage level 108 to the storage level 110 and the controller 112 determines that the data is not stored and will not be stored in the storage level 108, then the controller 112 passes the indicator to the storage level 110 with the second value.
Figure 2 illustrates a read process 200 ("process 200") that may be performed by a storage level (e.g., the storage level 108 and/or 110) of a multi-level cache (e.g., multi-level cache 102) in accordance with various embodiments. In some embodiments, one or more operations of the process 200 may be performed by the controller of the cache (e.g., controller 112 and/or 116). Although the process 200 is described with reference to a multi-level cache that includes 2 storage levels, it will be apparent that the process 200 may be extended to embodiments in which the multi-level cache includes more than 2 storage levels.
At 202 of the process 200, the storage level 108/ 10 may receive a read request and an indicator DSSm-cache associated with a data. The read request may be received from the processor 104 via a memory bus (e.g., in the ease of the storage level 108) or from the controller 1 2 of the storage level 108 (in the case of the storage level 110). In some embodiments, the indicator DS Sin-cache may be included in the read request (e.g., in DSS information associated with the data). The read request may additionally or alternatively indicate a logical block addressing (LBA) range associated with the data. The indicator DS Sin-cache may indicate to a lower storage level (e.g., the storage level 110) whether the data will be stored in a higher storage level (such as storage level 108, after the data is read by the storage level 110, a lower storage level, or the storage device 106 in accordance with the process 200). For example, the indicator DSSm-cache received by the lower storage level 110 may have a bit with a value of logic I to indicate to the storage level 1 10 that the data will be stored by the higher storage level 108 or a value of logic 0 to indicate that the data will not be stored by the higher storage level 108.
In various embodiments, the processor 104 may include the indicator DS Sin-cache in the read request that the processor 104 sends to the multi-level cache 102 via the memory bus. The indicator may have an initial value of logic 0 when sent from the processor 104. The higher storage level 108 may determine the value of the indicator DS Sin-cache to be passed to the lower storage level 1 10 based on whether the data will be stored in the higher storage level 108, as further discussed herein.
At 204 of the process 200, the storage level 108/110 may determine whether the data is stored in the storage level 108/110. If the data is stored in the storage level 108/1 10, the storage level 108/1 10 may, at 206 of the process 200, read the data from the storage level 108/1 10 (e.g., retrieve the data from the memory 114/1 8 and return the data to the processor 104 (optionally via storage level 108, in the case of storage level 1 10). In some embodiments, the storage level 108/110 may update one or more parameters associated with the data, such as age and/or least recently used (LRU) information.
In addition to performing the read operation at 206, a lower storage level, such as the lower storage level 1 10, may determine, at 208 of the process 200, whether the indicator DSSm- cache has a value of logic 1 or logic 0. If the indicator DS Sin-cache has a value of logic I (indicating that an upper storage level has stored or will store the data), then the lower storage level 1 10 may, at 210 of the process 200, evict the data from the memory 118 of the lower storage level 1 10. If the indicator DS Sin-cache has a value of logic 0 (indicating that an upper storage level will not store the data), then the lower storage level 110 may, at 212 of the process 200, maintain the data in the memory 1 18.
In some embodiments, the upper storage level (e.g., storage level 108) may perform the operations at 208, 210, and/or 212 of process 200. However, as discussed above, the value of the indicator DSSin.caChe that is received by the upper storage level 108 from the processor 104 will typically be defaulted to logic 0. Accordingly, the upper storage level 1 08 will typically perform operation 212 and may or may not perform the determination at 208.
I at 204 of the process 200, the storage level 1 08/1 10 determines that the data is not stored in the storage level 108/1 10, then, at 214 of the process 200, the storage level 108/1 10 may determine whether the indicator DSSm-cac e has a value of logic I (indicating that an upper storage level will store the data) or logic 0 (indicating that an upper storage level will not store the data). In embodiments, in the case of the upper storage level 108, the indicator DSSm<aci>e may always have a value of logic 0 as discussed above. In some embodiments, the storage level 108/1 10 may, at 216, pass a read request to the lower storage level (e.g., to second storage level 110 from storage level 1 08) and/or storage device 106 with DSSm-cache set to a logic 1 to indicate that the storage level 108 or 1 10 will store the data. At 218 of the process 200, the storage level 108/1 1 0 may return the data and may not insert the data into the memory 1 14/1 1 8 of the storage level 108/1 10.
If the indicator DSSm-cache has a value of logic 0 (indicating that an upper storage level will not store the data), then the storage level 108/1 10 may, at 220 of the process 200, determine whether the cache policy requires that the data be stored in the storage level 108/1 10. If the cache policy indicates that the data should be stored in the storage level 108/1 10, the controller 1 12/1 16 may, at 222 of the process 200, pass a read request to the lower storage level (e.g., to second storage level 1 1 0 from storage level 1 08) and/or storage device 106 with DSSm-cache set to a logic 1 to indicate that the storage level 108/110 will store the data. At 224 of the process 200, the storage level 108/1 10 may return the data received from the lower storage level and insert the data into the memory 114/118 of the storage level 108/ 1 10.
If the cache policy indicates that the data should not be stored in the storage level 108/1 10, the storage level 108/1 10 may, at 226 of the process 200, pass a read request to the lower storage level (e.g., to second storage level 1 10 from storage level 108) and/or storage device 106 with DSSm-cache set to a logic 0 to indicate that the data will not be stored in the storage level 108 or 1 10. At 228 of the process 200, the storage level 108/1 10 may return the data received from the lower storage level and may not insert the data into the memory 114/1 8 of the storage level 08/ 10.
Various operations of the process 200 are described as multiple discrete operations, in a manner that is most helpful in understanding the claimed subject matter. However, the order of description should not be construed as to imply that these operations are necessarily order dependent. It will be appreciated that the sequence of operations associated with the process 200 may vary and/or include other actions in accordance with the present disclosure. For example, some operations may be performed at the same time.
Figure 3 illustrates a write process 300 ("process 300") that may be performed by a storage level of a multi-level cache (e.g., the storage level 108 and/or storage level 10 of multilevel cache 102) in accordance with various embodiments. In some embodiments, one or more operations of the process 300 may be performed by the controller of the storage level (e.g., controller 1 12 and/or 116). Although the process 300 is described with reference to a multi-level cache that includes 2 storage levels, it will be apparent that the process 300 may be extended to embodiments in which the multi-level cache includes more than 2 storage levels.
At 302 of the process 300, the storage level 108/1 0 may receive a write request and an indicator DS Sin-cache associated with a data. The write request may be received from the processor 102 (e.g., in the case of upper storage level 108) or from an upper storage level (e.g., the upper storage level 108 in the case of lower storage level 110). In some embodiments, the indicator DSSin-cache may be included in the write request (e.g., in DSS information associated with the data). The write request may additionally or alternatively include the data and/or an indicator of an LBA range associated with the data. The indicator DS Sin-cache may indicate to a lower storage level (e.g., storage level 1 0) whether the data is stored in a higher storage level (e.g., storage level 108). For example, the indicator DSSjn-cache may be a bit with a value of logic 1 to indicate that the data is stored by the higher storage level 108 or a value of 0 to indicate that the data is not stored by the higher storage level 108.
In various embodiments, the processor 104 may send the indicator DSSm-cache to the higher storage level 108 (e.g., in the write request) with a value of logic 0, and the higher storage level 108 may determine the value of the indicator DSSin.CaChe to be passed to the lower storage level 110 based on whether the data is to be stored in the higher storage level 108, as further discussed herein.
Q At 304 of the process 300, the storage level 108/1 10 may determine whether the data (e.g., an older version of the data that is to be overwritten by the write operation) is stored in the storage level 108/1 10. If the data is stored in the storage level 108/110, the storage level 108/110 may determine, at 306 of the process 300, whether the indicator DSSjn.cache has a value of logic 1 or logic 0. If the indicator DSSia-cache has a value of logic 1, then the storage level 108/1 10 may, at 308 of the process 300, evict the old data from the memory 114/1 18 of the storage level 108/1 1 0. In some embodiments, the old data may be evicted by overwriting the data with new- data. The storage level 108/1 10 may, at 309 of the process 300, pass the write request to the lower level (e.g., a lower storage level of the multi-level cache or the storage 106) if write - through is enabled. The write request may include the indicator DSSm-cache-
If the indicator DSSm-cache has a value of logic 0, then the storage level 108/1 10 may, at 310 of the process 300, update the data in the memory 1 14/1 8. In some embodiments, the storage level 108/1 10 may, at 3 12 of the process 300, set the indicator DS Sin-cache to logic 1 to indicate to a lower storage level 1 10 that the data is stored in the upper storage level 108 or to indicate to the storage 106 that the data is stored in one of the upper storage level 108 or lower storage level 1 1 0. The storage level 108/1 10 may, at 3 13 of the process 300, pass the write request to the lower level (e.g., a lower storage level of the multi-level cache or the storage 106) if write-through is enabled. The write request may include the indicator DSSm-cache-
As discussed above, the value of the indicator DSSm-cache that is received by the upper storage level 108 from the processor 104 will typically be defaulted to logic 0. Accordingly, the upper storage level 08 will perform operations 3 0 and 3 12 and may or may not perform the determination at 306.
If, at 304 of the process 300, the storage level 108/1 10 determines that the data is not stored in the storage level 108/1 10, then, at 3 14 of the process 300, the storage level 108/1 10 may determine whether the indicator DSSm-cache has a value of logic 1 or logic 0. If the indicator DS Sin-cache has a value of logic 1, then the storage level 108/1 10 may, at 3 16 of the process 300, determine not to store the data in the storage level 108/1 10, The storage level 108/1 10 may, at 3 17 of the process 300, pass the write request to the lower level (e.g., a lower storage level of the multi-level cache or the storage 106) if write-through is enabled. The write request may include the indicator DSSm-cache-
If the indicator DSSm-cache has a value of logic 0, then the storage level 108/1 10 may, at 318 of the process 300, determine whether the cache policy requires that the data be stored in the storage level 108/1 10. If the cache policy indicates that the data should be stored in the storage level 108/110, the controller 112/1 16 may, at 320 of the process 300, insert the data into the memory 1 14/118. In some embodiments, the storage level 108/1 10 may set the indicator DSSm. cac e to logic 1 to indicate to a lower storage level 1 10 that the data is stored in the upper storage level 108 or to indicate to the storage 106 that the data is stored in one of the upper storage level 108 or lower storage level 110. The storage level 108/1 10 may, at 321 of the process 300, pass the write request to the lower level (e.g., a lower storage level of the multi-level cache or the storage 106) if write-through is enabled. The write request may include the indicator DSSm-cache- In some embodiments, for an eviction without overwrite, the lower storage level 110 may set the indicator DS Sin-cache to a logic 0 for the write request that is passed to the storage device 106.
If the cache policy indicates that the data should not be stored in the storage level 108/110, the storage level 108/110 may, at 322 of the process 300, determine not to store the data in the storage level 108/1 10. In some embodiments, the storage level 108 may set the value of the indicator DSSm.cache that is passed to the lower storage level 110 to a logic 0 to indicate that the data is not stored in storage level 108 and/or the storage level 110 may set the value of the indicator DSSm-cache that is passed to the storage 106 to a logic 0 to indicate that the data is not stored in the storage level 110 or the storage level 108. The storage level 108/1 10 may, at 323 of the process 300, pass the write request to the lower level (e.g., a lower storage level of the multilevel cache or the storage 106) if write-through is enabled. The write request may include the indicator DSSm-cache-
Various operations of the process 300 are described as multiple discrete operations, in a manner that is most helpful in understanding the claimed subject matter. However, the order of description should not be construed as to imply that these operations are necessarily order dependent. It will be appreciated that the sequence of operations associated with the process 300 may vary and/or include other actions in accordance with the present disclosure. For example, some operations may be performed at the same time.
Referring now to Figure 4, an example computing device 400 suitable to practice the present disclosure as earlier described with reference to Figures 1 -3 is illustrated in accordance with various embodiments. As shown, computing device 400 may include one or more processors or processor cores 402, and system memory 404. In some embodiments, the one or more processors or processor cores 402 may include the processor 104 of Figure I . For the purpose of this application, including the claims, the term "processor" refers to a physical processor, and the terms "processor" and "processor cores" may be considered synonymous, unless the context clearly requires otherwise. The one or more processors 402 may include a central processing unit (CPU) and/or a graphics processing unit (GPU).
Additionally, computing device 400 may include one or more mass storage devices 406 (such as diskette, hard drive, SSD, compact disc read only memory (CD-ROM) and so forth), input/output devices 408 (such as display, keyboard, cursor control, remote control, gaming controller, image capture device, and so forth), and communication interfaces 410 (such as network interface cards, modems, infrared receivers, radio receivers (e.g., Bluetooth), and so forth). The mass storage devices 406 may include the storage 106 of Figure 1, in some embodiments. The elements may be coupled to each other via system bus 412, which may represent one or more buses. In the case of multiple buses, they may be bridged by one or more bus bridges (not shown).
In various embodiments, the computing device 400 may further include a multi-level cache 414 that includes a storage level 416 and a storage level 418. The multi-level cache 414 may correspond to the multi-level cache 102 of Figure 1 and/or the multi-level cache described with respect to Figure 2 and/or Figure 3. The storage level 416 may correspond to the storage level 108 of Figure 1, and/or the storage level 418 may correspond to the storage level 1 10 of Figure 1. The multi -level cache 414 may be coupled between the one or more processors 402 and the mass storage 406 to cache a data volume associated with the mass storage 406. In some embodiments, storage level 416 and/or storage level 418 of the multi-level cache 414 may be included within an integrated circuit (IC) and/or IC package that includes memory 404, processor 402, and/or mass storage 406.
The communication interfaces 410 may include one or more communications chips that may enable wired and/or wireless communications for the transfer of data to and from the computing device 400. The term "wireless" and its derivatives may be used to describe circuits, devices, systems, methods, techniques, communications channels, etc., that may communicate data through the use of modulated electromagnetic radiation through a non-solid medium. The term does not imply that the associated devices do not contain any wires, although in some embodiments they might not. The communication interfaces 410 may implement any of a number of wireless standards or protocols, including but not limited to IEEE 702.20, Long Term Evolution (LTE), LTE Advanced (LTE-A), General Packet Radio Sendee (GPRS), Evolution Data Optimized (Ev-DO), Evolved High Speed Packet Access (HSPA+), Evolved High Speed Downlink Packet Access (HSDPA+), Evolved High Speed Uplink Packet Access (HSUPA+), Global System for Mobile Communications (GSM), Enhanced Data rates for GSM Evolution (EDGE), Code Division Multiple Access (CDMA), Time Division Multiple Access (TDM A), Digital Enhanced Cordless Telecommunications (DECT), Worldwide Interoperability for Microwave Access (WiMAX), Bluetooth, derivatives thereof, as well as any other wireless protocols that are designated as 3G, 4G, 5G, and beyond. The communication interfaces 410 may include a plurality of communication chips. For instance, a first communication chip may be dedicated to shorter range wireless communications such as Wi-Fi and Bluetooth, and a second communication chip may be dedicated to longer range wireless communications such as GPS, EDGE, GPRS, CDMA, WiMAX, LTE, Ev-DO, and others. In various embodiments, the communication interfaces 410 may be configured to communicate using one or more wireless communication methods and topologies such as IEEE 802.1 lx (WiFi), Bluetooth, IEEE 802.15.4, wireless mesh networking, wireless personal/local/metropolitan area network technologies, or wireless cellular communication using a radio access network that may include a Global System for Mobile Communication (GSM), General Packet Radio Service (GPRS), Universal Mobile Telecommunications System (UMTS), High Speed Packet Access (HSPA), Evolved HSPA (E-HSPA), Long-Term Evolution (LTE) network, GSM Enhanced Data rates for GSM Evolution (EDGE) Radio Access Network (GERAN), Universal Terrestrial Radio Access Network (UTRAN), Evolved 1 I RAN (E-UTRAN), IEEE 802,22, IEEE 802, 1 l af, IEEE 802.1 lac, LoRa™, or SigFox.
In various embodiments, system memory 404 and mass storage devices 406 may be employed to store a working copy and a permanent copy of the programming instructions implementing an operating system and one or more applications, collectively denoted as computational logic 422. Similarly, multi-level cache 414 may include programming instructions implementing the operations associated with the multi-level cache, e.g., the read process 200 and/or write process 300, collectively denoted as computational logic 424. The system memory 404 and mass storage devices 406 may also be employed to store the data or local resources in various embodiments. The various programming instructions may be implemented by assembler instructions supported by processor(s) 402 or high-level languages, such as, for example, C, that can be compiled into such instructions.
The permanent copy of the programming instructions may be placed into mass storage devices 406 and/or multi-level cache 414 in the factory, or in the field, through, for example, a distribution medium (not shown), such as a compact disc (CD), or through communication interface 410 (from a distribution server (not shown)). That is, one or more distribution media having an implementation of the agent program may be employed to distribute the agent and program various computing devices.
The number, capability and/or capacity of the elements 402, 404, 406, 408, 410, 412,
414, 416, 418, 422, and/or 424 may vary, depending on whether computing device 400 is a stationary computing device, such as a server, high performance computing node, set-top box or desktop computer, a mobile computing device such as a tablet computing device, laptop computer or smattphone, or an embedded computing device. Their constitutions are otherwise known, and accordingly will not be further described. In various embodiments, different elements or a subset of the elements shown in Fig. 4 may be used. For example, some devices may not include the graphics processor 405, may use a unified memory that serves as both memory and storage, or may include one or more multi-level caches 414 within other components such as the processor 402, the memory 404, or the mass storage 406.
Fig. 5 illustrates an example of at least one non-transitory computer-readable storage medium 502 having instructions configured to practice all or selected ones of the operations associated with the multi-level cache 102, read process 300, write process 400, and/or multi-level cache 414 described herein, in accordance with various embodiments. As illustrated, at least one computer-readable storage medium 502 may include a number of programming instructions 504. The storage medium 502 may represent a broad range of persistent storage medium known in the art, including but not limited to flash memory, dynamic random access memory, static random access memory, an optical disk, a magnetic disk, etc. Programming instructions 504 may be configured to enable a device, e.g., computing device 400 (in particular, multi-level cache 414), computing system 100, or multi-level cache 102, in response to execution of the programming instructions 504, to perform, e.g., but not limited to, various operations described for computing system 100 or multi-level cache 102, or operations shown in the process 200 or process 300. In alternate embodiments, programming instructions 504 may be disposed on multiple computer- readable storage media 502. In alternate embodiments, storage medium 502 may be transitory, e.g., signals encoded with programming instructions 504.
Referring back to Figure 4, for an embodiment, at least one of processors 402 may be packaged together with memory having computational logic 424 configured to practice aspects described for computing system 100, multi-level cache 102, or operations shown in the process 200 or process 300. For an embodiment, at least one of processors 402 may be packaged together with memory having computational logic 424 configured to practice aspects described for computing system 100 or multi -level cache 102, or operations shown in the process 200 or process 300, to form a System in Package (SiP). For an embodiment, at least one of processors 402 may be integrated on the same die with memory having computational logic 424 configured to practice aspects described for computing system 100 or multi -lev el cache 102, and/or operations shown in the process 200 or process 300. For an embodiment, at least one of processors 402 may be packaged together with memory having computational logic 924 configured to practice aspects of computing system 100 or multi-level cache 102, and/or operations shown in the process 200 or process 300 to form a System on Chip (SoC), For at least one embodiment, the SoC may be utilized in, e.g., but not limited to, a mobile computing device such as a wearable device and/or a smartphone.
Machine-readable media (including non-transitory machine-readable media, such as machine-readable storage media), methods, systems and devices for performing the above- described techniques are illustrative examples of embodiments disclosed herein. Additionally, other devices in the above-described interactions may be configured to perform various disclosed techniques.
Some non-limiting Examples of various embodiments are provided below.
Example 1 is an apparatus for multi-level caching, the apparatus comprising: a first storage level to form a multi-level cache for a storage device, wherein the multi-level cache includes the first storage level and a second storage level, with the second storage level being a higher level than the first storage level. The first storage level of Example 1 includes: a memory; and a controller coupled to the memory. The controller is to: receive an input/output (I/O) request associated with a data; receive an indicator from the second storage level to indicate whether the data is stored or will be stored in the second storage level; and determine whether to store the data in the memory based on the indicator.
Example 2 is the apparatus of Example 1, wherein the controller is to receive the indicator in the I/O request associated with the data.
Example 3 is the apparatus of Example 1, wherein the indicator is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
Example 4 is the apparatus of Example 1, further comprising the second storage level coupled to the first storage level.
Example 5 is the apparatus of Example 1, wherein the I/O request is a write request and the indicator indicates whether the data is stored in the second storage level.
Example 6 is the apparatus of Example 1, wherein the I/O request is a read request, and the indicator indicates whether the data will be stored in the second storage level.
Example 7 is the apparatus of Example 1, wherein the data is stored in the memory, and wherein the controller is further to evict the data from the memory if the indicator indicates that the data is stored or will be stored in the second storage level,
Example 8 is the apparatus of any one of Examples 1 to 7, wherein the memory of the first storage level is of a different memory technology than a memory of the second storage level.
Example 9 is the apparatus of Example 8, wherein the memory of the first storage level is a NAND solid state memory and the memory of the second storage level is a cross-point memory.
Example 10 is the apparatus of any one of Examples 1 to 7, wherein the multi-level cache further includes one or more additional storage levels including a third storage level disposed at a third level that is lower than the first level, wherein the second storage level is to pass the indicator to the third storage level and set a value of the indicator based on whether the data is stored or will be stored in the first storage level or the second storage level.
Example 1 1 is one or more non-transitory computer-readable media having instructions, stored thereon, that, when executed, cause a first storage level to: receive, from a second storage level, an input/output (I/O) request associated with a data; receive an indicator bit from the second storage level to indicate whether the data is stored or will be stored in the second storage level, and determine whether to store the data in the first storage level based on a value of the indicator bit. Example 12 is the one or more media of Example 1 1, wherein the indicator bit is included in the I/O request.
Example 13 is the one or more media of Example 11, wherein the indicator bit is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
Example 14 is the one or more media of Example 11, wherein the I/O request is a write request.
Example 15 is the one or more media of Example 11, wherein the I/O request is a read request.
Example 16 is the one or more media of Example 11, wherein the instructions, when executed, further cause the first storage level to: determine whether the data is stored in the first storage level; and evict the data from the first storage level based on a determination that the data is stored in the first storage level and if the indicator bit indicates that the data is stored or will be stored in the second storage level,
Example 17 is the one or more media of any one of Examples 1 1 to 16, wherein a memory of the first storage level is of a different memory technology than a memory of the second storage level.
Example 18 is a system with multi -level caching capability, the system comprising: a processor; a storage device coupled to the processor; and a multi-level cache coupled to the processor and the storage device. The multi-level cache of Example 18 includes: an upper storage level; and a lower storage level coupled to the upper storage level, wherein the lower storage level is to: receive an input/output (I/O) request associated with a data, wherein the I/O request includes an indicator from the upper storage level to indicate whether the data is stored or will be stored in the upper storage level; and determine whether to store the data in the lower storage level based on the indicator.
Example 19 is the system of Example 18, wherein the indicator is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
Example 20 is the system of Example 18, wherein the I/O request is a write request, and wherein the indicator is to indicate whether the data is stored in the upper storage level,
Example 21 is the system of Example 18, wherein the I/O request is a read request, and wherein the indicator is to indicate whether the data will be stored in the upper storage level. Example 22 is the system of Example 18, wherein the upper storage level, lower storage level, and storage device use different memory technologies.
Example 23 is the system of Example 18, wherein the storage device includes a network- attached storage.
Example 24 is the system of any one of Examples 18 to 23, wherein the system is a server.
Example 25 is the system of any one of Examples 18 to 23, wherein the system i s a personal computer, laptop computer, tablet computer, or mobile computing device.
Example 26 is a caching method comprising: receiving, by a first storage level of a multi- level cache from a second storage level of the multi-level cache, an input/output (I/O) request associated with a data; receiving, by the first storage level, an indicator bit from the second storage level to indicate whether the data is stored or will be stored in the second storage level; and determining, by the first storage level, whether to store the data in the first storage level based on a value of the indicator bit.
Example 27 is the method of Example 26, wherein the indicator bit is included in the I/O request.
Example 28 is the method of Example 26, wherein the indicator bit is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
Example 29 is the method of Example 26, wherein the I/O request is a write request. Example 30 is the method of Example 26, wherein the I/O request is a read request.
Example 31 is the method of Example 26, further comprising: determining whether the data is stored in the first storage level; and evicting the data from the first storage level based on a determination that the data is stored in the first storage level and if the indicator bit indicates that the data is stored or will be stored in the second storage level.
Example 32 is the method of any one of Examples 26 to 3 , wherein a memory of the first storage level is of a different memoiy technology than a memory of the second storage level.
Example 33 is a cache apparatus comprising: a first storage level of a multi-level cache, the first storage level comprising: means to receive, from a second storage level of the multi- level cache, an input/output ( I/O) request associated with a data, means to receive an indicator bit from the second storage level to indicate whether the data is stored or will be stored in the second storage level; and means to determine whether to store the data in the first storage level based on a value of the indicator bit.
Example 34 is the apparatus of Example 33, wherein the indicator bit is included in the I/O request.
Example 35 is the apparatus of Example 33, wherein the indicator bit is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
Example 36 is the apparatus of Example 33, wherein the I/O request is a write request. Example 37 is the apparatus of Example 33, wherein the I/O request is a read request. Example 38 is the apparatus of Example 33, wherein the first storage level further comprises: means to determine whether the data is stored in the first storage level; and means to evict the data from the first storage level based on a determination that the data is stored in the first storage level and if the indicator bit indicates that the data is stored or will be stored in the second storage level.
Example 39 is the apparatus of any one of Examples 33 to 38, wherein a memory of the first storage level is of a different memory technology than a memory of the second storage level.
Although certain embodiments have been illustrated and described herein for purposes of description, a wide variety of alternate and/or equivalent embodiments or implementations calculated to achieve the same purposes may be substituted for the embodiments shown and described without departing from the scope of the present disclosure. This application is intended to cover any adaptations or variations of the embodiments discussed herein. Therefore, it is manifestly intended that embodiments described herein be limited only by the claims.
Where the disclosure recites "a" or "a first" element or the equivalent thereof, such disclosure includes one or more such elements, neither requiring nor excluding two or more such elements.
Further, ordinal indicators (e.g., first, second or third) for identified elements are used to distinguish between the elements, and do not indicate or imply a required or limited number of such elements, nor do they indicate a particular position or order of such elements unless otherwise specifically stated.

Claims

Claims What is claimed is:
1. An apparatus for multi-level caching comprising:
a first storage level to form a multi-level cache with a second storage level for a storage device, wherein the second storage level is at a higher level than the first storage level, and wherein the first storage level includes:
a memory; and
a controller coupled to the memory, the controller to:
receive an input/output (I/O) request associated with a data;
receive an indicator from the second storage level to indicate whether the data is stored or will be stored in the second storage level or a storage level higher than the second storage level; and
determine whether to store the data in the memory based on the indicator.
2. The apparatus of claim 1, wherein the controller is to receive the indicator in the
I/O request associated with the data.
3. The apparatus of claim 1, wherein the indicator is received as part of
differentiated storage services (DSS) information that further indicates a priority of the data.
4. The apparatus of claim 1, further comprising the second storage level coupled to the first storage level.
5. The apparatus of claim 1, wherein the I/O request is a write request, and the indicator indicates whether the data is stored in the second storage level.
6. The apparatus of claim 1, wherein the I/O request is a read request, and the indicator indicates whether the data will be stored in the second storage level.
7. The apparatus of claim 1, wherein the data is stored in the memory, and wherein the controller is further to evict the data from the memory if the indicator indicates that the data is stored or will be stored in the second storage level or the storage level higher than the second storage level,
8. The apparatus of any one of claims I to 7, wherein the memory of the first storage level is of a different memory technology than a memory of the second storage level.
9. The apparatus of claim 8, wherein the memory of the first storage level is a NAM) solid state memory and the memory of the second storage level is a cross-point memory.
10. The apparatus of any one of claims 1 to 7, wherein the multi-level cache further includes one or more additional storage levels including a third storage level disposed at a third level that is lower than the first level, wherein the second storage level is to pass the indicator to the third storage level and set a value of the indicator based on whether the data is stored or will be stored in the first storage level, the second storage level, or the storage level higher than the second storage level.
11. One or more non-transitory computer-readable media having instructions, stored thereon, that, when executed, cause a first storage level of a multi-level cache to:
receive, from a second storage level of the multi-level cache, an input/output (I/O) request associated with a data;
receive an indicator bit from the second storage level to indicate whether the data is stored or will be stored in the second storage level or a storage level higher than the second storage level; and
determine whether to store the data in the first storage level based on a value of the indicator bit.
12. The one or more media of claim 1 1, wherein the indicator bit is included in the I/O request.
13. The one or more media of claim 11, wherein the indicator bit is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
14. The one or more media of claim 11, wherein the I/O request i s a write request.
15. The one or more media of claim 1 1 , wherein the I/O request is a read request.
16. The one or more media of claim 11, wherein the instructions, when executed, further cause the first storage level to:
determine whether the data is stored in the first storage level; and
evict the data from the first storage level based on a determination that the data is stored in the first storage level and if the indicator bit indicates that the data is stored or will be stored in the second storage level or the storage level higher than the second storage level.
17. The one or more media of any one of claims 1 1 to 16, wherein a memory of the first storage level is of a different memory technology than a memory of the second storage level.
18. A system with multi-level caching capability comprising:
a processor;
a storage device coupled to the processor; and
a multi-level cache coupled to the processor and the storage device, wherein the multilevel cache includes:
an upper storage level; and
a lower storage level cache coupled to the upper storage level, wherein the lower storage level is to:
receive an input/output (I/O) request associated with a data, wherein the I/O request includes an indicator from the upper storage level to indicate whether the data is stored or will be stored in the upper storage level or another storage level higher than the upper storage level, and determine whether to store the data in the lower storage level based on the indicator.
19. The sy stem of claim 18, wherein the indicator is received as part of differentiated storage services (DSS) information that further indicates a priority of the data.
20. The system of claim 18, wherein the I/O request is a write request, and wherein the indicator is to indicate whether the data is stored in the upper storage level or the storage level higher than the upper storage level.
21. The system of claim 18, wherein the I/O request is a read request, and wherein the indicator is to indicate whether the data will be stored in the upper storage level or the storage level higher than the upper storage level.
22. The system of claim 18, wherein the upper storage level, lower storage level, and storage device use different memory technologies.
23. The system of claim 18, wherein the storage device includes a network-attached storage,
24. The sy stem of any one of claims 18 to 23, wherein the system is a server.
25. The system of any one of claims 18 to 23, wherein the system is a personal computer, laptop computer, tablet computer, or mobile computing device.
PCT/US2016/062360 2015-12-24 2016-11-16 A multi-level non-volatile cache with selective store Ceased WO2017112150A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020187014697A KR102797972B1 (en) 2015-12-24 2016-11-16 Multi-level non-volatile cache with optional storage
CN201680068787.2A CN108351836B (en) 2015-12-24 2016-11-16 Multi-level non-volatile cache with selective storage

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US14/998,070 US10437731B2 (en) 2015-12-24 2015-12-24 Multi-level non-volatile cache with selective store
US14/998,070 2015-12-24

Publications (1)

Publication Number Publication Date
WO2017112150A1 true WO2017112150A1 (en) 2017-06-29

Family

ID=59087128

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2016/062360 Ceased WO2017112150A1 (en) 2015-12-24 2016-11-16 A multi-level non-volatile cache with selective store

Country Status (4)

Country Link
US (1) US10437731B2 (en)
KR (1) KR102797972B1 (en)
CN (1) CN108351836B (en)
WO (1) WO2017112150A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11016665B2 (en) 2018-01-23 2021-05-25 Seagate Technology Llc Event-based dynamic memory allocation in a data storage device
US11099789B2 (en) 2018-02-05 2021-08-24 Micron Technology, Inc. Remote direct memory access in multi-tier memory systems
US12135876B2 (en) * 2018-02-05 2024-11-05 Micron Technology, Inc. Memory systems having controllers embedded in packages of integrated circuit memory
US20190042351A1 (en) * 2018-04-02 2019-02-07 Intel Corporation Self-healing in a computing system using embedded non-volatile memory
US10872041B2 (en) 2018-12-05 2020-12-22 Intel Corporation Method and apparatus for journal aware cache management
US12436804B2 (en) 2019-05-28 2025-10-07 Micron Technology, Inc. Memory as a service for artificial neural network (ANN) applications
US11061819B2 (en) * 2019-05-28 2021-07-13 Micron Technology, Inc. Distributed computing based on memory as a service

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7596662B2 (en) * 2006-08-31 2009-09-29 Intel Corporation Selective storage of data in levels of a cache memory
US20120159081A1 (en) * 2010-12-15 2012-06-21 Symantec Corporation Deduplication-aware page cache
US20130268728A1 (en) * 2011-09-30 2013-10-10 Raj K. Ramanujan Apparatus and method for implementing a multi-level memory hierarchy having different operating modes
US20140297961A1 (en) * 2013-04-01 2014-10-02 Advanced Micro Devices, Inc. Selective cache fills in response to write misses
US20150347299A1 (en) * 2014-05-29 2015-12-03 Green Cache AB Placement policy for memory hierarchies

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6321297B1 (en) * 1998-01-05 2001-11-20 Intel Corporation Avoiding tag compares during writes in multi-level cache hierarchy
US20020129096A1 (en) * 2001-02-14 2002-09-12 Mansour Peter M. Platform-independent distributed user interface client architecture
US8166229B2 (en) * 2008-06-30 2012-04-24 Intel Corporation Apparatus and method for multi-level cache utilization
US8392658B2 (en) * 2009-07-10 2013-03-05 Apple Inc. Cache implementing multiple replacement policies
US8402203B2 (en) * 2009-12-31 2013-03-19 Seagate Technology Llc Systems and methods for storing data in a multi-level cell solid state storage device
US8751746B2 (en) * 2011-12-15 2014-06-10 Apple Inc. QoS management in the L2 cache
WO2013100936A1 (en) * 2011-12-28 2013-07-04 Intel Corporation A method and device to distribute code and data stores between volatile memory and non-volatile memory
US9842156B2 (en) * 2011-12-29 2017-12-12 Intel Corporation System and method for providing differentiated storage service in a database
US9170955B2 (en) * 2012-11-27 2015-10-27 Intel Corporation Providing extended cache replacement state information
JP6366717B2 (en) * 2013-09-27 2018-08-01 インテル・コーポレーション Techniques for configuring multiple memory resources across multiple devices

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7596662B2 (en) * 2006-08-31 2009-09-29 Intel Corporation Selective storage of data in levels of a cache memory
US20120159081A1 (en) * 2010-12-15 2012-06-21 Symantec Corporation Deduplication-aware page cache
US20130268728A1 (en) * 2011-09-30 2013-10-10 Raj K. Ramanujan Apparatus and method for implementing a multi-level memory hierarchy having different operating modes
US20140297961A1 (en) * 2013-04-01 2014-10-02 Advanced Micro Devices, Inc. Selective cache fills in response to write misses
US20150347299A1 (en) * 2014-05-29 2015-12-03 Green Cache AB Placement policy for memory hierarchies

Also Published As

Publication number Publication date
KR102797972B1 (en) 2025-04-22
US10437731B2 (en) 2019-10-08
CN108351836A (en) 2018-07-31
KR20180088396A (en) 2018-08-03
CN108351836B (en) 2024-05-07
US20170185523A1 (en) 2017-06-29

Similar Documents

Publication Publication Date Title
US10437731B2 (en) Multi-level non-volatile cache with selective store
KR102500661B1 (en) Cost-optimized single-level cell-mode non-volatile memory for multi-level cell-mode non-volatile memory
CN107341115B (en) Virtual machine memory access method and system and electronic equipment
US20190050263A1 (en) Technologies for scheduling acceleration of functions in a pool of accelerator devices
US10126958B2 (en) Write suppression in non-volatile memory
US9588906B2 (en) Removing cached data
US10141071B2 (en) Predictive count fail byte (CFBYTE) for non-volatile memory
EP3477461A1 (en) Devices and methods for data storage management
CN104011689B (en) Nonvolatile memory Loss management
TWI894481B (en) Computer-readable medium and system and method for computational offloading
US10061516B2 (en) Methods and apparatus to configure performance of a solid state drive based on host write bandwidth
US20230205690A1 (en) Techniques for enhanced system performance after retention loss
WO2022217592A1 (en) Cache allocation techniques
US20210089449A1 (en) Managing data dependencies in a transfer pipeline of a hybrid dimm
WO2015099922A1 (en) Managing a transfer buffer for a non-volatile memory
JP2018536230A (en) Cache access
US11775207B2 (en) Techniques to perform a write operation
US9286237B2 (en) Memory imbalance prediction based cache management
US12298912B1 (en) Enhanced write buffer flush scheme for memory devices with high density storage memory architecture
WO2022232969A1 (en) Data organization for logical to physical table compression
KR102835585B1 (en) Method and device for processing data
US20150154107A1 (en) Non-volatile memory sector rotation
US12045495B2 (en) Read latency and suspend modes
US20240289236A1 (en) Efficient data management for memory system error handling
US20250355595A1 (en) Unified command transmission for managed memory

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 20187014697

Country of ref document: KR

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 201680068787.2

Country of ref document: CN

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16879643

Country of ref document: EP

Kind code of ref document: A1