Date: Mon, 13 Jul 2009 11:51:02 +0000 (UTC) From: Lawrence Stewart <lstewart@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src UPDATING src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c src/sys/netinet tcp_offload.h tcp_syncache.c tcp_syncache.h tcp_var.h src/sys/sys param.h Message-ID: <200907131155.n6DBt1Yr079170@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lstewart 2009-07-13 11:51:02 UTC
FreeBSD src repository
Modified files:
. UPDATING
sys/dev/cxgb/ulp/tom cxgb_cpl_io.c
sys/netinet tcp_offload.h tcp_syncache.c
tcp_syncache.h tcp_var.h
sys/sys param.h
Log:
SVN rev 195654 on 2009-07-13 11:51:02Z by lstewart
Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface to
the TCP syncache. This returns struct tcpopt to being private within the TCP
implementation, thus allowing it to be modified without ABI concerns.
The patch breaks the ABI. Bump __FreeBSD_version to 800103 accordingly. The cxgb
driver is the only TOE consumer affected by this change, and needs to be
recompiled along with the kernel.
Suggested by: rwatson
Reviewed by: rwatson, kmacy
Approved by: re (kensmith), kensmith (mentor temporarily unavailable)
Revision Changes Path
1.629 +7 -0 src/UPDATING
1.33 +13 -12 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
1.6 +13 -0 src/sys/netinet/tcp_offload.h
1.172 +17 -4 src/sys/netinet/tcp_syncache.c
1.9 +4 -2 src/sys/netinet/tcp_syncache.h
1.179 +3 -3 src/sys/netinet/tcp_var.h
1.428 +1 -1 src/sys/sys/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907131155.n6DBt1Yr079170>
