[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] NFS Client - RPC retransmission Problem



Hi,
 
Want to point out the NFS client works for small packet size (less than 1400KByte or so) without the "-o tcp" option specified (default is UDP protocol). With UDP protocol it only breaks when the NFS server segments a larger packet to 2 or more packets to fix in MTU size. Seems like the NFS client code consistantly drops the segmented packets and keeps on requesting the NFS server for retransmission.
 
David

--- On Mon, 12/15/08, David Wong <davidikwong@xxxxxxxxx> wrote:
From: David Wong <davidikwong@xxxxxxxxx>
Subject: Re: [microblaze-uclinux] NFS Client - RPC retransmission Problem
To: microblaze-uclinux@xxxxxxxxxxxxxx
Date: Monday, December 15, 2008, 9:07 AM

Hi Michal,
 
Thanks a lot. The NFS now works when specifying with the option "-o tcp".
 
David