]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for ext_pgs mbufs to nfsm_build().
authorrmacklem <rmacklem@FreeBSD.org>
Fri, 3 Jul 2020 01:19:29 +0000 (01:19 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Fri, 3 Jul 2020 01:19:29 +0000 (01:19 +0000)
commit687ed0c255601a8626f80fe8e3392053d8ef4d02
tree3f5bdb6a45ac9200194a69266c3ae2e3b3a64a64
parent8df806d34d3c2d6b5fc7669ce873b04f287c2709
Add support for ext_pgs mbufs to nfsm_build().

This is the first of a series of commits that add support to the NFS client
and server for building RPC messages in ext_pgs mbufs with anonymous pages.
This is useful so that the entire mbuf list does not need to be
copied before calling sosend() when NFS over TLS is enabled.

Since ND_EXTPG is never set yet, there is no semantic change at this time.
sys/fs/nfs/nfsm_subs.h
sys/fs/nfs/nfsport.h