<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.35 (Ruby 2.5.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-bmwg-mlrsearch-15" category="info" consensus="true" submissionType="IETF" xml:lang="en" number="9971" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <link href="https://datatracker.ietf.org/doc/draft-ietf-bmwg-mlrsearch-15" rel="prev"/>
  <front>
    <title abbrev="MLRsearch">Multiple Loss Ratio Search</title>
    <seriesInfo name="RFC" value="9971"/>
    <author initials="M." surname="Konstantynowicz" fullname="Maciek Konstantynowicz">
      <organization>Cisco Systems</organization>
      <address>
        <email>mkonstan@cisco.com</email>
      </address>
    </author>
    <author initials="V." surname="Polak" fullname="Vratko Polak">
      <organization>Cisco Systems</organization>
      <address>
        <email>vrpolak@cisco.com</email>
      </address>
    </author>
    <date year="2026" month="May"/>
    <area>OPS</area>
    <workgroup>bmwg</workgroup>
    <abstract>
      <?line 109?>

<!-- [rfced] AD, the following update was made to the Acknowledgements section
per the author response to the document intake form. Please review and approve
this change.

OLD:
   Many thanks to Alec Hothan of the OPNFV NFVbench project for a
   thorough review and numerous useful comments and suggestions in the
   earlier versions of this document.

NEW:
   Many thanks to the Linux Foundation FastData I/O (FD.io) project,
   specifically committers and contributors to the two core projects of
   FD.io: VPP and CSIT.  It was there where MLRsearch need originally
   came up, and it was in FD.io CSIT labs where the first MLRsearch
   open-source code got prototyped and then over the years productized.
   Thanks also goes to Alec Hothan of the OPNFV NFVbench project for a
   thorough review and numerous useful comments and suggestions in the
   earlier draft versions of this document.
-->

<!-- [rfced] FYI - We made some editorial updates to the references in the
References section to match RFC Style Guidance. Please review and let us know if
you have any objections. -->

<!-- [rfced] Please insert any keywords (beyond those that appear in
the title) for use on https://www.rfc-editor.org/search. -->

<t>This document describes an alternative to throughput in "Benchmarking Methodology for
Network Interconnect Devices" (RFC 2544) by
defining a new methodology called Multiple Loss Ratio search
(MLRsearch). MLRsearch aims to minimize search duration,
support multiple loss ratio searches, and improve result repeatability
and comparability.</t>
      <t>MLRsearch is motivated by the pressing need to address the challenges of
evaluating and testing the various data plane solutions, especially in
software-based networking systems based on Commercial Off-the-Shelf
(COTS) CPU hardware vs. purpose-built Application-Specific Integrated Circuit (ASIC), Network Processing Unit (NPU), and Field-Programmable Gate Array (FPGA) hardware.</t>
    </abstract>
  </front>
  <middle>
    <?line 151?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document describes the Multiple Loss Ratio search
(MLRsearch) methodology, optimized for determining data plane
throughput in software-based networking functions running on commodity systems with
generic CPUs (vs. purpose-built ASICs, NPUs, and FPGAs). Such network
functions can be deployed on a dedicated physical appliance (e.g., a
standalone hardware device) or as virtual appliance (e.g., a Virtual
Network Function running on shared servers in the compute cloud).</t>
      <t>This document tightly couples terminology and methodology aspects.
Instead of a separate terminology section, the
subsections of <xref target="mlrsearch-specification">"MLRsearch Specification"</xref>
act as a list of newly defined terms.
If a term appears with the first letter capitalized, it likely refers
to a specific term defined in an eponymous subsection
of <xref target="mlrsearch-specification">"MLRsearch Specification"</xref>.</t>
      <t>For first-time readers, the information in
<xref target="mlrsearch-specification">"MLRsearch Specification"</xref> might feel
dense and lacking motivation. Subsequent sections provide explanations,
making <xref target="mlrsearch-specification">"MLRsearch Specification"</xref>
more approachable on repeated reads.</t>
      <section anchor="purpose">
        <name>Purpose</name>
        <t>The purpose of this document is to describe the Multiple Loss Ratio search
(MLRsearch) methodology, optimized for determining
data plane throughput in software-based networking devices and functions.</t>
        <t>Applying the <xref target="binary-search">Binary Search</xref>
to software Devices Under Test (DUTs) results in several problems:</t>
        <!--[rfced] May we update "possible discovered throughput values" to "throughput values that could be discovered" at the end of this sentence?

Original:
   *  Software DUTs show noisy trial results, leading to a big spread of
      possible discovered throughput values.

Perhaps:
   *  Software DUTs show noisy trial results, leading to a big spread of
      throughput values that could be discovered.
-->

<!--[rfced] How may we clarify the citation and text within the parentheses?

Original:
   *  Throughput requires a loss of exactly zero frames, but the
      industry best practices frequently allow for low but non-zero
      losses tolerance ([Y.1564], test-equipment manuals).

Perhaps:
   *  Throughput requires a loss of exactly zero frames, but the
      industry best practices frequently allow for tolerance of low but non-zero
      losses (see [Y.1564] and test-equipment manuals for more information).
-->

<ul spacing="normal">
          <li>
            <t>Binary search takes a long time, as most trials are done far from the
eventually found throughput.</t>
          </li>
          <li>
            <t>The required final trial duration and pauses between trials
prolong the overall search duration.</t>
          </li>
          <li>
            <t>Software DUTs show noisy trial results,
leading to a big spread of possible discovered throughput values.</t>
          </li>
          <li>
            <t>Throughput requires a loss of exactly zero frames, but the industry best practices
frequently allow for tolerance of low but non-zero losses (<xref target="Y.1564"/>, test-equipment manuals).</t>
          </li>
          <li>
            <t>The definition of throughput is not clear when trial results are inconsistent
(e.g., when successive trials at the same -- or even a higher -- offered
load yield different loss ratios, the classical 
throughput metric in <xref target="RFC1242"/> and <xref target="RFC2544"/> can no longer be pinned to a single, unambiguous
value.)</t>
          </li>
        </ul>
        <t>To address these problems,
early MLRsearch implementations employed the following enhancements:</t>
        <ol spacing="normal" type="1"><li>
            <t>Allow multiple short trials instead of one big trial per load.
            </t>
            <ul spacing="normal">
              <li>
                <t>Optionally, tolerate a percentage of trial results with higher loss.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Allow searching for multiple <xref target="search-goal">Search Goals</xref>, with differing loss ratios.
            </t>
            <ul spacing="normal">
              <li>
                <t>Any trial result can affect each Search Goal in principle.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Insert multiple coarse targets for each Search Goal; earlier ones need
to spend less time on trials.
            </t>
            <ul spacing="normal">
              <li>
                <t>Earlier targets also aim for lesser precision.</t>
              </li>
              <li>
                <t>Use Forwarding Rate at Maximum Offered Load (FRMOL), as defined
in <xref section="3.6.2" sectionFormat="of" target="RFC2285"/>, to initialize bounds.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Clarify handling of inconsistent trial results.
            </t>
            <ul spacing="normal">
              <li>
                <t>Reported throughput should be smaller than the smallest load with high loss.</t>
              </li>
              <li>
                <t>Measure smaller load candidates first.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Apply several time-saving load selection heuristics that deliberately
prevent the bounds from narrowing unnecessarily.</t>
          </li>
        </ol>
        <!-- [rfced] Would combining these sentences/paragraphs be helpful? Note that
"implementation details" is mentioned in both.

Original:
   Enhancements 1, 2 and partly 4 are formalized as MLRsearch
   Specification within this document, other implementation details are
   out the scope.

   The remaining enhancements are treated as implementation details,
   thus achieving high comparability without limiting future
   improvements.

Perhaps:
   Enhancements 1, 2 and partly 4 are formalized as the MLRsearch
   Specification within this document. The remaining enhancements are
   treated as implementation details and out of scope for this document.
   This achieves high comparability without limiting future
   improvements.
-->

<t>Enhancements 1, 2, and partly 4 are formalized as the MLRsearch Specification
within this document; other implementation details are out the scope.</t>
        <t>The remaining enhancements are treated as implementation details,
thus achieving high comparability without limiting future improvements.</t>
        <t>MLRsearch configuration supports both conservative settings
and aggressive settings. Results unconditionally compliant with <xref target="RFC2544"/>
are possible with conservative enough settings
but without much improvement on search duration and repeatability -- see
<xref target="mlrsearch-compliant-with-rfc-2544">"MLRsearch Compliant with RFC 2544"</xref>.
Conversely, aggressive settings lead to shorter search durations
and better repeatability, but the results are not compliant with <xref target="RFC2544"/>.
Exact settings are not specified, but see the discussion in
<xref target="overview-of-rfc-2544-problems">"Overview of RFC 2544 Problems"</xref>
for the impact of different settings on result quality.</t>
        <t>This document does not change or obsolete any part of <xref target="RFC2544"/>.</t>
      </section>
      <section anchor="positioning-within-bmwg-methodologies">
        <name>Positioning Within BMWG Methodologies</name>
        <t>The Benchmarking Methodology Working Group (BMWG) produces recommendations (RFCs)
that describe various benchmarking methodologies for use in a controlled laboratory environment.
A large number of these benchmarks are based on the terminology from <xref target="RFC1242"/>
and the foundational methodology from <xref target="RFC2544"/>.
A common pattern has emerged where BMWG documents reference the methodology of <xref target="RFC2544"/>
and augment it with specific requirements for testing particular network systems or protocols,
without modifying the core benchmark definitions.</t>
        <t>While BMWG documents are formal recommendations,
they are widely treated as industry norms to ensure the comparability of results between different labs.
The set of benchmarks defined in <xref target="RFC2544"/>, in particular,
became a de facto standard for performance testing.
In this context, the MLRsearch Specification formally defines a new
class of benchmarks that fits within the wider framework of <xref target="RFC2544"/>;
see <xref target="scope"/> ("Scope").</t>
        <t>A primary consideration in the design of MLRsearch is the trade-off
between configurability and comparability. The methodology's flexibility,
especially the ability to define various sets of Search Goals,
in supporting both single-goal and multiple-goal benchmarks in a unified way
is powerful for detailed characterization and internal testing.
However, this same flexibility is detrimental to inter-lab comparability
unless a specific, common set of Search Goals is agreed upon.</t>
        <t>Therefore, MLRsearch should not be seen as a direct extension
nor a replacement for the <xref target="RFC2544"/> Throughput benchmark.
Instead, this document provides a foundational methodology
that future BMWG documents can use to define new, specific, and comparable benchmarks
by mandating particular Search Goal configurations.
For operators of existing test procedures, it is worth noting
that many test setups measuring <xref target="RFC2544"/> Throughput
can be adapted to produce results compliant with the MLRsearch Specification,
often without affecting Trials,
merely by augmenting the content of the final test report.</t>
      </section>
    </section>
    <section anchor="overview-of-rfc-2544-problems">
      <name>Overview of RFC 2544 Problems</name>
      <t>This section describes the problems affecting usability
of various performance testing methodologies,
mainly the <xref target="binary-search">Binary Search</xref> for unconditionally compliant <xref target="RFC2544"/> throughput.</t>
      <section anchor="binary-search">
        <name>Binary Search</name>
        <t>While <xref target="RFC2544"/> offers some flexibility when searching for throughput,
a particular algorithm is frequently used as a starting point,
as it is the simplest one among those that offer reasonable effectivity.</t>
        <t>This algorithm is based on (balanced) binary search over sorted arrays
but does not have a specific name when searching for throughput.
"Trial duration" (<xref section="24" sectionFormat="of" target="RFC2544"/>) mentions binary search only in quotes,
without providing specifics.
In this document, we call that algorithm the Binary Search,
as that is the title of Section 12.3.2 of <xref target="TST009"/>, which describes a variant of it.</t>
        <t>Here is a simplified description of the algorithm:</t>
        <ul spacing="normal">
          <li>
            <t>Initialize the lower-bound variable to a line-rate value.</t>
          </li>
          <li>
            <t>Initialize the upper-bound variable to a loss-free load value.</t>
          </li>
          <li>
            <t>Compute a midpoint, the arithmetic mean of current bound values.</t>
          </li>
          <li>
            <t>Run a single 60-second trial at the midpoint (for <xref target="RFC2544"/> unconditional compliance).</t>
          </li>
          <li>
            <t>If loss is zero, set the lower-bound to a midpoint value;
else, set the upper bound to a midpoint value.</t>
          </li>
          <li>
            <t>Repeat (computing new midpoint) until the gap
between the bounds meets the desired precision.</t>
          </li>
          <li>
            <t>Return the final lower-bound value as the throughput.</t>
          </li>
        </ul>
        <t>The description in <xref target="TST009"/> has two more requirements
(stopping condition and rounding, both based on the Offered Load Step Size Parameter),
but those are not required in this document.</t>
        <t>Small modifications related to initial bound values are also allowed.</t>
        <t>The load values currently held in the two variables are called "tightest bounds",
especially when discussing older trial results (logically still bounds).</t>
      </section>
      <section anchor="long-search-duration">
        <name>Long Search Duration</name>
        <t>The proliferation of software DUTs, with frequent software updates
and a number of different frame processing modes and configurations,
has increased both the number of performance tests
required to verify the DUT update and the frequency of running those tests.
This makes the overall test execution time even more important than before.</t>
        <t>The definition of throughput test methodology  per <xref target="RFC2544"/> restricts the potential
for time-efficiency improvements.
The <xref target="binary-search">Binary Search</xref>, when used in a manner unconditionally compliant
with <xref target="RFC2544"/>, is excessively slow due to two main factors.</t>
        <t>First, a significant amount of time is spent on trials
with loads that, in retrospect, are far from the final determined throughput.</t>
        <t>Second, <xref target="RFC2544"/> does not specify any stopping condition for
throughput search, so users of testing equipment implementing the
procedure already have access to a limited trade-off
between search duration and achieved precision,
as each one of the full 60-second trials halves the interval of possible results.</t>
        <t>As such, not many trials can be removed without a substantial loss of precision.</t>
      </section>
      <section anchor="dut-in-sut">
        <name>DUT in SUT</name>
        <t><xref section="19" sectionFormat="of" target="RFC2544"/> specifies a test setup with an external tester
stimulating the networking system, treating it either as a single
Device Under Test (DUT) or as a system of devices, a System Under
Test (SUT).</t>
        <t><xref target="RFC2285"/> defines these terms as follows.</t>
        <dl indent="7">
          <dt>DUT:</dt>
          <dd>
            <t>The network frame forwarding device to which stimulus is offered and
response measured (<xref section="3.1.1" sectionFormat="of" target="RFC2285"/>).</t>
          </dd>
          <dt>SUT:</dt>
          <dd>
            <t>The collective set of network devices to which
stimulus is offered as a single entity and response measured (<xref section="3.1.2" sectionFormat="of" target="RFC2285"/>).</t>
          </dd>
        </dl>
        <t>For software-based data plane forwarding running on commodity x86/ARM
CPUs, the SUT comprises not only the forwarding application itself, the
DUT, but also the entire execution environment: host hardware, firmware and
kernel/hypervisor services, as well as any other software workloads
that share the same CPUs, memory, and I/O resources.</t>
        <t>Given that a SUT is a shared multi-tenant environment,
the DUT might inadvertently
experience interference from the operating system
or from other software operating on the same server.</t>
        <t>Some of this interference can be mitigated.
For instance, in multi-core CPU systems, pinning DUT program threads to
specific CPU cores
and isolating those cores can prevent context switching.</t>
        <t>Despite taking all feasible precautions, some adverse effects may still impact
the DUT's network performance.
In this document, these effects are collectively
referred to as SUT noise, even if the effects are not as unpredictable
as what other engineering disciplines call noise.</t>
        <t>A DUT can also exhibit fluctuating performance itself,
for reasons not related to the rest of SUT. For example, this can be
due to pauses in execution as needed for internal stateful processing.
In many cases, this may be an expected per-design behavior,
as it would be observable even in a hypothetical scenario
where all sources of SUT noise are eliminated.
Such behavior affects trial results in a way similar to SUT noise.
As the two phenomena are hard to distinguish,
in this document, the term "noise" is used to encompass
both the internal performance fluctuations of the DUT
and the genuine noise of the SUT.</t>
        <t>A simple model of SUT performance consists of an idealized noiseless performance
and additional noise effects.
For a specific SUT, the noiseless performance is assumed to be constant,
with all observed performance variations being attributed to noise.
The impact of the noise can vary in time, sometimes wildly,
even within a single trial.
The noise can sometimes be negligible, but it frequently
lowers the observed SUT performance as observed in trial results.</t>
        <t>In this simple model, a SUT does not have a single performance value; it has a spectrum.
One end of the spectrum is the idealized noiseless performance value, and
the other end can be called a noiseful performance.
In practice, trial results close to the noiseful end of the spectrum
happen only rarely.
The worse a possible performance value is, the more rarely it is seen in a trial.
Therefore, the extreme noiseful end of the SUT spectrum is not observable
among trial results.</t>
        <t>Furthermore, the extreme noiseless end of the SUT spectrum is unlikely
to be observable, this time because minor noise events almost always
occur during each trial, nudging the measured performance slightly
below the theoretical maximum.</t>
        <t>Unless specified otherwise, this document's focus is
on the potentially observable ends of the SUT performance spectrum,
as opposed to the extreme ones.</t>
        <t>When focusing on the DUT, the benchmarking effort should ideally aim
to eliminate only the SUT noise from SUT measurements.
However, this is currently not feasible in practice,
as there are no realistic enough models that would be capable
to distinguish SUT noise from DUT fluctuations
(based on the available literature at the time of writing).</t>
        <t>If the SUT execution environments and any co-resident workloads place
only negligible demands on SUT shared resources, so that
the DUT remains the principal performance limiter,
the DUT's ideal noiseless performance is defined
as the noiseless end of the SUT performance spectrum.</t>
        <t>Note that by this definition, DUT noiseless performance
also minimizes the impact of DUT fluctuations, as much as realistically possible
for a given trial duration.</t>
        <t>The MLRsearch methodology aims to solve the DUT-in-SUT problem
by estimating the noiseless end of the SUT performance spectrum
using a limited number of trial results.</t>
        <t>Improvements to the throughput search algorithm, aimed at better dealing
with software networking SUT and DUT setups, should adopt methods that
explicitly model SUT-generated noise, deriving surrogate
metrics that approximate the (proxies for) DUT noiseless performance
across a range of SUT noise-tolerance levels.</t>
      </section>
      <section anchor="repeatability-and-comparability">
        <name>Repeatability and Comparability</name>
        <t><xref target="RFC2544"/> does not suggest repeating throughput search. Also, note that
from simply one discovered throughput value,
it cannot be determined how repeatable that value is.
Unsatisfactory repeatability then leads to unacceptable comparability,
as different benchmarking teams may obtain varying throughput values
for the same SUT, exceeding the expected differences from search precision.
Repeatability is also important when the test procedure is kept the same,
but SUT is varied in small ways. For example, during development
of software-based DUTs, repeatability is needed to detect small regressions.</t>
        <t><xref target="RFC2544"/> throughput requirements (60-second trial and
no tolerance of a single frame loss) affect the throughput result as follows.</t>
        <t>The SUT behavior close to the noiseful end of its performance spectrum
consists of rare occasions of significantly low performance,
but the long trial duration makes those occasions not so rare on the trial level.
Therefore, the <xref target="binary-search">Binary Search</xref> results tend to spread away from the noiseless end
of SUT performance spectrum more frequently and more widely than shorter
trials would, thus causing unacceptable throughput repeatability.</t>
        <t>The repeatability problem can be better addressed by defining a search procedure
that identifies a consistent level of performance,
even if it does not meet the strict definition of throughput test methodology in <xref target="RFC2544"/>.</t>
        <t>According to the SUT performance spectrum model, better repeatability
will be at the noiseless end of the spectrum.
Therefore, solutions to the DUT-in-SUT problem
will also help with the repeatability problem.</t>
        <t>Conversely, any alteration to <xref target="RFC2544"/> throughput search
that improves repeatability should be considered
as less dependent on the SUT noise.</t>
        <t>An alternative option is to simply run a search multiple times and
report some statistics (e.g., average and standard deviation and/or
percentiles like p95).</t>
        <t>This can be used for a subset of tests deemed more important,
but it makes the search duration problem even more pronounced.</t>
      </section>
      <section anchor="throughput-with-non-zero-loss">
        <name>Throughput with Non-Zero Loss</name>
        <t><xref section="3.17" sectionFormat="of" target="RFC1242"/> defines throughput as:</t>
        <blockquote>
          <t>The maximum rate at which none of the offered frames
are dropped by the device.</t>
        </blockquote>
        <t>Then, it says:</t>
        <blockquote>
          <t>Since even the loss of one frame in a
data stream can cause significant delays while
waiting for the higher level protocols to time out,
it is useful to know the actual maximum data
rate that the device can support.</t>
        </blockquote>
        <t>However, many benchmarking teams accept a low,
non-zero loss ratio as the goal for their load search.</t>
        <t>There are many motivations:</t>
        <ul spacing="normal">
          <li>
            <t>Networking protocols tolerate frame loss better,
compared to the time when <xref target="RFC1242"/> and <xref target="RFC2544"/> were specified.</t>
          </li>
          <li>
            <t>Increased link speeds require trials sending more frames within the same duration,
increasing the chance of a small SUT performance fluctuation
being enough to cause frame loss.</t>
          </li>
          <li>
            <t>Because noise-related drops usually arrive in small bursts, their
impact on the trial's overall frame loss ratio is diluted by the
longer intervals in which the SUT operates close to its noiseless
performance; consequently, the averaged Trial Loss Ratio can still
end up below the specified Goal Loss Ratio value.</t>
          </li>
          <li>
            <t>If an approximation of the SUT noise impact on the Trial Loss Ratio is known,
it can be set as the Goal Loss Ratio (see definitions of
Trial and Goal terms in <xref target="trial-terms">"Trial Terms"</xref> and <xref target="goal-terms">"Goal Terms"</xref>).</t>
          </li>
        </ul>
        <t>For more information, see <xref section="5" sectionFormat="of" target="I-D.lencse-bmwg-rfc2544-bis"/>
(and the references there) for a few synthetic examples, confirming that
each protocol and application can have different realistic loss ratio values.</t>
        <t>Regardless of the validity of all similar motivations,
support for non-zero loss goals makes a
search algorithm applicable for a wider range of use cases
than the approach defined in <xref target="RFC2544"/>.</t>
        <t>Furthermore, allowing users to specify multiple loss ratio values,
and enabling a single search to find all relevant bounds,
significantly enhances the usefulness of the search algorithm.</t>
        <t>Searching for multiple Search Goals also helps to describe the SUT performance
spectrum better than the result of a single Search Goal.
For example, the repeated wide gap between zero and non-zero loss loads
indicates the noise has a large impact on the observed performance,
which is not evident from the result of a single goal load search procedure.</t>
        <t>It is easy to modify the <xref target="binary-search">Binary Search</xref> to find a lower bound
for the load that satisfies a non-zero Goal Loss Ratio.
But how to search for multiple goals at once is not that obvious;
hence, the support for multiple Search Goals remains a problem.</t>
        <t>At the time of writing, there does not seem to be a consensus in the industry
on which loss ratio value is the best.
For users, performance of higher protocol layers is important, for
example, goodput of TCP connection (TCP throughput <xref target="RFC6349"/>), but the relationship
between goodput and loss ratio is not simple. Refer to
<xref target="Lencze-Kovacs-Shima"/> for examples of various corner cases,
<xref section="3" sectionFormat="of" target="RFC6349"/> for loss ratios acceptable for an accurate
measurement of TCP throughput, and <xref target="Ott-Mathis-Semke-Mahdavi"/> for
models and calculations of TCP performance in presence of packet loss.</t>
      </section>
      <section anchor="inconsistent-trial-results">
        <name>Inconsistent Trial Results</name>
        <t>While performing throughput search by executing a sequence of
measurement trials, there is a risk of encountering inconsistencies
between trial results.</t>
        <t>Examples include but are not limited to:</t>
        <ul spacing="normal">
          <li>
            <t>A trial at the same load (same or different trial duration) results
in a different Trial Loss Ratio.</t>
          </li>
          <li>
            <t>A trial at a larger load (same or different trial duration) results
in a lower Trial Loss Ratio.</t>
          </li>
        </ul>
        <t>The <xref target="binary-search">Binary Search</xref> never encounters inconsistent trials.
But <xref target="RFC2544"/> hints about the possibility of inconsistent trial results
in two places in its text.
The first place is <xref section="24" sectionFormat="of" target="RFC2544"/>,
where full trial durations are required,
presumably because they can be inconsistent with the results
from short trial durations.
The second place is <xref section="26.3" sectionFormat="of" target="RFC2544"/>,
where two successive zero-loss trials
are recommended, presumably because after one zero-loss trial,
there can be a subsequent inconsistent non-zero-loss trial.</t>
        <t>A robust throughput search algorithm needs to decide how to continue
the search in the presence of such inconsistencies.
Definitions of throughput and its test methodology
in <xref target="RFC1242"/> and <xref target="RFC2544"/> are not specific enough
to imply a unique way of handling such inconsistencies.</t>
        <t>Ideally, there will be a definition of a new quantity that both generalizes
throughput for non-zero Goal Loss Ratio values
(and other possible repeatability enhancements) while being precise enough
to force a specific way to resolve trial result inconsistencies.
But until such a definition is agreed upon, the correct way to handle
inconsistent trial results remains an open problem.</t>
        <t>"Relevant Lower Bound" is the MLRsearch term that addresses this problem.</t>
      </section>
    </section>
    <section anchor="requirements-language">
      <name>Requirements Language</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>This document is categorized as an Informational RFC.
While it does not mandate the adoption of the MLRsearch methodology,
it uses the normative language of BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> to provide an unambiguous specification.
This ensures that if a test procedure or test report claims compliance with the MLRsearch Specification,
it <bcp14>MUST</bcp14> adhere to all the absolute requirements defined herein.
The use of normative language is intended to promote repeatable and comparable results
among those who choose to implement this methodology.</t>
    </section>
    <section anchor="mlrsearch-specification">
      <name>MLRsearch Specification</name>
      <t>This section provides all technical definitions
needed for evaluating whether a particular test procedure
complies with the MLRsearch Specification.</t>
      <t>Some terms used in the specification are capitalized.
This is a stylistic choice for this document,
reminding the reader that the term is introduced, defined, or explained
elsewhere in the document. Lowercase variants are equally valid.</t>
      <t>This document does not separate terminology from methodology. Terms are
fully specified and discussed in their own subsections, under sections
with the word "Terms" in the title. This way, the list of terms is visible in the table of
contents.</t>
      <!--[rfced] To clarify "per term subsection", may we rephrase the text as
follows?

Original:
   Each per term subsection contains a short _Definition_ paragraph
   containing a minimal definition and all strict requirements, followed
   by _Discussion_ paragraphs focusing on important consequences and
   recommendations.

Perhaps:
   Each subsection defining a term contains a short "Definition" paragraph
   containing a minimal definition and all strict requirements, followed
   by "Discussion" paragraphs focusing on important consequences and
   recommendations.
-->

<t>Each per term subsection contains a short "Definition" paragraph
containing a minimal definition and all strict requirements, followed
by "Discussion" paragraphs focusing on important consequences and
recommendations. Requirements about how other components can use the
defined quantity are also included in the discussion.</t>
      <section anchor="scope">
        <name>Scope</name>
        <t>This document specifies the Multiple Loss Ratio search (MLRsearch) methodology.
The MLRsearch Specification details a new class of benchmarks
by listing all terminology definitions and methodology requirements.
The definitions support "multi-goal" benchmarks, with "single-goal" as a subset.</t>
        <t>The normative scope of this specification includes:</t>
        <ul spacing="normal">
          <li>
            <t>The terminology for all required quantities and their attributes.</t>
          </li>
          <li>
            <t>An abstract architecture consisting of functional components
(Manager, Controller, and Measurer) and the requirements for their inputs and outputs.</t>
          </li>
          <li>
            <t>The required structure and attributes of the Controller Input,
including one or more Search Goal instances.</t>
          </li>
          <li>
            <t>The required logic for Load Classification, which determines whether a given Trial Load
qualifies as a Lower Bound or an Upper Bound for a Search Goal.</t>
          </li>
          <li>
            <t>The required structure and attributes of the Controller Output,
including a Goal Result for each Search Goal.</t>
          </li>
        </ul>
        <section anchor="relationship-to-rfc-2544">
          <name>Relationship to RFC 2544</name>
          <t>The MLRsearch Specification is an independent methodology
and does not change or obsolete any part of <xref target="RFC2544"/>.</t>
          <t>This specification permits deviations from the Trial procedure
as described in <xref target="RFC2544"/>. Any deviation from the procedure in <xref target="RFC2544"/>
must be documented explicitly in the Test Report,
and such variations remain outside the scope of the original benchmarks in <xref target="RFC2544"/>.</t>
          <t>A specific single-goal MLRsearch benchmark can be configured
to be compliant with <xref target="RFC2544"/> Throughput,
and most procedures reporting <xref target="RFC2544"/> Throughput
can be adapted to also satisfy MLRsearch requirements for a specific search goal.</t>
        </section>
        <section anchor="applicability-of-other-specifications">
          <name>Applicability of Other Specifications</name>
          <t>Methodology extensions from other BMWG documents that specify details
for testing particular DUTs, configurations, or protocols
(e.g., by defining a particular Traffic Profile) are considered orthogonal
to MLRsearch and are applicable to a benchmark conducted using MLRsearch methodology.</t>
        </section>
        <section anchor="out-of-scope">
          <name>Out of Scope</name>
          <t>The following aspects are explicitly out of the normative scope of this document:</t>
          <ul spacing="normal">
            <li>
              <t>This specification does not mandate or recommend any single,
universal Search Goal configuration for all use cases.
The selection of Search Goal parameters is left
to the operator of the test procedure or may be defined by future specifications.</t>
            </li>
            <li>
              <t>The internal heuristics or algorithms used by the Controller to select Trial Input values
(e.g., the load selection strategy) are considered implementation details.</t>
            </li>
            <li>
              <t>The potential for, and the effects of, interference between different Search Goal instances
within a multiple-goal search are considered outside the normative scope of this specification.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="architecture-overview">
        <name>Architecture Overview</name>
        <t>Although the normative text only references terminology that has already
been introduced, explanatory passages sometimes profit from
terms that are defined later in the document. To keep the initial
read-through clear, this informative section offers a concise, top-down
sketch of the complete MLRsearch architecture.</t>
        <t>The architecture is modelled as a set of abstract, interacting
components. Information exchange between components is expressed in an
imperative-programming style: One component "calls" another, supplying
inputs (arguments) and receiving outputs (return values). This notation
is purely conceptual; actual implementations need not exchange explicit
messages. When the text contrasts alternative behaviors, it refers to
the different implementations of the same component.</t>
        <t>A test procedure is considered compliant with the MLRsearch
Specification if it can be conceptually decomposed into the abstract
components defined herein and if each component satisfies the
requirements defined for its corresponding MLRsearch element.</t>
        <t>The Measurer component is tasked to perform Trials,
the Controller component is tasked to select Trial Durations and Loads, and
the Manager component is tasked to preconfigure involved entities
and to produce the Test Report.
The Test Report explicitly states Search Goals (as Controller Input)
and corresponding Goal Results (Controller Output).</t>
        <t>This constitutes one benchmark (single-goal or multi-goal).
Repeated or slightly differing benchmarks are realized
by calling the Controller once for each benchmark.</t>
        <t>The Manager calls a Controller once,
and the Controller then invokes the Measurer repeatedly
until the Controller decides it has enough information to return outputs.</t>
        <t>The part during which the Controller invokes the Measurer is termed the
"Search". Any work the Manager performs, either before invoking the
Controller or after Controller returns, falls outside the scope of the
Search.</t>
        <t>The MLRsearch Specification prescribes <xref target="regular-goal-result">Regular Goal Results</xref>
and recommends corresponding search completion conditions.
<xref target="irregular-goal-result">Irregular Goal Results</xref> are also allowed;
they have different requirements, and their corresponding stopping conditions are out of scope.
The Search Result is the combination of regular and irregular results for each goal.</t>
        <t>Search Results are based on Load Classification. When measured enough,
a chosen Load can either achieve or fail each Search Goal
(separately), thus becoming a Lower Bound or an Upper Bound for that
Search Goal.</t>
        <t>When the Relevant Lower Bound is close enough to the Relevant Upper Bound
according to Goal Width, the Regular Goal Result is found.
Search stops when all Regular Goal Results are found
or when some Search Goals are proven to have only Irregular Goal Results.</t>
        <section anchor="test-report">
          <name>Test Report</name>
          <t>A primary responsibility of the Manager is to produce a Test Report,
which serves as the final and formal output of the test procedure.</t>
          <t>This document does not provide a single, complete, normative definition
for the structure of the Test Report. For example, the Test Report may contain
results for a single benchmark, or it could aggregate results of many benchmarks.</t>
          <t>Instead, normative requirements for the content of the Test Report
are specified throughout this document in conjunction
with the definitions of the quantities and procedures to which they apply.
Readers should note that any clause requiring a value to be "reported"
or "stated in the test report" constitutes a normative requirement
on the content of this final artifact.</t>
          <t>Even where not stated explicitly, the "Reporting format"
paragraphs in <xref target="RFC2544"/> are still requirements on Test Reports
if they apply to an MLRsearch benchmark.</t>
        </section>
        <section anchor="behavior-correctness">
          <name>Behavior Correctness</name>
          <t>The MLRsearch Specification by itself does not guarantee that
the Search ends in finite time, as the freedom the Controller has
for Load selection also allows for clearly deficient choices.</t>
          <t>For deeper insights on these matters, refer to <xref target="FDio-CSIT-MLRsearch"/>.</t>
          <t>The primary MLRsearch implementation, used as the prototype
for this specification, is <xref target="PyPI-MLRsearch"/>.</t>
        </section>
      </section>
      <section anchor="quantities">
        <name>Quantities</name>
        <t>The MLRsearch Specification
uses a number of specific quantities;
some of them can be expressed in several different units.</t>
        <t>In general, the MLRsearch Specification does not require particular units to be used,
but it is <bcp14>REQUIRED</bcp14> for the test report to state all the units.
For example, ratio quantities can be dimensionless numbers between zero and one
but may be expressed as percentages instead.</t>
        <t>For convenience, a group of quantities can be treated as a composite quantity.
One constituent of a composite quantity is called an attribute.
A group of attribute values is called an instance of that composite quantity.</t>
        <t>Some attributes may depend on others and can be calculated from other
attributes. Such quantities are called derived quantities.</t>
        <section anchor="current-and-final-values">
          <name>Current and Final Values</name>
          <t>Some quantities are defined in a way that makes it possible to compute their
values in the middle of a Search. Other quantities are specified so
that their values can be computed only after a Search ends. Some
quantities are important only after a Search ends, but their values
are also computable before a Search ends.</t>
          <t>For a quantity that is computable before a Search ends,
the adjective "current" is used to mark a value of that quantity
available before the Search ends.
When such value is relevant for the search result, the adjective "final"
is used to denote the value of that quantity at the end of the Search.</t>
          <t>If a time evolution of such a dynamic quantity is guided by
configuration quantities, those adjectives can be used to distinguish
quantities. For example, if the current value of "duration"
(dynamic quantity) increases from "initial duration" to "final
duration" (configuration quantities), all the quoted names denote
separate but related quantities. As the naming suggests, the final
value of "duration" is expected to be equal to the "final duration" value.</t>
        </section>
      </section>
      <section anchor="existing-terms">
        <name>Existing Terms</name>
        <t>This specification relies on the following three documents that should
be consulted before attempting to make use of this document:</t>
        <ul spacing="normal">
          <li>
            <t>"Benchmarking Terminology for Network Interconnection Devices" <xref target="RFC1242"/>
contains basic term definitions.</t>
          </li>
          <li>
            <t>"Benchmarking Terminology for LAN Switching Devices" <xref target="RFC2285"/> includes
more terms and discussions, and it describes some known network
benchmarking situations in a more precise way.</t>
          </li>
          <li>
            <t>"Benchmarking Methodology for Network Interconnect Devices"
 <xref target="RFC2544"/> contains discussions about terms and additional
 methodology requirements.</t>
          </li>
        </ul>
        <t>Definitions of some central terms from the above documents are copied and
discussed in the following subsections.</t>
        <section anchor="sut">
          <name>SUT</name>
          <t>SUT is defined in <xref section="3.1.2" sectionFormat="of" target="RFC2285"/> as follows.</t>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The collective set of network devices to which stimulus is offered
as a single entity and response measured.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>A SUT consisting of a single network device is allowed by this definition.</t>
              <t>In software-based networking, SUT may comprise a multitude of
networking applications and the entire host hardware and software
execution environment.</t>
              <t>SUT is the only entity that can be benchmarked directly,
even though only the performance of some sub-components are of interest.</t>
            </dd>
          </dl>
        </section>
        <section anchor="dut">
          <name>DUT</name>
          <t>DUT is defined in <xref section="3.1.1" sectionFormat="of" target="RFC2285"/> as follows.</t>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The network forwarding device
to which stimulus is offered and response measured.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>Contrary to SUT, the DUT stimulus and response are frequently
initiated and observed only indirectly, on different parts of SUT.</t>
              <t>DUT, as a sub-component of SUT, is only indirectly mentioned in
the MLRsearch Specification but is of key relevance for its motivation.
The device can represent a software-based networking function running
on commodity x86/ARM CPUs (vs. purpose-built ASICs, NPUs, and FPGAs).</t>
              <t>A well-designed SUT should have the primary DUT as their performance bottleneck.
The ways to achieve that are outside the scope of the MLRsearch Specification.</t>
            </dd>
          </dl>
        </section>
        <section anchor="trial">
          <name>Trial</name>
          <t>A trial is the part of the test described in <xref section="23" sectionFormat="of" target="RFC2544"/>.</t>
          <!-- [rfced] Regarding "In some discussion paragraphs" in the sentence, is the intent to refer to the discussion parapraphs in Section 4.5 ("Trial Terms")? Or is the current correct?

Original:
   In some discussion paragraphs, it is useful to consider the
   traffic as sent and received by a tester, as implicitly defined in
   Section 6 of [RFC2544].

Perhaps:
   In some "Discussion" paragraphs in Section 4.5, it is useful to consider the
   traffic as sent and received by a tester, as implicitly defined in
   Section 6 of [RFC2544].
-->

<!-- [rfced] Would updating "capitalized verbs" as follows be helpful/correct?

Original:
   The definition describes some traits, not using capitalized verbs
   to signify strength of the requirements.

Perhaps:
   The definition above describes some traits but does not use key words
   as defined in BCP 14 [RFC2119] [RFC8174] to signify the strength of the
   requirements.
-->

<dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>A particular test consists of multiple trials. Each trial returns
one piece of information, for example, the loss rate at a particular
input frame rate.  Each trial consists of a number of phases:</t>
              <t>a) If the DUT is a router, send the routing update to the "input"
   port and pause two seconds to be sure that the routing has settled.</t>
              <t>b) Send the "learning frames" to the "output" port and wait 2
   seconds to be sure that the learning has settled.  Bridge learning
   frames are frames with source addresses that are the same as the
   destination addresses used by the test frames.  Learning frames for
   other protocols are used to prime the address resolution tables in
   the DUT.  The formats of the learning frame that should be used are
   shown in the Test Frame Formats document.</t>
              <t>c) Run the test trial.</t>
              <t>d) Wait for two seconds for any residual frames to be received.</t>
              <t>e) Wait for at least five seconds for the DUT to restabilize.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>The traffic is sent only in phase c) and received in phases c) and d).</t>
              <t>Trials are the only stimuli the SUT is expected to experience during the Search.</t>
              <t>In some "Discussion" paragraphs, it is useful to consider the traffic
