Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2011 00:36:54 +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 ixgbe_82599.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_mbx.c ixgbe_type.h
Message-ID:  <201101270037.p0R0b7w0079311@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2011-01-27 00:36:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8_2)
    sys/dev/ixgbe        ixgbe.c ixgbe.h ixgbe_82599.c ixgbe_api.h 
                         ixgbe_common.c ixgbe_common.h ixgbe_mbx.c 
                         ixgbe_type.h 
  Log:
  SVN rev 217917 on 2011-01-27 00:36:54Z by jfv
  
  MFC ixgbe cummulative patch from stable/8
  
  217712  Fix a couple of incorrect variable names in the sysctl code.
  217713  - Panic on the 82598 adapter due to reading FCOE registers that don't exit
          - Make phy detection dynamic so adapters that support multiple types of
            media can be properly identified by the interface layer
          - Performance patch to the flow director (ixgbe_atr) code
          - Fix intermittent data corruption on the 82599
          - Add missing support code for buffer size and descriptors when doing
            jumbo frames, also add 16K cluster support.
          - Release RX lock when calling stack, this removes LOR problems.
  217795  Remove TX_UNLOCK from the error path in local_timer, there is no LOCK
  217796  Add missing case for Direct Attach 82598 in the dynamic phy detection
  217797  Performance: don't run flow control shared code if nothing has changed
  
  Approved by:  re (bz)
  
  Revision       Changes    Path
  1.17.2.12.2.2  +143 -143  src/sys/dev/ixgbe/ixgbe.c
  1.9.2.6.2.2    +1 -0      src/sys/dev/ixgbe/ixgbe.h
  1.2.2.3.2.2    +121 -478  src/sys/dev/ixgbe/ixgbe_82599.c
  1.8.2.3.2.2    +3 -31     src/sys/dev/ixgbe/ixgbe_api.h
  1.8.2.3.2.2    +55 -6     src/sys/dev/ixgbe/ixgbe_common.c
  1.7.2.3.2.2    +2 -0      src/sys/dev/ixgbe/ixgbe_common.h
  1.1.2.2.2.2    +8 -1      src/sys/dev/ixgbe/ixgbe_mbx.c
  1.8.2.3.2.2    +35 -9     src/sys/dev/ixgbe/ixgbe_type.h



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