<?xml version="1.0" encoding="us-ascii"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.1.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC1242 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1242.xml">
<!ENTITY RFC2119 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC2285 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2285.xml">
<!ENTITY RFC2544 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2544.xml">
<!ENTITY RFC8174 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC5180 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5180.xml">
<!ENTITY RFC6349 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6349.xml">
<!ENTITY RFC6985 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6985.xml">
<!ENTITY RFC8219 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8219.xml">
]>


<rfc ipr="trust200902" docName="draft-ietf-bmwg-mlrsearch-11" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="MLRsearch">Multiple Loss Ratio Search</title>

    <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="2025" month="July" day="07"/>

    <area>ops</area>
    <workgroup>Benchmarking Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 108?>

<t>This document specifies extensions to &quot;Benchmarking Methodology for
Network Interconnect Devices&quot; (RFC 2544) throughput search 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 ASIC / NPU / FPGA hardware.</t>





    </abstract>



  </front>

  <middle>


<?line 174?>


<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
x86/ARM CPUs (vs purpose-built ASIC / NPU / FPGA). Such network
functions can be deployed on dedicated physical appliance (e.g., a
standalone hardware device) or as virtual appliance (e.g., Virtual
Network Function running on shared servers in the compute cloud).</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 vanilla throughput binary search,
as specified for example in <xref target="TST009"></xref> and <xref target="RFC2544"></xref>
to software devices under test (DUTs) results in several problems:</t>



<t><list style="symbols">
  <t>Binary search takes long as most trials are done far from the
eventually found throughput.</t>
  <t>The required final trial duration and pauses between trials
prolong the overall search duration.</t>
  <t>Software DUTs show noisy trial results,
leading to a big spread of possible discovered throughput values.</t>
  <t>Throughput requires a loss of exactly zero frames, but the industry best practices
frequently allow for low but non-zero losses tolerance (<xref target="Y.1564"></xref>, test-equipment manuals).</t>
  <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 <xref target="RFC1242"></xref> / <xref target="RFC2544"></xref>
throughput metric can no longer be pinned to a single, unambiguous
value.)</t>
</list></t>




<t>To address these problems,
early MLRsearch implementations employed the following enhancements:</t>

<t><list style="numbers" type="1">
  <t>Allow multiple short trials instead of one big trial per load.
  <list style="symbols">
      <t>Optionally, tolerate a percentage of trial results with higher loss.</t>
    </list></t>
  <t>Allow searching for multiple Search Goals, with differing loss ratios.
  <list style="symbols">
      <t>Any trial result can affect each Search Goal in principle.</t>
    </list></t>
  <t>Insert multiple coarse targets for each Search Goal, earlier ones need
to spend less time on trials.
  <list style="symbols">
      <t>Earlier targets also aim for lesser precision.</t>
      <t>Use Forwarding Rate (FR) at Maximum Offered Load (FRMOL), as defined
in Section 3.6.2 of <xref target="RFC2285"></xref>, to initialize bounds.</t>
    </list></t>
  <t>Be careful when dealing with inconsistent trial results.
  <list style="symbols">
      <t>Reported throughput is smaller than the smallest load with high loss.</t>
      <t>Smaller load candidates are measured first.</t>
    </list></t>
  <t>Apply several time-saving load selection heuristics that deliberately
prevent the bounds from narrowing unnecessarily.</t>
</list></t>




<t>Enhacements 1, 2 and partly 4 are formalized as 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.
Conservative enough settings lead to results
unconditionally compliant with <xref target="RFC2544"></xref>,
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"></xref>.
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"></xref>.</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"></xref>
and the foundational methodology from <xref target="RFC2544"></xref>.
A common pattern has emerged where BMWG documents reference the methodology of <xref target="RFC2544"></xref>
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 formally 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"></xref>, 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 <xref target="RFC2544"></xref> framework
(see <xref target="scope">Scope </xref>).</t>

<t>A primary consideration in the design of MLRsearch is the trade-off
between configurability and comparability. The methodology&#39;s flexibility,
especially the ability to define various sets of Search Goals,
supporting both single-goal and multiple-goal benchmarks in an 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"></xref> 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"></xref> 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 a binary search for <xref target="RFC2544"></xref> unconditionally compliant throughput.</t>

<section anchor="long-search-duration"><name>Long Search Duration</name>

<t>The proliferation of software DUTs, with frequent software updates and a</t>

<t>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 throughput definition per <xref target="RFC2544"></xref> restricts the potential
for time-efficiency improvements.
The bisection method, when used in a manner unconditionally compliant
with <xref target="RFC2544"></xref>, is excessively slow due to two main factors.</t>

<t>Firstly, a significant amount of time is spent on trials
with loads that, in retrospect, are far from the final determined throughput.</t>





<t>Secondly, <xref target="RFC2544"></xref> 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.
However, each of the full 60-second trials doubles the precision.</t>


<t>As such, not many trials can be removed without a substantial loss of precision.</t>

<t>For reference, here is a brief <xref target="RFC2544"></xref> throughput binary
(bisection) reminder, based on Sections 24 and 26 of [RFC2544:</t>

<t><list style="symbols">
  <t>Set Max = line-rate and Min = a proven loss-free load.</t>
  <t>Run a single 60-s trial at the midpoint.</t>
  <t>Zero-loss -&gt; midpoint becomes new Min; any loss-&gt; new Max.</t>
  <t>Repeat until the Max-Min gap meets the desired precision, then report
the highest zero-loss rate for every mandatory frame size.</t>
</list></t>

</section>
<section anchor="dut-in-sut"><name>DUT in SUT</name>

<t><xref target="RFC2285"></xref> defines:</t>

<t>DUT as:</t>

<t><list style="symbols">
  <t>The network frame forwarding device to which stimulus is offered and
response measured Section 3.1.1 of <xref target="RFC2285"></xref>.</t>
</list></t>


<t>SUT as:</t>

<t><list style="symbols">
  <t>The collective set of network devices as a single entity to which
stimulus is offered and response measured Section 3.1.2 of <xref target="RFC2285"></xref>.</t>
</list></t>

<t>Section 19 of <xref target="RFC2544"></xref> 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>For software-based data-plane forwarding running on commodity x86/ARM
CPUs, the SUT comprises not only the forwarding application itself, the
DUT, but 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 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&#39;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 &#39;noise&#39; 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 frequently
it 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,
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&#39;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>Provided SUT execution environment and any co-resident workloads place
only negligible demands on SUT shared resources, so that
the DUT remains the principal performance limiter,
the DUT&#39;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, enabling to derive 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"></xref> 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 important also 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"></xref> throughput requirements (60 seconds 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 binary search results tend to wander 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 in <xref target="RFC2544"></xref>.</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 help also with the repeatability problem.</t>

<t>Conversely, any alteration to <xref target="RFC2544"></xref> 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>

<dl>
  <dt>Section 3.17 of <xref target="RFC1242"></xref> defines throughput as:</dt>
  <dd>
    <t>The maximum rate at which none of the offered frames
are dropped by the device.</t>
  </dd>
  <dt>Then, it says:</dt>
  <dd>
    <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>
  </dd>
</dl>

<t>However, many benchmarking teams accept a low,
non-zero loss ratio as the goal for their load search.</t>

<t>Motivations are many:</t>

<t><list style="symbols">
  <t>Networking protocols tolerate frame loss better,
compared to the time when <xref target="RFC1242"></xref> and <xref target="RFC2544"></xref> were specified.</t>
</list></t>


<t><list style="symbols">
  <t>Increased link speeds require trials sending way more frames within the same duration,
increasing the chance of a small SUT performance fluctuation
being enough to cause frame loss.</t>
</list></t>


<t><list style="symbols">
  <t>Because noise-related drops usually arrive in small bursts, their
impact on the trial&#39;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>
</list></t>


<t><list style="symbols">
  <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>
</list></t>



<t><list style="symbols">
  <t>For more information, see an earlier draft <xref target="Lencze-Shima"></xref> (Section 5)
and references there.</t>
</list></t>

<t>Regardless of the validity of all similar motivations,
support for non-zero loss goals makes a
search algorithm more user-friendly.
<xref target="RFC2544"></xref> throughput is not user-friendly in this regard.</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 a single goal load search procedure result.</t>

<t>It is easy to modify the vanilla bisection to find a lower bound
for the load that satisfies a non-zero Goal Loss Ratio.
But it is not that obvious how to search for multiple goals at once,
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 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"></xref>), but relationship
between goodput and loss ratio is not simple. Refer to
<xref target="Lencze-Kovacs-Shima"></xref> for examples of various corner cases,
Section 3 of <xref target="RFC6349"></xref> for loss ratios acceptable for an accurate
measurement of TCP throughput, and <xref target="Ott-Mathis-Semke-Mahdavi"></xref> 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>

<t><list style="symbols">
  <t>A trial at the same load (same or different trial duration) results
in a different Trial Loss Ratio.</t>
  <t>A trial at a larger load (same or different trial duration) results
in a lower Trial Loss Ratio.</t>
</list></t>

<t>The plain bisection never encounters inconsistent trials.
But <xref target="RFC2544"></xref> hints about the possibility of inconsistent trial results,
in two places in its text.
The first place is Section 24 of <xref target="RFC2544"></xref>,
where full trial durations are required,
presumably because they can be inconsistent with the results
from short trial durations.
The second place is Section 26.3 of <xref target="RFC2544"></xref>,
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 in <xref target="RFC1242"></xref> and <xref target="RFC2544"></xref> 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 which 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 &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL NOT&quot;, &quot;SHOULD&quot;,
&quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;NOT RECOMMENDED&quot;, &quot;MAY&quot;, and &quot;OPTIONAL&quot;
in this document are to be interpreted as described in BCP 14, <xref target="RFC2119"></xref>
and <xref target="RFC8174"></xref> when, and only when, they appear in all capitals, as shown here.</t>


<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 to provide an unambiguous specification.
This ensures that if a test procedure or test report claims compliance with the MLRsearch Specification,
it MUST 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 chapter provides all technical definitions
needed for evaluating whether a particular test procedure
complies with MLRsearch Specification.</t>

<t>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. 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
titled &quot;Terms&quot;. This way, the list of terms is visible in table of
contents.</t>




<t>Each per term subsection contains a short <em>Definition</em> paragraph
containing a minimal definition and all strict requirements, followed
by <em>Discussion</em> 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 &quot;multi-goal&quot; benchmarks, with &quot;single-goal&quot; as a subset.</t>

<t>The normative scope of this specification includes:</t>

<t><list style="symbols">
  <t>The terminology for all required quantities and their attributes.</t>
  <t>An abstract architecture consisting of functional components
(Manager, Controller, Measurer) and the requirements for their inputs and outputs.</t>
  <t>The required structure and attributes of the Controller Input,
including one or more Search Goal instances.</t>
  <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>
  <t>The required structure and attributes of the Controller Output,
including a Goal Result for each Search Goal.</t>
</list></t>

<section anchor="relationship-to-rfc-2544"><name>Relationship to RFC 2544</name>

<t>MLRsearch Specification is an independent methodology
and does not change or obsolete any part of <xref target="RFC2544"></xref>.</t>

<t>This specification permits deviations from the Trial procedure
as described in <xref target="RFC2544"></xref>. Any deviation from the <xref target="RFC2544"></xref> procedure
must be documented explicitly in the Test Report,
and such variations remain outside the scope of the original <xref target="RFC2544"></xref> benchmarks.</t>

<t>A specific single-goal MLRsearch benchmark can be configured
to be compliant with <xref target="RFC2544"></xref> Throughput,
and most procedures reporting <xref target="RFC2544"></xref> Throughput
can be adapted to satisfy also MLRsearch requirements for 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>

<t><list style="symbols">
  <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>
  <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>
  <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>
</list></t>

</section>
</section>
<section anchor="architecture-overview"><name>Architecture Overview</name>


<t>Although the normative text references only terminology that has already
been introduced, explanatory passages beside it 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 &quot;calls&quot; 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 behaviours, 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 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,
the Manager component is tasked to pre-configure 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 Controller once for each benchmark.</t>

<t>The Manager calls a Controller once,
and the Controller then invokes the Measurer repeatedly
until Controler 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>MLRsearch Specification prescribes Regular Search Results and recommends
corresponding search completion conditions.</t>


<t>Irregular Search Results are also allowed,
they have different requirements and their corresponding stopping conditions are out of scope.</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 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, 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 &quot;reported&quot;
or &quot;stated in the test report&quot; constitutes a normative requirement
on the content of this final artifact.</t>

<t>Even where not stated explicitly, the &quot;Reporting format&quot;
paragraphs in <xref target="RFC2544"></xref> sections are still requirements on Test Report
if they apply to a MLRsearch benchmark.</t>

</section>
<section anchor="behavior-correctness"><name>Behavior Correctness</name>

<t>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"></xref>.</t>

<t>The primary MLRsearch implementation, used as the prototype
for this specification, is <xref target="PyPI-MLRsearch"></xref>.</t>

</section>
</section>
<section anchor="quantities"><name>Quantities</name>

<t>MLRsearch Specification
uses a number of specific quantities,
some of them can be expressed in several different units.</t>


<t>In general, MLRsearch Specification does not require particular units to be used,
but it is REQUIRED 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 ended, but their values
are computable also before a Search ends.</t>

<t>For a quantity that is computable before a Search ends,
the adjective <strong>current</strong> 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 <strong>final</strong>
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 &quot;duration&quot;
(dynamic quantity) increases from &quot;initial duration&quot; to &quot;final
duration&quot; (configuration quantities), all the quoted names denote
separate but related quantities. As the naming suggests, the final
value of &quot;duration&quot; is expected to be equal to &quot;final duration&quot; 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>

<t><list style="symbols">
  <t>&quot;Benchmarking Terminology for Network Interconnect Devices&quot; <xref target="RFC1242"></xref>
contains basic term definitions.</t>
  <t>&quot;Benchmarking Terminology for LAN Switching Devices&quot; <xref target="RFC2285"></xref> adds
more terms and discussions, describing some known network
benchmarking situations in a more precise way.</t>
  <t>&quot;Benchmarking Methodology for Network Interconnect Devices&quot;
 <xref target="RFC2544"></xref> contains discussions about terms and additional
 methodology requirements.</t>
</list></t>

<t>Definitions of some central terms from above documents are copied and
discussed in the following subsections.</t>



<section anchor="sut"><name>SUT</name>

<t>Defined in Section 3.1.2 of <xref target="RFC2285"></xref> as follows.</t>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The collective set of network devices to which stimulus is offered
as a single entity and response measured.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>An SUT consisting of a single network device is allowed by this definition.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>In software-based networking SUT may comprise multitude of
networking applications and the entire host hardware and software
execution environment.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>Defined in Section 3.1.1 of <xref target="RFC2285"></xref> as follows.</t>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The network forwarding device
to which stimulus is offered and response measured.</t>
  </dd>
</dl>


<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Contrary to SUT, the DUT stimulus and response are frequently
initiated and observed only indirectly, on different parts of SUT.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>DUT, as a sub-component of SUT, is only indirectly mentioned in
MLRsearch Specification, but is of key relevance for its motivation.
The device can represent a software-based networking functions running
on commodity x86/ARM CPUs (vs purpose-built ASIC / NPU / FPGA).</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>A well-designed SUTs should have the primary DUT as their performance bottleneck.
The ways to achieve that are outside of MLRsearch Specification scope.</t>
  </dd>
</dl>

</section>
<section anchor="trial"><name>Trial</name>

<t>A trial is the part of the test described in Section 23 of <xref target="RFC2544"></xref>.</t>

<t>Definition:</t>

<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>a) If the DUT is a router, send the routing update to the &quot;input&quot;
port and pause two seconds to be sure that the routing has settled.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>b)  Send the &quot;learning frames&quot; to the &quot;output&quot; 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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>c) Run the test trial.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>d) Wait for two seconds for any residual frames to be received.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>e) Wait for at least five seconds for the DUT to restabilize.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The traffic is sent only in phase c) and received in phases c) and d).</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Trials are the only stimuli the SUT is expected to experience during the Search.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>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 <xref target="RFC2544"></xref>.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The definition describes some traits, not using capitalized verbs
to signify strength of the requirements.
For the purposes of the MLRsearch Specification,
the test procedure MAY deviate from the <xref target="RFC2544"></xref> description,
but any such deviation MUST be described explicitly in the Test Report.
It is still RECOMMENDED to not deviate from the description,
as any deviation weakens comparability.</t>
  </dd>
