cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_multiq.c cxgb_sge.c src/sys/dev/cxgb/sys mvec.h uipc_mvec.c

Kip Macy kmacy at FreeBSD.org
Tue Jan 15 00:08:09 PST 2008


kmacy       2008-01-15 08:08:09 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cxgb         cxgb_adapter.h cxgb_multiq.c cxgb_sge.c 
    sys/dev/cxgb/sys     mvec.h uipc_mvec.c 
  Log:
  - Simplify mb_free_ext_fast
  - increase asserts for mbuf accounting
  - track outstanding mbufs (maps very closely to leaked)
  - actually only create one thread per port if !multiq
      Oddly enough this fixes the use after free
  
  - move txq_segs to stack in t3_encap
  - add checks that pidx doesn't move pass cidx
  - simplify mbuf free logic in collapse mbufs routine
  
  Revision  Changes    Path
  1.28      +1 -2      src/sys/dev/cxgb/cxgb_adapter.h
  1.6       +12 -3     src/sys/dev/cxgb/cxgb_multiq.c
  1.42      +28 -7     src/sys/dev/cxgb/cxgb_sge.c
  1.12      +10 -3     src/sys/dev/cxgb/sys/mvec.h
  1.21      +40 -25    src/sys/dev/cxgb/sys/uipc_mvec.c


More information about the cvs-src mailing list