Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2010 00:03:48 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h
Message-ID:  <201005190004.o4J048nj017947@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2010-05-19 00:03:48 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ixgbe        ixgbe.c ixgbe.h 
  Log:
  SVN rev 208282 on 2010-05-19 00:03:48Z by jfv
  
  A few changes:
    When not defining header split do not allocate mbufs,
    this can be a BIG savings in the mbuf memory pool.
  
    Also keep seperate dma maps for the header and
    payload pieces when doing header split. The basis
    of this code was a patch done a while ago by
    yongari, thank you :)
  
    A number of white space changes.
  
  MFC: in a few days
  
  Revision  Changes    Path
  1.31      +234 -175  src/sys/dev/ixgbe/ixgbe.c
  1.13      +4 -3      src/sys/dev/ixgbe/ixgbe.h



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