Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2003 13:44:53 -0400 (EDT)
From:      Jeff Roberson <jroberson@chesapeake.net>
To:        Jeff Roberson <jeff@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/nfsserver nfs_syscalls.c
Message-ID:  <20031004134303.S99666-100000@mail.chesapeake.net>
In-Reply-To: <200310041737.h94HbpJD016562@repoman.freebsd.org>

index | next in thread | previous in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031004134303.S99666-100000>