-
Notifications
You must be signed in to change notification settings - Fork 36
Description of SimpleHandler #21
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
Desc-of-SimpleHandler.md
Outdated
@@ -0,0 +1,62 @@ | |||
# SimpleHandler | |||
|
|||
It maintains a pair of queue `RX/TX`. These queues would be used for packets tranfer(communication) between VM and `net` device. This is used along with MMIO between the guest and the devices. |
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
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.
Please work with other SimpleHandler PR authors to come up with a single SimpleHandler PR.
) -> result::Result<u32, Error> | ||
``` | ||
It iterates over chain to read data from guest address space into `txbuf`. Using `txbuf` it further writes data into the tap device. | ||
<hr> |
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.
You can replace hr with markdown syntax for lines.
To create a horizontal rule, use three or more asterisks (***), dashes (---), or underscores (___) on a line by themselves.
No description provided.