239e63be7d
This patch changes the default setting of IOAT copy engine from Enabled to Disabled. Accordingly this patch changes the config file specification for IOAT copy engine from "Disable Yes/No" to "Enable No/Yes". Subsequent patches will add a new JSON RPC to configure IOAT copy engine dynamically. Change-Id: I754990cbb6ecc096953dd2fb9d34366b91111bf8 Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/410757 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
23 lines
792 B
Plaintext
23 lines
792 B
Plaintext
# spdk configuration file
|
|
#
|
|
# Please write all parameters using ASCII.
|
|
# The parameter must be quoted if it includes whitespace.
|
|
#
|
|
# Configuration syntax:
|
|
# Spaces at head of line are deleted, other spaces are as separator
|
|
# Lines starting with '#' are comments and not evaluated.
|
|
# Lines ending with '\' are concatenated with the next line.
|
|
# Bracketed keys are section keys grouping the following value keys.
|
|
# Number of section key is used as a tag number.
|
|
# Ex. [TargetNode1] = TargetNode section key with tag number 1
|
|
[Global]
|
|
# Users can restrict work items to only run on certain cores by
|
|
# specifying a ReactorMask. Default is to allow work items to run
|
|
# on all cores.
|
|
#ReactorMask 0x1
|
|
|
|
[Ioat]
|
|
Enable No
|
|
|
|
# [Nvme] section will get appended here by scripts/gen_nvme.sh.
|