Date: Fri, 1 Apr 2011 20:24:51 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 if_em.c Message-ID: <201104012059.p31KxDn7056192@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2011-04-01 20:24:51 UTC
FreeBSD src repository
Modified files:
sys/dev/e1000 if_em.c
Log:
SVN rev 220254 on 2011-04-01 20:24:51Z by jfv
Fix to an error condition case, when an mbuf chain
get's defragged due to a mapping failure the header
pointers will be invalidated and can result in a
TSO or other failure down the line. So, when the
remapping occurs force a retry thru the offload
calculation code. Thanks to Andrew Boyer for discovering
this and cooking up the fix!!
Revision Changes Path
1.72 +6 -16 src/sys/dev/e1000/if_em.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104012059.p31KxDn7056192>
