Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2011 00:34:57 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ixgbe LICENSE README ixgbe.c ixv.c
Message-ID:  <201106020035.p520ZGFc097988@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2011-06-02 00:34:57 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ixgbe        LICENSE README ixgbe.c ixv.c 
  Log:
  SVN rev 222588 on 2011-06-02 00:34:57Z by jfv
  
  First off: update the driver README, the old one was horribly
  crusty, and this still isn't perfect, but its at least a bit
  more recent.
  
  Secondly, a few improvements to the driver from Andrew Boyer,
  support hint to allow devices to not attach, add VLAN_HWTSO
  capability so vlans can use TSO, fix in the interrupt handler
  to make sure the stack TX queue is processed. Oh, and also
  make sure IPv6 does not cause a re-init in the ioctl routine.
  Thanks for your efforts Andrew!
  
  Thanks to Claudio Jeker for noticing the ixgbe_xmit() routine
  was not correctly swapping the dma map from the first to the
  last descriptor in a multi-descriptor transmission, corrected
  this.
  
  Revision  Changes    Path
  1.5       +1 -1      src/sys/dev/ixgbe/LICENSE
  1.3       +155 -112  src/sys/dev/ixgbe/README
  1.52      +53 -26    src/sys/dev/ixgbe/ixgbe.c
  1.3       +48 -10    src/sys/dev/ixgbe/ixv.c



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