as sent and received by a tester, as implicitly defined
in <xref section="6" sectionFormat="of" target="RFC2544"/>.</t>
              <t>The definition describes some traits, not using capitalized verbs
to signify the strength of the requirements.
For the purposes of the MLRsearch Specification,
the test procedure <bcp14>MAY</bcp14> deviate from the description in <xref target="RFC2544"/>,
but any such deviation <bcp14>MUST</bcp14> be described explicitly in the Test Report.
It is still <bcp14>RECOMMENDED</bcp14> to not deviate from the description,
as any deviation weakens comparability.</t>
              <t>An example of deviation from <xref target="RFC2544"/> is using shorter wait times,
compared to those described in phases a), b), d), and e).</t>
              <t><xref target="RFC2544"/> seems to treat phase b)
as any type of configuration that cannot be configured only once (by the Manager,
before the Search starts), as some crucial SUT state could time out during the Search.
It is <bcp14>RECOMMENDED</bcp14> to interpret the "learning frames" to be
any such time-sensitive per-trial configuration method,
with bridge MAC learning being only one possible example.
<xref section="C.2.4.1" sectionFormat="of" target="RFC2544"/> lists another example: ARP with a wait time of 5 seconds.</t>
              <t>Some methodologies describe recurring tests.
If those are based on Trials, they are treated as multiple independent Trials.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="trial-terms">
        <name>Trial Terms</name>
        <t>This section defines new terms and redefines existing terms for quantities
relevant as inputs or outputs of a Trial, as used by the Measurer component.
This also includes any derived quantities related to results of one Trial.</t>
        <section anchor="trial-duration">
          <name>Trial Duration</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>Trial Duration is the intended duration of phase c) of a Trial.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>The value <bcp14>MUST</bcp14> be positive.</t>
              <t>While any positive real value may be provided, some Measurer
implementations <bcp14>MAY</bcp14> limit possible values, e.g., by rounding down to
the nearest integer in seconds. In that case, it is <bcp14>RECOMMENDED</bcp14> to give
such inputs to the Controller so that the Controller
only uses the accepted values.</t>
            </dd>
          </dl>
        </section>
        <section anchor="trial-load">
          <name>Trial Load</name>
          <!--[rfced] As these two paragraphs are related, we have combined them
into one paragraph. Please let us know of any objections.

Original:
   The last paragraph also applies to other terms related to Load.

   For example, tests with symmetric bidirectional traffic can report
   load-related values as "bidirectional load" (double of
   "unidirectional load").

Current:
   The previous paragraph also applies to other terms related to Load.
   For example, tests with symmetric bidirectional traffic can report
   load-related values as "bidirectional load" (double of
   "unidirectional load").
-->

<!-- [rfced] Section 4.5.2 is titled "Trial Load", but we see a few instances
of "Traffic Load" in the sentences below. Please review and let us know if any
updates are needed.

Original:
  Informally, Traffic Load is a single number that can "scale" any
  traffic pattern as long as the intuition of load intended against
  a single interface can be applied.
  ...
  In the case of a non-constant load, the Test Report
  MUST explicitly mention how exactly non-constant the traffic is
  and how it reacts to Traffic Load value.
  ...
  but again the Test
  Report MUST explicitly describe how the traffic pattern reacts to
  Traffic Load value, and this specification does not discuss all
  the implications of that approach.
-->

<dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>Trial Load is the per-interface Intended Load for a Trial.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>Trial Load is equivalent to the quantities defined
as constant load (<xref section="3.4" sectionFormat="of" target="RFC1242"/>),
data rate (<xref section="14" sectionFormat="of" target="RFC2544"/>),
and Intended Load (<xref section="3.5.1" sectionFormat="of" target="RFC2285"/>),
in the sense that all three definitions specify that this value
applies to one (input or output) interface.</t>
              <t>For specification purposes, it is assumed that this is a constant load by default,
as specified in <xref section="3.4" sectionFormat="of" target="RFC1242"/>.
Informally, Traffic Load is a single number that can "scale" any traffic pattern
as long as the intuition of load intended against a single interface can be applied.</t>
              <t>It <bcp14>MAY</bcp14> be possible to use a Trial Load value to describe non-constant traffic
(using average load when the traffic consists of repeated bursts of frames,
e.g., as suggested in <xref section="21" sectionFormat="of" target="RFC2544"/>).
In the case of a non-constant load, the Test Report
<bcp14>MUST</bcp14> explicitly mention exactly how non-constant the traffic is
and how it reacts to a Traffic Load value.
But the rest of the MLRsearch Specification assumes that is not the case,
to avoid discussing corner cases (e.g., which values are possible within medium limitations).</t>
              <t>Similarly, traffic patterns where different interfaces are subject to different loads
<bcp14>MAY</bcp14> be described by a single Trial Load value (e.g., using the largest load among interfaces),
but again, the Test Report <bcp14>MUST</bcp14> explicitly describe how the traffic pattern
reacts to the Traffic Load value,
and this specification does not discuss all the implications of that approach.</t>
              <t>In the common case of bidirectional traffic, as described in
"Bidirectional traffic" (<xref section="14" sectionFormat="of" target="RFC2544"/>),
Trial Load is the data rate per direction, half of the aggregate data rate.</t>
              <t>Traffic patterns where a single Trial Load does not describe their scaling
cannot be used for MLRsearch benchmarks.</t>
              <t>Similarly to Trial Duration, some Measurers <bcp14>MAY</bcp14> limit the possible values
of Trial Load. Contrary to Trial Duration,
documenting such behavior in the test report is <bcp14>OPTIONAL</bcp14>.
This is because the load differences are negligible (and frequently
undocumented) in practice.</t>
              <t>The Controller <bcp14>MAY</bcp14> select the Trial Load and Trial Duration values in a way
that would not be possible to achieve using any integer number of data frames.</t>
              <t>If a particular Trial Load value is not tied to a single Trial,
e.g., if there are no Trials yet or if there are multiple Trials,
this document uses a shorthand "Load".</t>
              <t>The test report <bcp14>MAY</bcp14> present the aggregate load across multiple
