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

[PATCH v4] api: sched: clarify event ordering in ordered contexts #1920

Merged
merged 1 commit into from
Dec 19, 2023

Commits on Dec 19, 2023

  1. api: sched: clarify event ordering in ordered contexts

    Describe event ordering in ordered scheduling contexts more accurately.
    In particular, events in a destination queue are not necessarily in the
    same order as they are in the source queue if odp_schedule_multi() returns
    multiple events (sharing single scheduling synchronization context) and
    if the ODP application enqueues the events in a different order. Also,
    other enqueued events than the scheduled ones have a well defined ordering.
    
    This API change is not intended to change any functionality but just tries
    to document more accurately what already is the expected behaviour.
    
    Signed-off-by: Janne Peltonen <janne.peltonen@nokia.com>
    Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
    Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
    JannePeltonen committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    02f3c00 View commit details
    Browse the repository at this point in the history