Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2008 20:57:48 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/dc if_dc.c
Message-ID:  <200808232057.m7NKvt38064541@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2008-08-23 20:57:48 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/dc           if_dc.c 
  Log:
  SVN rev 182079 on 2008-08-23 20:57:48Z by marius
  
  - Use m_collapse(9) instead of m_defrag(9) if possible. This results
    in a noticeable reduction in system time spent.
  - If bus_dmamap_load_mbuf_sg(9) fails with EFBIG and we already have
    defragmented the mbuf chain, don't bother to defragment and load it
    a second time just yet as it's likely to fail again anyway.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.196     +27 -18    src/sys/dev/dc/if_dc.c



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