</dl>



<dl>
  <dt>&#160;</dt>
  <dd>
    <t>An example of deviation from <xref target="RFC2544"></xref> is using shorter wait times,
compared to those described in phases a), b), d) and e).</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>The <xref target="RFC2544"></xref> document itself seems to be treating phase b)
as any type of configuration that cannot be configured only once (by Manager,
before Search starts), as some crucial SUT state could time-out during the Search.
It is RECOMMENDED to interpret the &quot;learning frames&quot; to be
any such time-sensitive per-trial configuration method,
with bridge MAC learning being only one possible examples.
Appendix C.2.4.1 of <xref target="RFC2544"></xref> lists another example: ARP with wait time of 5 seconds.</t>
  </dd>
</dl>



<dl>
  <dt>&#160;</dt>
  <dd>
    <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 and redefine existing terms for quantities
relevant as inputs or outputs of a Trial, as used by the Measurer component.
This includes also any derived quantities related to results of one Trial.</t>

<section anchor="trial-duration"><name>Trial Duration</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Trial Duration is the intended duration of the phase c) of a Trial.</t>
  </dd>
</dl>


<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The value MUST be positive.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>While any positive real value may be provided, some Measurer
implementations MAY limit possible values, e.g., by rounding down to
nearest integer in seconds. In that case, it is RECOMMENDED 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Trial Load is the per-interface Intended Load for a Trial.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Trial Load is equivalent to the quantities defined
as constant load (Section 3.4 of <xref target="RFC1242"></xref>),
data rate (Section 14 of <xref target="RFC2544"></xref>),
and Intended Load (Section 3.5.1 of <xref target="RFC2285"></xref>),
in the sense that all three definitions specify that this value
applies to one (input or output) interface.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>For specification purposes, it is assumed that this is a constant load by default,
as specified in Section 3.4 of <xref target="RFC1242"></xref>).
Informally, Traffic Load is a single number that can &quot;scale&quot; any traffic pattern
as long as the intuition of load intended against a single interface can be applied.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>It MAY be possible to use a Trial Load value to describe a non-constant traffic
(using average load when the traffic consists of repeated bursts of frames
e.g., as suggested in Section 21 of <xref target="RFC2544"></xref>).
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 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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Similarly, traffic patterns where different interfaces are subject to different loads
MAY be described by a single Trial Load value (e.g. using largest load among interfaces),
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.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>In the common case of bidirectional traffic, as described in
Section 14. Bidirectional Traffic of <xref target="RFC2544"></xref>,
Trial Load is the data rate per direction, half of aggregate data rate.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Traffic patterns where a single Trial Load does not describe their scaling
cannot be used for MLRsearch benchmarks.</t>
  </dd>
</dl>





<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Similarly to Trial Duration, some Measurers MAY limit the possible values
of Trial Load. Contrary to Trial Duration,
documenting such behavior in the test report is OPTIONAL.
This is because the load differences are negligible (and frequently
undocumented) in practice.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The Controller MAY select Trial Load and Trial Duration values in a way
that would not be possible to achieve using any integer number of data frames.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <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 <strong>Load</strong>.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>The test report MAY present the aggregate load across multiple
interfaces, treating it as the same quantity expressed using different
units. Each reported Trial Load value MUST state unambiguously whether
it refers to (i) a single interface, (ii) a specified subset of
interfaces (e.g., such as all logical interfaces mapped to one physical
port), or (iii) the total across every interface. For any aggregate
load value, the report MUST also give the fixed conversion factor that
links the per-interface and multi-interface load values.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The per-interface value remains the primary unit, consistent
with prevailing practice in <xref target="RFC1242"></xref>, <xref target="RFC2544"></xref>, and <xref target="RFC2285"></xref>.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The last paragraph also applies to other terms related to Load.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>For example, tests with symmetric bidirectional traffic
can report load-related values as &quot;bidirectional load&quot;
(double of &quot;unidirectional load&quot;).</t>
  </dd>
</dl>

</section>
<section anchor="trial-input"><name>Trial Input</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Trial Input is a composite quantity, consisting of two attributes:
Trial Duration and Trial Load.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>When talking about multiple Trials, it is common to say &quot;Trial Inputs&quot;
to denote all corresponding Trial Input instances.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>A Trial Input instance acts as the input for one call of the Measurer component.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Contrary to other composite quantities, MLRsearch implementations
MUST NOT add optional attributes into Trial Input.
This improves interoperability between various implementations of
a Controller and a Measurer.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Traffic Profile is a composite quantity containing
all attributes other than Trial Load and Trial Duration,
that are needed for unique determination of the Trial to be performed.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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 docunment.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Informally, implementations of the Manager and the Measurer
must be aware of their common set of capabilities,
so that Traffic Profile instance uniquely defines the traffic during the Search.
Typically, Manager and Measurer implementations are tightly integrated.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Integration efforts between independent Manager and Measurer implementations
are outside of the scope of this document.
An example standardization effort is <xref target="Vassilev"></xref>,
a draft at the time of writing.</t>
  </dd>
</dl>




<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Examples of traffic properties include:
- Data link frame size
- Fixed sizes as listed in Section 3.5 of <xref target="RFC1242"></xref> and in Section
  9 of <xref target="RFC2544"></xref>
- IMIX mixed sizes as defined in <xref target="RFC6985"></xref>
- Frame formats and protocol addresses
- Section 8, 12 and Appendix C of <xref target="RFC2544"></xref>
- Symmetric bidirectional traffic
- Section 14 of <xref target="RFC2544"></xref>.</t>
  </dd>
</dl>



<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Other traffic properties that need to be somehow specified
in Traffic Profile, and MUST be mentioned in Test Report
if they apply to the benchmark, include:</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t><list style="symbols">
      <t>bidirectional traffic from Section 14 of <xref target="RFC2544"></xref>,</t>
      <t>fully meshed traffic from Section 3.3.3 of <xref target="RFC2285"></xref>,</t>
      <t>modifiers from Section 11 of <xref target="RFC2544"></xref>.</t>
      <t>IP version mixing from Section 5.3 of <xref target="RFC8219"></xref>.</t>
    </list></t>
  </dd>
</dl>


</section>
<section anchor="trial-forwarding-ratio"><name>Trial Forwarding Ratio</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The Trial Forwarding Ratio is a dimensionless floating point value.
It MUST 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>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>For most Traffic Profiles, &quot;expected to be forwarded&quot; means
&quot;intended to get received by SUT from tester&quot;.
This SHOULD be the default interpretation.
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.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Trial Forwarding Ratio MAY be expressed in other units
(e.g., as a percentage) in the test report.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>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 <xref target="RFC2544"></xref> Throughput counts received frames,
so implicitly it implies bidirectional counts for bidirectional traffic,
even though the final value is &quot;rate&quot; that is still per-interface.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>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>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>In future extensions, more general ways to compute 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The Trial Loss Ratio is equal to one minus the Trial Forwarding Ratio.</t>
  </dd>
</dl>


