Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2007 10:41:34 +0000 (UTC)
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mxge if_mxge.c
Message-ID:  <200704031041.l33AfZg3057492@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gallatin    2007-04-03 10:41:34 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mxge         if_mxge.c 
  Log:
  - Fix a bug in the TSO transmit routine where frames which had
  been defragged and had their headers in the same cluster as their
  payload would be fed to the NIC in header-sized chunks, and would
  likely exceed the number of available transmit descriptors.
  
  - If a TSO frame exceeds the number of available transmit descriptors,
  don't leak busdmma resources when freeing it.
  
  Sponsored by: Myricom Inc.
  
  Revision  Changes    Path
  1.26      +3 -1      src/sys/dev/mxge/if_mxge.c



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