Skip to content

Commit

Permalink
[S390] runtime switch for qdio performance statistics
Browse files Browse the repository at this point in the history
Remove CONFIG_QETH_PERF_STATS and use a sysfs attribute instead.
We want to have the ability to turn the statistics on/off at runtime.

Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Ursula Braun authored and Martin Schwidefsky committed Dec 8, 2006
1 parent 9575bf2 commit 34249d0
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 128 deletions.
8 changes: 0 additions & 8 deletions arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,6 @@ config QDIO

If unsure, say Y.

config QDIO_PERF_STATS
bool "Performance statistics in /proc"
depends on QDIO
help
Say Y here to get performance statistics in /proc/qdio_perf

If unsure, say N.

config QDIO_DEBUG
bool "Extended debugging information"
depends on QDIO
Expand Down
1 change: 0 additions & 1 deletion arch/s390/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ CONFIG_RESOURCES_64BIT=y
#
CONFIG_MACHCHK_WARNING=y
CONFIG_QDIO=y
# CONFIG_QDIO_PERF_STATS is not set
# CONFIG_QDIO_DEBUG is not set

#
Expand Down
Loading

0 comments on commit 34249d0

Please sign in to comment.