summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-08-30 11:24:30 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-08-30 11:24:30 +0200
commit5e67d9ebf4cfb76f359ea25ad425de81f80700cc (patch)
tree8f81cf1d3a35f8c9a055e33a96d07d3844a4c49b /hash.c
parent2f48dd150e51c3e4c962c0c050ee316d2e25bccb (diff)
ifpps: Skip reading IRQ number from /proc/interrupts
We don't use the IRQ number we read from /proc/interrupts, so just skip it while reading. This also allows us to drop the irq_nr member from struct ifstat. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'hash.c')
0 files changed, 0 insertions, 0 deletions
a kernel thread at start of the tracer. It is pinned to a single CPU and will move to the next CPU after each period of running. If the user modifies the migration thread's affinity, it will not change after that happens. The original code created the thread at the first instance it was called, but later was changed to destroy the thread after the tracer was finished, and would not be created until the next instance of the tracer was established. The code that initialized the affinity was only called on the initial instantiation of the tracer. After that, it was not initialized, and the previous affinity did not match the current newly created one, making it appear that the user modified the thread's affinity when it did not, and the thread failed to migrate again. Cc: stable@vger.kernel.org Fixes: 0330f7aa8ee6 ("tracing: Have hwlat trace migrate across tracing_cpumask CPUs") Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'net/ipv6/inet6_hashtables.c')