Loading
hello_sock: Handle EAGAIN errors.
Handle these types of errors, when writing to socket. Additionally remove buf_out in hello_sock_writev_poll(), because we can read the buffer directly from ctx->buf and move ctx->buf allocation to main(), as this field is now used by both client and server. Change-Id: Id6be8e0907382e12e21ab180469b7cec05fdc69b Signed-off-by:Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19717 Community-CI: Mellanox Build Bot Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>