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

Investigate how we can dedicate virtqueues per vcpu #532

Open
MatiasVara opened this issue Jul 30, 2023 · 1 comment
Open

Investigate how we can dedicate virtqueues per vcpu #532

MatiasVara opened this issue Jul 30, 2023 · 1 comment
Labels
investigate This label Identifies items to be investigated. They should be the previous step for an Epic.

Comments

@MatiasVara
Copy link
Collaborator

A sigle core is allowed to access a virtqueue. For example, when a virtio-net is dedicated to a core, tx and rx are only accesed by that core. This is the same mechanism for virtio-vsock. However, it may be possible to dedicate virtqueues per core.

@MatiasVara MatiasVara added the investigate This label Identifies items to be investigated. They should be the previous step for an Epic. label Jul 30, 2023
@MatiasVara
Copy link
Collaborator Author

See straightforward vq:vCPU mapping possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate This label Identifies items to be investigated. They should be the previous step for an Epic.
Projects
None yet
Development

No branches or pull requests

1 participant