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
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to