Module Name: src Committed By: bouyer Date: Sat Mar 4 19:11:01 UTC 2017
Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: Try to be smarted in the rx path: if the packet is small enough copy the data to the mbuf's data area instead of allocating a new page from the pool. While there fix a struct xennet_rxreq leak if xennet_checksum_fill() fails with ENOMEM. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/xen/xen/if_xennet_xenbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.