tree 53d2c4f149faec8bc6e4b0b5140a645b8c157f01 parent 22ca713457fa48ac821958ca25efe91200be6d5e author Roland Dreier <[EMAIL PROTECTED]> Tue Apr 12 08:26:34 2005 committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:26:34 2005
[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]> ipoib.txt | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) Index: Documentation/infiniband/ipoib.txt =================================================================== --- 3b6a9ce27678cca507fb1023043c40f075ea23c3/Documentation/infiniband/ipoib.txt (mode:100644 sha1:e064b03c527c540e90607d84b830bd15d7f66159) +++ 53d2c4f149faec8bc6e4b0b5140a645b8c157f01/Documentation/infiniband/ipoib.txt (mode:100644 sha1:b3318512019f925f6cdf2ec9b3618771bcf25073) @@ -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
