aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 7936b801fe6a..c08813dbfce2 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2395,6 +2395,18 @@ and is between 256 and 4096 characters. It is defined in the file
2395 stifb= [HW] 2395 stifb= [HW]
2396 Format: bpp:<bpp1>[:<bpp2>[:<bpp3>...]] 2396 Format: bpp:<bpp1>[:<bpp2>[:<bpp3>...]]
2397 2397
2398 sunrpc.min_resvport=
2399 sunrpc.max_resvport=
2400 [NFS,SUNRPC]
2401 SunRPC servers often require that client requests
2402 originate from a privileged port (i.e. a port in the
2403 range 0 < portnr < 1024).
2404 An administrator who wishes to reserve some of these
2405 ports for other uses may adjust the range that the
2406 kernel's sunrpc client considers to be privileged
2407 using these two parameters to set the minimum and
2408 maximum port values.
2409
2398 sunrpc.pool_mode= 2410 sunrpc.pool_mode=
2399 [NFS] 2411 [NFS]
2400 Control how the NFS server code allocates CPUs to 2412 Control how the NFS server code allocates CPUs to
@@ -2411,6 +2423,15 @@ and is between 256 and 4096 characters. It is defined in the file
2411 pernode one pool for each NUMA node (equivalent 2423 pernode one pool for each NUMA node (equivalent
2412 to global on non-NUMA machines) 2424 to global on non-NUMA machines)
2413 2425
2426 sunrpc.tcp_slot_table_entries=
2427 sunrpc.udp_slot_table_entries=
2428 [NFS,SUNRPC]
2429 Sets the upper limit on the number of simultaneous
2430 RPC calls that can be sent from the client to a
2431 server. Increasing these values may allow you to
2432 improve throughput, but will also increase the
2433 amount of memory reserved for use by the client.
2434
2414 swiotlb= [IA-64] Number of I/O TLB slabs 2435 swiotlb= [IA-64] Number of I/O TLB slabs
2415 2436
2416 switches= [HW,M68k] 2437 switches= [HW,M68k]