Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 17:12:54 +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:  <201009271713.o8RHDEGl065416@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-09-27 17:12:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/bge          if_bge.c 
  Log:
  SVN rev 213209 on 2010-09-27 17:12:54Z by yongari
  
  MFC r212755:
    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>
  
  Revision    Changes    Path
  1.198.2.47  +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?201009271713.o8RHDEGl065416>