Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2008 00:55:42 +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_main.c cxgb_sge.c src/sys/dev/cxgb/common cxgb_t3_cpl.h src/sys/dev/cxgb/sys cxgb_support.c
Message-ID:  <200801100055.m0A0th1G095667@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2008-01-10 00:55:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cxgb         cxgb_main.c cxgb_sge.c 
    sys/dev/cxgb/common  cxgb_t3_cpl.h 
    sys/dev/cxgb/sys     cxgb_support.c 
  Log:
  - make 9k clusters the default unless a tunable is set
  - return the error from cxgb_tx_common so that when an error is hit we dont
    spin forever in the taskq thread
  - remove unused rxsd_ref
  - simplify header_offset calculation for embedded mbuf headers
  - fix memory leak by making sure that mbuf header initialization took place
  - disable printf's for stalled queue, don't do offload/ctrl queue restart
    when tunnel queue is restarted
  - add more diagnostic information about the txq state
  - add facility to dump the actual contents of the hardware queue using sysctl
  
  Revision  Changes    Path
  1.6       +1 -0      src/sys/dev/cxgb/common/cxgb_t3_cpl.h
  1.42      +10 -5     src/sys/dev/cxgb/cxgb_main.c
  1.36      +206 -118  src/sys/dev/cxgb/cxgb_sge.c
  1.3       +7 -2      src/sys/dev/cxgb/sys/cxgb_support.c



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