[20.11,13/19] doc: remove references to make in mempool guides

Message ID 20200807123009.21266-14-ciara.power@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series remove make support in DPDK |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Power, Ciara Aug. 7, 2020, 12:30 p.m. UTC
  Make is no longer supported for compiling DPDK, references are now
removed in the documentation.

Signed-off-by: Ciara Power <ciara.power@intel.com>
---
 doc/guides/mempool/octeontx.rst  | 28 ----------------------------
 doc/guides/mempool/octeontx2.rst |  8 --------
 2 files changed, 36 deletions(-)
  

Comments

Louise Kilheeney Aug. 18, 2020, 10:34 a.m. UTC | #1
Hey Ciara, 

The doc's should include a reference to the build instructions for meson build. 

Louise Kilheeney.

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Ciara Power
> Sent: Friday 7 August 2020 13:30
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richardson@intel.com>; thomas@monjalon.net;
> Power, Ciara <ciara.power@intel.com>
> Subject: [dpdk-dev] [PATCH 20.11 13/19] doc: remove references to make in
> mempool guides
> 
> Make is no longer supported for compiling DPDK, references are now removed
> in the documentation.
> 
> Signed-off-by: Ciara Power <ciara.power@intel.com>
> ---
>  doc/guides/mempool/octeontx.rst  | 28 ----------------------------
> doc/guides/mempool/octeontx2.rst |  8 --------
>  2 files changed, 36 deletions(-)
> 
> diff --git a/doc/guides/mempool/octeontx.rst
> b/doc/guides/mempool/octeontx.rst index dfa1993e19..53b65b0eb6 100644
> --- a/doc/guides/mempool/octeontx.rst
> +++ b/doc/guides/mempool/octeontx.rst
> @@ -30,34 +30,6 @@ Prerequisites
> 
>  See :doc: `../platform/octeontx.rst` for setup information.
> 
> -Pre-Installation Configuration
> -------------------------------
> -
> -Config File Options
> -~~~~~~~~~~~~~~~~~~~
> -
> -The following options can be modified in the ``config`` file.
> -Please note that enabling debugging options may affect system performance.
> -
> -- ``CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS`` ( set to ``octeontx_fpavf``)
> -
> -  Set default mempool ops to octeontx_fpavf.
> -
> -- ``CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL`` (default ``y``)
> -
> -  Toggle compilation of the ``librte_mempool_octeontx`` driver.
> -
> -Driver Compilation
> -~~~~~~~~~~~~~~~~~~
> -
> -To compile the OCTEON TX FPAVF MEMPOOL PMD for Linux arm64 gcc target,
> run the -following ``make`` command:
> -
> -.. code-block:: console
> -
> -   cd <DPDK-source-directory>
> -   make config T=arm64-thunderx-linux-gcc
> -
> 
>  Initialization
>  --------------
> diff --git a/doc/guides/mempool/octeontx2.rst
> b/doc/guides/mempool/octeontx2.rst
> index 49b45a04e8..db47fde610 100644
> --- a/doc/guides/mempool/octeontx2.rst
> +++ b/doc/guides/mempool/octeontx2.rst
> @@ -29,14 +29,6 @@ Prerequisites and Compilation procedure  Pre-Installation
> Configuration
>  ------------------------------
> 
> -Compile time Config Options
> -~~~~~~~~~~~~~~~~~~~~~~~~~~~
> -
> -The following option can be modified in the ``config`` file.
> -
> -- ``CONFIG_RTE_LIBRTE_OCTEONTX2_MEMPOOL`` (default ``y``)
> -
> -  Toggle compilation of the ``librte_mempool_octeontx2`` driver.
> 
>  Runtime Config Options
>  ~~~~~~~~~~~~~~~~~~~~~~
> --
> 2.17.1
  

Patch

diff --git a/doc/guides/mempool/octeontx.rst b/doc/guides/mempool/octeontx.rst
index dfa1993e19..53b65b0eb6 100644
--- a/doc/guides/mempool/octeontx.rst
+++ b/doc/guides/mempool/octeontx.rst
@@ -30,34 +30,6 @@  Prerequisites
 
 See :doc: `../platform/octeontx.rst` for setup information.
 
-Pre-Installation Configuration
-------------------------------
-
-Config File Options
-~~~~~~~~~~~~~~~~~~~
-
-The following options can be modified in the ``config`` file.
-Please note that enabling debugging options may affect system performance.
-
-- ``CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS`` ( set to ``octeontx_fpavf``)
-
-  Set default mempool ops to octeontx_fpavf.
-
-- ``CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL`` (default ``y``)
-
-  Toggle compilation of the ``librte_mempool_octeontx`` driver.
-
-Driver Compilation
-~~~~~~~~~~~~~~~~~~
-
-To compile the OCTEON TX FPAVF MEMPOOL PMD for Linux arm64 gcc target, run the
-following ``make`` command:
-
-.. code-block:: console
-
-   cd <DPDK-source-directory>
-   make config T=arm64-thunderx-linux-gcc
-
 
 Initialization
 --------------
diff --git a/doc/guides/mempool/octeontx2.rst b/doc/guides/mempool/octeontx2.rst
index 49b45a04e8..db47fde610 100644
--- a/doc/guides/mempool/octeontx2.rst
+++ b/doc/guides/mempool/octeontx2.rst
@@ -29,14 +29,6 @@  Prerequisites and Compilation procedure
 Pre-Installation Configuration
 ------------------------------
 
-Compile time Config Options
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The following option can be modified in the ``config`` file.
-
-- ``CONFIG_RTE_LIBRTE_OCTEONTX2_MEMPOOL`` (default ``y``)
-
-  Toggle compilation of the ``librte_mempool_octeontx2`` driver.
 
 Runtime Config Options
 ~~~~~~~~~~~~~~~~~~~~~~