Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2018 14:55:48 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336672 - in head/sys: modules/tcp modules/tcp/fastpath netinet/tcp_stacks
Message-ID:  <201807241455.w6OEtmN3081913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807241455.w6OEtmN3081913>