Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ToDevice(.k) : Set queue_mapping to 0 #360

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tbarbette
Copy link
Collaborator

@tbarbette tbarbette commented Jul 22, 2017

Somehow, even with only one queue in RX this field is dangling to value != 0.
Fix #359 . In ixgbe and i40e that lead to accessing an inexisting queue.
But also probably others.

Proper support would be to initialize the device with multiple queues,
or use multiple ToDevice with a QUEUE argument and use one queue per
thread. But that's for another day...

Somehow, even with only one queue in RX this field is dangling.
Fix kohler#359. In ixgbe and i40e that lead to accessing an inexisting queue.

Proper support would be to initialize the device with multiple queues,
or us multiple ToDevice with a QUEUE argument and use one queue per
thread. But that's for another day...
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant