Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uknetdev: Yield on busy-waiting for transmit
Whenever we need to wait for the device/driver to be ready for sending out another packet, we enter a busy-wait loop. With this commit, we call `uk_sched_yield()` while we wait so that other threads in the system can be executed. Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
- Loading branch information