From owner-cvs-all@FreeBSD.ORG Sat Oct 4 10:44:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 317AB16A4B3; Sat, 4 Oct 2003 10:44:57 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE08143FF2; Sat, 4 Oct 2003 10:44:53 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h94Hirw56309; Sat, 4 Oct 2003 13:44:53 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sat, 4 Oct 2003 13:44:53 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson In-Reply-To: <200310041737.h94HbpJD016562@repoman.freebsd.org> Message-ID: <20031004134303.S99666-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsserver nfs_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 17:44:57 -0000 On Sat, 4 Oct 2003, Jeff Roberson wrote: > jeff 2003/10/04 10:37:51 PDT > > FreeBSD src repository > > Modified files: > sys/nfsserver nfs_syscalls.c > Log: > - Set the sopt_dir member of the sockopt structure, otherwise, this parameter > will not actually be set even though we're calling sosetopt. sosetopt > calls down to a single ctloutput function if the name or level is > implemented by a specific protocol. > > Submitted by: pete@isilon.com > > Revision Changes Path > 1.92 +2 -0 src/sys/nfsserver/nfs_syscalls.c > This was spotted due to the absence of TCP_NODELAY which was causing some perf problems at isilon. I dont know what the difference was but apparently nfs is noticeably faster for them now. Any isilon fellows listening in? Cheers, Jeff