interfaces, treating it as the same quantity expressed using different
units. Each reported Trial Load value <bcp14>MUST</bcp14> unambiguously state whether
it refers to (i) a single interface, (ii) a specified subset of
interfaces (such as all logical interfaces mapped to one physical
port), or (iii) the total across every interface. For any aggregate
load value, the report <bcp14>MUST</bcp14> also give the fixed conversion factor that
links the per-interface and multi-interface load values.</t>
              <t>The per-interface value remains the primary unit, consistent
with the prevailing practice described in <xref target="RFC1242"/>, <xref target="RFC2544"/>, and <xref target="RFC2285"/>.</t>
              <t>The previous paragraph also applies to other terms related to Load.
For example, tests with symmetric bidirectional traffic
can report load-related values as "bidirectional load"
(double of "unidirectional load").</t>
            </dd>
          </dl>
        </section>
        <section anchor="trial-input">
          <name>Trial Input</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>Trial Input is a composite quantity, consisting of two attributes:
Trial Duration and Trial Load.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>When talking about multiple Trials, it is common to say "Trial Inputs"
to denote all corresponding Trial Input instances.</t>
              <t>A Trial Input instance acts as the input for one call of the Measurer component.</t>
              <t>Contrary to other composite quantities, MLRsearch implementations
<bcp14>MUST NOT</bcp14> add optional attributes into Trial Input.
This improves interoperability between various implementations of
a Controller and a Measurer.</t>
              <t>Note that both attributes are <strong>intended</strong> quantities,
as only those can be fully controlled by the Controller.
The actual offered quantities, as realized by the Measurer, can be different
(and must be different if not multiplying into an integer number of frames),
but questions around those offered quantities are generally
outside of the scope of this document.</t>
            </dd>
          </dl>
        </section>
        <section anchor="traffic-profile">
          <name>Traffic Profile</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>Traffic Profile is a composite quantity containing
all attributes other than Trial Load and Trial Duration
that are needed for the unique determination of the Trial to be performed.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>All the attributes are assumed to be constant during the Search,
and the composite is configured on the Measurer by the Manager
before the Search starts.
This is why the traffic profile is not part of the Trial Input.</t>
              <t>Specification of traffic properties included in the Traffic Profile is
the responsibility of the Manager, but the specific configuration mechanisms
are outside of the scope of this document.</t>
              <t>Informally, implementations of the Manager and the Measurer
must be aware of their common set of capabilities,
so that the Traffic Profile instance uniquely defines the traffic during the Search.
Typically, Manager and Measurer implementations are tightly integrated.</t>
              <t>Integration efforts between independent Manager and Measurer implementations
are outside of the scope of this document.
An example standardization effort is described in <xref target="I-D.ietf-bmwg-network-tester-cfg"/>.</t>
              <t>Examples of traffic properties include:</t>
              <ul spacing="normal">
                <li>
                  <t>Data link frame size:      </t>
                  <ul spacing="normal">
                    <li>
                      <t>Fixed sizes as listed in <xref section="3.5" sectionFormat="of" target="RFC1242"/> and in <xref section="9" sectionFormat="of" target="RFC2544"/></t>
                    </li>
                    <li>
                      <t>Internet Mix (IMIX) mixed sizes as defined in <xref target="RFC6985"/></t>
                    </li>
                  </ul>
                </li>
                <li>
                  <t>Frame formats and protocol addresses:      </t>
                  <ul spacing="normal">
                    <li>
                      <t>Sections <xref target="RFC2544" section="8" sectionFormat="bare"/> and <xref target="RFC2544" section="12" sectionFormat="bare"/> of <xref target="RFC2544"/> and <xref section="C" sectionFormat="of" target="RFC2544"/></t>
                    </li>
                  </ul>
                </li>
                <li>
                  <t>Symmetric bidirectional traffic:      </t>
                  <ul spacing="normal">
                    <li>
                      <t><xref section="14" sectionFormat="of" target="RFC2544"/></t>
                    </li>
                  </ul>
                </li>
              </ul>
              <t>Other traffic properties that need to somehow be specified
in Traffic Profile, and <bcp14>MUST</bcp14> be mentioned in Test Report
if they apply to the benchmark, include:</t>
              <ul spacing="normal">
                <li>
                  <t>bidirectional traffic from <xref section="14" sectionFormat="of" target="RFC2544"/>,</t>
                </li>
                <li>
                  <t>fully meshed traffic from <xref section="3.3.3" sectionFormat="of" target="RFC2285"/>,</t>
                </li>
                <li>
                  <t>modifiers from <xref section="11" sectionFormat="of" target="RFC2544"/>, and</t>
                </li>
                <li>
                  <t>IP version mixing from <xref section="5.3" sectionFormat="of" target="RFC8219"/>.</t>
                </li>
              </ul>
            </dd>
          </dl>
        </section>
        <section anchor="trial-forwarding-ratio">
          <name>Trial Forwarding Ratio</name>
          <!--[rfced] May we update "in a detail sufficient to" to "in sufficient enough detail to" to improve readability of the text?

Original:
   Only if this is not the case, the test
   report MUST describe the Traffic Profile in a detail sufficient to
   imply how Trial Forwarding Ratio should be calculated.

Perhaps:
   However, if this is not the case, the test
   report MUST describe the Traffic Profile in sufficient enough detail to
   imply how the Trial Forwarding Ratio should be calculated.
-->

<!--[rfced] Again, as these two paragraphs are connected, we have combined
these into one paragraph. Please let us know of any objections.

Original:
   Note that, contrary to Load terms, frame counts used to compute
   Trial Forwarding Ratio are generally aggregates over all SUT
   output interfaces, as most test procedures verify all outgoing
   frames.  The procedure for {{RFC2544}} Throughput counts received
   frames, so implicitly it implies bidirectional counts for
   bidirectional traffic, even though the final value is "rate" that
   is still per-interface.

   For example, in a test with symmetric bidirectional traffic, if
   one direction is forwarded without losses but the opposite
   direction does not forward at all, the Trial Forwarding Ratio
   would be 0.5 (50%).

Current:
   Note that, contrary to Load terms, frame counts used to compute
   Trial Forwarding Ratio are generally aggregates over all SUT
   output interfaces, as most test procedures verify all outgoing
   frames.  The procedure for {{RFC2544}} Throughput counts received
   frames, so implicitly it implies bidirectional counts for
   bidirectional traffic, even though the final value is "rate" that
   is still per-interface.  For example, in a test with symmetric
   bidirectional traffic, if one direction is forwarded without losses,
   but the opposite direction does not forward at all, the Trial
   Forwarding Ratio would be 0.5 (50%).
-->

<dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Trial Forwarding Ratio is a dimensionless floating point value.
It <bcp14>MUST</bcp14> range between 0.0 and 1.0, both inclusive.
It is calculated by dividing the number of frames
successfully forwarded by the SUT
by the total number of frames expected to be forwarded during the trial.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>For most Traffic Profiles, "expected to be forwarded" means
"intended to get received by a SUT from the tester".
This <bcp14>SHOULD</bcp14> be the default interpretation.
However, if this is not the case, the test report <bcp14>MUST</bcp14> describe the Traffic Profile
in a detail sufficient to imply how the Trial Forwarding Ratio should be calculated.</t>
              <t>The Trial Forwarding Ratio <bcp14>MAY</bcp14> be expressed in other units
(e.g., as a percentage) in the test report.</t>
              <t>Note that, contrary to Load terms, frame counts used to compute
the Trial Forwarding Ratio are generally aggregates over all SUT output interfaces,
as most test procedures verify all outgoing frames.
The procedure for <xref target="RFC2544"/> Throughput counts received frames,
so it implies bidirectional counts for bidirectional traffic,
even though the final value is the "rate" that is still per-interface.
For example, in a test with symmetric bidirectional traffic,
if one direction is forwarded without losses, but the opposite direction
does not forward at all, the Trial Forwarding Ratio would be 0.5 (50%).</t>
              <t>In future extensions, more general ways to compute the Trial Forwarding Ratio
may be allowed, but the current MLRsearch Specification relies on this specific
averaged counters approach.</t>
            </dd>
          </dl>
        </section>
        <section anchor="trial-loss-ratio">
          <name>Trial Loss Ratio</name>
          <!--[rfced] The following text in Section 4.5.6 is a sentence fragment; please
review and let us know how it may be updated to be a complete sentence.

Original:
   100% minus the Trial Forwarding Ratio, when expressed as a
   percentage.
-->

<dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Trial Loss Ratio is equal to one minus the Trial Forwarding Ratio.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>100% minus the Trial Forwarding Ratio, when expressed as a percentage.</t>
              <t>This is almost identical to Frame Loss Rate in <xref section="3.6" sectionFormat="of" target="RFC1242"/>.
The only minor differences are that Trial Loss Ratio does not need to
be expressed as a percentage, and Trial Loss Ratio is explicitly
based on averaged frame counts when more than one data stream is present.</t>
            </dd>
          </dl>
        </section>
        <section anchor="trial-forwarding-rate">
          <name>Trial Forwarding Rate</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Trial Forwarding Rate is a derived quantity, calculated by
multiplying the Trial Load by the Trial Forwarding Ratio.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>This quantity differs from the forwarding rate described in <xref section="3.6.1" sectionFormat="of" target="RFC2285"/>. Under the method described in <xref target="RFC2285"/>, each output interface is
measured separately, so every interface may report a distinct rate. The
Trial Forwarding Rate, by contrast, uses a single set of frame counts
and therefore yields one value that represents the whole system
while still preserving the direct link to the per-interface load.</t>
              <t>When the Traffic Profile is symmetric and bidirectional, as defined in
<xref section="14" sectionFormat="of" target="RFC2544"/>, the Trial Forwarding Rate is numerically equal
to the arithmetic average of the individual per-interface forwarding rates
that would be produced by the procedure described in <xref target="RFC2285"/>.</t>
              <t>For more complex traffic patterns, such as many-to-one, as mentioned
in "Partially meshed traffic" (<xref section="3.3.2" sectionFormat="of" target="RFC2285"/>),
the meaning of Trial Forwarding Rate is less straightforward.
For example, if two input interfaces receive one million frames per second (fps) each
and a single interface outputs 1.4 million frames per second (fps),
the Trial Load is 1 million fps, the Trial Loss Ratio is 30%,
and the Trial Forwarding Rate is 0.7 million fps.</t>
              <t>Because this rate is anchored to the Load defined for one interface,
a test report <bcp14>MAY</bcp14> show it either as the single averaged figure just described
or as the sum of the separate per-interface forwarding rates.
For the example above, the aggregate Trial Forwarding Rate is 1.4 million fps.</t>
            </dd>
          </dl>
        </section>
        <section anchor="trial-effective-duration">
          <name>Trial Effective Duration</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Trial Effective Duration is a time quantity related to a Trial.
By default, it is equal to the Trial Duration.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>This is an optional feature.
If the Measurer does not return any Trial Effective Duration value,
the Controller <bcp14>MUST</bcp14> use the Trial Duration value instead.</t>
              <t>The Trial Effective Duration may be any positive time quantity
chosen by the Measurer to be used for time-based decisions in the Controller.</t>
              <t>The test report <bcp14>MUST</bcp14> explain how the Measurer computes the returned
Trial Effective Duration values if they are not always
equal to the Trial Duration.</t>
              <t>This feature can be beneficial for time-critical benchmarks
designed to manage the overall search duration,
rather than solely the traffic portion of it.
An approach is to measure the duration of the whole trial (including all wait times)
and use that as the Trial Effective Duration.</t>
              <t>This is also a way for the Measurer to inform the Controller about
its surprising behavior, for example, when rounding the Trial Duration value.</t>
            </dd>
          </dl>
        </section>
        <section anchor="trial-output">
          <name>Trial Output</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>Trial Output is a composite quantity consisting of several attributes.
The required attributes are Trial Loss Ratio, Trial Effective Duration, and
Trial Forwarding Rate.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>When referring to more than one trial, the plural term "Trial Outputs" is
used to collectively describe multiple Trial Output instances.</t>
              <t>Measurer implementations may provide additional optional attributes.
The Controller implementations <bcp14>SHOULD</bcp14>
ignore values of any optional attribute
they are not familiar with,
except when passing Trial Output instances to the Manager.</t>
              <t>An example of an optional attribute is
the aggregate number of frames expected to be forwarded during the trial,
especially if it is not (a rounded-down value)
implied by Trial Load and Trial Duration.</t>
              <t>While <xref section="3.5.2" sectionFormat="of" target="RFC2285"/> requires the Offered Load value
to be reported for forwarding rate measurements,
it is not required in the MLRsearch Specification,
as search results do not depend on it.</t>
            </dd>
          </dl>
        </section>
        <section anchor="trial-result">
          <name>Trial Result</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>Trial Result is a composite quantity,
consisting of the Trial Input and the Trial Output.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>When referring to more than one trial, the plural term "Trial Results" is
used to collectively describe multiple Trial Result instances.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="goal-terms">
        <name>Goal Terms</name>
        <t>This section defines new terms for quantities relevant (directly or indirectly)
for inputs and outputs of the Controller component.</t>
        <t>Several goal attributes are defined before introducing
the main composite quantity: the Search Goal.</t>
        <t>Contrary to other sections, definitions in subsections of this section
are necessarily vague, as their fundamental meaning is to act as
coefficients in formulas for Controller Output, which are not defined yet.</t>
        <t>The discussions in this section relate the attributes to concepts mentioned in
<xref target="overview-of-rfc-2544-problems">"Overview of RFC 2544 Problems"</xref>, but these discussion
paragraphs are short and informal, and they mostly reference later sections,
where the impact on search results is discussed after introducing
the complete set of auxiliary terms.</t>
        <section anchor="goal-final-trial-duration">
          <name>Goal Final Trial Duration</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>This is the minimal value for Trial Duration that must be reached.
The value <bcp14>MUST</bcp14> be positive.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>Certain trials must reach this minimum duration before a load can be
classified as a lower bound.</t>
              <t>The Controller may choose shorter durations;
results of those may be enough for classification as an Upper Bound.</t>
              <t>It is <bcp14>RECOMMENDED</bcp14> for all search goals to share the same
Goal Final Trial Duration value. Otherwise, Trial Duration values larger than
the Goal Final Trial Duration may occur, weakening the assumptions
the <xref target="load-classification-logic">Load Classification Logic</xref> is based on.</t>
            </dd>
          </dl>
        </section>
        <section anchor="goal-duration-sum">
          <name>Goal Duration Sum</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>This is a threshold value for a particular sum of Trial Effective Duration values.
The value <bcp14>MUST</bcp14> be positive.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>Informally, this prescribes the sufficient number of trials performed
at a specific Trial Load and Goal Final Trial Duration during the search.</t>
              <t>If the Goal Duration Sum is larger than the Goal Final Trial Duration,
multiple trials may be needed to be performed at the same load.</t>
              <t>Refer to <xref target="mlrsearch-compliant-with-tst009">"MLRsearch Compliant with TST009"</xref>
for an example where the possibility of multiple trials
at the same load is intended.</t>
              <t>A Goal Duration Sum value shorter than the Goal Final Trial Duration
(of the same goal) could save some search time but is <bcp14>NOT RECOMMENDED</bcp14>,
as the time savings come at the cost of decreased repeatability.</t>
              <t>In practice, the Search can spend less than the Goal Duration Sum measuring
a Load value when the results are particularly one-sided,
but also, the Search can spend more than the Goal Duration Sum measuring a Load
when the results are balanced and include
trials shorter than the Goal Final Trial Duration.</t>
            </dd>
          </dl>
        </section>
        <section anchor="goal-loss-ratio">
          <name>Goal Loss Ratio</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>This is a threshold value for Trial Loss Ratio values.
The value <bcp14>MUST</bcp14> be non-negative and smaller than one.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>A trial with the Trial Loss Ratio larger than this value
signals the SUT may be unable to process this Trial Load well enough.</t>
              <t>See <xref target="throughput-with-non-zero-loss">"Throughput with Non-Zero Loss"</xref>
for reasons why users may want to set this value above zero.</t>
              <t>Since multiple trials may be needed for one Load value,
the Load Classification may be more complicated than the mere comparison
of the Trial Loss Ratio to the Goal Loss Ratio.</t>
            </dd>
          </dl>
        </section>
        <section anchor="goal-exceed-ratio">
          <name>Goal Exceed Ratio</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>This is a threshold value for a particular ratio of sums
of Trial Effective Duration values.
The value <bcp14>MUST</bcp14> be non-negative and smaller than one.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>Informally, up to this proportion of the Trial Results
with the Trial Loss Ratio above the Goal Loss Ratio is tolerated at a Lower Bound.
This is the full impact if every Trial was measured at Goal Final Trial Duration.
The actual full logic is more complicated, as shorter Trials are allowed.</t>
              <t>For explainability reasons, the <bcp14>RECOMMENDED</bcp14> value for the exceed ratio is 0.5 (50%),
as in practice that value leads to
the smallest variation in overall Search Duration.</t>
              <t>Refer to <xref target="exceed-ratio-and-multiple-trials">"Exceed Ratio and Multiple Trials"</xref>
for more details.</t>
            </dd>
          </dl>
        </section>
        <section anchor="goal-width">
          <name>Goal Width</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>This is a threshold value for deciding whether two Trial Load values are close enough.
This is an <bcp14>OPTIONAL</bcp14> attribute. If present, the value <bcp14>MUST</bcp14> be positive.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>Informally, this acts as a stopping condition,
controlling the precision of the search result.
The search stops if every goal has reached its precision.</t>
              <t>Implementations without this attribute
<bcp14>MUST</bcp14> provide the Controller with other means to control the search stopping conditions.</t>
              <t>Absolute load difference and relative load difference are two popular choices,
but implementations may choose a different way to specify width.</t>
              <t>The test report <bcp14>MUST</bcp14> make it clear what specific quantity is used as the Goal Width.</t>
              <t>It is <bcp14>RECOMMENDED</bcp14> to express the Goal Width as a relative difference and
set it to a value not lower than the Goal Loss Ratio.</t>
              <t>Refer to <xref target="generalized-throughput">"Generalized Throughput"</xref>
for more elaboration on the reasoning.</t>
            </dd>
          </dl>
        </section>
        <section anchor="goal-initial-trial-duration">
          <name>Goal Initial Trial Duration</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>This is the minimal value for the Trial Duration suggested to use for this goal.
If present, this value <bcp14>MUST</bcp14> be positive.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>This is an example of an optional Search Goal.</t>
              <t>A typical default value is equal to the Goal Final Trial Duration value.</t>
              <t>Informally, this is the shortest Trial Duration the Controller should select
when focusing on the goal.</t>
              <t>Note that shorter Trial Duration values can still be used,
for example, selected while focusing on a different Search Goal.
Such results <bcp14>MUST</bcp14> be still accepted by the Load Classification logic.</t>
              <t>The Goal Initial Trial Duration is a mechanism for a user to discourage
trials with Trial Duration values deemed as too unreliable
for a particular SUT and a given Search Goal.</t>
            </dd>
          </dl>
        </section>
        <section anchor="search-goal">
          <name>Search Goal</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Search Goal is a composite quantity consisting of several attributes,
some of which are required.</t>
              <t>The required attributes are Goal Final Trial Duration, Goal Duration Sum, Goal
Loss Ratio, and Goal Exceed Ratio.</t>
              <t>The optional attributes are Goal Initial Trial Duration and Goal Width.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>Implementations <bcp14>MAY</bcp14> add their own attributes.
Those additional attributes may be required by an implementation
even if they are not required by the MLRsearch Specification.
However, it is <bcp14>RECOMMENDED</bcp14> for those implementations
to support missing attributes by providing typical default values.</t>
              <t>For example, implementations with Goal Initial Trial Durations
may also require users to specify "how quickly" Trial Durations should increase.</t>
              <t>Refer to <xref target="compliance">"Compliance"</xref> for important Search Goal settings.</t>
            </dd>
          </dl>
        </section>
        <section anchor="controller-input">
          <name>Controller Input</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>Controller Input is a composite quantity
required as an input for the Controller.
The only <bcp14>REQUIRED</bcp14> attribute is a list of Search Goal instances.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>MLRsearch implementations <bcp14>MAY</bcp14> use additional attributes.
Those additional attributes may be required by an implementation
even if they are not required by the MLRsearch Specification.</t>
              <t>Formally, the Manager does not apply any Controller configuration
apart from one Controller Input instance.</t>
              <t>For example, Traffic Profile is configured on the Measurer by the Manager,
without explicit assistance of the Controller.</t>
              <t>The order of Search Goal instances in a list <bcp14>SHOULD NOT</bcp14>
have a big impact on Controller Output,
but MLRsearch implementations <bcp14>MAY</bcp14> base their behavior on the order
of Search Goal instances in a list.</t>
            </dd>
          </dl>
          <section anchor="max-load">
            <name>Max Load</name>
            <dl newline="true">
              <dt>Definition:</dt>
              <dd>
                <t>Max Load is an optional attribute of Controller Input.
It is the maximal value the Controller is allowed to use for Trial Load values.</t>
              </dd>
              <dt>Discussion:</dt>
              <dd>
                <t>Max Load is an example of an optional attribute (outside the list of Search Goals)
required by some implementations of MLRsearch.</t>
                <t>If the Max Load value is provided, the Controller <bcp14>MUST NOT</bcp14> select
Trial Load values larger than that value.</t>
                <t>In theory, each search goal could have its own Max Load value,
but as all Trial Results are possibly affecting all Search Goals,
it makes more sense for a single Max Load value to apply
to all Search Goal instances.</t>
                <t>While Max Load is a frequently used configuration parameter, already governed
(as maximum frame rate) by <xref section="20" sectionFormat="of" target="RFC2544"/>
and (as maximum offered load) by <xref section="3.5.3" sectionFormat="of" target="RFC2285"/>,
some implementations may detect or discover it
(instead of requiring a user-supplied value).</t>
                <t>In the MLRsearch Specification, one reason for listing
the <xref target="relevant-upper-bound">Relevant Upper Bound</xref> as a required attribute
is that it makes the search result independent of the Max Load value.</t>
                <t>Given that Max Load is a quantity based on Load,
Test Report <bcp14>MAY</bcp14> express this quantity using multi-interface values,
as the sum of per-interface maximal loads.</t>
              </dd>
            </dl>
          </section>
          <section anchor="min-load">
            <name>Min Load</name>
            <dl newline="true">
              <dt>Definition:</dt>
              <dd>
                <t>Min Load is an optional attribute of Controller Input.
It is the minimal value the Controller is allowed to use for Trial Load values.</t>
              </dd>
              <dt>Discussion:</dt>
              <dd>
                <t>Min Load is another example of an optional attribute
required by some implementations of MLRsearch.
Similarly to Max Load, it makes more sense to prescribe one common value,
as opposed to using a different value for each Search Goal.</t>
                <t>If the Min Load value is provided, the Controller <bcp14>MUST NOT</bcp14> select
