Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2007 03:30:18 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_l2t.h cxgb_main.c cxgb_offload.c cxgb_sge.c
Message-ID:  <200706210330.l5L3UIbj084008@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2007-06-21 03:30:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/cxgb         cxgb_adapter.h cxgb_l2t.h cxgb_main.c 
                         cxgb_offload.c cxgb_sge.c 
  Log:
  MFC:
   - switch adapter and port lock over to using sx so that resources
     can be allocated atomically
   - add debug macros for printing lock initialization / teardown
   - add buffers to port_info and adapter to allow each lock to have a
     unique name
   - destroy mutexes initialized by cxgb_offload_init
   - remove recursive calls to ADAPTER_LOCK
   - move callout_drain calls so that they don't occur with the lock held
   - ensure that only as many qsets as are needed are initialized and
     destroyed
  
   Sponsored by: Chelsio Inc.
  
  Revision  Changes    Path
  1.2.2.5   +85 -7     src/sys/dev/cxgb/cxgb_adapter.h
  1.1.2.3   +1 -0      src/sys/dev/cxgb/cxgb_l2t.h
  1.3.2.6   +88 -63    src/sys/dev/cxgb/cxgb_main.c
  1.2.2.3   +9 -1      src/sys/dev/cxgb/cxgb_offload.c
  1.2.2.6   +24 -15    src/sys/dev/cxgb/cxgb_sge.c



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