Date: Wed, 21 Nov 2007 22:30:14 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c Message-ID: <200711212230.lALMUE59024039@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2007-11-21 22:30:14 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Make TSO work with IPSEC compiled into the kernel. The lookup hurts a bit for connections but had been there anyway if IPSEC was compiled in. So moving the lookup up a bit gives us TSO support at not extra cost. PR: kern/115586 Tested by: gallatin Discussed with: kmacy MFC after: 2 months Revision Changes Path 1.143 +16 -3 src/sys/netinet/tcp_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711212230.lALMUE59024039>