tree 866d8026145d85787179a54683472de9bd18ba39 parent 9adec1a808603698bd7ff47f3883bd7cd1383f90 author Roland Dreier <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:26:07 -0700 committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:26:07 -0700
[PATCH] IPoIB: document conversion to debugfs Update IPoIB documentation now that multicast debugging files have moved from ipoibdebugfs to debugfs. Signed-off-by: Roland Dreier <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> infiniband/ipoib.txt | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) Index: Documentation/infiniband/ipoib.txt =================================================================== --- 93f41cfab8daa84afd5d387074bf1493ada1a210/Documentation/infiniband/ipoib.txt (mode:100644 sha1:18e184b56040316dda6d622c6a061d8b864d0c37) +++ 866d8026145d85787179a54683472de9bd18ba39/Documentation/infiniband/ipoib.txt (mode:100644 sha1:5c5a4ccce76aaec20a921b395cf7028ffbed7a1c) @@ -32,14 +32,13 @@ mcast_debug_level to 1. These parameters can be controlled at runtime through files in /sys/module/ib_ipoib/. - CONFIG_INFINIBAND_IPOIB_DEBUG also enables the "ipoib_debugfs" + CONFIG_INFINIBAND_IPOIB_DEBUG also enables files in the debugfs virtual filesystem. By mounting this filesystem, for example with - mkdir -p /ipoib_debugfs - mount -t ipoib_debugfs none /ipoib_debufs + mount -t debugfs none /sys/kernel/debug it is possible to get statistics about multicast groups from the - files /ipoib_debugfs/ib0_mcg and so on. + files /sys/kernel/debug/ipoib/ib0_mcg and so on. The performance impact of this option is negligible, so it is safe to enable this option with debug_level set to 0 for normal - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
