Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 10
and
Version 11
of
nvme
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/05/2023 05:07:29 PM (
19 months
ago)
Author:
Tim Harvey
Comment:
updated NVMe I/O test command (use iflag=direct)
Legend:
Unmodified
Added
Removed
Modified
nvme
v10
v11
44
44
Gateworks has ran some sample speed tests using a GW73xx Venice SBC (PCIe Gen 2) and the following command:
45
45
{{{
46
dd if=/dev/nvme0n1 of=/dev/null bs=1M count=500 iflag=
nocache
46
dd if=/dev/nvme0n1 of=/dev/null bs=1M count=500 iflag=
direct
47
47
}}}
48
48