Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rstream [RFC]: Set INLINE data for iWARP #1423

Merged
merged 1 commit into from
Feb 14, 2024

Commits on Feb 9, 2024

  1. rsocket: Set INLINE data for iWARP

    Set rsocket SQ INLINE to RS_MSG_SIZE for
    iWARP, because rstream sets INLINE to zero
    for bandwidth tests and there is a check in
    rs_create_ep():
    
    if ((rs->opts & RS_OPT_MSG_SEND) && (rs->sq_inline < RS_MSG_SIZE))
                    return ERR(ENOTSUP);
    
    which causes the test to fail for iWARP.
    
    Signed-off-by: Tatyana Nikolova <[email protected]>
    tatyana-en committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    fc82b15 View commit details
    Browse the repository at this point in the history