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

enable MaxOutstandingR2T negotiation #115

Merged
merged 1 commit into from Jul 9, 2018

Commits on Jun 22, 2018

  1. enable MaxOutstandingR2T negotiation

    The iscsi_tcp kernel side R2T handling is in libiscsi_tcp and is shared
    with at least cxgbi3, and the drivers claim CAP_MULTI_R2T. But the
    iscsid login parameter negotiation code never enabled MaxOutstandingR2T.
    
    I've tested this against an LIO target, negotiating to 2 and 4 R2Ts.
    The network traces looked good, with the initiator keeping track of
    multiple outstanding R2Ts and using the correct next identifier.
    Throughput of bulk write data was improved, even over low latency virtio
    links.
    
    Signed-off-by: Chris Leech <cleech@redhat.com>
    cleech committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    a54966e View commit details
    Browse the repository at this point in the history