Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
4lDO2
rfcs
Commits
dc5f8ace
Verified
Commit
dc5f8ace
authored
Feb 02, 2021
by
4lDO2
🖖
Browse files
Fix typo.
parent
7a1b8330
Changes
1
Hide whitespace changes
Inline
Side-by-side
text/0000-io_uring.md
View file @
dc5f8ace
...
@@ -45,7 +45,7 @@ not read from the disk by itself, but has to be started by the driver. The way
...
@@ -45,7 +45,7 @@ not read from the disk by itself, but has to be started by the driver. The way
`xhcid`
handles this is by having two files allocated for each hardware
`xhcid`
handles this is by having two files allocated for each hardware
endpoint:
`ctl`
and
`data`
. Not only is it much more complex and complicated
endpoint:
`ctl`
and
`data`
. Not only is it much more complex and complicated
both for the driver and the driver user, but it also requires two separate
both for the driver and the driver user, but it also requires two separate
syscalls, and thus causes more context switches than
it
necessary.
syscalls, and thus causes more context switches than necessary.
# Detailed design
# Detailed design
[
design
]:
#detailed-design
[
design
]:
#detailed-design
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment