You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should configure the maximum depth supported by
OSAL, rather than a hard coded 64.
Moved both pipe depth configurations to a macro in the
header file.
Describe the bug
TO_LAB creates a queue depth of 64, which is beyond the limit of some queue implementations.
To Reproduce
Run TO_LAB on a system that does not allow a queue depth of 64.
Expected behavior
Should not hard code a large queue depth that could be beyond the implementation limit.
Code snips
to_lab/fsw/src/to_lab_app.c
Line 179 in 545710c
System observed on:
Ubuntu 20.04, after enabling max depth enforcement in OSAL.
Additional context
If the goal is to create a deep queue, then use OS_MAX_QUEUE_DEPTH.
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: