Module Name: src Committed By: jdolecek Date: Fri Mar 27 17:18:15 UTC 2020
Modified Files: src/sys/net: ether_sw_offload.c Log Message: replace the conditional m_pullup() on start of ether_sw_offload_tx() with a KASSERT(), to make it clear no mbuf manipulation is ever done here To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/net/ether_sw_offload.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.