Spdk/lib/nvmf
Daniel Verkamp afb3f73869 nvmf: always zero admin ctrlr-to-host data buffers
For admin commands with controller to host transfers, make sure no
uninitialized data is returned to the host.  This allows us to remove a
few other memset()s in per-command handlers.

Change-Id: I00ef42945a118b6e7a0b68ab21c59fdcd21d0ee2
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/376024
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2017-08-29 13:14:51 -04:00
..
ctrlr_bdev.c nvmf: encapsulate namespace data into a struct 2017-08-18 17:50:58 -04:00
ctrlr_discovery.c nvmf: ctrlr_discovery.c no longer uses g_nvmf_tgt 2017-08-23 11:06:47 -04:00
ctrlr.c nvmf: always zero admin ctrlr-to-host data buffers 2017-08-29 13:14:51 -04:00
ctrlr.h nvmf: move admin processing to ctrlr.c 2017-08-18 17:50:58 -04:00
Makefile nvmf: Rename spdk_nvmf_session to spdk_nvmf_ctrlr 2017-08-08 13:46:48 -04:00
nvmf_internal.h nvmf: dynamically allocate ns array 2017-08-29 12:35:35 -04:00
nvmf.c nvmf: Rename spdk_nvmf_tgt_poll to spdk_nvmf_tgt_accept 2017-08-23 11:06:47 -04:00
rdma.c nvmf: Change spdk_nvmf_tgt_init to take an options struct 2017-08-22 11:29:03 -04:00
request.c nvmf: spdk_nvmf_find_subsystem now takes a tgt parameter 2017-08-23 11:06:47 -04:00
request.h nvmf: Rename spdk_nvmf_conn to spdk_nvmf_qpair 2017-08-08 13:46:48 -04:00
subsystem.c nvmf: dynamically allocate ns array 2017-08-29 12:35:35 -04:00
subsystem.h nvmf: ctrlr_discovery.c no longer uses g_nvmf_tgt 2017-08-23 11:06:47 -04:00
transport.c nvmf: Replace transport controller with poll_group 2017-08-11 19:44:35 -04:00
transport.h nvmf: Replace transport controller with poll_group 2017-08-11 19:44:35 -04:00