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

support interfaces with fixed number of tx queues (vhost/virtio) #12

Open
rjarry opened this issue Mar 21, 2024 · 0 comments
Open

support interfaces with fixed number of tx queues (vhost/virtio) #12

rjarry opened this issue Mar 21, 2024 · 0 comments
Labels
feature New feature or request question Further information is requested

Comments

@rjarry
Copy link
Collaborator

rjarry commented Mar 21, 2024

Some interfaces have limited (fixed sometimes) number of tx queues. We cannot force one tx queue per datapath worker thread.

Potential solutions:

  • Use graph pipeline mode
  • Use locks for these specific tx queues

All these solutions will affect the overall performance of the other ports.

@rjarry rjarry added feature New feature or request question Further information is requested labels Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant