cvs commit: src/sys/dev/em if_em.c
Pyun YongHyeon
yongari at FreeBSD.org
Mon Aug 14 00:36:57 UTC 2006
yongari 2006-08-14 00:36:53 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Apply alignment fixup only when programmed frame size is greater than
MCLBYTES - ETHER_ALIGN. Previously it applied the alignment fixup code
for oversized frames which would result in reduced performance on
strict alignment archs.
Revision Changes Path
1.128 +3 -3 src/sys/dev/em/if_em.c
More information about the cvs-src
mailing list