Module Name:    src
Committed By:   thorpej
Date:           Mon Aug 22 15:39:26 UTC 2022

Modified Files:
        src/sys/dev/pci: if_ale.c

Log Message:
ale_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.40 -r1.41 src/sys/dev/pci/if_ale.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to