Date: Mon, 9 Feb 2009 03:23:00 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c Message-ID: <200902090323.n193N5jT085412@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-02-09 03:23:00 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/fxp if_fxp.c
Log:
SVN rev 188365 on 2009-02-09 03:23:00Z by yongari
MFC r177507(cvs if_fxp.c, 1.267):
Reuse the mbuf that was just retrieved from the receive ring if mbuf
exhaustion is encountered. There was a fix made previously for this
problem but the solution (breaking out of the receive loop) does not
seem to work. mbuf reuse strategy is already adopted by other drivers
such as if_bge. The problem was recreated and the patch is also
verified in the same test environment.
Revision Changes Path
1.266.2.1 +17 -8 src/sys/dev/fxp/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902090323.n193N5jT085412>