<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>100% minus the Trial Forwarding Ratio, when expressed as a percentage.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>This is almost identical to Frame Loss Rate of Section 3.6 of <xref target="RFC1242"></xref>.
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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The Trial Forwarding Rate is a derived quantity, calculated by
multiplying the Trial Load by the Trial Forwarding Ratio.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>This quantity differs from the Forwarding Rate described in Section
3.6.1 of <xref target="RFC2285"></xref>. Under the RFC 2285 method, 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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>When the Traffic Profile is symmetric and bidirectional, as defined in
Section 14 of <xref target="RFC2544"></xref>, the Trial Forwarding Rate is numerically equal
to the arithmetic average of the individual per-interface forwarding rates
that would be produced by the RFC 2285 procedure.</t>
  </dd>
</dl>



<dl>
  <dt>&#160;</dt>
  <dd>
    <t>For more complex traffic patterns, such as many-to-one as mentioned
in Section 3.3.2 Partially Meshed Traffic of <xref target="RFC2285"></xref>,
the meaning of Trial Forwarding Rate is less straightforward.
For example, if two input interfaces receive one million frames per second each,
and a single interface outputs 1.4 million frames per second (fps),
Trial Load is 1 million fps, Trial Loss Ratio is 30%,
and Trial Forwarding Rate is 0.7 million fps.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Because this rate is anchored to the Load defined for one interface,
a test report MAY 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Trial Effective Duration is a time quantity related to a Trial,
by default equal to the Trial Duration.</t>
  </dd>
</dl>


<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>This is an optional feature.
If the Measurer does not return any Trial Effective Duration value,
the Controller MUST use the Trial Duration value instead.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Trial Effective Duration may be any positive time quantity
chosen by the Measurer to be used for time-based decisions in the Controller.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The test report MUST explain how the Measurer computes the returned
Trial Effective Duration values, if they are not always
equal to the Trial Duration.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Trial Output is a composite quantity consisting of several attributes.
Required attributes are: Trial Loss Ratio, Trial Effective Duration and
Trial Forwarding Rate.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>When referring to more than one trial, plural term &quot;Trial Outputs&quot; is
used to collectively describe multiple Trial Output instances.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Measurer implementations may provide additional optional attributes.
The Controller implementations SHOULD
ignore values of any optional attribute
they are not familiar with,
except when passing Trial Output instances to the Manager.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Example of an optional attribute:
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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>While Section 3.5.2 of <xref target="RFC2285"></xref> requires the Offered Load value
to be reported for forwarding rate measurements,
it is not required in MLRsearch Specification,
as search results do not depend on it.</t>
  </dd>
</dl>

</section>
<section anchor="trial-result"><name>Trial Result</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Trial Result is a composite quantity,
consisting of the Trial Input and the Trial Output.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>When referring to more than one trial, plural term &quot;Trial Results&quot; 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 Section
<xref target="overview-of-rfc-2544-problems">Overview of RFC 2544 Problems</xref>, but even these discussion
paragraphs are short, informal, and mostly referencing 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Minimal value for Trial Duration that must be reached.
The value MUST be positive.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Certain trials must reach this minimum duration before a load can be
classified as a lower bound.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The Controller may choose shorter durations,
results of those may be enough for classification as an Upper Bound.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>It is RECOMMENDED 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>A threshold value for a particular sum of Trial Effective Duration values.
The value MUST be positive.</t>
  </dd>
</dl>


<t>Discussion:</t>

<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Refer to Section <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>A Goal Duration Sum value shorter than the Goal Final Trial Duration
(of the same goal) could save some search time, but is NOT RECOMMENDED,
as the time savings come at the cost of decreased repeatability.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>In practice, the Search can spend less than Goal Duration Sum measuring
a Load value when the results are particularly one-sided,
but also, the Search can spend more than Goal Duration Sum measuring a Load
when the results are balanced and include
trials shorter than Goal Final Trial Duration.</t>
  </dd>
</dl>

</section>
<section anchor="goal-loss-ratio"><name>Goal Loss Ratio</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>A threshold value for Trial Loss Ratio values.
The value MUST be non-negative and smaller than one.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>A trial with Trial Loss Ratio larger than this value
signals the SUT may be unable to process this Trial Load well enough.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Since multiple trials may be needed for one Load value,
the Load Classification may be more complicated than mere comparison
of Trial Loss Ratio to Goal Loss Ratio.</t>
  </dd>
</dl>

</section>
<section anchor="goal-exceed-ratio"><name>Goal Exceed Ratio</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>A threshold value for a particular ratio of sums
of Trial Effective Duration values.
The value MUST be non-negative and smaller than one.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Informally, up to this proportion of Trial Results
with Trial Loss Ratio above 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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>For explainability reasons, the RECOMMENDED value for exceed ratio is 0.5 (50%),
as in practice that value leads to
the smallest variation in overall Search Duration.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Refer to Section <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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>A threshold value for deciding whether two Trial Load values are close enough.
This is an OPTIONAL attribute. If present, the value MUST be positive.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Implementations without this attribute
MUST provide the Controller with other means to control the search stopping conditions.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Absolute load difference and relative load difference are two popular choices,
but implementations may choose a different way to specify width.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>The test report MUST make it clear what specific quantity is used as Goal Width.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>It is RECOMMENDED to express Goal Width as a relative difference and
setting it to a value not lower than the Goal Loss Ratio.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Refer to Section 
<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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Minimal value for Trial Duration suggested to use for this goal.
If present, this value MUST be positive.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>This is an example of an optional Search Goal.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>A typical default value is equal to the Goal Final Trial Duration value.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Informally, this is the shortest Trial Duration the Controller should select
when focusing on the goal.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Note that shorter Trial Duration values can still be used,
for example, selected while focusing on a different Search Goal.
Such results MUST be still accepted by the Load Classification logic.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The Search Goal is a composite quantity consisting of several attributes,
some of them are required.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Required attributes: Goal Final Trial Duration, Goal Duration Sum, Goal
Loss Ratio and Goal Exceed Ratio.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Optional attributes: Goal Initial Trial Duration and Goal Width.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Implementations MAY add their own attributes.
Those additional attributes may be required by an implementation
even if they are not required by MLRsearch Specification.
However, it is RECOMMENDED for those implementations
to support missing attributes by providing typical default values.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>For example, implementations with Goal Initial Trial Durations
may also require users to specify &quot;how quickly&quot; should Trial Durations increase.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Refer to Section <xref target="compliance"></xref> for important Search Goal settings.</t>
  </dd>
</dl>

</section>
<section anchor="controller-input"><name>Controller Input</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Controller Input is a composite quantity
required as an input for the Controller.
The only REQUIRED attribute is a list of Search Goal instances.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>MLRsearch implementations MAY use additional attributes.
Those additional attributes may be required by an implementation
even if they are not required by MLRsearch Specification.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Formally, the Manager does not apply any Controller configuration
apart from one Controller Input instance.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>For example, Traffic Profile is configured on the Measurer by the Manager,
without explicit assistance of the Controller.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>The order of Search Goal instances in a list SHOULD NOT
have a big impact on Controller Output,
but MLRsearch implementations MAY base their behavior on the order
of Search Goal instances in a list.</t>
  </dd>
</dl>

<section anchor="max-load"><name>Max Load</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</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>
</dl>

<t>Discussion:</t>


<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>If the Max Load value is provided, Controller MUST NOT select
Trial Load values larger than that value.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>While Max Load is a frequently used configuration parameter, already governed
(as maximum frame rate) by <xref target="RFC2544"></xref> (Section 20)
and (as maximum offered load) by <xref target="RFC2285"></xref> (Section 3.5.3),
some implementations may detect or discover it
(instead of requiring a user-supplied value).</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>In 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 Max Load value.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Given that Max Load is a quantity based on Load,
Test Report MAY express this quantity using multi-interface values,
as sum of per-interface maximal loads.</t>
  </dd>
</dl>


</section>
<section anchor="min-load"><name>Min Load</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</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>
</dl>

<t>Discussion:</t>


<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>If the Min Load value is provided, Controller MUST NOT select
Trial Load values smaller than that value.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>For implementations, it is RECOMMENDED to require Min Load to be non-zero
and large enough to result in at least one frame being forwarded
even at shortest allowed Trial Duration,
so that Trial Loss Ratio is always well-defined,
and the implementation can apply relative Goal Width safely.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Given that Min Load is a quantity based on Load,
Test Report MAY express this quantity using multi-interface values,
as 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 Trial Loss Ratio larger than a Goal Loss Ratio value
is called a <strong>high-loss trial</strong>, with respect to given Search Goal
(or lossy trial, if 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 Goal Loss Ratio is zero).</t>

</section>
<section anchor="short-trial"><name>Short Trial</name>

<t>A trial with 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 Trial Durations larger than Goal Final Trial Duration.</t>

</section>
<section anchor="long-trial"><name>Long Trial</name>

<t>A trial with 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>A Load value is called an Upper Bound if and only if it is classified
as such by <xref target="load-classification-code">Appendix A</xref>
algorithm for the given Search Goal at the current moment of the Search.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</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, &quot;certain to fail&quot; relates to any possible results within the time
remaining till Goal Duration Sum.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Moreover, a Load can stop being an Upper Bound, but that
can only happen when more than 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>A Load value is called a Lower Bound if and only if it is classified
as such by <xref target="load-classification-code">Appendix A</xref>
algorithm for the given Search Goal at the current moment of the search.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</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 &quot;certain to uphold&quot; relates to any possible results within the time
remaining till Goal Duration Sum.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Moreover, a Load can stop being a Lower Bound, but that
can only happen when more than 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>A Load value is called Undecided if it is currently
neither an Upper Bound nor a Lower Bound.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>A Load value that has not been measured so far is Undecided.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>

<t>Definition:</t>

<dl>
  <dt>&#160;</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>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>If no measured load had enough High-Loss Trials,
the Relevant Upper Bound MAY be non-existent.
For example, when Max Load is classified as a Lower Bound.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Conversely, when Relevant Upper Bound does exist,
it is not affected by Max Load value.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Given that Relevant Upper Bound is a quantity based on Load,
Test Report MAY express this quantity using multi-interface values,
as sum of per-interface loads.</t>
  </dd>
</dl>


</section>
<section anchor="relevant-lower-bound"><name>Relevant Lower Bound</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</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>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>If no load had enough Low-Loss Trials, the Relevant Lower Bound
MAY be non-existent.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Given that Relevant Lower Bound is a quantity based on Load,
Test Report MAY express this quantity using multi-interface values,
as sum of per-interface loads.</t>
  </dd>
</dl>


</section>
<section anchor="conditional-throughput"><name>Conditional Throughput</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Conditional Throughput is a value computed at the Relevant Lower Bound
according to algorithm defined in
<xref target="conditional-throughput-code">Appendix B</xref>.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>This value is RECOMMENDED to be used when evaluating repeatability
and comparability of different MLRsearch implementations.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Refer to Section <xref target="generalized-throughput">Generalized Throughput</xref> for more details.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Given that Conditional Throughput is a quantity based on Load,
Test Report MAY express this quantity using multi-interface values,
as sum of per-interface forwarding rates.</t>
  </dd>
</dl>


</section>
<section anchor="goal-results"><name>Goal Results</name>

<t>MLRsearch Specification is based on a set of requirements
for a &quot;regular&quot; result. But in practice, it is not always possible
for such result instance to exist, so also &quot;irregular&quot; results
need to be supported.</t>

<section anchor="regular-goal-result"><name>Regular Goal Result</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Regular Goal Result is a composite quantity consisting of several attributes.
Relevant Upper Bound and Relevant Lower Bound are REQUIRED attributes.
Conditional Throughput is a RECOMMENDED attribute.</t>
  </dd>
</dl>



