cvs commit: src/sys/netinet tcp_offload.c tcp_offload.h tcp_ofld.c tcp_ofld.h tcp_syncache.c

Kip Macy kmacy at FreeBSD.org
Sun Dec 16 23:56:28 PST 2007


kmacy       2007-12-17 07:56:27 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Added files:
    sys/netinet          tcp_offload.c tcp_offload.h 
  Removed files:
    sys/netinet          tcp_ofld.c tcp_ofld.h 
  Log:
  incorporate feedback since initial commit
  - rename tcp_ofld.[ch] to tcp_offload.[ch]
  - document usage and locking conventions of the functions in the
    toe_usrreqs function vector
  - document tcpcb, inpcb, and socket fields used by toe
  - widen the listen interface into 2 functions
  - rename DISABLE_TCP_OFFLOAD to TCP_OFFLOAD_DISABLE
  - shrink conditional compilation to reduce the likelihood of bitrot
  - replace sc->sc_toepcb checks in tcp_syncache.c with TOEPCB_ISSET
  
  Revision  Changes    Path
  1.1       +100 -0    src/sys/netinet/tcp_offload.c (new)
  1.1       +328 -0    src/sys/netinet/tcp_offload.h (new)
  1.4       +0 -128    src/sys/netinet/tcp_ofld.c (dead)
  1.4       +0 -203    src/sys/netinet/tcp_ofld.h (dead)
  1.140     +22 -14    src/sys/netinet/tcp_syncache.c


More information about the cvs-src mailing list