-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers/iovec: revert vector io implement from loop/null/zero driver #15629
Conversation
basic driver does not need such complex wrapper Signed-off-by: chao an <[email protected]>
[Experimental Bot, please feedback here] This PR does not fully meet the NuttX requirements. Here's a breakdown of the missing information: Summary:
Impact:
Testing:
Example of an Improved PR Description:
[Benchmark results before change]
[Benchmark results after change]
By addressing these points, the PR will be much clearer, easier to review, and more likely to be accepted. Remember to quantify the performance improvement whenever possible. |
Summary
drivers/iovec: revert vector io implement from loop/null/zero driver
basic driver does not need such complex wrapper
Signed-off-by: chao an [email protected]
Impact
improve the performance
Testing
test code on ubuntu 24.04 x86_64
before:
this PR + #15603