Date: Thu, 16 Sep 2010 17:32:37 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <201009161732.o8GHWwmp039772@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-09-16 17:32:37 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 212755 on 2010-09-16 17:32:37Z by yongari Fix incorrect RX BD producer updates. The producer index was already updated after allocating mbuf so driver had to use the last index instead of using next producer index. This should fix driver hang which may happen under high network load. Reported by: Igor Sysoev <is <> rambler-co dot ru>, Vlad Galu <dudu <> dudu dot ro> Tested by: Igor Sysoev <is <> rambler-co dot ru>, Vlad Galu <dudu <> dudu dot ro> MFC after: 10 days Revision Changes Path 1.302 +4 -2 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009161732.o8GHWwmp039772>