All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6] mark NFS/TCP not EXPERIMENTAL
@ 2004-06-08  1:29 Greg Banks
  0 siblings, 0 replies; only message in thread
From: Greg Banks @ 2004-06-08  1:29 UTC (permalink / raw)
  To: Neil Brown; +Cc: Linux NFS Mailing List

G'day,

NFS/TCP has been used widely for a long time now, and is now  
enabled by many distros and typically recommended for lossy or
congested networks.  This patch removes the EXPERIMENTAL tag,
updates the help text, and changes arch defconfigs to set it
by default (note that several already did so).



Index: linux/arch/alpha/defconfig
===================================================================
--- linux.orig/arch/alpha/defconfig	Mon May 10 12:32:37 2004
+++ linux/arch/alpha/defconfig	Tue Jun  8 10:44:06 2004
@@ -791,7 +791,7 @@ CONFIG_NFS_V3=y
 CONFIG_NFSD=m
 CONFIG_NFSD_V3=y
 # CONFIG_NFSD_V4 is not set
-# CONFIG_NFSD_TCP is not set
+CONFIG_NFSD_TCP=y
 CONFIG_LOCKD=m
 CONFIG_LOCKD_V4=y
 CONFIG_EXPORTFS=m
Index: linux/arch/i386/defconfig
===================================================================
--- linux.orig/arch/i386/defconfig	Mon May 10 12:32:53 2004
+++ linux/arch/i386/defconfig	Tue Jun  8 10:44:12 2004
@@ -1143,7 +1143,7 @@ CONFIG_NFS_FS=y
 # CONFIG_NFS_DIRECTIO is not set
 CONFIG_NFSD=y
 # CONFIG_NFSD_V3 is not set
-# CONFIG_NFSD_TCP is not set
+CONFIG_NFSD_TCP=y
 CONFIG_LOCKD=y
 CONFIG_EXPORTFS=y
 CONFIG_SUNRPC=y
Index: linux/arch/ia64/defconfig
===================================================================
--- linux.orig/arch/ia64/defconfig	Tue Jun  8 10:06:20 2004
+++ linux/arch/ia64/defconfig	Tue Jun  8 10:47:16 2004
@@ -987,7 +987,7 @@ CONFIG_NFS_DIRECTIO=y
 CONFIG_NFSD=y
 CONFIG_NFSD_V3=y
 # CONFIG_NFSD_V4 is not set
-# CONFIG_NFSD_TCP is not set
+CONFIG_NFSD_TCP=y
 CONFIG_LOCKD=y
 CONFIG_LOCKD_V4=y
 CONFIG_EXPORTFS=y
Index: linux/arch/ppc/defconfig
===================================================================
--- linux.orig/arch/ppc/defconfig	Tue Jun  8 10:06:23 2004
+++ linux/arch/ppc/defconfig	Tue Jun  8 10:44:23 2004
@@ -1230,7 +1230,7 @@ CONFIG_NFS_V3=y
 CONFIG_NFSD=y
 CONFIG_NFSD_V3=y
 # CONFIG_NFSD_V4 is not set
-# CONFIG_NFSD_TCP is not set
+CONFIG_NFSD_TCP=y
 CONFIG_LOCKD=y
 CONFIG_LOCKD_V4=y
 CONFIG_EXPORTFS=y
Index: linux/arch/s390/defconfig
===================================================================
--- linux.orig/arch/s390/defconfig	Tue Jun  8 10:06:23 2004
+++ linux/arch/s390/defconfig	Tue Jun  8 10:44:29 2004
@@ -425,7 +425,7 @@ CONFIG_NFS_V3=y
 CONFIG_NFSD=y
 CONFIG_NFSD_V3=y
 # CONFIG_NFSD_V4 is not set
-# CONFIG_NFSD_TCP is not set
+CONFIG_NFSD_TCP=y
 CONFIG_LOCKD=y
 CONFIG_LOCKD_V4=y
 CONFIG_EXPORTFS=y
Index: linux/fs/Kconfig
===================================================================
--- linux.orig/fs/Kconfig	Tue Jun  8 10:06:26 2004
+++ linux/fs/Kconfig	Tue Jun  8 10:40:21 2004
@@ -1450,11 +1450,13 @@ config NFSD_V4
 	  If unsure, say N.
 
 config NFSD_TCP
-	bool "Provide NFS server over TCP support (EXPERIMENTAL)"
-	depends on NFSD && EXPERIMENTAL
+	bool "Provide NFS server over TCP support"
+	depends on NFSD
+	default y
 	help
-	  Enable NFS service over TCP connections.  This the officially
-	  still experimental, but seems to work well.
+	  If you want your NFS server to support TCP connections, say Y here.
+	  TCP connections usually perform better than the default UDP when
+	  the network is lossy or congested.  If unsure, say Y.
 
 config ROOT_NFS
 	bool "Root file system on NFS"

Greg.
-- 
Greg Banks, R&D Software Engineer, SGI Australian Software Group.
I don't speak for SGI.


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-08  1:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-08  1:29 [PATCH 2.6] mark NFS/TCP not EXPERIMENTAL Greg Banks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.