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

ipc_service: Extend API with nocopy functions #44033

Merged
merged 4 commits into from
Apr 1, 2022

Commits on Apr 1, 2022

  1. ipc_service: Use dir indication in parameters

    And add some more details in documentation.
    
    Signed-off-by: Carlo Caione <ccaione@baylibre.com>
    carlocaione committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    02e72d1 View commit details
    Browse the repository at this point in the history
  2. ipc_service: Extend API with nocopy functions

    Add several new functions to the IPC service API:
      - ipc_service_get_tx_buffer()
      - ipc_service_drop_tx_buffer()
      - ipc_service_send_nocopy()
      - ipc_service_release_rx_buffer()
      - ipc_service_hold_rx_buffer()
    
    This set of function is used to support backends with nocopy capability.
    
    Signed-off-by: Carlo Caione <ccaione@baylibre.com>
    carlocaione committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ed72556 View commit details
    Browse the repository at this point in the history
  3. ipc_service: static_vrings: Add NOCOPY capability

    Add the newly introduced NOCOPY capability to the static vrings backend.
    
    Signed-off-by: Carlo Caione <ccaione@baylibre.com>
    carlocaione committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    56959ce View commit details
    Browse the repository at this point in the history
  4. sample: static_vrings: Use NOCOPY capability.

    At least for one of the instances, use the NOCOPY feature of the
    backend.
    
    Signed-off-by: Carlo Caione <ccaione@baylibre.com>
    carlocaione committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    1395554 View commit details
    Browse the repository at this point in the history