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

supervisor: fix large opaque data handle #613

Merged
merged 1 commit into from
Sep 2, 2024

Commits on Aug 19, 2024

  1. supervisor: fix large opaque data handle

    When the supervisor needs to process a large amount of opaque data (for example,
    a nydusd instance has a large number of sub mounts, and the opaque is usually
    larger than 32kb), a recvmsg / sendmsg system call cannot process all data.
    
    The commit fixes the problem with multiple recvmsg/sendmsg calls and updates
    the test cases.
    
    Signed-off-by: Yan Song <[email protected]>
    imeoer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4f4dbcd View commit details
    Browse the repository at this point in the history