Trial Load values smaller than that value.</t>
                <t>Min Load is mainly useful for saving time by failing early,
arriving at an Irregular Goal Result when Min Load gets classified
as an Upper Bound.</t>
                <t>For implementations, it is <bcp14>RECOMMENDED</bcp14> to require Min Load to be non-zero
and large enough to result in at least one frame being forwarded
even at the shortest allowed Trial Duration,
so that the Trial Loss Ratio is always well-defined
and the implementation can apply the relative Goal Width safely.</t>
                <t>Given that Min Load is a quantity based on Load,
Test Report <bcp14>MAY</bcp14> express this quantity using multi-interface values,
as the sum of per-interface minimal loads.</t>
              </dd>
            </dl>
          </section>
        </section>
      </section>
      <section anchor="auxiliary-terms">
        <name>Auxiliary Terms</name>
        <t>While the terms defined in this section are not strictly needed
when formulating MLRsearch requirements, they simplify the language used
in "Discussion" paragraphs and explanation sections.</t>
        <section anchor="trial-classification">
          <name>Trial Classification</name>
          <t>When one Trial Result instance is compared to one Search Goal instance,
several relations can be named using short adjectives.</t>
          <t>As trial results do not affect each other, this <strong>Trial Classification</strong>
does not change during a Search.</t>
          <section anchor="high-loss-trial">
            <name>High-Loss Trial</name>
            <t>A trial with a Trial Loss Ratio larger than a Goal Loss Ratio value
is called a <strong>high-loss trial</strong>, with respect to the given Search Goal
(or lossy trial, if the Goal Loss Ratio is zero).</t>
          </section>
          <section anchor="low-loss-trial">
            <name>Low-Loss Trial</name>
            <t>If a trial is not high-loss, it is called a <strong>low-loss trial</strong>
(or zero-loss trial, if the Goal Loss Ratio is zero).</t>
          </section>
          <section anchor="short-trial">
            <name>Short Trial</name>
            <t>A trial with a Trial Duration shorter than the Goal Final Trial Duration
is called a <strong>short trial</strong> (with respect to the given Search Goal).</t>
          </section>
          <section anchor="full-length-trial">
            <name>Full-Length Trial</name>
            <t>A trial that is not short is called a <strong>full-length</strong> trial.</t>
            <t>Note that this includes a Trial Durations larger than the Goal Final Trial Duration.</t>
          </section>
          <section anchor="long-trial">
            <name>Long Trial</name>
            <t>A trial with a Trial Duration longer than the Goal Final Trial Duration
is called a <strong>long trial</strong>.</t>
          </section>
        </section>
        <section anchor="load-classification">
          <name>Load Classification</name>
          <t>When a set of all Trial Result instances, performed so far
at one Trial Load, is compared to one Search Goal instance,
their relation can be named using the concept of a bound.</t>
          <t>In general, such bounds are a current quantity,
even though cases of a Load changing its classification more than once
during the Search is rare in practice.</t>
          <section anchor="upper-bound">
            <name>Upper Bound</name>
            <dl newline="true">
              <dt>Definition:</dt>
              <dd>
                <t>A Load value is called an Upper Bound if and only if it is classified
as such by a <xref target="load-classification-code">load classification code</xref>
algorithm for the given Search Goal at the current moment of the Search.</t>
              </dd>
              <dt>Discussion:</dt>
              <dd>
                <t>In more detail, the set of all Trial Result instances
performed so far at the Trial Load (and any Trial Duration)
is certain to fail to uphold all the requirements of the given Search Goal,
mainly the Goal Loss Ratio in combination with the Goal Exceed Ratio.
In this context, "certain to fail" relates to any possible results within the time
remaining till the Goal Duration Sum.</t>
                <t>One search goal can have multiple different Trial Load values
classified as its Upper Bounds.
While search progresses and more trials are measured,
any load value can become an Upper Bound in principle.</t>
                <t>Moreover, a Load can stop being an Upper Bound, but that
can only happen when more than a Goal Duration Sum of trials are measured
(e.g., because another Search Goal needs more trials at this load).
Informally, the previous Upper Bound got invalidated.
In practice, the Load frequently becomes a <xref target="lower-bound">Lower Bound</xref> instead.</t>
              </dd>
            </dl>
          </section>
          <section anchor="lower-bound">
            <name>Lower Bound</name>
            <dl newline="true">
              <dt>Definition:</dt>
              <dd>
                <t>A Load value is called a Lower Bound if and only if it is classified
as such by a <xref target="load-classification-code">load classification code</xref>
algorithm for the given Search Goal at the current moment of the search.</t>
              </dd>
              <dt>Discussion:</dt>
              <dd>
                <t>In more detail, the set of all Trial Result instances
performed so far at the Trial Load (and any Trial Duration)
is certain to uphold all the requirements of the given Search Goal,
mainly the Goal Loss Ratio in combination with the Goal Exceed Ratio.
Here, "certain to uphold" relates to any possible results within the time
remaining till the Goal Duration Sum.</t>
                <t>One search goal can have multiple different Trial Load values
classified as its Lower Bounds.
As search progresses and more trials are measured,
any load value can become a Lower Bound in principle.</t>
                <t>No load can be both an Upper Bound and a Lower Bound for the same Search Goal
at the same time, but it is possible for a larger load to be a Lower Bound
while a smaller load is an Upper Bound.</t>
                <t>Moreover, a Load can stop being a Lower Bound, but that
can only happen when more than a Goal Duration Sum of trials are measured
(e.g., because another Search Goal needs more trials at this load).
Informally, the previous Lower Bound got invalidated.
In practice, the Load frequently becomes an <xref target="upper-bound">Upper Bound</xref> instead.</t>
              </dd>
            </dl>
          </section>
          <section anchor="undecided">
            <name>Undecided</name>
            <dl newline="true">
              <dt>Definition:</dt>
              <dd>
                <t>A Load value is called Undecided if it is currently
neither an Upper Bound nor a Lower Bound.</t>
              </dd>
              <dt>Discussion:</dt>
              <dd>
                <t>A Load value that has not been measured so far is Undecided.</t>
                <t>It is possible for a Load to transition from an Upper Bound to Undecided
by adding Short Trials with Low-Loss results.
That is yet another reason for users to avoid using Search Goal instances
with different Goal Final Trial Duration values.</t>
              </dd>
            </dl>
          </section>
        </section>
      </section>
      <section anchor="result-terms">
        <name>Result Terms</name>
        <t>Before defining the full structure of a Controller Output,
it is useful to define the composite quantity, called Goal Result.
The following subsections define its attribute first,
before describing the Goal Result quantity.</t>
        <t>There is a correspondence between Search Goals and Goal Results.
Most of the following subsections refer to a given Search Goal
when defining their terms.
Conversely, at the end of the search, each Search Goal instance
has its corresponding Goal Result instance.</t>
        <section anchor="relevant-upper-bound">
          <name>Relevant Upper Bound</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Relevant Upper Bound is the smallest Trial Load value
classified as an Upper Bound for a given Search Goal at the end of the Search.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>If no measured load had enough High-Loss Trials,
the Relevant Upper Bound <bcp14>MAY</bcp14> be non-existent,
for example, when Max Load is classified as a Lower Bound.</t>
              <t>Conversely, when the Relevant Upper Bound does exist,
it is not affected by the Max Load value.</t>
              <t>Given that the Relevant Upper Bound is a quantity based on Load,
Test Report <bcp14>MAY</bcp14> express this quantity using multi-interface values,
as the sum of per-interface loads.</t>
            </dd>
          </dl>
        </section>
        <section anchor="relevant-lower-bound">
          <name>Relevant Lower Bound</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Relevant Lower Bound is the largest Trial Load value
among those smaller than the Relevant Upper Bound that got classified
as a Lower Bound for a given Search Goal at the end of the search.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>If no load had enough Low-Loss Trials, the Relevant Lower Bound
<bcp14>MAY</bcp14> be non-existent.</t>
              <t>Strictly speaking, if the Relevant Upper Bound does not exist,
the Relevant Lower Bound also does not exist.
In a typical case, Max Load is classified as a Lower Bound,
making it impossible to increase the Load to continue the search
for an Upper Bound.
Thus, it is not clear whether a larger value would be found
for a Relevant Lower Bound if larger Loads were possible.</t>
              <t>Given that the Relevant Lower Bound is a quantity based on Load,
Test Report <bcp14>MAY</bcp14> express this quantity using multi-interface values,
as the sum of per-interface loads.</t>
            </dd>
          </dl>
        </section>
        <section anchor="conditional-throughput">
          <name>Conditional Throughput</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>Conditional Throughput is a value computed at the Relevant Lower Bound
according to the algorithm defined in
<xref target="conditional-throughput-code">"Conditional Throughput Code"</xref>.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>The Relevant Lower Bound is defined only at the end of the Search,
and so is the Conditional Throughput.
But the algorithm can be applied at any time on any Lower Bound load,
so the final Conditional Throughput value may appear sooner
than at the end of a Search.</t>
              <t>Informally, the Conditional Throughput should be
a typical Trial Forwarding Rate, expected to be seen
at the Relevant Lower Bound of a given Search Goal.</t>
              <t>But frequently, it is only a conservative estimate thereof,
as MLRsearch implementations tend to stop measuring more Trials
as soon as they confirm the value cannot get worse than this estimate
within the Goal Duration Sum.</t>
              <t>This value is <bcp14>RECOMMENDED</bcp14> to be used when evaluating repeatability
and comparability of different MLRsearch implementations.</t>
              <t>Refer to <xref target="generalized-throughput">"Generalized Throughput"</xref> for more details.</t>
              <t>Given that Conditional Throughput is a quantity based on Load,
Test Report <bcp14>MAY</bcp14> express this quantity using multi-interface values,
as the sum of per-interface forwarding rates.</t>
            </dd>
          </dl>
        </section>
        <section anchor="goal-results">
          <name>Goal Results</name>
          <t>The MLRsearch Specification is based on a set of requirements
for a "regular" result. But in practice, it is not always possible
for such a result instance to exist, so "irregular" results also
need to be supported.</t>
          <section anchor="regular-goal-result">
            <name>Regular Goal Result</name>
            <dl newline="true">
              <dt>Definition:</dt>
              <dd>
                <t>Regular Goal Result is a composite quantity consisting of several attributes.
Relevant Upper Bound and Relevant Lower Bound are <bcp14>REQUIRED</bcp14> attributes.
Conditional Throughput is a <bcp14>RECOMMENDED</bcp14> attribute.</t>
              </dd>
              <dt>Discussion:</dt>
              <dd>
                <t>Implementations <bcp14>MAY</bcp14> add their own attributes.</t>
                <t>Test report <bcp14>MUST</bcp14> display the Relevant Lower Bound.
Displaying the Relevant Upper Bound is <bcp14>RECOMMENDED</bcp14>,
especially if the implementation does not use Goal Width.</t>
                <t>In general, stopping conditions for the corresponding Search Goal <bcp14>MUST</bcp14>
be satisfied to produce a Regular Goal Result.
Specifically, if an implementation offers Goal Width as a Search Goal attribute,
the distance between the Relevant Lower Bound
and the Relevant Upper Bound <bcp14>MUST NOT</bcp14> be larger than the Goal Width.</t>
                <t>For stopping conditions, refer to <xref target="goal-width">"Goal Width"</xref> and
<xref target="stopping-conditions-and-precision">"Stopping Conditions and Precision"</xref>.</t>
              </dd>
            </dl>
          </section>
          <section anchor="irregular-goal-result">
            <name>Irregular Goal Result</name>
            <dl newline="true">
              <dt>Definition:</dt>
              <dd>
                <t>Irregular Goal Result is a composite quantity. No attributes are required.</t>
              </dd>
              <dt>Discussion:</dt>
              <dd>
                <t>It is <bcp14>RECOMMENDED</bcp14> to report any useful quantity even if it does not
satisfy all the requirements. For example, if Max Load is classified
as a Lower Bound, it is fine to report it as an "effective" Relevant Lower Bound
(although not a real one, as that requires a
Relevant Upper Bound, which does not exist in this case)
and compute Conditional Throughput for it. In this case,
only the missing Relevant Upper Bound signals this result instance is irregular.</t>
                <t>Similarly, if both relevant bounds exist, it is <bcp14>RECOMMENDED</bcp14>
to include them as Irregular Goal Result attributes
and let the Manager decide if their distance is too far for Test Report purposes.</t>
                <t>If Test Report displays some Irregular Goal Result attribute values,
they <bcp14>MUST</bcp14> be clearly marked as coming from irregular results.</t>
                <t>The implementation <bcp14>MAY</bcp14> define additional attributes,
for example, explicit flags for expected situations, so the Manager logic can be simpler.</t>
              </dd>
            </dl>
          </section>
          <section anchor="goal-result">
            <name>Goal Result</name>
            <dl newline="true">
              <dt>Definition:</dt>
              <dd>
                <t>Goal Result is a composite quantity.
Each instance is either a Regular Goal Result or an Irregular Goal Result.</t>
              </dd>
              <dt>Discussion:</dt>
              <dd>
                <t>The Manager <bcp14>MUST</bcp14> be able of distinguishing whether the instance is regular or not.</t>
              </dd>
            </dl>
          </section>
        </section>
        <section anchor="search-result">
          <name>Search Result</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Search Result is a single composite object
that maps each Search Goal instance to a corresponding Goal Result instance.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>As an alternative to mapping, the Search Result may be represented
as an ordered list of Goal Result instances that appears in the exact
sequence of their corresponding Search Goal instances.</t>
              <t>When the Search Result is expressed as a mapping, it <bcp14>MUST</bcp14> contain an
entry for every Search Goal instance supplied in the Controller Input.</t>
              <t>Identical Goal Result instances <bcp14>MAY</bcp14> be listed for different Search Goals,
but their status as regular or irregular may be different,
for example, if two goals differ only in the Goal Width value,
and the relevant bound values are close enough according to only one of them.</t>
            </dd>
          </dl>
        </section>
        <section anchor="controller-output">
          <name>Controller Output</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Controller Output is a composite quantity returned from the Controller
to the Manager at the end of the search.
The Search Result instance is its only required attribute.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>The MLRsearch implementation <bcp14>MAY</bcp14> return additional data in the Controller Output,
e.g., the number of trials performed and the total Search Duration.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="architecture-terms">
        <name>Architecture Terms</name>
        <t>The MLRsearch architecture consists of three main system components:
the Manager, the Controller, and the Measurer.
The components were introduced in <xref target="architecture-overview">"Architecture Overview"</xref>,
and the following subsections finalize their definitions
using terms from previous sections.</t>
        <t>Note that the architecture also implies the presence of other components,
such as the SUT and the tester (as a sub-component of the Measurer).</t>
        <!-- [rfced] We do not see the phrase "Controller calls Measurer" elsewhere in
the document. Are any updates needed?

Original:
   For example, when MLRsearch Specification mentions
   "Controller calls Measurer", it is possible that the Controller
   notifies the Manager to call the Measurer indirectly instead.
-->

<t>Communication protocols and interfaces between components are left
unspecified. For example, when the MLRsearch Specification mentions
"Controller calls Measurer",
it is possible that the Controller notifies the Manager
to call the Measurer indirectly instead. In doing so, the Measurer implementations
can be fully independent from the Controller implementations,
e.g., developed in different programming languages.</t>
        <section anchor="measurer">
          <name>Measurer</name>
          <dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Measurer is a functional element that, when called
with a <xref target="trial-input">Trial Input</xref> instance, performs one <xref target="trial">Trial </xref>
and returns a <xref target="trial-output">Trial Output</xref> instance.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>This definition assumes the Measurer is already initialized.
In practice, there may be additional steps before the Search,
e.g., when the Manager configures the traffic profile
(either on the Measurer or on its tester sub-component directly)
and performs a warm-up (if the tester or the test procedure requires one).</t>
              <t>It is the responsibility of the Measurer implementation to uphold
any requirements and assumptions present in the MLRsearch Specification,
e.g., the Trial Forwarding Ratio not being larger than one.</t>
              <t>Implementers have some freedom.
For example, <xref section="10" sectionFormat="of" target="RFC2544"/>
gives some suggestions (but not requirements) related to
duplicated or reordered frames.
Implementations are <bcp14>RECOMMENDED</bcp14> to document their behavior
related to such freedoms in as detailed a way as possible.</t>
              <t>It is <bcp14>RECOMMENDED</bcp14> to benchmark the test equipment first,
e.g., connect the sender and receiver directly (without any SUT in the path),
find a load value that guarantees the Offered Load is not too far
from the Intended Load, and use that value as the Max Load value.
When testing the real SUT, it is <bcp14>RECOMMENDED</bcp14> to turn any severe deviation
between the Intended Load and the Offered Load into the increased Trial Loss Ratio.</t>
              <t>Neither of these two recommendations are made into mandatory requirements,
because it is not easy to provide guidance about when the difference is severe enough
in a way that would be disentangled from other Measurer freedoms.</t>
              <t>For a sample situation where the Offered Load cannot keep up
with the Intended Load, and the consequences on the MLRsearch result,
refer to <xref target="hard-performance-limit">"Hard Performance Limit"</xref>.</t>
            </dd>
          </dl>
        </section>
        <section anchor="controller">
          <name>Controller</name>
          <!--[rfced] Please review "big freedom" here. Would "considerable freedom",
"broad discretion", or something similar be a better word choice?

Original:
   Informally, the Controller has big freedom in selection of Trial
   Inputs, and the implementations want to achieve all the Search
   Goals in the shortest average time.
-->

<dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Controller is a functional element that, upon receiving a Controller
Input instance, repeatedly generates Trial Input instances for the
Measurer and collects the corresponding Trial Output instances. This
cycle continues until the stopping conditions are met, at which point,
the Controller produces a final Controller Output instance and
terminates.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>Informally, the Controller has big freedom in selection of Trial Inputs,
and the implementations want to achieve all the Search Goals
in the shortest average time.</t>
              <t>The Controller's role in optimizing the overall Search Duration
distinguishes MLRsearch algorithms from simpler search procedures.</t>
              <t>Informally, each implementation can have different stopping conditions.
Goal Width is only one example.
In practice, implementation details do not matter,
as long as Goal Result instances are regular.</t>
            </dd>
          </dl>
        </section>
        <section anchor="manager">
          <name>Manager</name>
          <!--[rfced] To clarify the text, may we update "SUT, the Measurer"
to "SUT and the Measurer"? Does this retain the intended meaning?

Original:
   The Manager initializes the SUT, the Measurer (and the tester if
   independent from Measurer) with their intended configurations
   before calling the Controller.

Perhaps:
   The Manager initializes the SUT and the Measurer (and the tester if
   independent from Measurer) with their intended configurations
   before calling the Controller.
-->

<!-- [rfced] We note that Section 7 of [RFC2544] is titled "DUT set up"
and "SUT" is not mentioned in that document. Please review the citation
in this sentence and let us know if any updates are needed.

Original:
   Note that Section 7 of [RFC2544] already puts requirements on SUT
   setups:
-->

<!--[rfced] Should a citation be included for the pointer to the "802.3 IEEE
standard"? If yes, please provide us with the reference information.

Original:
   For example, Section 5.1.1 of [RFC5180] recommends testing jumbo
   frames if SUT can forward them, even though they are outside the
   scope of the 802.3 IEEE standard.
-->

<dl newline="true">
            <dt>Definition:</dt>
            <dd>
              <t>The Manager is a functional element that is responsible for
provisioning other components, calling a Controller component once,
and for creating the test report following the reporting format as
defined in <xref section="26" sectionFormat="of" target="RFC2544"/>.</t>
            </dd>
            <dt>Discussion:</dt>
            <dd>
              <t>The Manager initializes the SUT, the Measurer
(and the tester if independent from Measurer)
with their intended configurations before calling the Controller.</t>
              <t>Note that <xref section="7" sectionFormat="of" target="RFC2544"/> already puts requirements on SUT setups:</t>
              <blockquote>
                <t>It is expected that all of the tests will be run without changing the
configuration or setup of the DUT in any way other than that required
to do the specific test. For example, it is not acceptable to change
the size of frame handling buffers between tests of frame handling
rates or to disable all but one transport protocol when testing the
throughput of that protocol.</t>
              </blockquote>
              <t>It is <bcp14>REQUIRED</bcp14> for the test report to encompass all the SUT configuration
details, including the description of a "default" configuration common for most tests
and configuration changes if required by a specific test.</t>
              <t>For example, <xref section="5.1.1" sectionFormat="of" target="RFC5180"/> recommends testing jumbo frames
if SUT can forward them, even though they are outside the scope
of the 802.3 IEEE standard. In this case, it is acceptable
for the SUT default configuration to not support jumbo frames
and only enable this support when testing jumbo traffic profiles,
as the handling of jumbo frames typically has different packet buffer
requirements and potentially higher processing overhead.
Non-jumbo frame sizes should also be tested on the jumbo-enabled setup.</t>
              <t>The Manager does not need to be able to tweak any Search Goal attributes,
but it <bcp14>MUST</bcp14> report all applied attribute values even if not tweaked.</t>
              <t>A "user" -- human or automated -- invokes the Manager once to launch a
single Search and receive its report. Every new invocation is treated
as a fresh, independent Search; how the system behaves across multiple
calls (for example, combining or comparing their results) is explicitly
out of scope for this document.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="compliance">
        <name>Compliance</name>
        <t>This section discusses compliance relations between MLRsearch
and other test procedures.</t>
        <section anchor="test-procedure-compliant-with-mlrsearch">
          <name>Test Procedure Compliant with MLRsearch</name>
          <t>Any networking measurement setup that could be understood as consisting of
functional elements satisfying requirements
for the Measurer, the Controller, and the Manager
is compliant with the MLRsearch Specification.</t>
          <t>These components can be seen as abstractions present in any testing procedure.
For example, there can be a single component acting as both
the Manager and the Controller, but if values of required attributes
of Search Goals and Goal Results are visible in the test report,
the Controller Input instance and Controller Output instance are implied.</t>
          <t>For example, any setup for conditionally (or unconditionally)
compliant <xref target="RFC2544"/> throughput testing
can be understood as an MLRsearch architecture
if there is enough data to reconstruct the Relevant Upper Bound.</t>
          <t>Refer to <xref target="mlrsearch-compliant-with-rfc-2544">"MLRsearch Compliant with RFC 2544"</xref>
for an equivalent Search Goal.</t>
          <t>Any test procedure that can be understood as one call to the Manager of
the MLRsearch architecture is said to be compliant with the MLRsearch Specification.</t>
        </section>
        <section anchor="mlrsearch-compliant-with-rfc-2544">
          <name>MLRsearch Compliant with RFC 2544</name>
          <t>The following Search Goal instance makes the corresponding Search Result
unconditionally compliant with <xref section="24" sectionFormat="of" target="RFC2544"/>.</t>
          <ul spacing="normal">
            <li>
              <t>Goal Final Trial Duration = 60 seconds</t>
            </li>
            <li>
              <t>Goal Duration Sum = 60 seconds</t>
            </li>
            <li>
              <t>Goal Loss Ratio = 0%</t>
            </li>
            <li>
              <t>Goal Exceed Ratio = 0%</t>
            </li>
          </ul>
          <t>The Goal Loss Ratio and Goal Exceed Ratio attributes