<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Implementations MAY add their own attributes.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Test report MUST display Relevant Lower Bound.
Displaying Relevant Upper Bound is RECOMMENDED,
especially if the implementation does not use Goal Width.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>In general, stopping conditions for the corresponding Search Goal MUST
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 MUST NOT be larger than the Goal Width.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>For stopping conditions refer to Sections <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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Irregular Goal Result is a composite quantity. No attributes are required.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>It is RECOMMENDED 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 &quot;effective&quot; Relevant Lower Bound
(although not a real one, as that requires
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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Similarly, if both relevant bounds exist, it is RECOMMENDED
to include them as Irregular Goal Result attributes,
and let the Manager decide if their distance is too far for Test Report purposes.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>If Test Report displays some Irregular Goal Result attribute values,
they MUST be clearly marked as coming from irregular results.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>The implementation MAY 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Goal Result is a composite quantity.
Each instance is either a Regular Goal Result or an Irregular Goal Result.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The Manager MUST be able to distinguish whether the instance is regular or not.</t>
  </dd>
</dl>

</section>
</section>
<section anchor="search-result"><name>Search Result</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</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>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>When the Search Result is expressed as a mapping, it MUST contain an
entry for every Search Goal instance supplied in the Controller Input.</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>Identical Goal Result instances MAY be listed for different Search Goals,
but their status as regular or irregular may be different.
For example, if two goals differ only in 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>

<t>Definition:</t>

<dl>
  <dt>&#160;</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>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>MLRsearch implementation MAY return additional data in the Controller Output,
e.g., number of trials performed and the total Search Duration.</t>
  </dd>
</dl>



</section>
</section>
<section anchor="architecture-terms"><name>Architecture Terms</name>

<t>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>

<t>Communication protocols and interfaces between components are left
unspecified. For example, when MLRsearch Specification mentions
&quot;Controller calls Measurer&quot;,
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>

<t>Definition:</t>

<dl>
  <dt>&#160;</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>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>It is the responsibility of the Measurer implementation to uphold
any requirements and assumptions present in MLRsearch Specification,
e.g., Trial Forwarding Ratio not being larger than one.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Implementers have some freedom.
For example, Section 10 of <xref target="RFC2544"></xref>
gives some suggestions (but not requirements) related to
duplicated or reordered frames.
Implementations are RECOMMENDED to document their behavior
related to such freedoms in as detailed a way as possible.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>It is RECOMMENDED to benchmark the test equipment first,
e.g., connect 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 RECOMMENDED to turn any severe deviation
between the Intended Load and the Offered Load into increased Trial Loss Ratio.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Neither of the 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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>For a sample situation where the Offered Load cannot keep up
with the Intended Load, and the consequences on MLRsearch result,
refer to Section <xref target="hard-performance-limit">Hard Performance Limit</xref>.</t>
  </dd>
</dl>

</section>
<section anchor="controller"><name>Controller</name>

<t>Definition:</t>

<dl>
  <dt>&#160;</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>
</dl>


<t>Discussion:</t>

<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>The Controller&#39;s role in optimizing the overall Search Duration
distinguishes MLRsearch algorithms from simpler search procedures.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <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>

<t>Definition:</t>

<dl>
  <dt>&#160;</dt>
  <dd>
    <t>The Manager is a functional element that is reponsible for
provisioning other components, calling a Controller component once,
and for creating the test report following the reporting format as
defined in Section 26 of <xref target="RFC2544"></xref>.</t>
  </dd>
</dl>

<t>Discussion:</t>

<dl>
  <dt>&#160;</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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>Note that Section 7 of <xref target="RFC2544"></xref> already puts requirements on SUT setups:</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>&quot;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.&quot;</t>
  </dd>
</dl>


<dl>
  <dt>&#160;</dt>
  <dd>
    <t>It is REQUIRED for the test report to encompass all the SUT configuration
details, including description of a &quot;default&quot; configuration common for most tests
and configuration changes if required by a specific test.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>For example, Section 5.1.1 of <xref target="RFC5180"></xref> 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>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>The Manager does not need to be able to tweak any Search Goal attributes,
but it MUST report all applied attribute values even if not tweaked.</t>
  </dd>
  <dt>&#160;</dt>
  <dd>
    <t>A &quot;user&quot; - 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 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 both
as 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"></xref> throughput testing
can be understood as a MLRsearch architecture,
if there is enough data to reconstruct the Relevant Upper Bound.</t>

<t>Refer to section 
<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
MLRsearch architecture is said to be compliant with 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 Section 24 of <xref target="RFC2544"></xref>.</t>

<t><list style="symbols">
  <t>Goal Final Trial Duration = 60 seconds</t>
  <t>Goal Duration Sum = 60 seconds</t>
  <t>Goal Loss Ratio = 0%</t>
  <t>Goal Exceed Ratio = 0%</t>
</list></t>


<t>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>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.
The Relevant Lower Bound and the Conditional Throughput are in this case
equal to each other, and the value is the <xref target="RFC2544"></xref> throughput.</t>

<t>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"></xref> is Binary search with loss verification
as described in Section 12.3.3 of <xref target="TST009"></xref>.</t>

<t>The rationale of such search is to repeat high-loss trials, hoping for zero loss on second try,
so the results are closer to the noiseless end of performance spectrum,
thus more repeatable and comparable.</t>

<t>Only the variant with &quot;z = infinity&quot; is achievable with MLRsearch.</t>

<t>For example, for &quot;max(r) = 2&quot; variant, the following Search Goal instance
should be used to get compatible Search Result:</t>

<t><list style="symbols">
  <t>Goal Final Trial Duration = 60 seconds</t>
  <t>Goal Duration Sum = 120 seconds</t>
  <t>Goal Loss Ratio = 0%</t>
  <t>Goal Exceed Ratio = 50%</t>
</list></t>

<t>If the first 60 seconds 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 needs to perform also
the second trial to classify that load.
Goal Duration Sum is twice as long as Goal Final Trial Duration,
so 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 Section
<xref target="mlrsearch-specification">MLRsearch Specification</xref>,
it contrasts MLRsearch with the classic
<xref target="RFC2544"></xref> single-ratio binary-search procedure and walks through the
key design choices: binary-search mechanics, stopping-rule precision,
loss-inversion for multiple goals, exceed-ratio handling, short-trial
strategies, and the generalised throughput concept. Together, these
considerations show how the methodology reduces test time, supports
multiple loss ratios, and improves repeatability.</t>

<section anchor="binary-search"><name>Binary Search</name>

<t>A typical binary search implementation for <xref target="RFC2544"></xref>
tracks only the two tightest bounds.
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 to confirm Min Load is a Lower Bound.</t>

<t>Then, next 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"></xref> 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 one-to-one correspondence between number of Trials
and 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>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</t>


<t>difference between MLRsearch and <xref target="RFC2544"></xref> binary search
is in the goals of the search.
<xref target="RFC2544"></xref> 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="RFC2544"></xref> simple binary search is &quot;hard&quot;,
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>MLRsearch Specification</t>


<t>supports multiple Search Goals, making the search procedure
more complicated compared to binary search with 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 Section <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.
For example: 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 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 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 binary search.
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, it means 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 high Trial Loss Ratio) are affected
by infrequent effects, causing unsatisfactory repeatability</t>


<t>of <xref target="RFC2544"></xref> Throughput results. Refer to Section <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 &quot;infrequent&quot; 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>

<t>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 either as 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>Section 24 of <xref target="RFC2544"></xref> already anticipates possible time savings
when Short Trials are used.</t>

<t>An MLRsearch implementation MAY 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 Section
<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 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&#39;s intuition of what a throughput is.
The forwarding rate as defined in Section Section 3.6.1 of <xref target="RFC2285"></xref> 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 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).</t>

<t>Those limitations should be known and provided as Max Load, Section
<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 &quot;hard limit&quot; behavior observed in Trial Results.</t>

<t>Consider that the hard limit is at 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 Relevant Lower Bound of 100.5025 Mfps.</t>

<t>Reporting a throughput that exceeds the SUT&#39;s verified hard limit is
counter-intuitive. Accordingly, the <xref target="RFC2544"></xref> 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.
The algorithm to determine which trial exactly is in
<xref target="conditional-throughput-code">Appendix B</xref>.</t>

<t>In the hard limit example, 100.5025 Mfps Load will still have
only 100.0 Mfps forwarding rate, nicely confirming the known limitation.</t>

</section>
<section anchor="performance-variability"><name>Performance Variability</name>

<t>With non-zero Goal Loss Ratio, and without hard performance limits,
Low-Loss trials at the same Load may achieve different Trial Forwarding Rate
values just 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 Relevant Lower Bound
are equal to the Goal Loss Ratio),
one can prove that Conditional Throughput
values may have up to the Goal Loss Ratio relative difference.</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 counter-intuitive, considering they come from the same Search.
Therefore, it is RECOMMENDED 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">Appendix A</xref>
and <xref target="conditional-throughput-code">Appendix B</xref>.
This is followed by example search.</t>

<t>The logic is equivalent but not identical to the pseudocode
on 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>

<t>Note: For explanation clarity variables are taged as (I)nput,
(T)emporary, (O)utput.</t>


<t><list style="symbols">
  <t>Collect Trial Results:  <list style="symbols">
      <t>Take all Trial Result instances (I) measured at a given load.</t>
    </list></t>
  <t>Aggregate Trial Durations:  <list style="symbols">
      <t>Full-length high-loss sum (T) is the sum of Trial Effective Duration
values of all full-length high-loss trials (I).</t>
      <t>Full-length low-loss sum (T) is the sum of Trial Effective Duration
values of all full-length low-loss trials (I).</t>
      <t>Short high-loss sum is the sum (T)  of Trial Effective Duration values
of all short high-loss trials (I).</t>
      <t>Short low-loss sum is the sum (T) of Trial Effective Duration values
of all short low-loss trials (I).</t>
    </list></t>
  <t>Derive goal-based ratios:  <list style="symbols">
      <t>Subceed ratio (T) is One minus the Goal Exceed Ratio (I).</t>
      <t>Exceed coefficient (T) is the Goal Exceed Ratio divided by the subceed
ratio.</t>
    </list></t>
  <t>Balance short-trial effects:  <list style="symbols">
      <t>Balancing sum (T) is the short low-loss sum
multiplied by the exceed coefficient.</t>
      <t>Excess sum (T) is the short high-loss sum minus the balancing sum.</t>
      <t>Positive excess sum (T) is the maximum of zero and excess sum.</t>
    </list></t>
  <t>Compute effective duration totals  <list style="symbols">
      <t>Effective high-loss sum (T) is the full-length high-loss sum
plus the positive excess sum.</t>
      <t>Effective full sum (T) is the effective high-loss sum
plus the full-length low-loss sum.</t>
      <t>Effective whole sum (T) is the larger of the effective full sum
and the Goal Duration Sum.</t>
      <t>Missing sum (T) is the effective whole sum minus the effective full sum.</t>
    </list></t>
  <t>Estimate exceed ratios:  <list style="symbols">
      <t>Pessimistic high-loss sum (T) is the effective high-loss sum
plus the missing sum.</t>
      <t>Optimistic exceed ratio (T) is the effective high-loss sum
divided by the effective whole sum.</t>
      <t>Pessimistic exceed ratio (T) is the pessimistic high-loss sum
divided by the effective whole sum.</t>
    </list></t>
  <t>Classify the Load:  <list style="symbols">
      <t>The load is classified as an Upper Bound (O) if the optimistic exceed
ratio is larger than the Goal Exceed Ratio.</t>
      <t>The load is classified as a Lower Bound (O) if the pessimistic exceed
ratio is not larger than the Goal Exceed Ratio.</t>
      <t>The load is classified as undecided (O) otherwise.</t>
    </list></t>
</list></t>

