Skip to content
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

virtIO console driver improvements #265

Open
Ivan-Velickovic opened this issue Oct 9, 2024 · 0 comments
Open

virtIO console driver improvements #265

Ivan-Velickovic opened this issue Oct 9, 2024 · 0 comments

Comments

@Ivan-Velickovic
Copy link
Collaborator

The virtIO console driver is pretty simple and definitely not written with performance in mind.

Below are a couple of possible improvements if we revisited the driver:

  • make it use a serial design oriented around DMA instead of byte-by-byte transfer. The device transfers data via DMA and our current serial design is intended only for byte-by-byte devices.
  • have one 'virtio region' that is used for all virtqs, rx data, tx data.
  • revisit descriptor handling, right now we have descriptors of length 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant