Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2010 17:55:18 +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:  <201001151755.o0FHtX4M098001@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-01-15 17:55:18 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  SVN rev 202406 on 2010-01-15 17:55:18Z by yongari
  
  Don't free mbuf chains when bge(4) fails to collapse the mbuf
  chains. This part of code is to enhance performance so failing the
  collapsing should not free TX frames. Otherwise bge(4) will
  unnecessarily drop frames which in turn can freeze the network
  connection.
  
  Reported by:    Igor Sysoev (is <> rambler-co dot ru)
  Tested by:      Igor Sysoev (is <> rambler-co dot ru)
  
  Revision  Changes    Path
  1.270     +2 -5      src/sys/dev/bge/if_bge.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001151755.o0FHtX4M098001>