Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-gen: sched: disable ordered queue reorder stash by default
Disable basic scheduler implementation's ordered queue reorder stash by default. Reorder stash usage can cause event drops inside the implementation if the destination queue is full, which is against the ODP spec and can cause difficult to debug application problems. When enabling reorder stash, application should make sure queues are large enough, so event drops will never occur. Signed-off-by: Matias Elo <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
- Loading branch information