Date: Tue, 14 Dec 2010 20:00:55 +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: <201012142001.oBEK18pB040766@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2010-12-14 20:00:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/e1000 if_em.c Log: SVN rev 216441 on 2010-12-14 20:00:55Z by jfv MFC r216172, r216176 Correct the RX discard and refresh_mbuf logic to match igb, the old discard code could cause panics due to a bad pointer, now simply have discard always free mbufs and depend on refresh. In the refresh code, make sure the mbuf and soft buf struct are properly reset. Approved by: re Revision Changes Path 1.1.2.16 +32 -37 src/sys/dev/e1000/if_em.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012142001.oBEK18pB040766>