-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In some instances IO devices are better off being polled for work completion or moving state machines forward. Shifting the responsibility of device polling to the context avoids duplicating this possible need in each iodev. In addition it allows for submit to be simply a queue push while poll is where real work is done if needed avoiding a possible deep call stack where submitting results in more submits and interrupts. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
- Loading branch information
Showing
1 changed file
with
73 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters