HomeFreeBSD

Add support for ext_pgs mbufs to nfscl_reqstart() and nfsm_set().

Description

Add support for ext_pgs mbufs to nfscl_reqstart() and nfsm_set().

This is another in the 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.

Details

Provenance
rmacklemAuthored on
Parents
rS362916: Bump __FreeBSD_version after making liblzma to use libmd implementation
Branches
Unknown
Tags
Unknown