Module Name: src Committed By: thorpej Date: Mon Aug 22 16:14:31 UTC 2022
Modified Files: src/sys/dev/pci: if_age.c Log Message: age_encap(): Use m_defrag(), not m_pullup(), to compact an mbuf chain if it has too many DMA segments. Let the caller handle dispose of the packet on fatal errors. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/pci/if_age.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.