Terrible NFS performance under 9.2-RELEASE?
J David
j.david.lists at gmail.com
Tue Jan 28 23:29:00 UTC 2014
On Mon, Jan 27, 2014 at 9:14 PM, John-Mark Gurney <jmg at funkthat.com> wrote:
> P.S. if someone wants to submit a patch to mbuf.9 to update the docs
> that would be helpful... I'll review and commit... and m_append is
> also undocumented...
Would that look something like this be a start in that direction?
http://pastebin.com/UVir1BET
This is all very new to me, so I apologize if that's completely wrong.
m_append does appear to be documented, it's between m_adj and
m_prepend. (At least it is on 9.2, which is the latest tree I have
access to.)
It does also look like m_getm is just a macro in mbuf.h that calls
m_getm2 with flags set to M_PKTHDR, not a function as described in the
man page. It was not immediately obvious if that was intentional or
something that should be fixed or if it's intentionally meant to be
treated as a function from an API standpoint.
Thanks!
More information about the freebsd-net
mailing list