are enough to make the Search Goal conditionally compliant.
Adding Goal Final Trial Duration
makes the Search Goal unconditionally compliant.</t>
          <t>The Goal Duration Sum prevents MLRsearch
from repeating zero-loss Full-Length Trials.</t>
          <t>The presence of other Search Goals does not affect the compliance
of this Goal Result.
In this case, the Relevant Lower Bound and the Conditional Throughput are
equal to each other, and the value is the <xref target="RFC2544"/> throughput.</t>
          <t>A non-zero exceed ratio is not strictly disallowed, but it could
needlessly prolong the search when Low-Loss short trials are present.</t>
        </section>
        <section anchor="mlrsearch-compliant-with-tst009">
          <name>MLRsearch Compliant with TST009</name>
          <t>One of the alternatives to <xref target="RFC2544"/> is binary search with loss verification,
as described in Section 12.3.3 of <xref target="TST009"/>.</t>
          <t>The rationale of such search is to repeat high-loss trials, hoping for zero loss on the second try,
so the results are closer to the noiseless end of the performance spectrum,
thus more repeatable and comparable.</t>
          <t>Only the variant with "z = infinity" is achievable with MLRsearch.</t>
          <t>For example, for the "max(r) = 2" variant, the following Search Goal instance
should be used to get a compatible Search Result:</t>
          <ul spacing="normal">
            <li>
              <t>Goal Final Trial Duration = 60 seconds</t>
            </li>
            <li>
              <t>Goal Duration Sum = 120 seconds</t>
            </li>
            <li>
              <t>Goal Loss Ratio = 0%</t>
            </li>
            <li>
              <t>Goal Exceed Ratio = 50%</t>
            </li>
          </ul>
          <t>If the first 60-second trial has zero loss, it is enough for MLRsearch to stop
measuring at that load, as even a second high-loss trial
would still fit within the exceed ratio.</t>
          <t>But if the first trial is high-loss, MLRsearch also needs to perform
the second trial to classify that load.
The Goal Duration Sum is twice as long as the Goal Final Trial Duration,
so a third full-length trial is never needed.</t>
        </section>
      </section>
    </section>
    <section anchor="methodology-rationale-and-design-considerations">
      <name>Methodology Rationale and Design Considerations</name>
      <t>This section explains the "why" behind MLRsearch. Building on the
normative specification in <xref target="mlrsearch-specification">"MLRsearch Specification"</xref>,
it contrasts MLRsearch with the classic 
single-ratio <xref target="binary-search">Binary Search</xref> in <xref target="RFC2544"/> and walks through the
key design choices: search mechanics, stopping-rule precision,
loss inversion for multiple goals, exceed-ratio handling, short-trial
strategies, and the generalized throughput concept. Together, these
considerations show how the methodology reduces test time, supports
multiple loss ratios, and improves repeatability.</t>
      <section anchor="binary-search-commonalities">
        <name>Binary Search Commonalities</name>
        <t>A typical search implementation for <xref target="RFC2544"/>,
such as <xref target="binary-search">Binary Search</xref>,
tracks only the two tightest bounds (in variables "lower-bound" and "upper-bound").
To start, the search needs both Max Load and Min Load values.
Then, one trial is used to confirm Max Load is an Upper Bound,
and one trial is used to confirm Min Load is a Lower Bound.</t>
        <t>Then, Trial Load is chosen as the mean of the current tightest upper bound
and the current tightest lower bound and becomes a new tightest bound
depending on the Trial Loss Ratio.</t>
        <t>After some number of trials, the tightest lower bound becomes the throughput,
but <xref target="RFC2544"/> does not specify when, if ever, the search should stop.
In practice, the search stops either at some distance
between the tightest upper bound and the tightest lower bound
or after some number of Trials.</t>
        <t>For a given pair of Max Load and Min Load values,
there is a one-to-one correspondence between the number of Trials
and the final distance between the tightest bounds.
Thus, the search always takes the same time,
assuming initial bounds are confirmed.</t>
      </section>
      <section anchor="stopping-conditions-and-precision">
        <name>Stopping Conditions and Precision</name>
        <t>The MLRsearch Specification requires listing both Relevant Bounds for each
Search Goal, and the difference between the bounds implies
whether the result precision is achieved.
Therefore, it is not necessary to report the specific stopping condition used.</t>
        <t>MLRsearch implementations may use Goal Width
to allow direct control of result precision
and indirect control of the Search Duration.</t>
        <t>Other MLRsearch implementations may use different stopping conditions,
for example, based on the Search Duration, trading off precision control
for duration control.</t>
        <t>Due to various possible time optimizations, there is no strict
correspondence between the Search Duration and Goal Width values.
In practice, noisy SUT performance increases both average search time
and its variance.</t>
      </section>
      <section anchor="loss-ratios-and-loss-inversion">
        <name>Loss Ratios and Loss Inversion</name>
        <t>The biggest difference between MLRsearch and <xref target="binary-search">Binary Search</xref>
is in the goals of the search.
<xref target="RFC2544"/> has a single goal, based on classifying a single full-length trial
as either zero loss or non-zero loss.
MLRsearch supports searching for multiple Search Goals at once,
usually differing in their Goal Loss Ratio values.</t>
        <section anchor="single-goal-and-hard-bounds">
          <name>Single Goal and Hard Bounds</name>
          <t>Each bound in <xref target="binary-search">Binary Search</xref> is "hard",
in the sense that all further Trial Load values
are smaller than any current upper bound and larger than any current lower bound.</t>
          <t>This is also possible for MLRsearch implementations
when the search is started with only one Search Goal instance.</t>
        </section>
        <section anchor="multiple-goals-and-loss-inversion">
          <name>Multiple Goals and Loss Inversion</name>
          <t>The MLRsearch Specification supports multiple Search Goals, making the search procedure
more complicated compared to <xref target="binary-search">Binary Search</xref> with a single goal,
but most of the complications do not affect the final results much,
except for one phenomenon: Loss Inversion.</t>
          <t>Depending on Search Goal attributes, Load Classification results may be resistant
to small amounts of <xref target="inconsistent-trial-results">Inconsistent Trial Results</xref>.
However, for larger amounts, a Load that is classified
as an Upper Bound for one Search Goal
may still be a Lower Bound for another Search Goal.
Due to this other goal, MLRsearch will probably perform subsequent Trials
at Trial Loads even larger than the original value.</t>
          <t>This introduces questions any many-goals search algorithm has to address, such as:
What to do when all such larger load trials happen to have zero loss?
Does it mean the earlier upper bound was not real?
Does it mean the later Low-Loss trials are not considered a lower bound?</t>
          <t>The situation where a smaller Load is classified as an Upper Bound,
while a larger Load is classified as a Lower Bound (for the same search goal),
is called Loss Inversion.</t>
          <t>Conversely, only single-goal search algorithms can have hard bounds
that shield them from Loss Inversion.</t>
        </section>
        <section anchor="conservativeness-and-relevant-bounds">
          <name>Conservativeness and Relevant Bounds</name>
          <t>MLRsearch is conservative when dealing with Loss Inversion:
The Upper Bound is considered real, and the Lower Bound
is considered to be a fluke, at least when computing the final result.</t>
          <t>This is formalized using the definitions of
<xref target="relevant-upper-bound">Relevant Upper Bound</xref> and
<xref target="relevant-lower-bound">Relevant Lower Bound</xref>.</t>
          <t>The Relevant Upper Bound (for a specific goal) is the smallest Load classified
as an Upper Bound. But the Relevant Lower Bound is not simply
the largest among Lower Bounds. It is the largest Load among Loads
that are Lower Bounds while also being smaller than the Relevant Upper Bound.</t>
          <t>With these definitions, the Relevant Lower Bound is always smaller
than the Relevant Upper Bound (if both exist), and the two relevant bounds
are used analogously as the two tightest bounds in the <xref target="binary-search">Binary Search</xref>.
When they meet the stopping conditions, the Relevant Bounds are used in the output.</t>
        </section>
        <section anchor="consequences">
          <name>Consequences</name>
          <t>The consequence of the way the Relevant Bounds are defined is that
every Trial Result can have an impact
on any current Relevant Bound larger than that Trial Load,
namely by becoming a new Upper Bound.</t>
          <t>This also applies when that Load is measured
before another Load gets enough measurements to become a current Relevant Bound.</t>
          <t>This also implies that if the SUT tested (or the Traffic Generator used)
needs a warm-up, it should be warmed up before starting the Search;
otherwise, the first few measurements could become unjustly limiting.</t>
          <t>For MLRsearch implementations, this means that it is better to measure
at smaller Loads first, so bounds found earlier are less likely
to get invalidated later.</t>
        </section>
      </section>
      <section anchor="exceed-ratio-and-multiple-trials">
        <name>Exceed Ratio and Multiple Trials</name>
        <t>The idea of performing multiple Trials at the same Trial Load comes from
a model where some Trial Results (those with a high Trial Loss Ratio) are affected
by infrequent effects, causing unsatisfactory repeatability of <xref target="RFC2544"/> Throughput results. Refer to <xref target="dut-in-sut">"DUT in SUT"</xref>
for a discussion about noiseful and noiseless ends
of the SUT performance spectrum.
Stable results are closer to the noiseless end of the SUT performance spectrum,
so MLRsearch may need to allow some frequency of high-loss trials
to ignore the rare but big effects near the noiseful end.</t>
        <t>For MLRsearch to perform such Trial Result filtering, it needs
a configuration option to tell how frequent the "infrequent" big loss can be.
This option is called the <xref target="goal-exceed-ratio">Goal Exceed Ratio</xref>.
It tells MLRsearch what ratio of trials (more specifically,
what ratio of Trial Effective Duration seconds)
can have a <xref target="trial-loss-ratio">Trial Loss Ratio</xref>
larger than the <xref target="goal-loss-ratio">Goal Loss Ratio</xref>
and still be classified as a <xref target="lower-bound">Lower Bound</xref>.</t>
        <!-- [rfced] Is "exceed ratio" correct here, or should it be updated to "Goal
Exceed Ratio"?

Original:
   Zero exceed ratio means all Trials must have a Trial Loss Ratio
   equal to or lower than the Goal Loss Ratio.
   ...
   Non-zero exceed ratio is not strictly disallowed, but it could
   needlessly prolong the search when Low-Loss short trials are present.
   ...
   Due to zero exceed ratio,
   one High-Loss Trial is enough to preclude this Load from becoming a
   Lower Bound for RFC2544.
-->

<t>A zero exceed ratio means all Trials must have a Trial Loss Ratio
equal to or lower than the Goal Loss Ratio.</t>
        <t>When more than one Trial is intended to classify a Load,
MLRsearch also needs something that controls the number of trials needed.
Therefore, each goal also has an attribute called Goal Duration Sum.</t>
        <t>The meaning of a <xref target="goal-duration-sum">Goal Duration Sum</xref> is that
when a Load has (Full-Length) Trials
whose Trial Effective Durations when summed up give a value at least as big
as the Goal Duration Sum value,
the Load is guaranteed to be classified as either an Upper Bound
or a Lower Bound for that Search Goal instance.</t>
      </section>
      <section anchor="short-trials-and-duration-selection">
        <name>Short Trials and Duration Selection</name>
        <t>MLRsearch requires each Search Goal to specify its Goal Final Trial Duration.</t>
        <t><xref section="24" sectionFormat="of" target="RFC2544"/> already anticipates possible time savings
when Short Trials are used.</t>
        <t>An MLRsearch implementation <bcp14>MAY</bcp14> expose configuration parameters that
decide whether, when, and how short trial durations are used. The exact
heuristics and controls are left to the discretion of the implementer.</t>
        <t>While MLRsearch implementations are free to use any logic to select
Trial Input values, comparability between MLRsearch implementations
is only assured when the Load Classification logic
handles any possible set of Trial Results in the same way.</t>
        <t>The presence of Short Trial Results complicates
the Load Classification logic; see more details in
<xref target="load-classification-logic">"Load Classification Logic"</xref>.</t>
        <t>While the Load Classification algorithm is designed to avoid any unneeded Trials,
for explainability reasons, it is recommended for users to use
such Controller Input instances that lead to all Trial Duration values
selected by the Controller to be the same,
e.g., by setting any Goal Initial Trial Duration to be a single value
also used in all Goal Final Trial Duration attributes.</t>
      </section>
      <section anchor="generalized-throughput">
        <name>Generalized Throughput</name>
        <t>Because testing equipment takes the Intended Load
as an input parameter for a Trial measurement,
any load search algorithm needs to deal with Intended Load values internally.</t>
        <t>But in the presence of Search Goals with a non-zero
<xref target="goal-loss-ratio">Goal Loss Ratio</xref>, the Load usually does not match
the user's intuition of what a throughput is.
The forwarding rate as defined in <xref section="3.6.1" sectionFormat="of" target="RFC2285"/> is better,
but it is not obvious how to generalize it
for Loads with multiple Trials and a non-zero Goal Loss Ratio.</t>
        <t>The clearest illustration -- and the chief reason for adopting a
generalized throughput definition -- is the presence of a hard
performance limit.</t>
        <section anchor="hard-performance-limit">
          <name>Hard Performance Limit</name>
          <t>Even if the bandwidth of a medium allows higher traffic forwarding performance,
the SUT interfaces may have their own additional limitations,
e.g., a specific frames-per-second limit on the NIC (a common occurrence).</t>
          <t>Those limitations should be known and provided as <xref target="max-load">Max Load</xref>.</t>
          <t>But if Max Load is set larger than what the interface can receive or transmit,
there will be a "hard limit" behavior observed in Trial Results.</t>
          <t>Consider that the hard limit is at one hundred million frames per second (100 Mfps),
Max Load is larger, and the Goal Loss Ratio is 0.5%.
If DUT has no additional losses, 0.5% Trial Loss Ratio will be achieved
at the Relevant Lower Bound of 100.5025 Mfps.</t>
          <t>Reporting a throughput that exceeds the SUT's verified hard limit is
counterintuitive. Accordingly, the <xref target="RFC2544"/> Throughput metric should
be generalized -- rather than relying solely on the Relevant Lower
Bound -- to reflect realistic, limit-aware performance.</t>
          <t>MLRsearch defines one such generalization,
the <xref target="conditional-throughput">Conditional Throughput</xref>.
It is the Trial Forwarding Rate from one of the Full-Length Trials
performed at the Relevant Lower Bound.
For the algorithm to determine exactly which trial, see
<xref target="conditional-throughput-code">"Conditional Throughput Code"</xref>.</t>
          <t>In the hard limit example, a 100.5025 Mfps Load will still have
only a 100.0 Mfps forwarding rate, nicely confirming the known limitation.</t>
        </section>
        <section anchor="performance-variability">
          <name>Performance Variability</name>
          <t>With a non-zero Goal Loss Ratio, and without hard performance limits,
Low-Loss trials at the same Load may achieve different Trial Forwarding Rate
values simply due to DUT performance variability.</t>
          <t>By comparing the best case (all Relevant Lower Bound trials have zero loss)
and the worst case (all Trial Loss Ratios at the Relevant Lower Bound
are equal to the Goal Loss Ratio),
one can prove that Conditional Throughput
values may have a relative difference up to the Goal Loss Ratio.</t>
          <t>Setting the Goal Width below the Goal Loss Ratio
may cause the Conditional Throughput for a larger Goal Loss Ratio to become smaller
than a Conditional Throughput for a goal with a lower Goal Loss Ratio,
which is counterintuitive, considering they come from the same Search.
Therefore, it is <bcp14>RECOMMENDED</bcp14> to set the Goal Width to a value no lower
than the Goal Loss Ratio of the higher-loss Search Goal.</t>
          <t>Although Conditional Throughput can fluctuate from one run to the next,
it still offers a more discriminating basis for comparison than the
Relevant Lower Bound -- particularly when deterministic load selection
yields the same Lower Bound value across multiple runs.</t>
        </section>
      </section>
    </section>
    <section anchor="mlrsearch-logic-and-example">
      <name>MLRsearch Logic and Example</name>
      <t>This section uses informal language to describe two aspects of MLRsearch logic: Load Classification and Conditional Throughput,
reflecting formal pseudocode representation provided in
<xref target="load-classification-code">"Load Classification Code"</xref>
and <xref target="conditional-throughput-code">"Conditional Throughput Code"</xref>.
This is followed by an example search.</t>
      <t>The logic is equivalent but not identical to the pseudocode
in the appendices. The pseudocode is designed to be short and frequently
combines multiple operations into one expression.
The logic, as described in this section, lists each operation separately
and uses more intuitive names for the intermediate values.</t>
      <section anchor="load-classification-logic">
        <name>Load Classification Logic</name>
        <!-- [rfced] May we put this note into the aside element? It is defined
as "a container for content that is semantically less important or 
tangential to the content that surrounds it"
(https://authors.ietf.org/en/rfcxml-vocabulary#aside).

Original:
   Note: For clarity of explanation, variables are tagged as (I)nput,
   (T)emporary, (O)utput.
-->

<t>Note: For clarity of explanation, variables are tagged as (I)nput,
(T)emporary, and (O)utput.</t>
        <ul spacing="normal">
          <li>
            <t>Collect Trial Results:  </t>
            <ul spacing="normal">
              <li>
                <t>Take all Trial Result instances (I) measured at a given load.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Aggregate Trial Durations:  </t>
            <ul spacing="normal">
              <li>
                <t>Full-length high-loss sum (T) is the sum of Trial Effective Duration
values of all full-length high-loss trials (I).</t>
              </li>
              <li>
                <t>Full-length low-loss sum (T) is the sum of Trial Effective Duration
values of all full-length low-loss trials (I).</t>
              </li>
              <li>
                <t>Short high-loss sum is the sum (T)  of Trial Effective Duration values
of all short high-loss trials (I).</t>
              </li>
              <li>
                <t>Short low-loss sum is the sum (T) of Trial Effective Duration values
of all short low-loss trials (I).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Derive goal-based ratios:  </t>
            <ul spacing="normal">
              <li>
                <t>Subceed ratio (T) is one minus the Goal Exceed Ratio (I).</t>
              </li>
              <li>
                <t>Exceed coefficient (T) is the Goal Exceed Ratio divided by the subceed
ratio.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Balance short-trial effects:  </t>
            <ul spacing="normal">
              <li>
                <t>Balancing sum (T) is the short low-loss sum
multiplied by the exceed coefficient.</t>
              </li>
              <li>
                <t>Excess sum (T) is the short high-loss sum minus the balancing sum.</t>
              </li>
              <li>
                <t>Positive excess sum (T) is the maximum of zero and the excess sum.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Compute effective duration totals:  </t>
            <ul spacing="normal">
              <li>
                <t>Effective high-loss sum (T) is the full-length high-loss sum
plus the positive excess sum.</t>
              </li>
              <li>
                <t>Effective full sum (T) is the effective high-loss sum
plus the full-length low-loss sum.</t>
              </li>
              <li>
                <t>Effective whole sum (T) is the larger of the effective full sum
and the Goal Duration Sum.</t>
              </li>
              <li>
                <t>Missing sum (T) is the effective whole sum minus the effective full sum.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Estimate exceed ratios:  </t>
            <ul spacing="normal">
              <li>
                <t>Pessimistic high-loss sum (T) is the effective high-loss sum
plus the missing sum.</t>
              </li>
              <li>
                <t>Optimistic exceed ratio (T) is the effective high-loss sum
divided by the effective whole sum.</t>
              </li>
              <li>
                <t>Pessimistic exceed ratio (T) is the pessimistic high-loss sum
divided by the effective whole sum.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Classify the Load:  </t>
            <ul spacing="normal">
              <li>
                <t>The load is classified as an Upper Bound (O) if the optimistic exceed
ratio is larger than the Goal Exceed Ratio.</t>
              </li>
              <li>
                <t>The load is classified as a Lower Bound (O) if the pessimistic exceed
ratio is not larger than the Goal Exceed Ratio.</t>
              </li>
              <li>
                <t>The load is classified as Undecided (O) otherwise.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="conditional-throughput-logic">
        <name>Conditional Throughput Logic</name>
        <ul spacing="normal">
          <li>
            <t>Collect Trial Results:  </t>
            <ul spacing="normal">
              <li>
                <t>Take all Trial Result instances (I) measured at a given Load.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Sum of Full-Length Durations:  </t>
            <ul spacing="normal">
              <li>
                <t>Full-length high-loss sum (T) is the sum of Trial Effective Duration
values of all full-length high-loss trials (I).</t>
              </li>
              <li>
                <t>Full-length low-loss sum (T) is the sum of Trial Effective Duration
values of all full-length low-loss trials (I).</t>
              </li>
              <li>
                <t>Full-length sum (T) is the full-length high-loss sum (I) plus the
full-length low-loss sum (I).</t>
              </li>
            </ul>
          </li>
        </ul>
        <!--[rfced] It is unclear how "is called" fits into this sentence.  Should "is
called" be removed here? Note that similar text elsewhere in the document does
not include "is called".

Original:
   -  Subceed ratio (T) is one minus the Goal Exceed Ratio (I) is
      called.

Perhaps:
   -  Subceed ratio (T) is one minus the Goal Exceed Ratio (I).
-->

<ul spacing="normal">
          <li>
            <t>Derive initial thresholds:  </t>
            <ul spacing="normal">
              <li>
                <t>Subceed ratio (T) is one minus the Goal Exceed Ratio (I) is called.</t>
              </li>
              <li>
                <t>Remaining sum (T) is initially the full-length sum multiplied by the subceed
ratio.</t>
              </li>
              <li>
                <t>Current loss ratio (T) is initially 100%.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Iterate through ordered trials:  </t>
            <ul spacing="normal">
              <li>
                <t>For each full-length trial result, sorted in increasing order by Trial
Loss Ratio:      </t>
                <ul spacing="normal">
                  <li>
                    <t>If the remaining sum is not larger than zero, exit the loop.</t>
                  </li>
                  <li>
                    <t>Set the current loss ratio to this trial's Trial Loss Ratio (I).</t>
                  </li>
                  <li>
                    <t>Decrease the remaining sum by this trial's Trial Effective Duration (I).</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
          <li>
            <t>Compute Conditional Throughput:  </t>
            <ul spacing="normal">
              <li>
                <t>Current forwarding ratio (T) is one minus the current loss ratio.</t>
              </li>
              <li>
                <t>Conditional Throughput (T) is the current forwarding ratio multiplied
by the Load value.</t>
              </li>
            </ul>
          </li>
        </ul>
        <section anchor="conditional-throughput-and-load-classification">
          <name>Conditional Throughput and Load Classification</name>
          <t>Conditional Throughput and results of Load Classification overlap but
are not identical.</t>
          <ul spacing="normal">
            <li>
              <t>When a load is marked as a Relevant Lower Bound, its Conditional
Throughput is taken from a trial whose loss ratio never exceeds the
Goal Loss Ratio.</t>
            </li>
            <li>
              <t>The reverse is not guaranteed: If the Goal Width is narrower than the
Goal Loss Ratio, Conditional Throughput can still end up higher than
the Relevant Upper Bound.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="sut-behaviors">
        <name>SUT Behaviors</name>
        <t>In <xref target="dut-in-sut">"DUT in SUT"</xref>, the notion of noise is introduced.
This section uses new terms
to describe possible SUT behaviors more precisely.</t>
        <t>From a measurement point of view, noise is visible as inconsistent trial results.
See <xref target="inconsistent-trial-results">"Inconsistent Trial Results"</xref> for general points
and <xref target="loss-ratios-and-loss-inversion">"Loss Ratios and Loss Inversion"</xref>
for specifics when comparing different Load values.</t>
        <t>Load Classification and Conditional Throughput apply to a single Load value,
but even the set of Trial Results measured at that Trial Load value
may appear inconsistent.</t>
        <t>As MLRsearch aims to save time, it executes only a small number of Trials,
getting only a limited amount of information about SUT behavior.
It is useful to introduce a "SUT expert" point of view to contrast
with that limited information.</t>
        <section anchor="expert-predictions">
          <name>Expert Predictions</name>
          <t>Imagine that before the Search starts, a human expert had unlimited time
to measure SUT and obtain all reliable information about it.
The information is not perfect, as there is still random noise influencing SUT.
But the expert is familiar with possible noise events, even the rare ones,
and thus, the expert can do probabilistic predictions about future Trial Outputs.</t>
          <t>When several outcomes are possible,
the expert can assess the probability of each outcome.</t>
        </section>
        <section anchor="exceed-probability">
          <name>Exceed Probability</name>
          <t>When the Controller selects a new Trial Duration and Trial Load,
and just before the Measurer starts performing the Trial,
the SUT expert can envision possible Trial Results.</t>
          <t>With respect to a particular Search Goal instance, the possibilities
can be summarized into a single number: Exceed Probability.
It is the probability (according to the expert) that the measured
Trial Loss Ratio will be higher than the Goal Loss Ratio.</t>
        </section>
        <section anchor="trial-duration-dependence">
          <name>Trial Duration Dependence</name>
          <t>When comparing Exceed Probability values for the same Trial Load value
but different Trial Duration values,
there are several patterns that commonly occur in practice.</t>
          <section anchor="strong-increase">
            <name>Strong Increase</name>
            <t>Exceed Probability is very low at short durations but very high at full-length.
This SUT behavior is undesirable and may hint at a faulty SUT,
e.g., SUT leaks resources and is unable to sustain the desired performance.</t>
            <t>But this behavior is also seen when SUT uses large amount of buffers.
This is the main reason users may want to set a large Goal Final Trial Duration.</t>
          </section>
          <section anchor="mild-increase">
            <name>Mild Increase</name>
            <t>Short trials are slightly less likely to exceed the loss-ratio limit,
but the improvement is modest. This mild benefit is typical when noise
is dominated by rare, large loss spikes: During a full-length trial,
the good-performing periods cannot fully offset the heavy frame loss
that occurs in the brief low-performing bursts.</t>
          </section>
          <section anchor="independence">
            <name>Independence</name>
            <t>Short trials have basically the same Exceed Probability as full-length trials.
This is possible only if loss spikes are small (so other parts can compensate)
and if the Goal Loss Ratio is more than zero (otherwise, other parts
cannot compensate at all).</t>
          </section>
          <section anchor="decrease">
            <name>Decrease</name>
            <t>Short trials have a larger Exceed Probability than full-length trials.
This can only be possible for a non-zero Goal Loss Ratio,
for example, if SUT needs to "warm up" to the best performance within each trial,
which is not commonly seen in practice.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Benchmarking activities as described in this document are limited to the
technology characterization of a DUT/SUT using controlled stimuli in a
laboratory environment, with dedicated address space and the constraints
specified in the sections above.</t>
      <t>The benchmarking network topology will be an independent test setup and
<bcp14>MUST NOT</bcp14> be connected to devices that may forward the test traffic into
a production network or misroute traffic to the test management network.</t>
      <t>Further, benchmarking is performed on an "opaque" basis, relying
solely on measurements observable external to the DUT/SUT.</t>
      <t>The DUT/SUT <bcp14>SHOULD NOT</bcp14> include features that serve only to boost
benchmark scores -- such as a dedicated "fast-track" test mode that is
never used in normal operation.</t>
      <t>Any implications for network security arising from the DUT/SUT <bcp14>SHOULD</bcp14> be
identical in the lab and in production networks.</t>
    </section>
    <section anchor="acks">
      <name>Acknowledgements</name>
      <t>Special wholehearted gratitude and thanks to the late <contact fullname="Al Morton"/> for his
thorough reviews filled with very specific feedback and constructive
guidelines. Thank you Al for the close collaboration over the years, your mentorship,
and your continuous unwavering encouragement full of empathy and an energizing
positive attitude. Al, you are dearly missed.</t>
      <t>Thanks to <contact fullname="Gábor Lencse"/>, <contact fullname="Giuseppe Fioccola"/>, <contact fullname="Carsten Rossenhövel"/>, and BMWG
contributors for good discussions and thorough reviews, guiding and
helping us to improve the clarity and formality of this document.</t>
      <t>Many thanks to the Linux Foundation FastData I/O (FD.io) project,
specifically committers and contributors to the two core projects of
FD.io: VPP and CSIT. It was there where the need for MLRsearch originally came
up, and it was in FD.io CSIT labs where the first MLRsearch open-source code
got prototyped and then over the years productized. Thanks also goes to
<contact fullname="Alec Hothan"/> of the OPNFV NFVbench project for a thorough review and
numerous useful comments and suggestions in the earlier draft versions of
this document.</t>
      <t>We are equally indebted to <contact fullname="Mohamed Boucadair"/> for a very thorough and
detailed AD review, for providing many good comments and suggestions,
for helping us make this document complete.</t>
      <t>Our appreciation is also extended to <contact fullname="Shawn Emery"/>, <contact fullname="Yoshifumi Nishida"/>,
<contact fullname="David Dong"/>, <contact fullname="Nabeel Cocker"/>, <contact fullname="Lars Eggert"/>, <contact fullname="Jen Linkova"/>, <contact fullname="Mike Bishop"/>, and <contact fullname="Éric Vyncke"/>
for their reviews and valuable comments.</t>
    </section>
  </middle>
  <back>
    <displayreference target="I-D.lencse-bmwg-rfc2544-bis" to="Lencze-Shima"/>
    <displayreference target="I-D.ietf-bmwg-network-tester-cfg" to="Vassilev"/>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1242.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2285.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2544.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5180.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6349.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6985.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8219.xml"/>
        <reference anchor="TST009" target="https://www.etsi.org/deliver/etsi_gs/NFV-TST/001_099/009/03.04.01_60/gs_NFV-TST009v030401p.pdf">
          <front>
            <title>Network Functions Virtualisation (NFV) Release 3; Testing; Specification of Networking Benchmarks and Measurement Methods for NFVI</title>
            <author>
              <organization>ETSI</organization>
            </author>
            <date year="2020" month="December"/>
          </front>
          <refcontent>ETSI GS NFV-TST 009 V3.4.1</refcontent>
        </reference>
        <reference anchor="Y.1564" target="https://www.itu.int/rec/dologin_pub.asp?lang=e&amp;id=T-REC-Y.1564-201602-I!!PDF-E&amp;type=items">
          <front>
            <title>Ethernet service activation test methodology</title>
            <author>
              <organization>ITU-T</organization>
            </author>
            <date year="2016" month="February"/>
          </front>
          <seriesInfo name="ITU-T Recommendation" value="Y.1564"/>
        </reference>
        <reference anchor="FDio-CSIT-MLRsearch" target="https://csit.fd.io/cdocs/methodology/measurements/data_plane_throughput/mlr_search/">
          <front>
            <title>FD.io CSIT Test Methodology - MLRsearch</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="October"/>
          </front>
        </reference>
        <reference anchor="PyPI-MLRsearch" target="https://pypi.org/project/MLRsearch/1.2.1/">
          <front>
            <title>MLRsearch 1.2.1</title>
            <author>
              <organization>Python Package Index</organization>
            </author>
            <date year="2023" month="October"/>
          </front>
        </reference>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.lencse-bmwg-rfc2544-bis.xml"/>
        <reference anchor="Lencze-Kovacs-Shima">
          <front>
            <title>Gaming with the Throughput and the Latency Benchmarking Measurement Procedures of RFC 2544</title>
            <author initials="G." surname="Lencse" fullname="Gábor Lencse">
              <organization/>
            </author>
            <author initials="Á." surname="Kovács" fullname="Ákos Kovács">
              <organization/>
            </author>
            <author initials="K." surname="Shima" fullname="Keiichi Shima">
              <organization/>
            </author>
            <date year="2020" month="June"/>
          </front>
          <seriesInfo name="International Journal of Advances in Telecommunications, Electrotechnics, Signals and Systems," value="vol. 9, no. 2, pp. 10-17"/>
          <seriesInfo name="DOI" value="10.11601/ijates.v9i2.288"/>
        </reference>
        <reference anchor="Ott-Mathis-Semke-Mahdavi" target="https://www.cs.cornell.edu/people/egs/cornellonly/syslunch/fall02/ott.pdf">
          <front>
            <title>The Macroscopic Behavior of the TCP Congestion Avoidance Algorithm</title>
            <author initials="M." surname="Mathis" fullname="Matthew Mathis">
              <organization>Pittsburgh Supercomputing Center, Teunis Ott, Bellcore</organization>
            </author>
            <author initials="J." surname="Semke" fullname="Jeffrey Semke">
              <organization>Pittsburgh Supercomputing Center, Teunis Ott, Bellcore</organization>
            </author>
            <author initials="J." surname="Mahdavi" fullname="Jamshid Mahdavi">
              <organization>Pittsburgh Supercomputing Center, Teunis Ott, Bellcore</organization>
            </author>
            <author initials="T." surname="Ott" fullname="Teunis Ott">
              <organization>Bellcore</organization>
            </author>
            <date year="1997" month="July"/>
          </front>
          <refcontent>ACM SIGCOMM Computer Communication Review, vol. 27, no. 3, pp. 67-82</refcontent>
        </reference>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-bmwg-network-tester-cfg.xml"/>
      </references>
    </references>
    <?line 2929?>

<section anchor="load-classification-code">
      <name>Load Classification Code</name>
      <t>This appendix specifies how to perform the Load Classification.</t>
      <t>Any Trial Load value can be classified,
according to a given <xref target="search-goal">Search Goal</xref> instance.</t>
      <t>The algorithm uses (some subsets of) the set of all available Trial Results
from Trials measured at a given Load at the end of the Search.</t>
      <t>The block at the end of this appendix holds pseudocode
that computes two values, stored in variables named
<tt>optimistic_is_lower</tt> and <tt>pessimistic_is_lower</tt>.</t>
      <t>Although presented as pseudocode, the listing is syntactically valid
Python and can be executed without modification.</t>
      <t>If values of both variables are computed to be true, the Load in question
is classified as a Lower Bound according to the given Search Goal instance.
If values of both variables are false, the Load is classified as an Upper Bound.
Otherwise, the load is classified as Undecided.</t>
      <t>Some variable names are shortened to fit expressions in one line.
Namely, variables holding sum quantities end in "<em>s" instead of "_sum",
and variables holding effective quantities start with "effect</em>"
instead of "effective_".</t>
      <t>The pseudocode expects the following variables to hold the following values:</t>
      <ul spacing="normal">
        <li>
          <t><tt>goal_duration_s</tt>: The Goal Duration Sum value of the given Search Goal.</t>
        </li>
        <li>
          <t><tt>goal_exceed_ratio</tt>: The Goal Exceed Ratio value of the given Search Goal.</t>
        </li>
        <li>
          <t><tt>full_length_low_loss_s</tt>: Sum of Trial Effective Durations across Trials
with the Trial Duration at least equal to the Goal Final Trial Duration
and with the Trial Loss Ratio not higher than the Goal Loss Ratio
(across Full-Length Low-Loss Trials).</t>
        </li>
        <li>
          <t><tt>full_length_high_loss_s</tt>: Sum of Trial Effective Durations across Trials
with the Trial Duration at least equal to the Goal Final Trial Duration
and with the Trial Loss Ratio higher than the Goal Loss Ratio
(across Full-Length High-Loss Trials).</t>
        </li>
        <li>
          <t><tt>short_low_loss_s</tt>: Sum of Trial Effective Durations across Trials
with the Trial Duration shorter than the Goal Final Trial Duration
and with the Trial Loss Ratio not higher than the Goal Loss Ratio
(across Short Low-Loss Trials).</t>
        </li>
        <li>
          <t><tt>short_high_loss_s</tt>: Sum of Trial Effective Durations across Trials
with the Trial Duration shorter than the Goal Final Trial Duration
and with the Trial Loss Ratio higher than the Goal Loss Ratio
(across Short High-Loss Trials).</t>
        </li>
      </ul>
      <t>The code also works correctly when there are no Trial Results at a given Load.</t>
      <sourcecode type="python" markers="true"><![CDATA[
exceed_coefficient = goal_exceed_ratio / (1.0 - goal_exceed_ratio)
balancing_s = short_low_loss_s * exceed_coefficient
positive_excess_s = max(0.0, short_high_loss_s - balancing_s)
effect_high_loss_s = full_length_high_loss_s + positive_excess_s
effect_full_length_s = full_length_low_loss_s + effect_high_loss_s
effect_whole_s = max(effect_full_length_s, goal_duration_s)
quantile_duration_s = effect_whole_s * goal_exceed_ratio
pessimistic_high_loss_s = effect_whole_s - full_length_low_loss_s
pessimistic_is_lower = pessimistic_high_loss_s <= quantile_duration_s
optimistic_is_lower = effect_high_loss_s <= quantile_duration_s
]]></sourcecode>
    </section>
    <section anchor="conditional-throughput-code">
      <name>Conditional Throughput Code</name>
      <t>This section specifies an example of how to compute Conditional Throughput,
as referred to in <xref target="conditional-throughput">"Conditional Throughput"</xref>.</t>
      <t>Any Load value can be used as the basis for the following computation,
but only the Relevant Lower Bound (at the end of the Search)
leads to the value called the Conditional Throughput for a given Search Goal.</t>
      <t>The algorithm uses (some subsets of) the set of all available Trial Results
from Trials measured at a given Load at the end of the Search.</t>
      <t>The block at the end of this appendix holds pseudocode
that computes a value stored as the <tt>conditional_throughput</tt> variable.</t>
      <t>Although presented as pseudocode, the listing is syntactically valid
Python and can be executed without modification.</t>
      <t>Some variable names are shortened in order to fit expressions in one line.
Namely, variables holding sum quantities end in "<em>s" instead of "_sum",
and variables holding effective quantities start with "effect</em>"
instead of "effective_".</t>
      <t>The pseudocode expects the following variables to hold the following values:</t>
      <ul spacing="normal">
        <li>
          <t><tt>goal_duration_s</tt>: The Goal Duration Sum value of the given Search Goal.</t>
        </li>
        <li>
          <t><tt>goal_exceed_ratio</tt>: The Goal Exceed Ratio value of the given Search Goal.</t>
        </li>
        <li>
          <t><tt>full_length_low_loss_s</tt>: Sum of Trial Effective Durations across Trials
with the Trial Duration at least equal to the Goal Final Trial Duration
and with the Trial Loss Ratio not higher than the Goal Loss Ratio
(across Full-Length Low-Loss Trials).</t>
        </li>
        <li>
          <t><tt>full_length_high_loss_s</tt>: Sum of Trial Effective Durations across Trials
with the Trial Duration at least equal to the Goal Final Trial Duration
and with the Trial Loss Ratio higher than the Goal Loss Ratio
(across Full-Length High-Loss Trials).</t>
        </li>
        <li>
          <t><tt>full_length_trials</tt>: An iterable of all Trial Results from Trials
with the Trial Duration at least equal to the Goal Final Trial Duration
(all Full-Length Trials), sorted by increasing the Trial Loss Ratio.
One item <tt>trial</tt> is a composite with the following two attributes available:  </t>
          <ul spacing="normal">
            <li>
              <t><tt>trial.loss_ratio</tt>: The Trial Loss Ratio as measured for this Trial.</t>
            </li>
            <li>
              <t><tt>trial.effect_duration</tt>: The Trial Effective Duration of this Trial.</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>The code works correctly only when there is at least one
Trial Result measured at a given Load.</t>
      <sourcecode type="python" markers="true"><![CDATA[
full_length_s = full_length_low_loss_s + full_length_high_loss_s
whole_s = max(goal_duration_s, full_length_s)
remaining = whole_s * (1.0 - goal_exceed_ratio)
quantile_loss_ratio = None
for trial in full_length_trials:
    if quantile_loss_ratio is None or remaining > 0.0:
        quantile_loss_ratio = trial.loss_ratio
        remaining -= trial.effect_duration
    else:
        break
else:
    if remaining > 0.0:
        quantile_loss_ratio = 1.0
conditional_throughput = intended_load * (1.0 - quantile_loss_ratio)
]]></sourcecode>
    </section>
    <section anchor="example-search">
      <name>Example Search</name>
      <t>The following example Search is related to
one hypothetical run of a Search test procedure
that has been started with multiple Search Goals.
Several points in time are chosen, to show how the logic works,
with specific sets of Trial Result available.
The trial results themselves are not very realistic, as
the intention is to show several corner cases of the logic.</t>
      <!-- [rfced] Should "Effective Trial Duration" here be updated to "Trial
Effective Duration" (as defined in Section 4.5.8)?

Original:
   In all Trials, the Effective Trial Duration is equal to Trial
   Duration.

Perhaps:
   In all Trials, the Trial Effective Duration is equal to Trial
   Duration.
-->

<t>In all Trials, the Effective Trial Duration is equal to the Trial Duration.</t>
      <t>Only one Trial Load is in focus; its value is one million frames per second.
Trial Results at other Trial Loads are not mentioned,
as the parts of logic present here do not depend on those.
In practice, Trial Results at other Load values would be present,
e.g., MLRsearch will look for a Lower Bound smaller than any Upper Bound found.</t>
      <t>At any given moment, exactly one Search Goal is designated as in focus.
This designation affects only the Trial Duration chosen for new trials;
it does not alter the rest of the decision logic.</t>
      <t>An MLRsearch implementation is free to evaluate several goals
simultaneously -- the "focus" mechanism is optional and appears here only
to show that a load can still be classified against goals that are not
currently in focus.</t>
      <section anchor="example-goals">
        <name>Example Goals</name>
        <t>The following four Search Goal instances are selected for the example Search.
Each goal has a readable name and dense code;
the code is useful to show Search Goal attribute values.</t>
        <t>As the variable "exceed coefficient" does not depend on trial results,
it is also precomputed here.</t>
        <t>Goal 1:</t>
        <artwork><![CDATA[
name: RFC2544
Goal Final Trial Duration: 60s
Goal Duration Sum: 60s
Goal Loss Ratio: 0%
Goal Exceed Ratio: 0%
exceed coefficient: 0% / (100% / 0%) = 0.0
code: 60f60d0l0e
]]></artwork>
        <t>Goal 2:</t>
        <artwork><![CDATA[
name: TST009
Goal Final Trial Duration: 60s
Goal Duration Sum: 120s
Goal Loss Ratio: 0%
Goal Exceed Ratio: 50%
exceed coefficient: 50% / (100% - 50%) = 1.0
code: 60f120d0l50e
]]></artwork>
        <t>Goal 3:</t>
        <artwork><![CDATA[
name: 1s final
Goal Final Trial Duration: 1s
Goal Duration Sum: 120s
Goal Loss Ratio: 0.5%
Goal Exceed Ratio: 50%
exceed coefficient: 50% / (100% - 50%) = 1.0
code: 1f120d.5l50e
]]></artwork>
        <t>Goal 4:</t>
        <artwork><![CDATA[
name: 20% exceed
Goal Final Trial Duration: 60s
Goal Duration Sum: 60s
Goal Loss Ratio: 0.5%
Goal Exceed Ratio: 20%
exceed coefficient: 20% / (100% - 20%) = 0.25
code: 60f60d0.5l20e
]]></artwork>
        <t>The first two goals are important for compliance reasons;
the other two cover less frequent cases.</t>
      </section>
      <section anchor="example-trial-results">
        <name>Example Trial Results</name>
        <t>The following six sets of trial results are selected for the example Search.
The sets are defined as points in time, describing which Trial Results
were added since the previous point.</t>
        <t>Each point has a readable name and dense code;
the code is useful to show Trial Output attribute values
and the number of times identical results were added.</t>
        <t>Point 1:</t>
        <artwork><![CDATA[
name: first short good
goal in focus: 1s final (1f120d.5l50e)
added Trial Results: 59 trials, each 1 second and 0% loss
code: 59x1s0l
]]></artwork>
        <t>Point 2:</t>
        <artwork><![CDATA[
name: first short bad
goal in focus: 1s final (1f120d.5l50e)
added Trial Result: one trial, 1 second, 1% loss
code: 59x1s0l+1x1s1l
]]></artwork>
        <t>Point 3:</t>
        <artwork><![CDATA[
name: last short bad
goal in focus: 1s final (1f120d.5l50e)
added Trial Results: 59 trials, 1 second each, 1% loss each
code: 59x1s0l+60x1s1l
]]></artwork>
        <t>Point 4:</t>
        <artwork><![CDATA[
name: last short good
goal in focus: 1s final (1f120d.5l50e)
added Trial Results: one trial 1 second, 0% loss
code: 60x1s0l+60x1s1l
]]></artwork>
        <t>Point 5:</t>
        <artwork><![CDATA[
name: first long bad
goal in focus: TST009 (60f120d0l50e)
added Trial Results: one trial, 60 seconds, 0.1% loss
code: 60x1s0l+60x1s1l+1x60s.1l
]]></artwork>
        <t>Point 6:</t>
        <artwork><![CDATA[
name: first long good
goal in focus: TST009 (60f120d0l50e)
added Trial Results: one trial, 60 seconds, 0% loss
code: 60x1s0l+60x1s1l+1x60s.1l+1x60s0l
]]></artwork>
        <t>Comments on point in time naming:</t>
        <ul spacing="normal">
          <li>
            <t>When a name contains "short", it means the added trial
had a Trial Duration of 1 second, which is a Short Trial for 3 of the Search Goals,
but it is a Full-Length Trial for the "1s final" goal.</t>
          </li>
          <li>
            <t>Similarly, when a name contains "long", it means the added trial
had a Trial Duration of 60 seconds, which is a Full-Length Trial for 3 goals
but a Long Trial for the "1s final" goal.</t>
          </li>
          <li>
            <t>When a name contains "good", it means the added trial is a Low-Loss Trial
for all the goals.</t>
          </li>
          <li>
            <t>When a name contains "short bad", it means the added trial is a High-Loss Trial
for all the goals.</t>
          </li>
          <li>
            <t>When a name contains "long bad", it means the added trial
is a High-Loss Trial for goals "RFC2544" and "TST009",
but it is a Low-Loss Trial for the two other goals.</t>
          </li>
        </ul>
      </section>
      <section anchor="load-classification-computations">
        <name>Load Classification Computations</name>
        <t>This section shows how Load Classification logic is applied
by listing all temporary values at the specific time point.</t>
        <section anchor="point-1">
          <name>Point 1</name>
          <t>This is the "first short good" point.
The code for available results is: 59x1s0l.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Goal name</th>
                <th align="left">RFC2544</th>
                <th align="left">TST009</th>
                <th align="left">1s final</th>
                <th align="left">20% exceed</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Goal code</td>
                <td align="left">60f60d0l0e</td>
                <td align="left">60f120d0l50e</td>
                <td align="left">1f120d.5l50e</td>
                <td align="left">60f60d0.5l20e</td>
              </tr>
              <tr>
                <td align="left">Full-length high-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Full-length low-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">59s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Short high-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Short low-loss sum</td>
                <td align="left">59s</td>
                <td align="left">59s</td>
                <td align="left">0s</td>
                <td align="left">59s</td>
              </tr>
              <tr>
                <td align="left">Balancing sum</td>
                <td align="left">0s</td>
                <td align="left">59s</td>
                <td align="left">0s</td>
                <td align="left">14.75s</td>
              </tr>
              <tr>
                <td align="left">Excess sum</td>
                <td align="left">0s</td>
                <td align="left">-59s</td>
                <td align="left">0s</td>
                <td align="left">-14.75s</td>
              </tr>
              <tr>
                <td align="left">Positive excess sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Effective high-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Effective full sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">59s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Effective whole sum</td>
                <td align="left">60s</td>
                <td align="left">120s</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Missing sum</td>
                <td align="left">60s</td>
                <td align="left">120s</td>
                <td align="left">61s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Pessimistic high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">120s</td>
                <td align="left">61s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Optimistic exceed ratio</td>
                <td align="left">0%</td>
                <td align="left">0%</td>
                <td align="left">0%</td>
                <td align="left">0%</td>
              </tr>
              <tr>
                <td align="left">Pessimistic exceed ratio</td>
                <td align="left">100%</td>
                <td align="left">100%</td>
                <td align="left">50.833%</td>
                <td align="left">100%</td>
              </tr>
              <tr>
                <td align="left">Classification Result</td>
                <td align="left">Undecided</td>
                <td align="left">Undecided</td>
                <td align="left">Undecided</td>
                <td align="left">Undecided</td>
              </tr>
            </tbody>
          </table>
          <t>This is the last point in time where all goals have this load as Undecided.</t>
        </section>
        <section anchor="point-2">
          <name>Point 2</name>
          <t>This is the "first short bad" point.
The code for available results is: 59x1s0l+1x1s1l.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Goal name</th>
                <th align="left">RFC2544</th>
                <th align="left">TST009</th>
                <th align="left">1s final</th>
                <th align="left">20% exceed</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Goal code</td>
                <td align="left">60f60d0l0e</td>
                <td align="left">60f120d0l50e</td>
                <td align="left">1f120d.5l50e</td>
                <td align="left">60f60d0.5l20e</td>
              </tr>
              <tr>
                <td align="left">Full-length high-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">1s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Full-length low-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">59s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Short high-loss sum</td>
                <td align="left">1s</td>
                <td align="left">1s</td>
                <td align="left">0s</td>
                <td align="left">1s</td>
              </tr>
              <tr>
                <td align="left">Short low-loss sum</td>
                <td align="left">59s</td>
                <td align="left">59s</td>
                <td align="left">0s</td>
                <td align="left">59s</td>
              </tr>
              <tr>
                <td align="left">Balancing sum</td>
                <td align="left">0s</td>
                <td align="left">59s</td>
                <td align="left">0s</td>
                <td align="left">14.75s</td>
              </tr>
              <tr>
                <td align="left">Excess sum</td>
                <td align="left">1s</td>
                <td align="left">-58s</td>
                <td align="left">0s</td>
                <td align="left">-13.75s</td>
              </tr>
              <tr>
                <td align="left">Positive excess sum</td>
                <td align="left">1s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Effective high-loss sum</td>
                <td align="left">1s</td>
                <td align="left">0s</td>
                <td align="left">1s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Effective full sum</td>
                <td align="left">1s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Effective whole sum</td>
                <td align="left">60s</td>
                <td align="left">120s</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Missing sum</td>
                <td align="left">59s</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Pessimistic high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">120s</td>
                <td align="left">61s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Optimistic exceed ratio</td>
                <td align="left">1.667%</td>
                <td align="left">0%</td>
                <td align="left">0.833%</td>
                <td align="left">0%</td>
              </tr>
              <tr>
                <td align="left">Pessimistic exceed ratio</td>
                <td align="left">100%</td>
                <td align="left">100%</td>
                <td align="left">50.833%</td>
                <td align="left">100%</td>
              </tr>
              <tr>
                <td align="left">Classification Result</td>
                <td align="left">Upper Bound</td>
                <td align="left">Undecided</td>
                <td align="left">Undecided</td>
                <td align="left">Undecided</td>
              </tr>
            </tbody>
          </table>
          <t>Due to zero Goal Loss Ratio, the "RFC2544" goal must have a mild or strong increase
of exceed probability, so the one lossy trial would be lossy even if measured
at a 60-second duration.
Due to zero exceed ratio, one High-Loss Trial is enough to preclude this Load
from becoming a Lower Bound for the "RFC2544" goal. That is why this Load
is classified as an Upper Bound for the "RFC2544" goal this early.</t>
          <t>This is an example of how significant time can be saved, compared to 60-second trials.</t>
        </section>
        <section anchor="point-3">
          <name>Point 3</name>
          <t>This is the "last short bad" point.
The code for available trial results is: 59x1s0l+60x1s1l.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Goal name</th>
                <th align="left">RFC2544</th>
                <th align="left">TST009</th>
                <th align="left">1s final</th>
                <th align="left">20% exceed</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Goal code</td>
                <td align="left">60f60d0l0e</td>
                <td align="left">60f120d0l50e</td>
                <td align="left">1f120d.5l50e</td>
                <td align="left">60f60d0.5l20e</td>
              </tr>
              <tr>
                <td align="left">Full-length high-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Full-length low-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">59s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Short high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Short low-loss sum</td>
                <td align="left">59s</td>
                <td align="left">59s</td>
                <td align="left">0s</td>
                <td align="left">59s</td>
              </tr>
              <tr>
                <td align="left">Balancing sum</td>
                <td align="left">0s</td>
                <td align="left">59s</td>
                <td align="left">0s</td>
                <td align="left">14.75s</td>
              </tr>
              <tr>
                <td align="left">Excess sum</td>
                <td align="left">60s</td>
                <td align="left">1s</td>
                <td align="left">0s</td>
                <td align="left">45.25s</td>
              </tr>
              <tr>
                <td align="left">Positive excess sum</td>
                <td align="left">60s</td>
                <td align="left">1s</td>
                <td align="left">0s</td>
                <td align="left">45.25s</td>
              </tr>
              <tr>
                <td align="left">Effective high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">1s</td>
                <td align="left">60s</td>
                <td align="left">45.25s</td>
              </tr>
              <tr>
                <td align="left">Effective full sum</td>
                <td align="left">60s</td>
                <td align="left">1s</td>
                <td align="left">119s</td>
                <td align="left">45.25s</td>
              </tr>
              <tr>
                <td align="left">Effective whole sum</td>
                <td align="left">60s</td>
                <td align="left">120s</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Missing sum</td>
                <td align="left">0s</td>
                <td align="left">119s</td>
                <td align="left">1s</td>
                <td align="left">14.75s</td>
              </tr>
              <tr>
                <td align="left">Pessimistic high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">120s</td>
                <td align="left">61s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Optimistic exceed ratio</td>
                <td align="left">100%</td>
                <td align="left">0.833%</td>
                <td align="left">50%</td>
                <td align="left">75.417%</td>
              </tr>
              <tr>
                <td align="left">Pessimistic exceed ratio</td>
                <td align="left">100%</td>
                <td align="left">100%</td>
                <td align="left">50.833%</td>
                <td align="left">100%</td>
              </tr>
              <tr>
                <td align="left">Classification Result</td>
                <td align="left">Upper Bound</td>
                <td align="left">Undecided</td>
                <td align="left">Undecided</td>
                <td align="left">Upper Bound</td>
              </tr>
            </tbody>
          </table>
          <t>This is the last point for the "1s final" goal to have this Load still Undecided.
Only one 1-second trial is missing within the 120-second Goal Duration Sum,
but its result will decide the classification result.</t>
          <t>The "20% exceed" goal started to classify this load as an Upper Bound
somewhere between points 2 and 3.</t>
        </section>
        <section anchor="point-4">
          <name>Point 4</name>
          <t>This is the "last short good" point.
The code for available trial results is: 60x1s0l+60x1s1l.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Goal name</th>
                <th align="left">RFC2544</th>
                <th align="left">TST009</th>
                <th align="left">1s final</th>
                <th align="left">20% exceed</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Goal code</td>
                <td align="left">60f60d0l0e</td>
                <td align="left">60f120d0l50e</td>
                <td align="left">1f120d.5l50e</td>
                <td align="left">60f60d0.5l20e</td>
              </tr>
              <tr>
                <td align="left">Full-length high-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Full-length low-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Short high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Short low-loss sum</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Balancing sum</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">15s</td>
              </tr>
              <tr>
                <td align="left">Excess sum</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Positive excess sum</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Effective high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Effective full sum</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">120s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Effective whole sum</td>
                <td align="left">60s</td>
                <td align="left">120s</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Missing sum</td>
                <td align="left">0s</td>
                <td align="left">120s</td>
                <td align="left">0s</td>
                <td align="left">15s</td>
              </tr>
              <tr>
                <td align="left">Pessimistic high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Optimistic exceed ratio</td>
                <td align="left">100%</td>
                <td align="left">0%</td>
                <td align="left">50%</td>
                <td align="left">75%</td>
              </tr>
              <tr>
                <td align="left">Pessimistic exceed ratio</td>
                <td align="left">100%</td>
                <td align="left">100%</td>
                <td align="left">50%</td>
                <td align="left">100%</td>
              </tr>
              <tr>
                <td align="left">Classification Result</td>
                <td align="left">Upper Bound</td>
                <td align="left">Undecided</td>
                <td align="left">Lower Bound</td>
                <td align="left">Upper Bound</td>
              </tr>
            </tbody>
          </table>
          <t>The one missing trial for "1s final" was Low-Loss;
half of trial results are Low-Loss, which exactly matches a 50% exceed ratio.
This shows time savings are not guaranteed.</t>
        </section>
        <section anchor="point-5">
          <name>Point 5</name>
          <t>This is the "first long bad" point.
The code for available trial results is: 60x1s0l+60x1s1l+1x60s.1l.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Goal name</th>
                <th align="left">RFC2544</th>
                <th align="left">TST009</th>
                <th align="left">1s final</th>
                <th align="left">20% exceed</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Goal code</td>
                <td align="left">60f60d0l0e</td>
                <td align="left">60f120d0l50e</td>
                <td align="left">1f120d.5l50e</td>
                <td align="left">60f60d0.5l20e</td>
              </tr>
              <tr>
                <td align="left">Full-length high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Full-length low-loss sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Short high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Short low-loss sum</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Balancing sum</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">15s</td>
              </tr>
              <tr>
                <td align="left">Excess sum</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Positive excess sum</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Effective high-loss sum</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Effective full sum</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
                <td align="left">180s</td>
                <td align="left">105s</td>
              </tr>
              <tr>
                <td align="left">Effective whole sum</td>
                <td align="left">120s</td>
                <td align="left">120s</td>
                <td align="left">180s</td>
                <td align="left">105s</td>
              </tr>
              <tr>
                <td align="left">Missing sum</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Pessimistic high-loss sum</td>
                <td align="left">120s</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Optimistic exceed ratio</td>
                <td align="left">100%</td>
                <td align="left">50%</td>
                <td align="left">33.333%</td>
                <td align="left">42.857%</td>
              </tr>
              <tr>
                <td align="left">Pessimistic exceed ratio</td>
                <td align="left">100%</td>
                <td align="left">100%</td>
                <td align="left">33.333%</td>
                <td align="left">42.857%</td>
              </tr>
              <tr>
                <td align="left">Classification Result</td>
                <td align="left">Upper Bound</td>
                <td align="left">Undecided</td>
                <td align="left">Lower Bound</td>
                <td align="left">Lower Bound</td>
              </tr>
            </tbody>
          </table>
          <t>As designed for the "TST009" goal, one Full-Length High-Loss Trial can be tolerated.
120s worth of 1-second trials is not useful, as this is allowed when
Exceed Probability does not depend on Trial Duration.
As the Goal Loss Ratio is zero, it is not possible for 60-second trials
to compensate for losses seen in 1-second results.
But Load Classification logic does not have that knowledge hardcoded,
so the optimistic exceed ratio is still only 50%.</t>
          <t>But the 0.1% Trial Loss Ratio is lower than the "20% exceed" Goal Loss Ratio,
so this unexpected Full-Length Low-Loss Trial changed the classification result
of this Load to Lower Bound.</t>
        </section>
        <section anchor="point-6">
          <name>Point 6</name>
          <t>This is the "first long good" point.
The code for available trial results is: 60x1s0l+60x1s1l+1x60s.1l+1x60s0l.</t>
          <table>
            <thead>
              <tr>
                <th align="left">Goal name</th>
                <th align="left">RFC2544</th>
                <th align="left">TST009</th>
                <th align="left">1s final</th>
                <th align="left">20% exceed</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Goal code</td>
                <td align="left">60f60d0l0e</td>
                <td align="left">60f120d0l50e</td>
                <td align="left">1f120d.5l50e</td>
                <td align="left">60f60d0.5l20e</td>
              </tr>
              <tr>
                <td align="left">Full-length high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Full-length low-loss sum</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">180s</td>
                <td align="left">120s</td>
              </tr>
              <tr>
                <td align="left">Short high-loss sum</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Short low-loss sum</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
              </tr>
              <tr>
                <td align="left">Balancing sum</td>
                <td align="left">0s</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">15s</td>
              </tr>
              <tr>
                <td align="left">Excess sum</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Positive excess sum</td>
                <td align="left">60s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Effective high-loss sum</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Effective full sum</td>
                <td align="left">180s</td>
                <td align="left">120s</td>
                <td align="left">240s</td>
                <td align="left">165s</td>
              </tr>
              <tr>
                <td align="left">Effective whole sum</td>
                <td align="left">180s</td>
                <td align="left">120s</td>
                <td align="left">240s</td>
                <td align="left">165s</td>
              </tr>
              <tr>
                <td align="left">Missing sum</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
                <td align="left">0s</td>
              </tr>
              <tr>
                <td align="left">Pessimistic high-loss sum</td>
                <td align="left">120s</td>
                <td align="left">60s</td>
                <td align="left">60s</td>
                <td align="left">45s</td>
              </tr>
              <tr>
                <td align="left">Optimistic exceed ratio</td>
                <td align="left">66.667%</td>
                <td align="left">50%</td>
                <td align="left">25%</td>
                <td align="left">27.273%</td>
              </tr>
              <tr>
                <td align="left">Pessimistic exceed ratio</td>
                <td align="left">66.667%</td>
                <td align="left">50%</td>
                <td align="left">25%</td>
                <td align="left">27.273%</td>
              </tr>
              <tr>
                <td align="left">Classification Result</td>
                <td align="left">Upper Bound</td>
                <td align="left">Lower Bound</td>
                <td align="left">Lower Bound</td>
                <td align="left">Lower Bound</td>
              </tr>
            </tbody>
          </table>
          <t>This is the Low-Loss Trial the "TST009" goal was waiting for.
This Load is now classified for all goals; the search may end.
Or more realistically, it can focus on larger loads only,
as the three goals will want an Upper Bound (unless this Load is Max Load).</t>
        </section>
      </section>
      <section anchor="conditional-throughput-computations">
        <name>Conditional Throughput Computations</name>
        <t>At the end of this hypothetical search, the "RFC2544" goal labels the
load as an Upper Bound, making it ineligible for Conditional Throughput
calculations. By contrast, the other three goals treat the same load as
a Lower Bound; if it is also accepted as their Relevant Lower Bound,
Conditional Throughput values can be computed for each of them.</t>
        <t>(The load under discussion is one million frames per second.)</t>
        <section anchor="goal-2">
          <name>Goal 2</name>
          <t>The Conditional Throughput is computed from a sorted list
of Full-Length Trial results. As the "TST009" Goal Final Trial Duration is 60 seconds,
only two of 122 Trials are considered Full-Length Trials.
One has a Trial Loss Ratio of 0%, the other of 0.1%.</t>
          <ul spacing="normal">
            <li>
              <t>Full-length high-loss sum is 60 seconds.</t>
            </li>
            <li>
              <t>Full-length low-loss sum is 60 seconds.</t>
            </li>
            <li>
              <t>Full-length is 120 seconds.</t>
            </li>
            <li>
              <t>Subceed ratio is 50%.</t>
            </li>
            <li>
              <t>Remaining sum is initially 0.5x12s = 60 seconds.</t>
            </li>
            <li>
              <t>Current loss ratio is initially 100%.</t>
            </li>
            <li>
              <t>For first result (duration 60s, loss 0%):
              </t>
              <ul spacing="normal">
                <li>
                  <t>Remaining sum is larger than zero, not exiting the loop.</t>
                </li>
                <li>
                  <t>Set current loss ratio to this trial's Trial Loss Ratio, which is 0%.</t>
                </li>
                <li>
                  <t>Decrease the remaining sum by this trial's Trial Effective Duration.</t>
                </li>
                <li>
                  <t>New remaining sum is 60s - 60s = 0s.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>For second result (duration 60s, loss 0.1%):
              </t>
              <ul spacing="normal">
                <li>
                  <t>Remaining sum is not larger than zero, exiting the loop.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Current loss ratio was most recently set to 0%.</t>
            </li>
            <li>
              <t>Current forwarding ratio is one minus the current loss ratio, so 100%.</t>
            </li>
            <li>
              <t>Conditional Throughput is the current forwarding ratio multiplied by the Load value.</t>
            </li>
            <li>
              <t>Conditional Throughput is one million frames per second.</t>
            </li>
          </ul>
        </section>
        <section anchor="goal-3">
          <name>Goal 3</name>
          <t>The "1s final" has a Goal Final Trial Duration of 1 second,
so all 122 Trial Results are considered Full-Length Trials.
They are ordered like this:</t>
          <ul spacing="normal">
            <li>
              <t>60 1-second 0% loss trials,</t>
            </li>
            <li>
              <t>1 60-second 0% loss trial,</t>
            </li>
            <li>
              <t>1 60-second 0.1% loss trial, and</t>
            </li>
            <li>
              <t>60 1-second 1% loss trials.</t>
            </li>
          </ul>
          <t>The result does not depend on the order of 0% loss trials.</t>
          <ul spacing="normal">
            <li>
              <t>Full-length high-loss sum is 60 seconds.</t>
            </li>
            <li>
              <t>Full-length low-loss sum is 180 seconds.</t>
            </li>
            <li>
              <t>Full-length is 240 seconds.</t>
            </li>
            <li>
              <t>Subceed ratio is 50%.</t>
            </li>
            <li>
              <t>Remaining sum is initially 0.5x240s = 120 seconds.</t>
            </li>
            <li>
              <t>Current loss ratio is initially 100%.</t>
            </li>
            <li>
              <t>For first 61 results (duration varies, loss 0%):
              </t>
              <ul spacing="normal">
                <li>
                  <t>Remaining sum is larger than zero, not exiting the loop.</t>
                </li>
                <li>
                  <t>Set current loss ratio to this trial's Trial Loss Ratio, which is 0%.</t>
                </li>
                <li>
                  <t>Decrease the remaining sum by this trial's Trial Effective Duration.</t>
                </li>
                <li>
                  <t>New remaining sum varies.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>After 61 trials, duration of 60x1s + 1x60s has been subtracted from 120s, leaving 0s.</t>
            </li>
            <li>
              <t>For 62-th result (duration 60s, loss 0.1%):
              </t>
              <ul spacing="normal">
                <li>
                  <t>Remaining sum is not larger than zero, exiting the loop.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Current loss ratio was most recently set to 0%.</t>
            </li>
            <li>
              <t>Current forwarding ratio is one minus the current loss ratio, so 100%.</t>
            </li>
            <li>
              <t>Conditional Throughput is the current forwarding ratio multiplied by the Load value.</t>
            </li>
            <li>
              <t>Conditional Throughput is one million frames per second.</t>
            </li>
          </ul>
        </section>
        <section anchor="goal-4">
          <name>Goal 4</name>
          <t>The Conditional Throughput is computed from a sorted list
of Full-Length Trial results. As "20% exceed" Goal Final Trial Duration
is 60 seconds, only two of 122 Trials are considered Full-Length Trials.
One has a Trial Loss Ratio of 0%, the other of 0.1%.</t>
          <ul spacing="normal">
            <li>
              <t>Full-length high-loss sum is 60 seconds.</t>
            </li>
            <li>
              <t>Full-length low-loss sum is 60 seconds.</t>
            </li>
            <li>
              <t>Full-length is 120 seconds.</t>
            </li>
            <li>
              <t>Subceed ratio is 80%.</t>
            </li>
            <li>
              <t>Remaining sum is initially 0.8x120s = 96 seconds.</t>
            </li>
            <li>
              <t>Current loss ratio is initially 100%.</t>
            </li>
            <li>
              <t>For first result (duration 60s, loss 0%):
              </t>
              <ul spacing="normal">
                <li>
                  <t>Remaining sum is larger than zero, not exiting the loop.</t>
                </li>
                <li>
                  <t>Set current loss ratio to this trial's Trial Loss Ratio, which is 0%.</t>
                </li>
                <li>
                  <t>Decrease the remaining sum by this trial's Trial Effective Duration.</t>
                </li>
                <li>
                  <t>New remaining sum is 96s - 60s = 36s.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>For second result (duration 60s, loss 0.1%):
              </t>
              <ul spacing="normal">
                <li>
                  <t>Remaining sum is larger than zero, not exiting the loop.</t>
                </li>
                <li>
                  <t>Set current loss ratio to this trial's Trial Loss Ratio, which is 0.1%.</t>
                </li>
                <li>
                  <t>Decrease the remaining sum by this trial's Trial Effective Duration.</t>
                </li>
                <li>
                  <t>New remaining sum is 36s - 60s = -24s.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>No more trials (and remaining sum is not larger than zero), exiting loop.</t>
            </li>
            <li>
              <t>Current loss ratio was most recently set to 0.1%.</t>
            </li>
            <li>
              <t>Current forwarding ratio is one minus the current loss ratio, so 99.9%.</t>
            </li>
            <li>
              <t>Conditional Throughput is the current forwarding ratio multiplied by the Load value.</t>
            </li>
            <li>
              <t>Conditional Throughput is 999 thousand frames per second.</t>
            </li>
          </ul>
          <t>Due to a stricter Goal Exceed Ratio, this Conditional Throughput
is smaller than Conditional Throughput of the other two goals.</t>
          <!-- [rfced] Formatting

a) The goals in Appendix C.1 and the points in Appendix C.1 currently convert
to <artwork> in the XML. We believe that these should be <dl> (see
https://authors.ietf.org/rfcxml-vocabulary#dl). Please confirm. If you agree,
we will make this change when we convert the document to XML.

b) The following was noted in response to the document intake form:

  We also use backticks in appendices A and B (for full and partial
  variable names). But we are not sure what effect it has, as all text in
  HTMLized draft is already fixed-width.

