Date: Mon, 17 Dec 2007 07:56:27 +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/netinet tcp_offload.c tcp_offload.h tcp_ofld.c tcp_ofld.h tcp_syncache.c Message-ID: <200712170756.lBH7uSt2071110@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712170756.lBH7uSt2071110>