Module Name: src Committed By: maxv Date: Mon Sep 17 06:01:36 UTC 2018
Modified Files: src/sys/netinet: ip_reass.c Log Message: Hold ip_off and ip_len in the fragment entry, instead of always reading the associated mbuf (and converting to host order). This reduces the cache/TLB misses when processing long lists. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/netinet/ip_reass.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.