</section>
<section anchor="conditional-throughput-logic"><name>Conditional Throughput Logic</name>

<t><list style="symbols">
  <t>Collect Trial Results  <list style="symbols">
      <t>Take all Trial Result instances (I) measured at a given Load.</t>
    </list></t>
  <t>Sum Full-Length Durations:  <list style="symbols">
      <t>Full-length high-loss sum (T) is the sum of Trial Effective Duration
values of all full-length high-loss trials (I).</t>
      <t>Full-length low-loss sum (T) is the sum of Trial Effective Duration
values of all full-length low-loss trials (I).</t>
      <t>Full-length sum (T) is the full-length high-loss sum (I) plus the
full-length low-loss sum (I).</t>
    </list></t>
  <t>Derive initial thresholds:  <list style="symbols">
      <t>Subceed ratio (T) is One minus the Goal Exceed Ratio (I) is called.</t>
      <t>Remaining sum (T) initially is full-lengths sum multiplied by subceed
ratio.</t>
      <t>Current loss ratio (T) initially is 100%.</t>
    </list></t>
  <t>Iterate through ordered trials  <list style="symbols">
      <t>For each full-length trial result, sorted in increasing order by Trial
Loss Ratio:      <list style="symbols">
          <t>If remaining sum is not larger than zero, exit the loop.</t>
          <t>Set current loss ratio to this trial&#39;s Trial Loss Ratio (I).</t>
          <t>Decrease the remaining sum by this trial&#39;s Trial Effective Duration (I).</t>
        </list></t>
    </list></t>
  <t>Compute Conditional Throughput  <list style="symbols">
      <t>Current forwarding ratio (T) is One minus the current loss ratio.</t>
      <t>Conditional Throughput (T) is the current forwarding ratio multiplied
by the Load value.</t>
    </list></t>
</list></t>

<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>

<t><list style="symbols">
  <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>
  <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>
</list></t>

</section>
</section>
<section anchor="sut-behaviors"><name>SUT Behaviors</name>

<t>In Section <xref target="dut-in-sut">DUT in SUT</xref>, the notion of noise has been introduced.
This section uses new terms
to describe possible SUT behaviors more precisely.</t>

<t>From 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 an &quot;SUT expert&quot; 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 probability of each outcome.</t>

</section>
<section anchor="exceed-probability"><name>Exceed Probability</name>

<t>When the Controller selects 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 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 reasons users may want to set 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 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 larger Exceed Probability than full-length trials.
This can be possible only for non-zero Goal Loss Ratio,
for example if SUT needs to &quot;warm up&quot; to best performance within each trial.
Not commonly seen in practice.</t>

</section>
</section>
</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document does not make any request to IANA.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>Benchmarking activities as described in this memo are limited to
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
MUST NOT 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 &quot;opaque&quot; basis, relying
solely on measurements observable external to the DUT/SUT.</t>

<t>The DUT/SUT SHOULD NOT include features that serve only to boost
benchmark scores - such as a dedicated &quot;fast-track&quot; test mode that is
never used in normal operation.</t>


<t>Any implications for network security arising from the DUT/SUT SHOULD be
identical in the lab and in production networks.</t>



</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>Special wholehearted gratitude and thanks to the late 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,
Your continuous unwavering encouragement full of empathy and energizing
positive attitude. Al, You are dearly missed.</t>

<t>Thanks to Gabor Lencse, Giuseppe Fioccola 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 Alec Hothan of the OPNFV NFVbench project for a thorough
review and numerous useful comments and suggestions in the earlier
versions of this document.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">

&RFC1242;
&RFC2119;
&RFC2285;
&RFC2544;
&RFC8174;


    </references>

    <references title='Informative References' anchor="sec-informative-references">

&RFC5180;
&RFC6349;
&RFC6985;
&RFC8219;
<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>TST 009</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</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>Y.1564</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</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></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, Python Package Index</title>
    <author >
      <organization></organization>
    </author>
    <date year="2023" month="October"/>
  </front>
</reference>
<reference anchor="Lencze-Shima" target="https://datatracker.ietf.org/doc/html/draft-lencse-bmwg-rfc2544-bis-00">
  <front>
    <title>An Upgrade to Benchmarking Methodology for Network Interconnect Devices - expired</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="Lencze-Kovacs-Shima" target="http://dx.doi.org/10.11601/ijates.v9i2.288">
  <front>
    <title>Gaming with the Throughput and the Latency Benchmarking Measurement Procedures of RFC 2544</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</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 >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="Vassilev" target="https://datatracker.ietf.org/doc/draft-ietf-bmwg-network-tester-cfg/06">
  <front>
    <title>A YANG Data Model for Network Tester Management</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>


    </references>

</references>


<?line 4412?>

<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
which computes two values, stored in variables named
<spanx style="verb">optimistic_is_lower</spanx> and <spanx style="verb">pessimistic_is_lower</spanx>.</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 <spanx style="verb">_s</spanx> instead of <spanx style="verb">_sum</spanx>,
and variables holding effective quantities start in <spanx style="verb">effect_</spanx>
instead of <spanx style="verb">effective_</spanx>.</t>

<t>The pseudocode expects the following variables to hold the following values:</t>

<t><list style="symbols">
  <t><spanx style="verb">goal_duration_s</spanx>: The Goal Duration Sum value of the given Search Goal.</t>
  <t><spanx style="verb">goal_exceed_ratio</spanx>: The Goal Exceed Ratio value of the given Search Goal.</t>
  <t><spanx style="verb">full_length_low_loss_s</spanx>: Sum of Trial Effective Durations across Trials
with Trial Duration at least equal to the Goal Final Trial Duration
and with Trial Loss Ratio not higher than the Goal Loss Ratio
(across Full-Length Low-Loss Trials).</t>
  <t><spanx style="verb">full_length_high_loss_s</spanx>: Sum of Trial Effective Durations across Trials
with Trial Duration at least equal to the Goal Final Trial Duration
and with Trial Loss Ratio higher than the Goal Loss Ratio
(across Full-Length High-Loss Trials).</t>
  <t><spanx style="verb">short_low_loss_s</spanx>: Sum of Trial Effective Durations across Trials
with Trial Duration shorter than the Goal Final Trial Duration
and with Trial Loss Ratio not higher than the Goal Loss Ratio
(across Short Low-Loss Trials).</t>
  <t><spanx style="verb">short_high_loss_s</spanx>: Sum of Trial Effective Durations across Trials
with Trial Duration shorter than the Goal Final Trial Duration
and with Trial Loss Ratio higher than the Goal Loss Ratio
(across Short High-Loss Trials).</t>
</list></t>

<t>The code works correctly also when there are no Trial Results at a given Load.</t>

<figure><sourcecode type="python"><![CDATA[
<CODE BEGINS>
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
<CODE ENDS>
]]></sourcecode></figure>


</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 Section <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
which computes a value stored as variable <spanx style="verb">conditional_throughput</spanx>.</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 <spanx style="verb">_s</spanx> instead of <spanx style="verb">_sum</spanx>,
and variables holding effective quantities start in <spanx style="verb">effect_</spanx>
instead of <spanx style="verb">effective_</spanx>.</t>

<t>The pseudocode expects the following variables to hold the following values:</t>

<t><list style="symbols">
  <t><spanx style="verb">goal_duration_s</spanx>: The Goal Duration Sum value of the given Search Goal.</t>
  <t><spanx style="verb">goal_exceed_ratio</spanx>: The Goal Exceed Ratio value of the given Search Goal.</t>
  <t><spanx style="verb">full_length_low_loss_s</spanx>: Sum of Trial Effective Durations across Trials
with Trial Duration at least equal to the Goal Final Trial Duration
and with Trial Loss Ratio not higher than the Goal Loss Ratio
(across Full-Length Low-Loss Trials).</t>
  <t><spanx style="verb">full_length_high_loss_s</spanx>: Sum of Trial Effective Durations across Trials
with Trial Duration at least equal to the Goal Final Trial Duration
and with Trial Loss Ratio higher than the Goal Loss Ratio
(across Full-Length High-Loss Trials).</t>
  <t><spanx style="verb">full_length_trials</spanx>: An iterable of all Trial Results from Trials
with Trial Duration at least equal to the Goal Final Trial Duration
(all Full-Length Trials), sorted by increasing Trial Loss Ratio.
One item <spanx style="verb">trial</spanx> is a composite with the following two attributes available:  <list style="symbols">
      <t><spanx style="verb">trial.loss_ratio</spanx>: The Trial Loss Ratio as measured for this Trial.</t>
      <t><spanx style="verb">trial.effect_duration</spanx>: The Trial Effective Duration of this Trial.</t>
    </list></t>
</list></t>

<t>The code works correctly only when there is at least one
Trial Result measured at a given Load.</t>

<figure><sourcecode type="python"><![CDATA[
<CODE BEGINS>
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)
<CODE ENDS>
]]></sourcecode></figure>


</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>

<t>In all Trials, the Effective Trial Duration is equal to 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 &quot;focus&quot; 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 &quot;exceed coefficient&quot; does not depend on trial results,
it is also precomputed here.</t>

<t>Goal 1:</t>

<figure><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></figure>

<t>Goal 2:</t>

<figure><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></figure>

<t>Goal 3:</t>

<figure><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></figure>

<t>Goal 4:</t>

<figure><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></figure>

<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 number of times identical results were added.</t>

<t>Point 1:</t>

<figure><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></figure>

<t>Point 2:</t>

<figure><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></figure>

<t>Point 3:</t>

<figure><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></figure>

<t>Point 4:</t>

<figure><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></figure>

<t>Point 5:</t>

<figure><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></figure>

<t>Point 6:</t>

<figure><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></figure>

<t>Comments on point in time naming:</t>

<t><list style="symbols">
  <t>When a name contains &quot;short&quot;, it means the added trial
had Trial Duration of 1 second, which is Short Trial for 3 of the Search Goals,
but it is a Full-Length Trial for the &quot;1s final&quot; goal.</t>
  <t>Similarly, &quot;long&quot; in name means the added trial
had Trial Duration of 60 seconds, which is Full-Length Trial for 3 goals
but Long Trial for the &quot;1s final&quot; goal.</t>
  <t>When a name contains &quot;good&quot; it means the added trial is Low-Loss Trial
for all the goals.</t>
  <t>When a name contains &quot;short bad&quot; it means the added trial is High-Loss Trial
for all the goals.</t>
  <t>When a name contains &quot;long bad&quot;, it means the added trial
is a High-Loss Trial for goals &quot;RFC2544&quot; and &quot;TST009&quot;,
but it is a Low-Loss Trial for the two other goals.</t>
</list></t>

</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 &quot;first short good&quot; point.
Code for available results is: 59x1s0l</t>

<texttable>
      <ttcol align='left'>Goal name</ttcol>
      <ttcol align='left'>RFC2544</ttcol>
      <ttcol align='left'>TST009</ttcol>
      <ttcol align='left'>1s final</ttcol>
      <ttcol align='left'>20% exceed</ttcol>
      <c>Goal code</c>
      <c>60f60d0l0e</c>
      <c>60f120d0l50e</c>
      <c>1f120d.5l50e</c>
      <c>60f60d0.5l20e</c>
      <c>Full-length high-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>Full-length low-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>59s</c>
      <c>0s</c>
      <c>Short high-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>Short low-loss sum</c>
      <c>59s</c>
      <c>59s</c>
      <c>0s</c>
      <c>59s</c>
      <c>Balancing sum</c>
      <c>0s</c>
      <c>59s</c>
      <c>0s</c>
      <c>14.75s</c>
      <c>Excess sum</c>
      <c>0s</c>
      <c>-59s</c>
      <c>0s</c>
      <c>-14.75s</c>
      <c>Positive excess sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>Effective high-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>Effective full sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>59s</c>
      <c>0s</c>
      <c>Effective whole sum</c>
      <c>60s</c>
      <c>120s</c>
      <c>120s</c>
      <c>60s</c>
      <c>Missing sum</c>
      <c>60s</c>
      <c>120s</c>
      <c>61s</c>
      <c>60s</c>
      <c>Pessimistic high-loss sum</c>
      <c>60s</c>
      <c>120s</c>
      <c>61s</c>
      <c>60s</c>
      <c>Optimistic exceed ratio</c>
      <c>0%</c>
      <c>0%</c>
      <c>0%</c>
      <c>0%</c>
      <c>Pessimistic exceed ratio</c>
      <c>100%</c>
      <c>100%</c>
      <c>50.833%</c>
      <c>100%</c>
      <c>Classification Result</c>
      <c>Undecided</c>
      <c>Undecided</c>
      <c>Undecided</c>
      <c>Undecided</c>
