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

Fix #1020, refactor SB buffer descriptor object #1154

Merged
merged 1 commit into from
Mar 1, 2021

Commits on Feb 26, 2021

  1. Fix nasa#1020, refactor SB buffer descriptor

    Combine the "zero copy" and the normal CFE buffer descriptor into a single
    unified CFE_SB_BufferD_t object.  This cleans up a bunch of extra logic
    related to zero-copy buffers, including the extra descriptor object.  The
    result is a simpler zero-copy design that is much less different from the
    standard (non-zero-copy) message path.
    
    All message descriptor objects are now tracked in a list by SB, not just
    the zero-copy descriptors (for consistency - if any buffers need to be
    tracked, they should all be tracked).
    jphickey committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    cc1d984 View commit details
    Browse the repository at this point in the history