-
Notifications
You must be signed in to change notification settings - Fork 36
Description of block&net_queue-handler.md #33
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
base: main
Are you sure you want to change the base?
Conversation
|
Testing |
anirudhakulkarni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testing
anirudhakulkarni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed
| 3. self.ioeventfd.read().is\_err() | ||
| 4. inorderhander process\_queue() is giving error | ||
| - Then, we remove the other event. | ||
| - In this init of its implementation, we initializing op as EventOps by adding event of a file descriptor, associated data and EVENTSET::IN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initializing -> initialize
| } | ||
| ``` | ||
| ### About virtio net queue-handler: | ||
| - The virtio-net device use to access network adapters to the virtual machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is used
Decsription of queue handler in net and block device of vitio