This patch is base on the patch about adding item "keep_alive_timeout_ms". exposing bdev_nvme_set_options this method that existed but not used. If we meet the keep alive timeout issue or some intermittent failure, we can change the keep alive timer from host side. This is also an example to demonstrate some special items that we can finetune. Our host app is using json config, which gets config from the target side and overwrite it . Exposing this bdev_nvme_set_options that users can quickly change the setting to fit the real testing environment. Strictly it's not a bug of target, just make it more compatible. Signed-off-by: yidong0635 <dongx.yi@intel.com> Change-Id: Ic1e8a2757dd5ed359500e1692f16e448fab0d4fb Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5333 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> |
||
---|---|---|
.. | ||
host | ||
target | ||
common.sh | ||
nvmf.sh | ||
README.md |
NVMe-oF test scripts
The test scripts in this directory hierarchy can be run in isolation by passing the --iso flag when running the test script. This will set up the RDMA NIC for testing and then tear it back down again when the test is completed.