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

autotune-device #197

Open
5 tasks
strizhechenko opened this issue Jan 21, 2018 · 0 comments
Open
5 tasks

autotune-device #197

strizhechenko opened this issue Jan 21, 2018 · 0 comments
Assignees
Milestone

Comments

@strizhechenko
Copy link
Owner

strizhechenko commented Jan 21, 2018

autotune-device [--capture] [--forward] [--inet / --management]

capture

  • maximum rx buffers size, tx defaults
  • queue count = max(min(local NUMA cpus, power of 2), maximum queues)
    • multi-queue - rss-ladder for local NUMA and no autorps/xps
    • single-queue - autorps for all cores local NUMA node and no RSS
  • disabled flow control ethtool -A eth1 rx off tx off

forward

  • maximum rx/tx buffers size
  • queue count default
  • autorps on all available cores disregard device's NUMA node and NUMA/socket at all, no XPS
  • rss-ladder - not used, all queues on CPU0 by default
  • disabled flow control ethtool -A eth1 rx off tx off

inet / management

  • buffers default
  • queue count default
    • single/multi-queue - autorps/autoxps on local NUMA

TODO

  • capture
  • forward
  • inet / management
  • refactor autotune-reductor
  • add autotune-xge
@strizhechenko strizhechenko self-assigned this Jan 21, 2018
@strizhechenko strizhechenko changed the title autotune-xge autotune-device Jan 21, 2018
@strizhechenko strizhechenko added this to the 2.7.7 milestone Jan 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant