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

opal/accelerator: allow 0 size copies #12229

Merged

Commits on Jan 12, 2024

  1. opal/accelerator: allow 0 size copies

    it looks like zero size messages with valid buffer pointers can occur
    for send-to-self operations and with persistent request. The current
    accelerator components return however an error for size 0 making those
    tests fail in our testsuite.
    
    This commit allows size 0 messages, and returns immediatly.
    
    Signed-off-by: Edgar Gabriel <[email protected]>
    edgargabriel committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9965f6c View commit details
    Browse the repository at this point in the history