]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Avoid using nfsd process pools on SMP machines.
authorNeilBrown <neilb@suse.de>
Tue, 6 Mar 2007 06:11:29 +0000 (17:11 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Mar 2007 18:50:21 +0000 (10:50 -0800)
commit97f35487312eb92de7f3dc5f44779b6a2bb84e67
tree3a629a9d56c0611160a37dc76ebab121506e1f90
parent5edd24258c5eae0a5cadc612ea1d6e13ec54e536
Avoid using nfsd process pools on SMP machines.

process-pools have real benefits for NUMA, but on SMP
machines they only work if network interface interrupts
go to all CPUs (via round-robin or multiple nics).  This is
not always the case, so disable the pools in this case until
a better solution is developped.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff .prev/net/sunrpc/svc.c ./net/sunrpc/svc.c
net/sunrpc/svc.c