We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On system with:
# CPU,Core,Socket,Node,,L1d,L1i,L2,L3 0,0,0,0,,0,0,0,0 1,1,0,0,,1,1,1,0 2,2,0,0,,2,2,2,0 3,3,0,0,,3,3,3,0 4,4,1,1,,4,4,4,1 5,5,1,1,,5,5,5,1 6,6,1,1,,6,6,6,1 7,7,1,1,,7,7,7,1
and
31723 0 0 0 0 0 0 0 eth3-0 0 28776 0 0 0 0 0 0 eth3-1 0 0 31395 0 0 0 0 0 eth3-2 0 0 0 31528 0 0 0 0 eth3-3 33542 0 0 0 0 0 0 0 eth3-4 0 32645 0 0 0 0 0 0 eth3-5 0 0 30732 0 0 0 0 0 eth3-6 0 0 0 33564 0 0 0 0 eth3-7
command rss-ladder eth3 --set-queue-count should set queue-count to 4 by ethtool -L eth3 combined 4 before irq distribution.
rss-ladder eth3 --set-queue-count
ethtool -L eth3 combined 4
The text was updated successfully, but these errors were encountered:
strizhechenko
No branches or pull requests
On system with:
and
command
rss-ladder eth3 --set-queue-count
should set queue-count to 4 byethtool -L eth3 combined 4
before irq distribution.The text was updated successfully, but these errors were encountered: