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
{{ message }}
This repository has been archived by the owner on May 22, 2023. It is now read-only.
When submitting larger amounts of packets the allocation fails with
Error: Uncaught exception of type 'Genode::Packet_stream_source<Genode::Packet_stream_policy<Block::Packet_descriptor, 256u, 256u, char> >::Packet_alloc_failed'
This doesn't seem to be taken into account by the ready function which checks if the submit queue can take more requests. Aside from the check I'm not sure if a signal handler is in place for "packets can be allocated again".
The text was updated successfully, but these errors were encountered:
When submitting larger amounts of packets the allocation fails with
This doesn't seem to be taken into account by the ready function which checks if the submit queue can take more requests. Aside from the check I'm not sure if a signal handler is in place for "packets can be allocated again".
The text was updated successfully, but these errors were encountered: