svn commit: r282215 - head/sys/conf

George V. Neville-Neil gnn at FreeBSD.org
Wed Apr 29 12:37:46 UTC 2015


Author: gnn
Date: Wed Apr 29 12:37:45 2015
New Revision: 282215
URL: https://svnweb.freebsd.org/changeset/base/282215

Log:
  Make it possible to statically link SIFTR into the kernel
  as a new option.
  
  Reviewed by:	bz
  Discussed with:	lstewart
  MFC after:	2 weeks

Modified:
  head/sys/conf/files
  head/sys/conf/options

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Apr 29 12:33:00 2015	(r282214)
+++ head/sys/conf/files	Wed Apr 29 12:37:45 2015	(r282215)
@@ -3502,6 +3502,7 @@ netinet/sctp_sysctl.c		optional inet sct
 netinet/sctp_timer.c		optional inet sctp | inet6 sctp
 netinet/sctp_usrreq.c		optional inet sctp | inet6 sctp
 netinet/sctputil.c		optional inet sctp | inet6 sctp
+netinet/siftr.c			optional inet siftr alq | inet6 siftr alq
 netinet/tcp_debug.c		optional tcpdebug
 netinet/tcp_hostcache.c		optional inet | inet6
 netinet/tcp_input.c		optional inet | inet6

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Wed Apr 29 12:33:00 2015	(r282214)
+++ head/sys/conf/options	Wed Apr 29 12:37:45 2015	(r282215)
@@ -432,6 +432,7 @@ ROUTETABLES		opt_route.h
 RSS			opt_rss.h
 SLIP_IFF_OPTS		opt_slip.h
 TCPDEBUG
+SIFTR
 TCP_OFFLOAD		opt_inet.h # Enable code to dispatch TCP offloading
 TCP_SIGNATURE		opt_inet.h
 VLAN_ARRAY		opt_vlan.h


More information about the svn-src-head mailing list