]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: mark deprecated ./configure options
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Jun 2021 13:10:08 +0000 (15:10 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 24 Jun 2021 14:42:59 +0000 (16:42 +0200)
These aren't compile-time settings anymore.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
doc/user/installation.rst

index cf79ccde9be71bd0921ec0fdf5cf34965f3646c6..63254555d907c715c5caac15929140da26d65a5a 100644 (file)
@@ -199,6 +199,10 @@ options from the list below.
 
 .. option:: --enable-datacenter
 
+   This option is deprecated as it is superseded by the `-F` (profile) command
+   line option which allows adjusting the setting at startup rather than
+   compile time.
+
    Enable system defaults to work as if in a Data Center. See defaults.h
    for what is changed by this configure option.
 
@@ -343,20 +347,17 @@ options from the list below.
 
 .. option:: --enable-time-check XXX
 
-   When this is enabled with a XXX value in microseconds, any thread that
-   runs for over this value will cause a warning to be issued to the log.
-   If you do not specify any value or don't include this option then
-   the default time is 5 seconds.  If --disable-time-check is specified
-   then no warning is issued for any thread run length.
+   This option is deprecated as it was replaced by the
+   :clicmd:`service cputime-stats` CLI command, which may be adjusted at
+   runtime rather than being a compile-time setting.  See there for further
+   detail.
 
 .. option:: --disable-cpu-time
 
-   Disable cpu process accounting, this command also disables the `show thread cpu`
-   command.  If this option is disabled, --enable-time-check is ignored.  This
-   disabling of cpu time effectively means that the getrusage call is skipped.
-   Since this is a process switch into the kernel, systems with high FRR
-   load might see improvement in behavior.  Be aware that `show thread cpu`
-   is considered a good data gathering tool from the perspective of developers.
+   This option is deprecated as it was replaced by the
+   :clicmd:`service cputime-warning NNN` CLI command, which may be adjusted at
+   runtime rather than being a compile-time setting.  See there for further
+   detail.
 
 .. option:: --enable-pcreposix