Skip to content

Commit 4917671

Browse files
authored
Add hw req. and using macros
1 parent 8aa578d commit 4917671

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ $ scons core -j40
2424
```
2525

2626
See [docs/building.md](docs/building.md) for more detail
27+
28+
### Hardware requirements
29+
+ Samsung 840 Pro - With the modified firmware supports Multi-streamed technique. OR
30+
+ Samsung [PM953 2.5" NVMe PCIe](https://www.samsung.com/us/dell/pdfs/samsung_flyer_PM953_v2.pdf)
31+
32+
### Using Macros:
33+
34+
`TDN_TRIM4`: the TRIM command optimization. Save replaced ranges in the inner data structure. When the number of discard ranges reaches a threshold, invoke the __trim_ranges() thread.
35+
36+
`TDN_TRIM4_2`: similar with `TDN_TRIM4`, differences is saving discard ranges instead of replaced ranges

0 commit comments

Comments
 (0)