Spdk/test/unit/lib/bdev/crypto.c
Seth Howell 679bf39e59 test/unit: fix scan-build error in the crypto unittests.
The scan-build error this fixes assumes that we do not reallocate an
iov_base for the g_bdev_io object in between calls to
_crypto_opration_complete. So I explicitly tell it that's what we are
doing.

Change-Id: Ie15c517ea60a2a527a0520005cb044ab2ba4412e
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/437988
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: yidong0635 <dongx.yi@intel.com>
2018-12-31 05:49:15 +00:00
..
.gitignore bdev: Add crypto virtual bdev module 2018-09-17 21:23:14 +00:00
crypto_ut.c test/unit: fix scan-build error in the crypto unittests. 2018-12-31 05:49:15 +00:00
Makefile build: remove duplicate spdk.app.mk includes 2018-12-11 18:07:53 +00:00
rte_crypto.h bdev: Add crypto virtual bdev module 2018-09-17 21:23:14 +00:00
rte_cryptodev.h ut/crypto: update mocked headers for dpdk 18.08 2018-10-22 18:01:45 +00:00
rte_mbuf.h bdev: Add crypto virtual bdev module 2018-09-17 21:23:14 +00:00
rte_mempool.h bdev: Add crypto virtual bdev module 2018-09-17 21:23:14 +00:00