Print this page
11553 Want pluggable TCP congestion control algorithms
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/Makefile.sparc
          +++ new/usr/src/uts/sparc/Makefile.sparc
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
       25 +# Copyright (c) 2015, 2017 by Delphix. All rights reserved.
  25   26  # Copyright 2019 Joyent, Inc.
  26   27  # Copyright 2016 Gary Mills
  27   28  # Copyright 2016 Nexenta Systems, Inc.
  28   29  # Copyright 2019 RackTop Systems
  29   30  #
  30   31  
  31   32  #
  32   33  #       This makefile contains the common definitions for all sparc
  33   34  #       implementation architecture independent modules.
  34   35  #
↓ open down ↓ 160 lines elided ↑ open up ↑
 195  196  
 196  197  # Comment these out if you don't want dispatcher lock statistics.
 197  198  
 198  199  # $(IF_DEBUG_OBJ)disp_lock.o    := DEBUG_DEFS   += -DDISP_LOCK_STATS
 199  200  
 200  201  #
 201  202  #       Collect the preprocessor definitions to be associated with *all*
 202  203  #       files.
 203  204  #
 204  205  ALL_DEFS         = $(MACHINE_DEFS) $(DEBUG_DEFS) $(OPTION_DEFS)
      206 +
 205  207  #
      208 +#       TCP congestion control modules (/kernel/cc)
 206  209  #
      210 +MISC_KMODS      += cc
      211 +CC_KMODS        += cc_newreno cc_cubic cc_sunreno
      212 +
      213 +#
      214 +#
 207  215  #       The kernels modules which are "implementation architecture"
 208  216  #       specific for this machine are enumerated below. Note that most
 209  217  #       of these modules must exist (in one form or another) for each
 210  218  #       architecture.
 211  219  #
 212  220  #       Common Drivers (usually pseudo drivers) (/kernel/drv):
 213  221  #
 214  222  DRV_KMODS       += aggr arp audio bl blkdev bofi clone cn conskbd consms cpuid
 215  223  DRV_KMODS       += crypto cryptoadm devinfo dump
 216  224  DRV_KMODS       += dtrace fasttrap fbt lockstat profile sdt systrace dcpc
↓ open down ↓ 289 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX