Module Name: src Committed By: ryo Date: Tue Oct 5 14:18:18 UTC 2021
Modified Files: src/sys/dev/pci: if_aq.c Log Message: fix a panic "m_verify_packet: inconsistent mbuf length" on aq(4). - If mbuf cannot be allocated or some errors occur when receiving a jumboframe, it is necessary to free mbuf chains of the packet being received, and ignore the subsequent segments that make up the packet. - Even if aq_rx_intr() is completed in the middle of the jumboframe reception process, it will resume normally at the next aq_rx_intr(). To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/if_aq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.