svn commit: r336672 - in head/sys: modules/tcp modules/tcp/fastpath netinet/tcp_stacks

Randall Stewart rrs at FreeBSD.org
Tue Jul 24 14:55:49 UTC 2018


Author: rrs
Date: Tue Jul 24 14:55:47 2018
New Revision: 336672
URL: https://svnweb.freebsd.org/changeset/base/336672

Log:
  Delete the example tcp stack "fastpath" which
  was only put in has an example.
  
  Sponsored by:	Netflix inc.
  Differential Revision:	https://reviews.freebsd.org/D16420

Deleted:
  head/sys/modules/tcp/fastpath/
  head/sys/netinet/tcp_stacks/fastpath.c
Modified:
  head/sys/modules/tcp/Makefile

Modified: head/sys/modules/tcp/Makefile
==============================================================================
--- head/sys/modules/tcp/Makefile	Tue Jul 24 13:31:50 2018	(r336671)
+++ head/sys/modules/tcp/Makefile	Tue Jul 24 14:55:47 2018	(r336672)
@@ -6,12 +6,10 @@ SYSDIR?=${SRCTOP}/sys
 .include "${SYSDIR}/conf/kern.opts.mk"
 
 SUBDIR=	\
-	${_tcp_fastpath} \
         ${_tcp_rack} \
 	${_tcpmd5} \
 
 .if ${MK_EXTRA_TCP_STACKS} != "no" || defined(ALL_MODULES)
-_tcp_fastpath=	fastpath
 _tcp_rack= 	rack
 .endif
 


More information about the svn-src-head mailing list