Spdk/examples/nvme
GangCao fcf4c5e426 bdev/fio: always set the engine_data to NULL
When initiating the io_u strcture from FIO, always
set the engine_data to NULL first as the io_u structure
is just malloced from FIO without specifically setting
to zero.

In the io_u free path, the engine_data field is checked
whether to NULL or not. To avoid mischeck issue, explicitly
set the engine_data to NULL at the beginning of the io_u
init path.

Change-Id: I52c8c251f36925650a44d14e35781bd8494ff358
Signed-off-by: GangCao <gang.cao@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472916
Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com>
Reviewed-by: yidong0635 <dongx.yi@intel.com>
Reviewed-by: Ziye Yang <ziye.yang@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2019-11-06 14:49:00 +00:00
..
arbitration examples/nvme/arbitration: only do the arbitration get/set_features for supported controllers 2019-08-02 00:10:10 +00:00
cmb_copy build: fix duplicate spdk.common.mk includes 2019-05-22 14:51:01 +00:00
fio_plugin bdev/fio: always set the engine_data to NULL 2019-11-06 14:49:00 +00:00
hello_world nvme/hello_world: don't print message for inactive namespaces 2019-08-30 03:01:01 +00:00
hotplug build: fix duplicate spdk.common.mk includes 2019-05-22 14:51:01 +00:00
identify examples/nvme/identify: display Arbitration Burst for round robin arbitration 2019-09-09 01:55:18 +00:00
nvme_manage Opal: Add support for erase locking range 2019-08-20 20:38:54 +00:00
perf nvme/perf: store master core as global variable 2019-11-06 14:47:05 +00:00
reconnect test/nvmf: add a test case for trid failover. 2019-10-24 23:46:39 +00:00
reserve build: fix duplicate spdk.common.mk includes 2019-05-22 14:51:01 +00:00
Makefile examples/nvme: add a reconnect example. 2019-10-24 17:36:31 +00:00