All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 000 of 4] Introduction - enhancment of support for larger rsize/wsize
@ 2006-08-07  0:34 NeilBrown
  2006-08-07  0:35 ` [PATCH 001 of 4] Replace two page lists in struct svc_rqst with one NeilBrown
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: NeilBrown @ 2006-08-07  0:34 UTC (permalink / raw)
  To: Greg Banks; +Cc: nfs

For review (not being sent to Andrew yet),

I made some changes to the knfsd support for larger rsize/wsize patch,
and have add 3 extra patches!!

The first two patches reduce the number of arrays indexed by
RPCSVC_MAXPAGES so avoid wastage.
The last makes the maximum nfsd payload configurable.
Comments on exactly what the defaults should be are most
welcome, as is any review.

Note: I dropped the idea of calling svc_recvfrom in a loop, and just
allocate the vector on inside svc_rqst.

Thanks,
NeilBrown


 [PATCH 001 of 4] Replace two page lists in struct svc_rqst with one.
 [PATCH 002 of 4] Avoid excess stack usage in svc_tcp_recvfrom
 [PATCH 003 of 4] Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP.
 [PATCH 004 of 4] Allow max size of NFSd payload to be configured.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-08-14  7:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-07  0:34 [PATCH 000 of 4] Introduction - enhancment of support for larger rsize/wsize NeilBrown
2006-08-07  0:35 ` [PATCH 001 of 4] Replace two page lists in struct svc_rqst with one NeilBrown
2006-08-07  0:35 ` [PATCH 002 of 4] Avoid excess stack usage in svc_tcp_recvfrom NeilBrown
2006-08-07  0:35 ` [PATCH 003 of 4] Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP NeilBrown
2006-08-07 13:04   ` Chuck Lever
2006-08-08  2:12     ` Greg Banks
2006-08-14  7:00       ` Neil Brown
2006-08-14  7:52         ` Greg Banks
2006-08-07  0:35 ` [PATCH 004 of 4] Allow max size of NFSd payload to be configured NeilBrown
2006-08-09  7:44   ` Greg Banks
2006-08-14  6:31     ` Neil Brown

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.