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

Programmable RSS: handle single queue separately #3

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

Conversation

freshdresch
Copy link

Currently, the single queue case still prints all of the configured queues for the NIC, even though only one is active. Instead of mucking around with poll_stats() and the indirection map for multiple cases, just split the single queue case off into a separate function. This reuses the indirection map as a map to keep track of its stats (purely out of convenience).

Currently, the single queue case still prints all of the configured
queues for the NIC, even though only one is active. Instead of mucking
around with poll_stats() and the indirection map for multiple cases,
just split the single queue case off into a separate function. This
reuses the indirection map as a map to keep track of its stats
(purely out of convenience).
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

Successfully merging this pull request may close these issues.

1 participant