Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2010 00:53:00 +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:  <201001210053.o0L0rHf6053692@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-01-21 00:53:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/bge          if_bge.c 
  Log:
  SVN rev 202730 on 2010-01-21 00:53:00Z by yongari
  
  MFC r202406:
    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.226.2.15  +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?201001210053.o0L0rHf6053692>