On Thu, Nov 29, 2007 at 03:55:38PM +0800, Wang Chen wrote: > > I tested nfsv3 & nfsv4. It seems that nfs calls recvmsg() like > following:nfsd()->svc_recv()->svc_udp_recvfrom()->udp_recvmsg(). > So, I think putting the udpInDatagrams increment in udp_recvmsg() > is enough. > > FYI: > http://www.mail-archive.com/netdev@vger.kernel.org/msg13817.html
Excellent. They now do a recvmsg first with no buffer to get meta-information, which just happens to increment the counters. Could you please resubmit the patch then? Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html