</texttable>


<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 &quot;first short bad&quot; point.
Code for available results is: 59x1s0l+1x1s1l</t>

<texttable>
      <ttcol align='left'>Goal name</ttcol>
      <ttcol align='left'>RFC2544</ttcol>
      <ttcol align='left'>TST009</ttcol>
      <ttcol align='left'>1s final</ttcol>
      <ttcol align='left'>20% exceed</ttcol>
      <c>Goal code</c>
      <c>60f60d0l0e</c>
      <c>60f120d0l50e</c>
      <c>1f120d.5l50e</c>
      <c>60f60d0.5l20e</c>
      <c>Full-length high-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>1s</c>
      <c>0s</c>
      <c>Full-length low-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>59s</c>
      <c>0s</c>
      <c>Short high-loss sum</c>
      <c>1s</c>
      <c>1s</c>
      <c>0s</c>
      <c>1s</c>
      <c>Short low-loss sum</c>
      <c>59s</c>
      <c>59s</c>
      <c>0s</c>
      <c>59s</c>
      <c>Balancing sum</c>
      <c>0s</c>
      <c>59s</c>
      <c>0s</c>
      <c>14.75s</c>
      <c>Excess sum</c>
      <c>1s</c>
      <c>-58s</c>
      <c>0s</c>
      <c>-13.75s</c>
      <c>Positive excess sum</c>
      <c>1s</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>Effective high-loss sum</c>
      <c>1s</c>
      <c>0s</c>
      <c>1s</c>
      <c>0s</c>
      <c>Effective full sum</c>
      <c>1s</c>
      <c>0s</c>
      <c>60s</c>
      <c>0s</c>
      <c>Effective whole sum</c>
      <c>60s</c>
      <c>120s</c>
      <c>120s</c>
      <c>60s</c>
      <c>Missing sum</c>
      <c>59s</c>
      <c>120s</c>
      <c>60s</c>
      <c>60s</c>
      <c>Pessimistic high-loss sum</c>
      <c>60s</c>
      <c>120s</c>
      <c>61s</c>
      <c>60s</c>
      <c>Optimistic exceed ratio</c>
      <c>1.667%</c>
      <c>0%</c>
      <c>0.833%</c>
      <c>0%</c>
      <c>Pessimistic exceed ratio</c>
      <c>100%</c>
      <c>100%</c>
      <c>50.833%</c>
      <c>100%</c>
      <c>Classification Result</c>
      <c>Upper Bound</c>
      <c>Undecided</c>
      <c>Undecided</c>
      <c>Undecided</c>
</texttable>

<t>Due to zero Goal Loss Ratio, RFC2544 goal must have mild or strong increase
of exceed probability, so the one lossy trial would be lossy even if measured
at 60 second duration.
Due to zero exceed ratio, one High-Loss Trial is enough to preclude this Load
from becoming a Lower Bound for RFC2544. That is why this Load
is classified as an Upper Bound for RFC2544 this early.</t>

<t>This is an example 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 &quot;last short bad&quot; point.
Code for available trial results is: 59x1s0l+60x1s1l</t>

<texttable>
      <ttcol align='left'>Goal name</ttcol>
      <ttcol align='left'>RFC2544</ttcol>
      <ttcol align='left'>TST009</ttcol>
      <ttcol align='left'>1s final</ttcol>
      <ttcol align='left'>20% exceed</ttcol>
      <c>Goal code</c>
      <c>60f60d0l0e</c>
      <c>60f120d0l50e</c>
      <c>1f120d.5l50e</c>
      <c>60f60d0.5l20e</c>
      <c>Full-length high-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>60s</c>
      <c>0s</c>
      <c>Full-length low-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>59s</c>
      <c>0s</c>
      <c>Short high-loss sum</c>
      <c>60s</c>
      <c>60s</c>
      <c>0s</c>
      <c>60s</c>
      <c>Short low-loss sum</c>
      <c>59s</c>
      <c>59s</c>
      <c>0s</c>
      <c>59s</c>
      <c>Balancing sum</c>
      <c>0s</c>
      <c>59s</c>
      <c>0s</c>
      <c>14.75s</c>
      <c>Excess sum</c>
      <c>60s</c>
      <c>1s</c>
      <c>0s</c>
      <c>45.25s</c>
      <c>Positive excess sum</c>
      <c>60s</c>
      <c>1s</c>
      <c>0s</c>
      <c>45.25s</c>
      <c>Effective high-loss sum</c>
      <c>60s</c>
      <c>1s</c>
      <c>60s</c>
      <c>45.25s</c>
      <c>Effective full sum</c>
      <c>60s</c>
      <c>1s</c>
      <c>119s</c>
      <c>45.25s</c>
      <c>Effective whole sum</c>
      <c>60s</c>
      <c>120s</c>
      <c>120s</c>
      <c>60s</c>
      <c>Missing sum</c>
      <c>0s</c>
      <c>119s</c>
      <c>1s</c>
      <c>14.75s</c>
      <c>Pessimistic high-loss sum</c>
      <c>60s</c>
      <c>120s</c>
      <c>61s</c>
      <c>60s</c>
      <c>Optimistic exceed ratio</c>
      <c>100%</c>
      <c>0.833%</c>
      <c>50%</c>
      <c>75.417%</c>
      <c>Pessimistic exceed ratio</c>
      <c>100%</c>
      <c>100%</c>
      <c>50.833%</c>
      <c>100%</c>
      <c>Classification Result</c>
      <c>Upper Bound</c>
      <c>Undecided</c>
      <c>Undecided</c>
      <c>Upper Bound</c>
</texttable>

<t>This is the last point for &quot;1s final&quot; 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 &quot;20% exceed&quot; 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 &quot;last short good&quot; point.
Code for available trial results is: 60x1s0l+60x1s1l</t>

<texttable>
      <ttcol align='left'>Goal name</ttcol>
      <ttcol align='left'>RFC2544</ttcol>
      <ttcol align='left'>TST009</ttcol>
      <ttcol align='left'>1s final</ttcol>
      <ttcol align='left'>20% exceed</ttcol>
      <c>Goal code</c>
      <c>60f60d0l0e</c>
      <c>60f120d0l50e</c>
      <c>1f120d.5l50e</c>
      <c>60f60d0.5l20e</c>
      <c>Full-length high-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>60s</c>
      <c>0s</c>
      <c>Full-length low-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>60s</c>
      <c>0s</c>
      <c>Short high-loss sum</c>
      <c>60s</c>
      <c>60s</c>
      <c>0s</c>
      <c>60s</c>
      <c>Short low-loss sum</c>
      <c>60s</c>
      <c>60s</c>
      <c>0s</c>
      <c>60s</c>
      <c>Balancing sum</c>
      <c>0s</c>
      <c>60s</c>
      <c>0s</c>
      <c>15s</c>
      <c>Excess sum</c>
      <c>60s</c>
      <c>0s</c>
      <c>0s</c>
      <c>45s</c>
      <c>Positive excess sum</c>
      <c>60s</c>
      <c>0s</c>
      <c>0s</c>
      <c>45s</c>
      <c>Effective high-loss sum</c>
      <c>60s</c>
      <c>0s</c>
      <c>60s</c>
      <c>45s</c>
      <c>Effective full sum</c>
      <c>60s</c>
      <c>0s</c>
      <c>120s</c>
      <c>45s</c>
      <c>Effective whole sum</c>
      <c>60s</c>
      <c>120s</c>
      <c>120s</c>
      <c>60s</c>
      <c>Missing sum</c>
      <c>0s</c>
      <c>120s</c>
      <c>0s</c>
      <c>15s</c>
      <c>Pessimistic high-loss sum</c>
      <c>60s</c>
      <c>120s</c>
      <c>60s</c>
      <c>60s</c>
      <c>Optimistic exceed ratio</c>
      <c>100%</c>
      <c>0%</c>
      <c>50%</c>
      <c>75%</c>
      <c>Pessimistic exceed ratio</c>
      <c>100%</c>
      <c>100%</c>
      <c>50%</c>
      <c>100%</c>
      <c>Classification Result</c>
      <c>Upper Bound</c>
      <c>Undecided</c>
      <c>Lower Bound</c>
      <c>Upper Bound</c>
</texttable>

<t>The one missing trial for &quot;1s final&quot; was Low-Loss,
half of trial results are Low-Loss which exactly matches 50% exceed ratio.
This shows time savings are not guaranteed.</t>

</section>
<section anchor="point-5"><name>Point 5</name>

<t>This is the &quot;first long bad&quot; point.
Code for available trial results is: 60x1s0l+60x1s1l+1x60s.1l</t>

<texttable>
      <ttcol align='left'>Goal name</ttcol>
      <ttcol align='left'>RFC2544</ttcol>
      <ttcol align='left'>TST009</ttcol>
      <ttcol align='left'>1s final</ttcol>
      <ttcol align='left'>20% exceed</ttcol>
      <c>Goal code</c>
      <c>60f60d0l0e</c>
      <c>60f120d0l50e</c>
      <c>1f120d.5l50e</c>
      <c>60f60d0.5l20e</c>
      <c>Full-length high-loss sum</c>
      <c>60s</c>
      <c>60s</c>
      <c>60s</c>
      <c>0s</c>
      <c>Full-length low-loss sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>120s</c>
      <c>60s</c>
      <c>Short high-loss sum</c>
      <c>60s</c>
      <c>60s</c>
      <c>0s</c>
      <c>60s</c>
      <c>Short low-loss sum</c>
      <c>60s</c>
      <c>60s</c>
      <c>0s</c>
      <c>60s</c>
      <c>Balancing sum</c>
      <c>0s</c>
      <c>60s</c>
      <c>0s</c>
      <c>15s</c>
      <c>Excess sum</c>
      <c>60s</c>
      <c>0s</c>
      <c>0s</c>
      <c>45s</c>
      <c>Positive excess sum</c>
      <c>60s</c>
      <c>0s</c>
      <c>0s</c>
      <c>45s</c>
      <c>Effective high-loss sum</c>
      <c>120s</c>
      <c>60s</c>
      <c>60s</c>
      <c>45s</c>
      <c>Effective full sum</c>
      <c>120s</c>
      <c>60s</c>
      <c>180s</c>
      <c>105s</c>
      <c>Effective whole sum</c>
      <c>120s</c>
      <c>120s</c>
      <c>180s</c>
      <c>105s</c>
      <c>Missing sum</c>
      <c>0s</c>
      <c>60s</c>
      <c>0s</c>
      <c>0s</c>
      <c>Pessimistic high-loss sum</c>
      <c>120s</c>
      <c>120s</c>
      <c>60s</c>
      <c>45s</c>
      <c>Optimistic exceed ratio</c>
      <c>100%</c>
      <c>50%</c>
      <c>33.333%</c>
      <c>42.857%</c>
      <c>Pessimistic exceed ratio</c>
      <c>100%</c>
      <c>100%</c>
      <c>33.333%</c>
      <c>42.857%</c>
      <c>Classification Result</c>
      <c>Upper Bound</c>
      <c>Undecided</c>
      <c>Lower Bound</c>
      <c>Lower Bound</c>
