CMU-SAFARI / MQSim

MQSim is a fast and accurate simulator modeling the performance of modern multi-queue (MQ) SSDs as well as traditional SATA based SSDs. MQSim faithfully models new high-bandwidth protocol implementations, steady-state SSD conditions, and the full end-to-end latency of requests in modern SSDs. It is described in detail in the FAST 2018 paper by Arash Tavakkol et al., "MQSim: A Framework for Enabling Realistic Studies of Modern Multi-Queue SSD Devices" (https://people.inf.ethz.ch/omutlu/pub/MQSim-SSD-simulation-framework_fast18.pdf)
https://people.inf.ethz.ch/omutlu/pub/MQSim-SSD-simulation-framework_fast18.pdf
MIT License
269 stars 146 forks source link

BugFix: min/max algo #11

Closed c-w-m closed 4 years ago

c-w-m commented 6 years ago

BugFix: min/max algo .gitattributes to handle Unix/Windows EOL commits

yangmengdi commented 5 years ago

Hi Professor Arashta,

Recently i read two of your articles, MQSIM and FLIN. Since I am very interested in the ssd scheduling algorithm of your paper(FLIN), I read the FLIN related code in github, but I found that the code related to FLIN in github(MQSim/src/ssd/TSU_FLIN.cpp) has been commented out, and part of the commented out code logic is a bit strange( Maybe I haven't understood it clearly now).

so I was wondering if the commented out code of FLIN in github is mature and available,or the FLIN related code has been implemented elsewhere of the project.

Thank you very much for your reading and i am looking forward to your reply. Mengd Yang

arashta commented 4 years ago

Dear Craig,

We are looking forward to merging the updated version of your PR to the master branch. Can you please update the PR according to the PR comments?

Thanks, Arash

arashta commented 4 years ago

The changes are applied to the master branch with another commit.