cvs commit: src/sys/dev/cxgb cxgb_config.h cxgb_main.c cxgb_offload.c t3cdev.h src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c cxgb_ddp.c cxgb_tcp_offload.h cxgb_toepcb.h

Kip Macy kmacy at FreeBSD.org
Mon May 5 01:41:54 UTC 2008


kmacy       2008-05-05 01:41:53 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cxgb         cxgb_config.h cxgb_main.c cxgb_offload.c 
                         t3cdev.h 
    sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c 
                         cxgb_ddp.c cxgb_tcp_offload.h 
                         cxgb_toepcb.h 
  Log:
  MFSVN:
   - add / remove clients from cxgb_main.c now
   - change ifdef TOE_ENABLED to TCP_OFFLOAD_DISABLE
   - update copyrights
   - fix transmit data mismatch bug caused by not setting SB_NOCOALESCE
     on tx sockbuf on passive connections
   - fix receive sequence mismatch bug caused by not setting SB_NOCOALESCE
     on rx sockbuf on passive connections
   - don't sleep without checking SBS_CANTRCVMORE first
   - various ddp ordering fixes
  
  Supported by: Chelsio Inc.
  
  Revision  Changes    Path
  1.7       +1 -1      src/sys/dev/cxgb/cxgb_config.h
  1.55      +8 -1      src/sys/dev/cxgb/cxgb_main.c
  1.15      +2 -3      src/sys/dev/cxgb/cxgb_offload.c
  1.4       +1 -1      src/sys/dev/cxgb/t3cdev.h
  1.11      +23 -15    src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
  1.10      +54 -39    src/sys/dev/cxgb/ulp/tom/cxgb_cpl_socket.c
  1.4       +6 -4      src/sys/dev/cxgb/ulp/tom/cxgb_ddp.c
  1.2       +3 -2      src/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h
  1.3       +1 -3      src/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h


More information about the cvs-src mailing list