FYI that the backticks in the markdown file produce <tt> in the XML file.  In
the HTML and PDF outputs, <tt> produces fixed-width font with a slight
background shading; in the TXT output, there is no text styling. We reviewed
the backticks, and the usage appears to be consistent in the
document. However, note that we did update to use quotation marks for parts of
variable names, e.g., "_s" and "_sum".

c) In Section 4.7 ("Auxiliary Terms"), if no objections, we will
update the "**" formatting to quotation marks. The "**" in the
markdown file produces the <strong> element when converted to XML. The
<strong> element is used for "text that is semantically strong"; see
https://authors.ietf.org/rfcxml-vocabulary#strong.

Note that <strong> produces bold in the HTML and PDF outputs and produces an
asterisk before and after the text in the TXT output.

In addition, for the following sentences in Section 4.7, we will also use
quotation marks for the terms "lossy trial" and "zero-loss trial":

Current:
   A trial with Trial Loss Ratio larger than a Goal Loss Ratio value is
   called a *high-loss trial*, with respect to given Search Goal (or
   lossy trial, if Goal Loss Ratio is zero).
   ...
   If a trial is not high-loss, it is called a *low-loss trial* (or
   zero-loss trial, if Goal Loss Ratio is zero).

Perhaps:
   A trial with a Trial Loss Ratio larger than a Goal Loss Ratio value is
   called a "high-loss trial", with respect to the given Search Goal (or
   "lossy trial", if Goal Loss Ratio is zero).
   ...
   If a trial is not high-loss, it is called a "low-loss trial" (or
   "zero-loss trial", if the Goal Loss Ratio is zero).
