Commit d49402fe authored by WangHaiLiang's avatar WangHaiLiang Committed by Jim Harris
Browse files

doc: update a header file about bdev programming guide



The header file include/io_channel.h no longer exists.
Message passing infrastructure now is abstracted by thead.h.

Change-Id: I2fd6826d614ef5910787477eed75e81449625241
Signed-off-by: default avatarWangHaiLiang <hailiangx.e.wang@intel.com>
Reviewed-on: https://review.gerrithub.io/436118


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarLiang Yan <liang.z.yan@intel.com>
parent 62db4ac2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ to as virtual bdevs, or *vbdevs* for short.
## Initializing The Library

The bdev layer depends on the generic message passing infrastructure
abstracted by the header file include/io_channel.h. See @ref concurrency for a
abstracted by the header file include/spdk/thread.h. See @ref concurrency for a
full description. Most importantly, calls into the bdev library may only be
made from threads that have been allocated with SPDK by calling
spdk_allocate_thread().