aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorJosh Poimboeuf <jpoimboe@redhat.com>2015-03-03 18:02:21 -0500
committerJiri Kosina <jkosina@suse.cz>2015-03-04 16:47:47 -0500
commit2e3ac940f2754d7dc616aba1643a668954fe892f (patch)
tree26b3d88715fd1fc78db8168265d63a09d4eb890c /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent0937e3b025f70e33f018aa55ee8d32b8731730a7 (diff)
livepatch: remove unnecessary call to klp_find_object_module()
klp_find_object_module() is called from both the klp register and enable paths. Only the call from the register path is necessary because the module notifier will let us know if the patched module gets loaded or unloaded. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Reviewed-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions
mp;id=1a747ee0cc11a198f9e2435add821bd0dfedb7c1'>commitdiffstats
path: root/Documentation/filesystems/nfs-rdma.txt
blob: 1ae34879574b6c616f9de8f1c15851096772502e (plain) (tree)



























































































































































































































































                                                                                                
################################################################################
#									       #
#				NFS/RDMA README				       #
#									       #
################################################################################

 Author: NetApp and Open Grid Computing
 Date: February 25, 2008

Table of Contents
~~~~~~~~~~~~~~~~~
 - Overview
 - Getting Help
 - Installation
 - Check RDMA and NFS Setup
 - NFS/RDMA Setup

Overview
~~~~~~~~

  This document describes how to install and setup the Linux NFS/RDMA client
  and server software.

  The NFS/RDMA client was first included in Linux 2.6.24. The NFS/RDMA server
  was first included in the following release, Linux 2.6.25.

  In our testing, we have obtained excellent performance results (full 10Gbit
  wire bandwidth at minimal client CPU) under many workloads. The code passes
  the full Connectathon test suite and operates over both Infiniband and iWARP
  RDMA adapters.

Getting Help
~~~~~~~~~~~~

  If you get stuck, you can ask questions on the

                nfs-rdma-devel@lists.sourceforge.net

  mailing list.

Installation
~~~~~~~~~~~~

  These instructions are a step by step guide to building a machine for
  use with NFS/RDMA.