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
Device model uses polling mode to fetch the virtio blk request in RTVM.
When RTVM brings up with io uring, the threads handling io uring and vq are
not same, which would cause competition. To fix this issue, device
model should handle vq and io uring in the same thread to avoid conflict.
Tracked-On: projectacrn#8737
Signed-off-by: YuanXin-Intel <[email protected]>
Reviewed-by: Jian Jun Chen <[email protected]>
Device model uses polling mode to fetch the virtio blk request in RTVM.
When RTVM brings up with io uring, the threads handling io uring and vq are
not same, which would cause competition. To fix this issue, device
model should handle vq and io uring in the same thread to avoid conflict.
Tracked-On: #8737
Signed-off-by: YuanXin-Intel <[email protected]>
Reviewed-by: Jian Jun Chen <[email protected]>
Describe the bug
A clear and concise description of what the bug is.
Platform
Describe the platform information,
Codebase
Describe which codebase is used.
Scenario
Describe the scenario: Hybrid, Industry or logical_partition
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Attach the following logs if available:
The text was updated successfully, but these errors were encountered: