Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1539: fix(spdk): backport of SPDK fix for zero copy r=dsavitskiy a=dsavitskiy SPDK change: Fix sendmsg_idx rollover for zcopy. If the idx gets to UINT32_MAX we need to ensure it doesn't wrap around before we check if we're done iterating. This is a backport from SPDK v23.05. Co-authored-by: Dmitry Savitskiy <[email protected]>
- Loading branch information