summaryrefslogtreecommitdiff
path: root/mausezahn/.gitignore
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-26 16:21:13 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-27 12:21:39 +0200
commit0e47d1d5011fe87c34764311ccabb4a1ef761121 (patch)
treec06b371d5e023849c30461d9e487eb57a84b0787 /mausezahn/.gitignore
parentb551029e03f58065fb8c018a928280ef071b59a2 (diff)
ifpps: Don't assume a maximum of 32 CPUs
There are people with machines containing far more than 32 CPUs. In their case ifpps didn't work until now because of a limitation to 32 CPUs. Rework ifpps to support an arbitrary number of CPUs. In order to still remain within the display space, if more than 10 (TOP_CPUS) CPUs are available, only the 10 top hitting (in terms of usr and sys time or irqs respectively) are displayed. Suggested-by: Daniel Borkmann <borkmann@iogearbox.net> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'mausezahn/.gitignore')
0 files changed, 0 insertions, 0 deletions
b695146b82432d63d98775787'>net/dsa/dsa.c6
-rw-r--r--net/dsa/dsa2.c6
-rw-r--r--net/dsa/dsa_priv.h4
-rw-r--r--net/dsa/switch.c53
6 files changed, 77 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h