Commit 4c0b2d16 authored by Ben Walker's avatar Ben Walker Committed by Jim Harris
Browse files

util/pipe: Fix documentation on spdk_pipe_create



The pipe can now be entirely filled

Change-Id: Ib3ec7057224c9239800c1f2877f0441d29c64374
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17506


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: default avatarAleksey Marchuk <alexeymar@nvidia.com>
parent 4bb9dcdb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -23,9 +23,6 @@ struct spdk_pipe;
 * Construct a pipe around the given memory buffer. The pipe treats the memory
 * buffer as a circular ring of bytes.
 *
 * The available size for writing will be one less byte than provided. A single
 * byte must be reserved to distinguish queue full from queue empty conditions.
 *
 * \param buf The data buffer that backs this pipe.
 * \param sz The size of the data buffer.
 *