SimpleSSD / SimpleSSD-FullSystem

Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations
BSD 3-Clause "New" or "Revised" License
88 stars 46 forks source link

super page, super block in simpleSSD #26

Closed minmin20028 closed 3 years ago

minmin20028 commented 3 years ago

Running Environment (please complete the following information):

Execution information

Explain what you want to ask here:

A clear explanation of your question.

Hi, thanks for your work. I want to ask about the superpage and superblock settings of simpleSSD.

① Is simpleSSD currently handling all read and write operations in superpage and superblock units? For example, when the size of one page is 16KB, even if the data to be written is smaller than 16KB, is it stored in separate pages related to the superpage? ② Also, I wonder if addresses are managed in units of superpages and superblocks in the mapping table as well. ③ If so, can I turn those settings off? ④Additionally, I want to know about code part in simpleSSD where to input the contents in the mapping table.