> From: Lyle Seaman [mailto:lyleseaman@xxxxxxxxx] > Sent: Thursday, October 14, 2010 5:35 PM > To: Tayade, Nilesh > Cc: linux-nfs@xxxxxxxxxxxxxxx > Subject: Re: 'Continuation' packets in case of NFS READ. > > Sorry, that was imprecise of me. I ought to have said "it's an RPC function". Distinguishing between the end of one RPC and the next is easy with UDP. For TCP it's done with an end-of-record marker. See the RFCs. RFC1057 is the one I remember. Maybe there's been an update, but that's a good place to start. > Sorry, if question is not clear or I am unable to interpret your response and cluttering the mailing list. I shall also go through the RFC1057. What I wanted to know is - If I have file1 on mountpoint-1 and file2 on mountpoint-2. Both these mount points reside on same server and the respective file size is also big. If we look at the packets for these mount point access, we can see source port for packet of mount-1 same as that of packet of mount-2 (Ofcourse, NFS port 2049 will remain same, but the other port used for setting up the connection also remains same). So if the 'Continuation' chunk comes, how does the client know which file it belongs to? The RPC packet doesn't have much info and TCP/UDP packets will show same ip-port pair. -- Thanks, Nilesh -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html