</texttable>

<t>As designed for 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 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 optimistic exceed ratio is still only 50%.</t>

<t>But the 0.1% Trial Loss Ratio is lower than &quot;20% exceed&quot; 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 &quot;first long good&quot; point.
Code for available trial results is: 60x1s0l+60x1s1l+1x60s.1l+1x60s0l</t>

<texttable>
      <ttcol align='left'>Goal name</ttcol>
      <ttcol align='left'>RFC2544</ttcol>
      <ttcol align='left'>TST009</ttcol>
      <ttcol align='left'>1s final</ttcol>
      <ttcol align='left'>20% exceed</ttcol>
      <c>Goal code</c>
      <c>60f60d0l0e</c>
      <c>60f120d0l50e</c>
      <c>1f120d.5l50e</c>
      <c>60f60d0.5l20e</c>
      <c>Full-length high-loss sum</c>
      <c>60s</c>
      <c>60s</c>
      <c>60s</c>
      <c>0s</c>
      <c>Full-length low-loss sum</c>
      <c>60s</c>
      <c>60s</c>
      <c>180s</c>
      <c>120s</c>
      <c>Short high-loss sum</c>
      <c>60s</c>
      <c>60s</c>
      <c>0s</c>
      <c>60s</c>
      <c>Short low-loss sum</c>
      <c>60s</c>
      <c>60s</c>
      <c>0s</c>
      <c>60s</c>
      <c>Balancing sum</c>
      <c>0s</c>
      <c>60s</c>
      <c>0s</c>
      <c>15s</c>
      <c>Excess sum</c>
      <c>60s</c>
      <c>0s</c>
      <c>0s</c>
      <c>45s</c>
      <c>Positive excess sum</c>
      <c>60s</c>
      <c>0s</c>
      <c>0s</c>
      <c>45s</c>
      <c>Effective high-loss sum</c>
      <c>120s</c>
      <c>60s</c>
      <c>60s</c>
      <c>45s</c>
      <c>Effective full sum</c>
      <c>180s</c>
      <c>120s</c>
      <c>240s</c>
      <c>165s</c>
      <c>Effective whole sum</c>
      <c>180s</c>
      <c>120s</c>
      <c>240s</c>
      <c>165s</c>
      <c>Missing sum</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>0s</c>
      <c>Pessimistic high-loss sum</c>
      <c>120s</c>
      <c>60s</c>
      <c>60s</c>
      <c>45s</c>
      <c>Optimistic exceed ratio</c>
      <c>66.667%</c>
      <c>50%</c>
      <c>25%</c>
      <c>27.273%</c>
      <c>Pessimistic exceed ratio</c>
      <c>66.667%</c>
      <c>50%</c>
      <c>25%</c>
      <c>27.273%</c>
      <c>Classification Result</c>
      <c>Upper Bound</c>
      <c>Lower Bound</c>
      <c>Lower Bound</c>
      <c>Lower Bound</c>
</texttable>

<t>This is the Low-Loss Trial the &quot;TST009&quot; goal was waiting for.
This Load is now classified for all goals; the search may end.
Or, more realistically, it can focus on larger load 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 &quot;RFC2544&quot; 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, we
can compute Conditional-Throughput values for each of them.</t>

<t>(The load under discussion is 1 000 000 frames per second.)</t>

<section anchor="goal-2"><name>Goal 2</name>

<t>The Conditional Throughput is computed from sorted list
of Full-Length Trial results. As TST009 Goal Final Trial Duration is 60 seconds,
only two of 122 Trials are considered Full-Length Trials.
One has Trial Loss Ratio of 0%, the other of 0.1%.</t>

<t><list style="symbols">
  <t>Full-length high-loss sum is 60 seconds.</t>
  <t>Full-length low-loss sum is 60 seconds.</t>
  <t>Full-length is 120 seconds.</t>
  <t>Subceed ratio is 50%.</t>
  <t>Remaining sum initially is 0.5x12s = 60 seconds.</t>
  <t>Current loss ratio initially is 100%.</t>
  <t>For first result (duration 60s, loss 0%):
  <list style="symbols">
      <t>Remaining sum is larger than zero, not exiting the loop.</t>
      <t>Set current loss ratio to this trial&#39;s Trial Loss Ratio which is 0%.</t>
      <t>Decrease the remaining sum by this trial&#39;s Trial Effective Duration.</t>
      <t>New remaining sum is 60s - 60s = 0s.</t>
    </list></t>
  <t>For second result (duration 60s, loss 0.1%):</t>
  <t>Remaining sum is not larger than zero, exiting the loop.</t>
  <t>Current forwarding ratio was most recently set to 0%.</t>
  <t>Current forwarding ratio is one minus the current loss ratio, so 100%.</t>
  <t>Conditional Throughput is the current forwarding ratio multiplied by the Load value.</t>
  <t>Conditional Throughput is one million frames per second.</t>
</list></t>

</section>
<section anchor="goal-3"><name>Goal 3</name>

<t>The &quot;1s final&quot; has Goal Final Trial Duration of 1 second,
so all 122 Trial Results are considered Full-Length Trials.
They are ordered like this:</t>

<figure><artwork><![CDATA[
60 1-second 0% loss trials,
1 60-second 0% loss trial,
1 60-second 0.1% loss trial,
60 1-second 1% loss trials.
]]></artwork></figure>

<t>The result does not depend on the order of 0% loss trials.</t>

<t><list style="symbols">
  <t>Full-length high-loss sum is 60 seconds.</t>
  <t>Full-length low-loss sum is 180 seconds.</t>
  <t>Full-length is 240 seconds.</t>
  <t>Subceed ratio is 50%.</t>
  <t>Remaining sum initially is 0.5x240s = 120 seconds.</t>
  <t>Current loss ratio initially is 100%.</t>
  <t>For first 61 results (duration varies, loss 0%):
  <list style="symbols">
      <t>Remaining sum is larger than zero, not exiting the loop.</t>
      <t>Set current loss ratio to this trial&#39;s Trial Loss Ratio which is 0%.</t>
      <t>Decrease the remaining sum by this trial&#39;s Trial Effective Duration.</t>
      <t>New remaining sum varies.</t>
    </list></t>
  <t>After 61 trials, duration of 60x1s + 1x60s has been subtracted from 120s, leaving 0s.</t>
  <t>For 62-th result (duration 60s, loss 0.1%):
  <list style="symbols">
      <t>Remaining sum is not larger than zero, exiting the loop.</t>
    </list></t>
  <t>Current forwarding ratio was most recently set to 0%.</t>
  <t>Current forwarding ratio is one minus the current loss ratio, so 100%.</t>
  <t>Conditional Throughput is the current forwarding ratio multiplied by the Load value.</t>
  <t>Conditional Throughput is one million frames per second.</t>
</list></t>

</section>
<section anchor="goal-4"><name>Goal 4</name>

<t>The Conditional Throughput is computed from sorted list
of Full-Length Trial results. As &quot;20% exceed&quot; Goal Final Trial Duration
is 60 seconds, only two of 122 Trials are considered Full-Length Trials.
One has Trial Loss Ratio of 0%, the other of 0.1%.</t>

<t><list style="symbols">
  <t>Full-length high-loss sum is 60 seconds.</t>
  <t>Full-length low-loss sum is 60 seconds.</t>
  <t>Full-length is 120 seconds.</t>
  <t>Subceed ratio is 80%.</t>
  <t>Remaining sum initially is 0.8x120s = 96 seconds.</t>
  <t>Current loss ratio initially is 100%.</t>
  <t>For first result (duration 60s, loss 0%):
  <list style="symbols">
      <t>Remaining sum is larger than zero, not exiting the loop.</t>
      <t>Set current loss ratio to this trial&#39;s Trial Loss Ratio which is 0%.</t>
      <t>Decrease the remaining sum by this trial&#39;s Trial Effective Duration.</t>
      <t>New remaining sum is 96s - 60s = 36s.</t>
    </list></t>
  <t>For second result (duration 60s, loss 0.1%):
  <list style="symbols">
      <t>Remaining sum is larger than zero, not exiting the loop.</t>
      <t>Set current loss ratio to this trial&#39;s Trial Loss Ratio which is 0.1%.</t>
      <t>Decrease the remaining sum by this trial&#39;s Trial Effective Duration.</t>
      <t>New remaining sum is 36s - 60s = -24s.</t>
    </list></t>
  <t>No more trials (and remaining sum is not larger than zero), exiting loop.</t>
  <t>Current forwarding ratio was most recently set to 0.1%.</t>
  <t>Current forwarding ratio is one minus the current loss ratio, so 99.9%.</t>
  <t>Conditional Throughput is the current forwarding ratio multiplied by the Load value.</t>
  <t>Conditional Throughput is 999 thousand frames per second.</t>
</list></t>

<t>Due to stricter Goal Exceed Ratio, this Conditional Throughput
is smaller than Conditional Throughput of the other two goals.</t>




