doc: remove references to make from eventdevs guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation. Signed-off-by: Ciara Power <ciara.power@intel.com> Reviewed-by: Kevin Laatz <kevin.laatz@intel.com>
This commit is contained in:
parent
89515c0348
commit
08b1d50543
@ -40,29 +40,6 @@ Currently supported by DPDK:
|
||||
|
||||
- Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK environment.
|
||||
|
||||
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_LIBRTE_PMD_DPAA_EVENTDEV`` (default ``y``)
|
||||
|
||||
Toggle compilation of the ``librte_pmd_dpaa_event`` driver.
|
||||
|
||||
Driver Compilation
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
To compile the DPAA EVENTDEV PMD for Linux arm64 gcc target, run the
|
||||
following ``make`` command:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
cd <DPDK-source-directory>
|
||||
make config T=arm64-dpaa-linux-gcc install
|
||||
|
||||
Initialization
|
||||
--------------
|
||||
|
@ -49,29 +49,6 @@ Currently supported by DPDK:
|
||||
Some part of fslmc bus code (mc flib - object library) routines are
|
||||
dual licensed (BSD & GPLv2).
|
||||
|
||||
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_LIBRTE_PMD_DPAA2_EVENTDEV`` (default ``y``)
|
||||
|
||||
Toggle compilation of the ``lrte_pmd_dpaa2_event`` driver.
|
||||
|
||||
Driver Compilation
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
To compile the DPAA2 EVENTDEV PMD for Linux arm64 gcc target, run the
|
||||
following ``make`` command:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
cd <DPDK-source-directory>
|
||||
make config T=arm64-dpaa-linux-gcc install
|
||||
|
||||
Initialization
|
||||
--------------
|
||||
|
@ -41,30 +41,6 @@ Prerequisites
|
||||
|
||||
See :doc:`../platform/octeontx` 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_LIBRTE_PMD_OCTEONTX_SSOVF`` (default ``y``)
|
||||
|
||||
Toggle compilation of the ``librte_pmd_octeontx_ssovf`` driver.
|
||||
|
||||
Driver Compilation
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
To compile the OCTEON TX SSOVF 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 install
|
||||
|
||||
|
||||
Initialization
|
||||
--------------
|
||||
|
@ -44,20 +44,9 @@ Prerequisites and Compilation procedure
|
||||
|
||||
See :doc:`../platform/octeontx2` for setup information.
|
||||
|
||||
Pre-Installation Configuration
|
||||
------------------------------
|
||||
|
||||
Compile time Config Options
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The following option can be modified in the ``config`` file.
|
||||
|
||||
- ``CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EVENTDEV`` (default ``y``)
|
||||
|
||||
Toggle compilation of the ``librte_pmd_octeontx2_event`` driver.
|
||||
|
||||
Runtime Config Options
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
----------------------
|
||||
|
||||
- ``Maximum number of in-flight events`` (default ``8192``)
|
||||
|
||||
@ -159,7 +148,7 @@ Runtime Config Options
|
||||
-w 0002:0e:00.0,npa_lock_mask=0xf
|
||||
|
||||
Debugging Options
|
||||
~~~~~~~~~~~~~~~~~
|
||||
-----------------
|
||||
|
||||
.. _table_octeontx2_event_debug_options:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user