Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2007 04:33:38 +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_main.c cxgb_offload.c cxgb_sge.c
Message-ID:  <200706170433.l5H4XcSL057411@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2007-06-17 04:33:38 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cxgb         cxgb_adapter.h cxgb_main.c cxgb_offload.c 
                         cxgb_sge.c 
  Log:
  - 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
  
  MFC after: 3 days
  Sponsored by: Chelsio Inc.
  
  Revision  Changes    Path
  1.12      +85 -7     src/sys/dev/cxgb/cxgb_adapter.h
  1.25      +87 -62    src/sys/dev/cxgb/cxgb_main.c
  1.5       +9 -1      src/sys/dev/cxgb/cxgb_offload.c
  1.21      +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?200706170433.l5H4XcSL057411>