+5
−1
Loading
All SPDK in-tree usages check for EAGAIN errno on failure. This is likely due to SSL implementation which defines set of retryable errors. Moreover, in case preadv2 (if used in the future) EAGAIN can be also returned if used with NOWAIT flag. Change-Id: I3a4631e19a9e3e5d43adae284cbd504b55ed6833 Signed-off-by:Jacek Kalwas <jacek.kalwas@nutanix.com> Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/25954 Community-CI: Mellanox Build Bot Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by:
SPDK Automated Test System <spdkbot@gmail.com> Reviewed-by:
Ben Walker <ben@nvidia.com> Reviewed-by:
Jim Harris <jim.harris@nvidia.com>