-->

<!--[rfced] Abbreviations

a) FYI - We have added expansions for the following abbreviations
per Section 3.6 of RFC 7322 ("RFC Style Guide"). Please review each
expansion in the document carefully to ensure correctness.

 Application-Specific Integrated Circuit (ASIC)
 Field-Programmable Gate Array (FPGA)
 Internet Mix (IMIX)
 Network Processing Unit (NPU)


b) Both the expansion and the acronym for the following terms are used
throughout the document. Would you like to update to using the expansion
upon first usage and the acronym for the rest of the document for consistency?

 frames per second (fps)
 million frames per second (Mfps)
 Multiple Loss Ratio search (MLRsearch)


c) How should "MAC" be expanded in the sentence below? As "Media Access
Control", "Medium Access Control", "Message Authentication Code", "Mandatory
Access Control", or something else?

Original:
   It is RECOMMENDED to interpret the
   "learning frames" to be any such time-sensitive per-trial
   configuration method, with bridge MAC learning being only one
   possible examples.


d) How should "NIC" be expanded in the sentence below? As "Network Interface 
Card", "Network Information Center", "Network Interface Controller", or
something else?

Original:
   Even if bandwidth of a medium allows higher traffic forwarding
   performance, the SUT interfaces may have their additional own
   limitations, e.g., a specific frames-per-second limit on the NIC (a
   common occurrence).
-->

<!-- [rfced] Terminology:

a) The following text about capitalization of terms defined in this document
appears in Sections 1 and 4:

Original:
  If a phrase appears with the first letters capitalized, it
  likely refers to a specific term defined in an eponymous subsection
  of "MLRsearch Specification" (Section 4).
  ...
  Some terms used in the specification are capitalized. It is just a
  stylistic choice for this document, reminding the reader this term is
  introduced, defined or explained elsewhere in the document. Lower
  case variants are equally valid.

The following terms are defined in Section 4 of this document and appear in
the document with inconsistent capitalization. We did not make any changes per
the text above, but please review and let us know if you would like to make
any updates for consistency.

  Binary Search vs. binary search
  Exceed Probability vs. exceed probability
  Full-Length Trial vs. full-length trial
  High-Loss Trial vs. high-loss trial
  Inconsistent Trial Result vs. inconsistent trial result
  Load Classification Logic vs. Load Classification logic
  Low-Loss Trial vs. Low-Loss trial vs. low-loss trial
  Lower Bound vs. lower bound vs. lower-bound
  Search Duration vs. search duration
  Search Goal vs. Search goal vs. search goal
  Search Result vs. search result
  Short Trial vs. short trial
  Test Report vs. test report
  Traffic Profile vs. traffic profile
  Trial Forwarding Rate vs. trial forward rate
  Trial Result vs. trial result
  Upper Bound vs. upper bound vs. upper-bound
  Trial vs. trail
  Trial Duration vs. trial duration


b) We note inconsistencies in the terms below. Please review these
occurrences and let us know if/how they may be made consistent.

 [RFC2544] Throughput vs. [RFC2544] throughput
 Full-Length Low-Loss Trial vs. full-length low-loss trial
 Load vs. load
 Offered Load vs. offered load
 Search vs. search
 multiple-goal vs. multi-goal vs. many-goal
-->

<!-- [rfced] Please review the "Inclusive Language" portion of the online 
Style Guide <https://www.rfc-editor.org/styleguide/part2/#inclusive_language>
and let us know if any changes are needed.  Updates of this nature typically
result in more precise language, which is helpful for readers.

Note that our script did not flag any words in particular, but this should 
still be reviewed as a best practice.
-->

</section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAJIUBWoAA+y965IbR5Iu+D+fIgdtc6ZKBoAXXVqiZrqXIkV1zUgij1hq
7RyarC0LSBSyCSAxmYkqomX6cd5kz6vsvNi6f+4e4ZFIoIqSdnuO2Y5Zj1gA
MjIuHn73zyeTSZZ1Vbcqn+Tf7FZdtV2V+dd12+bfFV1V56/Lopkts+Lqqilv
6Cdff9fKJ/N6tinW9NS8KRbdpCq7xeRqfXs9Wa8a+cnk0cfZZre+Kpsn+Wef
/f5RNi86+v3jh48/mTz8OGt3V+uqbat6c7nf0ucXX16+yKot/bhrdm33+OHD
zx4+zmb1pi037a7Fx2W22/Io7ZOsvmrrVYl/0rw+zFbF5vpJXm6yoimLJ/nL
V6+zW/qAp5TNiu5JXm0WdZZtqyf5m66ejfN2v27KRUv/qJuO//VjlhW7blk3
T7I8zyf8/+ghevE30/zfaBpdsen2m/q2mv0N3y12q5VswTfFrCrfDv6obmgS
z6p2Rlu5b7ty3eLjcl1Uqyf5+q088n/M+BfTWb3uvfrP0/xVvSre9l7456bo
3tbuq9OvuWm2/Ev3lmxTN2s64JuSF/vdi2ePHn/0WP/5+NGjz+yfjz/92P75
8Ucf6T8/ffR7+mfGG5oO8vGjTx/qPz/58CMb5JPPwiCfPpahL19f0vFin/Ou
aK5LOp9l123bJw8e3N7eTsuuraa0pgfzckXDNw/4g79ctw++ffHnCT384OHD
R395+Nln9F/634fThx9N6YNPHj64bv+iP6Fvbh5++PCjh4+20+18Ia8SOh99
W3a3dfM2f7HbzIjIN23+56rpdsWqapnoN/kZDXKef1euyqIt8w8/zy/Ltqs2
15/nr7flrFpUM/ldvch1LPoy/6LczJbronnb5sVmnn9DD++acl1uOvo3Eda8
zWnHchr7YoT5OHLjY5dT/PLy9QU+Cdfl4eTRY3xCVEr3oaMB5Wf5V69zXW5O
683//OH0o+kj+um/Tx99/MlHx/e36nbTatM9aMrZg3m9qq+rzV+2u6tp0W7/
yBfpX8r/Vs3/5XLy3ZfPJjLW5PHDR588fDy5+Id/ePX8xeTL/9bRpf2XKlCa
be2X3bJsNmWXt2VzU83KvKAdvpHdosva5WvsBL9zf2ITLi6/n1ziIxqnKlum
NfsJvqPDITqmvZ1j7Ce65GTjHhGf4Y178byqJ89eX1xOAvsa3ppZW3XTxXxa
1Q9mxN/aB26y9O9wnO0DekXxly1tVfmXbtnUu+vldtc9INb3Fxn/QbIpL57T
kDnPAISk1IBhacFhUqP02D+cPHpIn7zav7roT3xwz17t6cNN/qqYvS2uy/xi
My/fDS5zu9/K7do29V/LWfcgjP7g0fTx9FE6+fBlji+HJ3kxeT5dEfm3pQiB
ZjFjhjG5qlqZ5bxqabv2T/Kv6Vd/Kyevl9W6oG/0z3+rb4pZK58+OXbuRPnN
BsddrPJ/rXcN/5eu4NP5TbGZlS2xTNrfFQhjt9E7Sgz+S/qoa+qunC3pU/rg
dXVNj8otVXY5Ji5Zr6b6qjz/bJxv6mn+eJxvt9P8EV3B3+t3z19ePKEPpo/o
Pjx6UP2VxdH05rPq8fTxp5/6nfuqWDNXuK26ZU63Ir8MhIIX80df08Ob2T5y
Dn7A841XTT0r5/RXq2+n5RIfzXlzDyhhkot0+Oo//9cV8ZmvcR76HKTJV1P/
of38P//n27ol4XXzn/9r1vqf/+f/nCYf2wP/VlbVbFnldobhgX+bus+ERP4J
/OvhJ0Qm/0Qfv+y6yTdFt6zorMv125L+WM6Lm+o4q5q1JLCIo6xWU9qIB9uy
Jg3lQUmyQD+uN6v9g3bfroiZLx8sitXq4eMHddcdcP1L2nCS1E1NQnBbzWjT
l/Rm2ijaU5zPs1f5s3pzzaye7tHTm7qaM13lT1fXdUOnuB5mWKYDdDTIbS6r
C3RkCkTvY7mwVde1V7vmepm/3m3LhuiWiINJ4FnJtD4maiY6bnnXxjTd1YqW
XPbe+6/lYtGU+xzbmb72X6e9T3/DtxbrdlmRjJPjO3hv//Pf7s3xJ+lLL6fJ
Z3hhMoTQ4yPSRCcPf38gTp8++yZ/ffHVs5fffENEwPMqG/5HZCQkcW6q8nYM
PpE//r0wiA+FQXzy+8mnjzNlhFEX3ohyMGHJVzaT2eK6xw3/XJAGvCpvsmwy
meTFVds1JDCzLPvnf6C/3xAbLec/5k+fj0Ghi5rI/ZY3TNTg/LZo83UxL/Ou
xg+ezt6S7rkq59cip4iLQsHJaLfxA6FdWnm7ZcXaniNhtwO/IaWgeMsvatak
eYr602Dd4FnFlkTGTZkxLeezJWkK5TTLXn79HMv6ptjsabhiQwoQDfyU2G7+
p5o/sCv28hWpK6yyXDHDy1X+QCsC0+DJMY/07yQToqQP23zXlqQB5yL2O+He
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
LvsAf00VA472VRtlGnfErESJOKpt+wPxjmlWlJKBTdj5B+CibCVZyd91cXom
/rE49jgrPC0WlvzKtOScvLtWxGLBskcY3LYmlkGPt0p5sJtgBnEImi5GsRZf
eEg2wgQ5ftnSwvlylLLzN06hTCYQVKOzq2LFBzA/z6+SQADy0VpxCBWcyyEW
R9BGJWkq6iWcVXp6Q6bZ6DLx+I/ys+jfevyRObew5+fmLWn789ogaYbU5bor
nTYj3AdJMzqlNgrr6ADhCBcHDyRHK2wJb3FCBth+/MjEImdwCVeWCT96PP1Q
PHI//SR1Mqxh3C4rNmhimhaovZDLVjHB/YlVwwoHzmcqgkke2EaXfBkn9yTL
Psgvop+Pv1yxBJvAwSUv4EOHD3tFnHMCj6/4rQ+fJUl67FmyPidEm6V43cIA
mshLv1hXc6FOmSLmVxKJM+vDzGe7BtqZDS+xkg/y73ab4GDPP3lIt3aGhDkQ
hEYJbPD8jAnHX8DkXodbPSvPsbyF+JdpTzkcMob47G8S1hdegHl9zkGrVVvG
B7Az+dEHsA5YpflZzLlGTpz+7pxm2lUrDHZdbOkFIZIV/ZHrkpUc08LYDey8
x/wGko4bx5jTs6Z5mIsm4WMS14lUBNXX6BLGCSfLIgzoTYjsrO3q7ZYXErZY
XAX8Pvp4LPpWYksl7uvXXbnNXzNxvSpYUSVl53ycibnODMqs7hD8O/CtZdlr
1pLFILFyE/r9qlAhqU7uhKgwrrjiOUzBwW3sQaTc1oiRGMaSg0qq+/I+GN3L
MJrGOEJWEjNZOalRoriCt5mPgF3qK9bN0zDKGcstyV4mcbbSGSOqTHLma+ba
qpM8Vx6oGSZk8FYL09HZPegDmRpOMaERv9R0WTEYnTUcjSSYDqLMyKxpj8uQ
T+0UonG2hG02YyHCyZC1ah9x1L64brNwpHRGJC4sbYDmbKkewbCWuc/EptPk
MRVgPNRUZNQa0Wcf5MVxlO/K2U6SfTlAgxCiBLTXrK4U8PdDtWJ9OFyGI0HO
fvlcjviZZzd0nBxL1Fu6rVlZomMWjw7HJki8VrMK60mdiZd3KyoaK4Xch3FC
O7opT+guWd+xNWZWV77TUCvTGsfp5jvJAuZbTlqTGLQNW+8vOMwyBvu93uCG
0YaRDrFTFZD3lJW5rXoONeqO1/J1EkEI67kh06ZGPt5Y7H+XA6DsyvKXyjQD
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
R+kohtXsqL8x6ScnY7mjgebyz6pd2w2T9dd0uwrfEX5q+xg1FWFGXdXU3v3a
t0kbQmbbj6/Rqxboy9YXt3Sj3skkBoGMlyDu1ua2du6M7u5VSYD8WPun3tww
7mmtuaG21wYB2d7elbPWhe/4Tk05HMfr9aq5LdoQG+3r/e1whvgy3P2R75Mh
NGP8zxVt7e9UtWeTbvTFm7fVBbeIKfg8mpDgU9vHpBNSkTuy7Z+PP/HMb4/u
3b79efhtUhPyGpOQBzxQYP3Tho+xNIctHptnUhLEGkPUnrLhMK4iUmnilG+v
J3Y36AlWvTdXE3rd+aQt3lpb7DTEwkfSFvEBa3Sj1sl/VW0Rj3K4d2+jtrh9
pbbY2dSfm2mLjU01t8UmbbGxqf36pvlo2iLeF80f13r50bTFzmh//64T4nX1
EEj4j60tglDcDbRFSAbcAKWDoHfXIvgeQlZeYJAwqJnA0RQGgwI0fQw1APoB
5TyctnNBBbk0LD4LScofcyWBc6A/CH3tbxvn2tSFbjt5jN+GxDipkRi3cMrW
5wL1r7gWXpxdBi1dhXTc3po0gNrskVe1zdRkjodiCzD+Ait0g2SiNZkas6nk
BfhJM7yPQJ/frunz2L94lTqP/eOhUleX0Set/tZavSlzP5JW398kY5ud/FdV
6zVtsFEN39kb7V6h1d+iuU2afWNztTVpNNfU7hub29mJVqnR3IfV8PFYan2p
91Tv4h9LyUeauabV9+IL49290Z2du/+smj6gSu+6GXZ4jpEo7y6HcElK3klw
P3TJUzuRpgHmla68Ij3xC2hN7LFGONqIcStVKpKHpHzkCF/GMyJPaWZtz6sI
7bslF3Ihj2cmCC65NRp5Lk+50NQ6IQPXsO0uvMG3I9V5p1t1Xsdj2tSdtXDL
J935z6A7m019LN1507aurzs3t7VzI8W5+f5650Za8+q2rq8yNy/jnRvpy/oE
xUrlzj9OWe5u7OY7acrm1foGmjK+Djc05Ttpyaitd9OS4eWuqSVzTfOV1Vi5
QF+gIBlvyUKBXyZn2eykPWvInrHYruXBgoMelYV7TkIb5L8EBREMxAWPbnbU
D5857AHnI6201+qgdaHRd1VKLgfgk3bapJ02yu73qJ1axMcn9fTPqZ7Cpbpq
S1ylnja2tXMvFuzbV+inuLG6fmpp7PoKavNKXuGu3divlgm7vn6qKZHbt0e3
g5vXnd3Rvb13ucl1tPe+1FTIE855744h193gNGkFdyBxg24oKTXP4Yr2xZLr
L0YJ5vqCjv4Zsq1i96Fh80oCqVIIqJtSuYI5OaoNjLwl/75eiHMQsCvF6MnC
CyQJOOAwCDGK6z7ORKEbFECZH+GdxVXliiTsRuU4Qx6uVxtSblzf9TKcrVKH
WApme9Yv00Fi7u2Ozeh4FlC+sgd6JiNVQK5gozQVt9WQNya+5zYgmStlQlrP
pQSeXt1dT83YxPNTRXhovVsnVsOKqaFpDbZfZHjsdxse7+U63Mg+/GSBfCQL
ZGNTdQWx+8kE+fcwQe5t0M67d+JNsX+VCXLTxq5vgmyesRuZIFdP2CYTZH/f
h4wbJsjuXvzx7mj37u3NJsjbtHd9E6Tb5miYIKHUr2mXhjWCG/NFVqyktnCp
11wrtyWFGgZNLfkXKUpfKlYQkrkZPT4HeuVSaBVcKTYD5sBMYLMG+fFsZigp
wgy1t6x6Xbktcz9qarE4m0EAUmelXc9nQhMUdPYoe4P/7m/kbI0zfQ+a6ENR
6bwMrzXkTmoynwkpXbv3esBowcAP4jSvfFacOvOovW9MDcq8P+jbKH146Viv
pANaVxVM0IqmWfOJhdUD/UiiMPmXHLYP6iizySRfrBxeUrFs5+/rIhPUNGYD
37WKzBPjqpQkf2Yf3jo+0y4xRc0ygBe/umS7L5aMFESK86ejPxzWd50Q3joF
OeH9l9SIc49Dq2aUqnXrjkRnxR6/JigJSKTYmbPLyR7f3TUoLIGhFQaLmp13
rLF+BlWR2rCGZUltbX8eLjX/gWxQpNh32xZR10bJBkLejU/SlyRew29j1lX6
HuZxnUW1CAlOyRJ6s7PLGCXxi1rIUaPfOWJU5jwVS1UDTluOk53k+0Aa2P68
/6CFz7WoWohL+YrA5KUGdGP8pcJe+hbMpUE9CPf5PRGYSkPP84smISvrtSH+
/2vSjyOdpOi21D5LtHW65qmb5DWep9aVY51xXmKJJlLADoqhMtU17KRXLa6m
VkU+kuyGTobV4trsqm3MqpuavQJHwsuk2xrh9K5nOdPdAiQsk+I7IetRJzk8
OsTVAoTee4nnjDOY6auwyVDcRefOXaW1gszKCenbneBmHn3b+NLq5KwyjSH1
49ajByqN+ep+bKvsP9Mui5yr/fa9CTgyXTdIOLJd34OEgwX8dV1cvoWM299x
N2x/ghkzIf83FHUybp7JgxPGA6HJsTrYaVSZ92aHYbLgdQhwi9bjFVid1Azg
q8KAEbs4ShPIzf3doRAufhKbH19s3vmgplzTD9eKjxebcum/pyl37xqC7t4b
3Le/Tu/vf7Ll3o8td3/f23K399+TMfeRJwrb+MNP1e1gqoa7dzBXz0slbZQz
uiXM9tcQ0n0vpd9KQtvRfWcZff/+6P4/Rkjfv3+f4cnWFWi5WqS0Ju5nXDhQ
MD1iE2hmIKva4b7gWEoIRdbRF4UB8CgxVpsdY+49BUk2L1mSZH3georTo5in
B4YQ/Wi049gVPaJL9LWH2aJxvs6XK45FfZUtQXb3jbFU/fHo2Sj9kfMMaW4t
oERfVEBn1lKIr6azb9KtKs+Ts9VqUT24dStbM+dUNSry1cmoXJ7eos6/OZ8N
X5eTbMwUzpefTWf9UfpihoNCPSCBeD5KD0+E+O10meeD5CIXV5dnl5IwkKAa
XOTWc4FFM+IpGgb3OknGMjseMucCLJvCjQ5u6ZIxZxRqz/2eZovfx9RLALj4
UTkJ1lUOTqdVMfkZ06l43IwxdiAccukW+3vghObPYKxGMX8Mbk0D51jaRe6S
ZECbfsFzK5Cd7JgiFYqopZTLv+GOUUvfHh89A5O18IbBe8VoOpekUt7k0+FF
MWVK5OTpfx66xYq7zX9gZM1peTFnWsFcWdJoHVercOHx5YgBEYHIw2/GsF48
fsqE40xmPpDfaANV2AeawLnCYmdKLJxwP06XAs53lvHx/dLed/zHY20U5oFg
y85LGXm1upzRw9iJQr2VT5NoYAO33ekgM6eyotMJ5xEMFub+W+nrEk+v9m15
wXh4UA66v2lhpsVUMSu5CV76/16XiqnHkycI94aBmMTrS0IVMIUAFwc8A1DF
aVUmfYaX9LiWd9Ot3sH6DZjpL9PjfHle9fpgqKWhl+M/K/fpINWjkFif+JL9
xRc94RFcrZSUqdbHEfY/ntNht667iNavpC7qmzQX/EA5ZHrCJDcZwoCaTBrP
ClCTuDt7WDKl8yQxep7NDSBeftb7Mr2hrJDf0fw9d2vkuuAGMWaYdN1NbXtV
jqQ9nc2TrGKu2+pnY7QHquGJQS7qkattzpHgeU5FgA9aeA6Amw/gwQjB9K5b
QydNkrYtJa+mfcA4Ia7sTLcRq+yhdxD0SD6p5gVy6YHVqBXuHhDY3qHuzxqZ
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

-->

</rfc>
