From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 47D23A04BE; Sun, 6 Sep 2020 05:40:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21C3C2BF1; Sun, 6 Sep 2020 05:40:03 +0200 (CEST) Received: from mail-pj1-f67.google.com (mail-pj1-f67.google.com [209.85.216.67]) by dpdk.org (Postfix) with ESMTP id 06D952BAB for ; Sun, 6 Sep 2020 05:40:01 +0200 (CEST) Received: by mail-pj1-f67.google.com with SMTP id u3so1602462pjr.3 for ; Sat, 05 Sep 2020 20:40:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=JYQdSAv3wJclYjaEevd8LLu29KhO7ocZAiBg8iOiWjw=; b=Uv2u+WDFM/nO3Ac70QouRdvWGsezMalr0OgGUpu6S7AJ71btxRzS2nSX8jkUe7wKyN 1REFpqMkNZQp9lvhD4/QOVLCUz5jJSVC6TwEaXkZH7WbuiPz67ejyhVU05SdwwFnNNg5 tNhqzVO90Po/0Err3Jto2LraEUd7F97xfIr6lRQ69wlbWis8c88JjdCGtoM6ufODenbh nCab0dHG90Osp1eQZgk8/XtvTDWttL1cXM8CGisKxE9drtyVb1N3GRgjNdI8EBirC8lZ EDPMXzLuUKeZ8ilspnrGx7NxQaipMTDN/ZkeGikhbO4lxX0Hr9BeO2mOVfmo3/3iWwR8 JvvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=JYQdSAv3wJclYjaEevd8LLu29KhO7ocZAiBg8iOiWjw=; b=Y4ljQZ/+whDTPCGU+yoDOJqPq7qaTf3l76geGvwYNVWu2wWxxBHw9PTmXOi803SQ3l UjMHRv9VE337EEPXjWpcPlEmOUCOs8mch3vyVohyPBjksCW888aTX+jj1FuzzugwLibY c3AHp0GUIZZpMj+kevmLh9R/YHlFrSSPK9bAOEI+AJMuQP3YPq1N4MHlfwSU4ZGS+/bU mGedh2K5Vh2Yd/eiG9MFjnjklXJ33+TOsRkfrXc21G7IEnLIXABnrJpzz9501MnBc/Ql nWeQTZPWSTOpyk0ZhhE5HQ2dBoaw8+YW4y1mXoQEpQ9u1oJuXV2fqnA7XO6M9Euc65Ot o+DQ== X-Gm-Message-State: AOAM531tO0cF8AA4X8e1JlqyqSZniAamYlF3DuLCH7B6hoapcVVuRTvj iRNb+C1nP7J4r3Lfu/UzSPGd3w== X-Google-Smtp-Source: ABdhPJxEdmv/DJzlrneJDAng5ZCoyxF/XeQh4hRCwMyNhmOj3bIl7rvxjIEnhsKOyYpZXxFxfu5EEA== X-Received: by 2002:a17:90a:fb52:: with SMTP id iq18mr14743763pjb.207.1599363601226; Sat, 05 Sep 2020 20:40:01 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id gb17sm8960751pjb.15.2020.09.05.20.40.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 05 Sep 2020 20:40:00 -0700 (PDT) From: Stephen Hemminger To: john.mcnamara@intel.com, marko.kovacevic@intel.com, wisamm@mellanox.com Cc: dev@dpdk.org, Stephen Hemminger Date: Sat, 5 Sep 2020 20:39:52 -0700 Message-Id: <20200906033952.24895-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] doc/flow-perf: fix section headings X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The flow-perf documentation was using multiple section headings in one document. This caused the documentation tree display in index to make it appear as multiple pages rather than sub-sections in one page. Change to use subsections and subsubsections. Fixes: bf3688f1e816 ("app/flow-perf: add insertion rate calculation") Cc: wisamm@mellanox.com Signed-off-by: Stephen Hemminger --- doc/guides/tools/flow-perf.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/guides/tools/flow-perf.rst b/doc/guides/tools/flow-perf.rst index cdedaf9a97d4..247dcf26703e 100644 --- a/doc/guides/tools/flow-perf.rst +++ b/doc/guides/tools/flow-perf.rst @@ -18,7 +18,7 @@ give different flow each time, and all other items will have open masks. Known Limitations -================= +----------------- The current version has limitations which can be removed in future: @@ -33,7 +33,7 @@ The app supports single and multi core performance measurements. Compiling the Application -========================= +------------------------- The ``test-flow-perf`` application is compiled as part of the main compilation of the DPDK libraries and tools. @@ -42,10 +42,10 @@ Refer to the DPDK Getting Started Guides for details. Running the Application -======================= +----------------------- EAL Command-line Options ------------------------- +^^^^^^^^^^^^^^^^^^^^^^^^ Please refer to :doc:`EAL parameters (Linux) <../linux_gsg/linux_eal_parameters>` or :doc:`EAL parameters (FreeBSD) <../freebsd_gsg/freebsd_eal_parameters>` for @@ -53,7 +53,7 @@ a list of available EAL command-line options. Flow Performance Options ------------------------- +^^^^^^^^^^^^^^^^^^^^^^^^ The following are the command-line options for the flow performance application. They must be separated from the EAL options, shown in the previous section, -- 2.27.0