Loading
sock/posix: don't add 1 to pipe size
There's no need to add 1 to the pipe size, it actually results in unaligned accesses after we've cycled through the pipe buffer for the first time. Fixes: eb984889 ("sock/posix: Internally buffer reads.") Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Iff79d40694dab1afe128ccac0c7c7a28cd827a3d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16924 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com>