</section>
</section>
</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA9S963Ib15Im+r+eogaO7k1qAPCiiyV2dGtoXbwVLVkak96e
PQ7HjiJQJKsFoNBVBVL0xImYBznn5eZJTuaXmWvlKhRI2d3n9MyeiykSqFqX
XLny8uWXk8kky7qqW5Qn+YfNoqvWizJ/X7dt/mPRVXV+VhbN7DorLi6a8oY+
8v7HVn4zr2erYknfmjfFZTepyu5ycrG8vZosF418ZHJ0lM2Ljj5yfHj8dHL4
Lf3fLGs3F8uqbat6dX63pr+9e3P+NqvWzUneNZu2Oz48fHF4nBVNWZzk9brN
bq9O8u/K1ex6WTSfq9VV/nMt//2+qTfr7PMtPWLVlc2q7CaveSjZrOhO8mp1
WWfZrJ7TR0/yTTsp2llVZevqJKf/fZPPihX9tsyLpinu8r3qMi8Wi/yubPfz
usmvi/Y6vy6bMsvzrp6d8B/ox7Zuuqa8bE/wiHl5WdCKtfQJ+/vdUv7M/8yK
TXddNydZjv9N9L85DY0+8WGa/3O9arti1d2t6ttq9lv4uyzrh2JWlZ93fqhu
aFqvqnZGW3TXduWyDX8ql0W1OMmXn+Wr/2XGn5rO6uXwSP4yzT/Vi+Jz7/1/
aYruc93708NvvWnW/A330mxVN0uSpZuSl+LHt6+Ojp8c64/HR0cv7Mfj50/t
x6dPnuiPz4++pR8z3s30IU+Pnh+eZN/kr+rlslzRhp9fV22+Lpouvyjpw2V+
WTVtl08mk5z+sKq7nAVoXt+u8otNl//19MP7MW1oPpMH0EfKcp7Pq8tL2vZV
l5ftrFiX0+yb/3Fyop/5v7Jv6I30vw/fHR09O8k/LcqCRGhZ35QsA2GQ9Wqc
FyQWPKJb+mHd1DfVnJ5erxZ3/BeSvfJLsaSjNrVH/uXTSf7xc/jnh38mCaDn
zvGb/3FyEIaA2T97/MTW7dmLsG7Pj3k1dw34Wzoo83IpIyvzmv6/JqcPNXd/
ZBDnZ+d0UkW4u6K5KmkLrrtu3Z4cHNze3k7Lrq2mJC4H83JBu9Yc8C/+dtUe
/PD2LxP68sHh4dHfDl+8oP/S/3s8PXwypV88Ozy4av+mH6G/3Bw+PnxyeLSe
rueX8irRVCP6c05/H9Ev/zo9evrsye6RVN1mWq26g6acHczrRX1Vrf623lxM
i3b9clGsrv6x/Ptq/o/nkx/fvJrIsybHh0fPDo8n7/7Tf/r0+u3kzd93pKn+
sQriboOQT/MY3r6u6smrs3fnk6Aghwc0a6tuejmfVvXBjDRoe7AsSUlgWHf0
c9FumhLieECas/jbmgZY/q27JlV3db3edAekXP8mzz9IhvL2NT0y5xHk5yWJ
/Yf42HwStfYIXwpK+fHk6JB+8+nu07uHBr6+W8t+kjD/SznrDsLnD46mx9Oj
dDjhjzn+OKZX0HhW+adi9rm4Kkljz8svw4N5T7r+t3Jydl0ti+Gh8Mp0DT2p
bKZ87YiY1bOD6265OJDraEFPaUu5kJrLGWuUyUXVTg4Pk3GervKf1ldNMccB
Tq4Zv4J0rvMfyu6Wbh65bGb1akWLkL8ub6pZ2dISl1/WVVPORzuP33NVUawQ
9MN5W61mJc/9cGrKhLafTtxUjiq/l6+ltlpWi0JOa0VXizuuf14ux3mdntnX
VVtcNSU/pWPl13YVPaTg++5ys6BXQMXN6O8fdLJxTGN5jPyPFeXnslzzR6oO
F+I0f0Xa65YuzvmcxrdY0LVEf4UeObFByP9+8Vv5Kza2Lcf599NxPrp3qd99
8o95Wze3RcP3uFtu0nY5byrt6WgMk4DUb/6pqWnebZtMIrUOHhKPF7wmJLek
Ap5O/WP23sgCTff98r/++MMb+ij9UC7KrmTbYbNmkeafmpLOL20wq9tixpdX
zkpkQJvqSv1zfVPM2l2yz6L/ZTqv5RweHU7pEjo8Oqj+hV7XTm9eVMfT4+fP
E/n+vljyut1W3TVGcR40Cd1Bc/zqPX17NbvrC3/QRLyos3JO/2rz+jIsPB/e
j103+VDwNTc5K5efS/rH9by4qXbr4llLJgFtxmIxpUcerMua7sCDkq4F/TXf
kAftXbvY0GgOLkn4D48P6q7bvgBo6GQiNTWZGetqRsO/pjfTotMYMdNXn8g2
WF2RMqT7OD+9qat5waftdHFVN7QeS57BXwqyRBdk2P4+RdM3eVeiGya0DyRr
k9nl1cHhs1TRkMHxw/f5a3oiXal0JyY65Rzfo/msSDnyoo+yjA2X4qLl93dZ
BtVBr95gS9p1OasuSRPQqaXdY2MaVui9xyq7T4ON8j3b2f083je5avGLu4ys
3WoFXUGW0m3u7i2ypRcL0mZD7oM6C3vhQtifxtsoL6olxk1CShrut9JeR9Im
ZhR5C+s1Gd350p694Gc37tllO4YsV0s2s1iBtvRZPnslLfZFtai6u4w/QMeN
zEP9zTTLvJ7OREsfs44uw7Ln7XW9WZCaLheXE1qwrqhWpADyP7PyhJTBZqQJ
kPK088TLiF2fylPNpspMO9M/8jdzUgRzDCKqgaERHemtsSQnhXT/1RWJCfkV
NZuZvOxkTpoFm99el7DpSDnPrsmwKfO9qIvIpl/N92ml7vQU81bnHcnPFK96
XdP3XsYhf6KP825/9+Hn78nTIXOe9mMa/kxKWRy/Ixrhx8vLalZhNBVd7Gv6
Ko3HTTnuOOR13toApvTeUqxzHXLVjemf9HD+Pd05GDf94FaTt4jM6QJXKRa/
w2dWtFErukJpfnQ58eDrVQlhvbBjIRP4jtVfq5cYbeCS3YWm/NdNpcYXBGpN
klZdkMjN6YhAHOn3dDB4nxuaLd0yOOHX5daBoA1zC5FfNvUy37u9Jk0Tn9rB
9bggiYJ63g9LEpft/ffnH/oyEpeSpaKmS4U2eE4HFANZ8+3HMzfBpAnyr/BH
WmE6p6wSaYmy8qZYbGhafKJ5Sqwo6Wf+4E3RVPWmZdOsyGGCkqO02GAJxuQY
sfbR3c7a+rKj67mc5BdkvsxzVYX8qFY8RP0DKWH4ag1/l0VmQq+iq47OVrb3
6uP52X7+6tNP5Hk3c35efkN+04acSb6mNxWd6NOzd6/yg/wH+tBB/vbT96fh
s8OH+fFJ/vN1AQOIDOuVmC8vw+9Uh854lWgkJDc63pfxPIRlpLulFH+OX8EX
Cj0E/yYP+8qfG/oeS/O8wnJuqvaaBTMqctvbn3Ay5ziB/IZL0u0tFomWYvcq
BHc7j7Mn66Ej2y7/vKpv8+pSxqXi3OaXmwZaAS9yQ5nGR+39XJqqY2uPjx1p
OzryJRk7D6qoJ3Qi65pOCalHvgZgtLr3wGC8KG3lSpxU+hUp6+amKm8PyDlr
6vlmhnVtS/w3LugpW7LzMXZD1tY2ZUFrLK7sWk4n7FOnaP95Gn7+EWb1lsbl
S3ZZzeeLcmBqp1ARHCT656ZYInKAQ7uigeuh/qAhBVEF+mn1+6Fo7S6OUYYa
203rcVOJIqDV4Ek0rCzYKYBalZGbIUJCNvvM63VJ5jYHVQ6KgyfHj48fP34h
/sw7Unkr8+ivWKfQEGgstG42Xoi5DOzkwYcfHz5//vTF88Ms+6WrZ7/2Vu0b
NiHClvWNk3nZzprqohSl83VGgdeeY+wnmwMiSyRYZbMU2yNqpMwZKaz5TQ1t
aaFLsiRFPJrNaiW3Arajpjv4Ligp1sHZl+fPDk5//MCKqM33HtZAZMycbUgV
6+uy+K6ZyDzdAYv6TrQf3TR0ZfOZX1/ftXx758V6vahgle6V0yvyi4qMI3bz
YsE3V1ACc9hoCEzStXVTNd1m6Mt/kT8EO++tjsZPvKWHsuNJR69sWpM9No02
ZCfMFvVmvk+H5Jtv8k8y9aEjT+fpbHPFpjUOhFzcsHn43/pFhMBIk8ztgtco
GB5xQW7sZdAAZrObCP2J1WpD0kVOBy6nz+Udy3HH4sWR4XbqFe6q7B9rthB0
6+TZXj4rGA0mpf/+Qpq5a/NrhXSuji1PNgjR8LX2jBZfdDXk6xImKf72Ay0y
e21kCPauOIQc77ZfyB8q+sOSP5GNelOuggyOeSstjsrmUke7zjrwtzLOK/+H
/bgvdKfwIbD7crSqSd+tyBYZQU+P8SgM95quLbs9ooR9X9dsg9HlMM1PYabh
BpstyDi5vDNTxeK1POCzsrTrL0a42/yKH1SueB/GuVmWEAlcJLwwmBHZ8LRn
MPTivTFsqJ/S0buL1tKqWiwKv9dk1RXNnYrQOCvCVqi0aPCXZeIXCXT+iq3/
RW3AXzOS0LCqJhwbviBgqOV7r386b/fV12nF9KXDRFqBThldKsv2ZFB4vj2x
8A0sGsShSYvMqi5GhTBCnpiIu7NtftCL15zCTfCQWBTr4oKv0XDjqouhAtDq
okz0y213x9awxRagf2t64OWGDEtn5cjChcUuzHufwg1AQF3uPVGcDTthRacH
g1amdc96c372Lv/+LNf4MgeQ84n5Chbf2t56m77aECEEwsfqnewKXk7rS7cr
X/JxLXm19BS2zjT5Dq61aOfjJz6uIuIJ02aUiNFI3dzOzwlijAlf02AuSjqM
xZw0E8s1H21OUc14DLo4U5rEJE74gm5+lwzKT77C3HtOKwNv17u3+R5OKk+X
JHPfzXT4AE3y7/zc8q74zLOuJRS5rPlmgY+V4wDwbXhZNGJz0W7T00ncV3zb
LTi2AZ8sHL8pPf78Onh0dOToXQt5YAgtiItXkI3E69bd8tLJK+nhJJYYC4xL
nKtFPzTBLzmzE8qnkY/Cbc5a7k5fpaeTbcNFWWDN2SOjg0C+EXlqxZw3PrqZ
nDG7gQnoVAl7aWUrUwq/DMZ9IfEQegyplFlHi/Fb2ZAzQfYqx0X4hPIcyBnd
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
2V5QApDhu0IlvltdODNSkD7zfaOVNbwhy4TbJckp7pmZ08dCAuoMg8A4cin8
IUET4+NBOAobcZT8hQxiUw6qHyfNE8no1vwhKapaWqNSW5PEIoz11xCYXR6F
TT0zn+D49Fv2byFZik/YLWxLyiYWmJLDd5UdV4XfcN4kIaistm8l0tfvQ/zo
hn68eiWsC4oLvNb966Upci5iGUZx9hQpbU1sBH1UxcEAEiG1URESBYhvQoSk
hB3oD5ezW5iqGQRc65bv3Bu+op4SnNkkqFSWPHf3g5JEvnyWy9Pltr4sbuxZ
BRg3Bjb+whjKTtuscAdhGgX+cGZk6HYDDi+1nDclQIucIFisroqm+rv25QVY
ArKlmRSJ/uI54Xjej5c3QomIw+4MpIZZqrkKJ/SbBi65VJeSezkVdeKCUpLr
J8J5KexfJQolhXsUdQAPBjNbB2qN5jjPzEkfd87R2J8PRUDgIx++z+klZU1g
Uf9jNE8linA+l53hRAkidoPUSFc3IIFAOy6GaSDiyKRbgIlI6B770I/phkqp
mPsBsqcF/0SA4TFrkTqPNkbrKvQ7YRdizKy1xLoVGgtlIiuGtxH8rXWJF6QM
6xd0mUS0JJC0/tJRTMgyuutFHWO6jWbe0jul+9bILHTbEmrtsXsBJ2TTFRSg
InJROjHmLcvc7AvM4hWzSpLuJ0uW4l/qFIwQ7Jot39OzQHlpxhF6kCCSKQTm
tsiJK/T/MNRhHMZm4u1ikC/UNvDEC+CosXKySuCwUdOKy6LCFowzZXWG6STw
dxCdhOC4RtM9CKkn/ku6bXp5KKTw1M1ss9QYultxW5/X854Vo7EX8w6wy+VF
m22Wnoi746xzmchAvF4soiYbPY3FVuMnONL6j5Dk1p0z33FvkB7eWB1JKvNc
wwmBos/z/vhqRHKrZzXuuMCoDxH6ZeI/UTXYTSQkEyq717srqm/mzNN5veLb
GGwlVOQWiwUTx3C/5ZCsIMa9q0LhcJfNNcXTClVM7lAv3CFFm3Ll5nG8GwmD
70oifQJm/vnNOSFAAcNba+5mGAs1we9LCcdUsTjRTtOIUzMhJP68WIzJmEPt
bZCfOMsiI2zUWmwooicj15w5hLmilfMlwJ9yh05KilIiw9kh4i/QnJwlcIlc
Lzq31k7YEbr64obOC+D+Se727q/nEaKils1KamD7OSk9Jdusv3CSgLqxWZ6L
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

-->

</rfc>

