FEMU icon indicating copy to clipboard operation
FEMU copied to clipboard

Computational Storage with SSD

Open liubiyongge opened this issue 3 years ago • 1 comments

I want to simulate a computational storage with ssd, can you give me some advice?

liubiyongge avatar Sep 09 '21 04:09 liubiyongge

Good question!

There are different flavors of computational storage. Depending on your target workload or research you want to do, the simulation method might vary. A simple way to emulate a "computational" unit in FEMU is to reserve one or more host CPU cores and dedicate them to the offloaded logic which you would like to run in/near the storage (here, FEMU). The simulation model can be more accurate by running the above cores at lower rate (computational processors are usually slower than x86).

huaicheng avatar Sep 10 '21 17:09 huaicheng