forked from mcgrof/fio-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKconfig
28 lines (23 loc) · 952 Bytes
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# For a description of the syntax of this configuration file, see:
# https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt
mainmenu "$(PROJECT) $(PROJECTRELEASE)"
config ENTERPRISE_SSD_TESTING
bool "Enterprise SSD testing"
default y
help
Enable this if you are testing for enterprise Solid State Storage
devices. Disable this if you are testing a regular client storage
device (home, office, laptop use).
This option will enable / disable certain features and also modify
default values used for pre-conditioning and SNIA tests, if enabled.
Affected test parameters:
- Write caches will be disabled for enterprise, enabled for client
- For enterprise: queue depth = 32, jobs = 4
- For client: queue depth = 16, jobs = 2
- Active range changes
source "tests/0005-snia/Kconfig"
source "scripts/Kconfig.steady-state"
source "scripts/Kconfig.dut"
source "tests/Kconfig"
source "scripts/Kconfig.debug"