diff options
author | Hemant Agrawal <hemant.agrawal@nxp.com> | 2019-11-05 13:29:06 +0530 |
---|---|---|
committer | David Marchand <david.marchand@redhat.com> | 2019-11-06 21:30:00 +0100 |
commit | 487eec3401b7a1664982f39da139980a4f5b3adc (patch) | |
tree | 28f62051421e0d5c78a5666762ab0fda1dadc6b4 /doc/guides/nics | |
parent | a3d1111a778e9b3093093db253c43b0e520e58d5 (diff) | |
download | dpdk-487eec3401b7a1664982f39da139980a4f5b3adc.zip dpdk-487eec3401b7a1664982f39da139980a4f5b3adc.tar.gz dpdk-487eec3401b7a1664982f39da139980a4f5b3adc.tar.xz |
config: remove redundant DPAA2 build
dpaa and dpaa2 config have evolved to be same. The same binary
can now work across the platforms. So, there is no need to maintain
two different build configs.
The dpaa config shall work for both generation of dpaa platforms.
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Diffstat (limited to 'doc/guides/nics')
-rw-r--r-- | doc/guides/nics/build_and_test.rst | 2 | ||||
-rw-r--r-- | doc/guides/nics/dpaa.rst | 12 | ||||
-rw-r--r-- | doc/guides/nics/dpaa2.rst | 8 |
3 files changed, 6 insertions, 16 deletions
diff --git a/doc/guides/nics/build_and_test.rst b/doc/guides/nics/build_and_test.rst index aae5c11..f99e019 100644 --- a/doc/guides/nics/build_and_test.rst +++ b/doc/guides/nics/build_and_test.rst @@ -35,7 +35,7 @@ Example output: arm-armv7a-linux-gcc arm64-armv8a-linux-gcc - arm64-dpaa2-linux-gcc + arm64-dpaa-linux-gcc arm64-thunderx-linux-gcc arm64-xgene1-linux-gcc i686-native-linux-gcc diff --git a/doc/guides/nics/dpaa.rst b/doc/guides/nics/dpaa.rst index f859200..17839a9 100644 --- a/doc/guides/nics/dpaa.rst +++ b/doc/guides/nics/dpaa.rst @@ -201,14 +201,12 @@ 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_DPAA_BUS`` (default ``n``) +- ``CONFIG_RTE_LIBRTE_DPAA_BUS`` (default ``y``) - By default it is enabled only for defconfig_arm64-dpaa-* config. Toggle compilation of the ``librte_bus_dpaa`` driver. -- ``CONFIG_RTE_LIBRTE_DPAA_PMD`` (default ``n``) +- ``CONFIG_RTE_LIBRTE_DPAA_PMD`` (default ``y``) - By default it is enabled only for defconfig_arm64-dpaa-* config. Toggle compilation of the ``librte_pmd_dpaa`` driver. - ``CONFIG_RTE_LIBRTE_DPAA_DEBUG_DRIVER`` (default ``n``) @@ -222,12 +220,6 @@ Please note that enabling debugging options may affect system performance. Enables debugging of the Queue and Buffer Manager layer which interacts with the DPAA hardware. -- ``CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS`` (default ``dpaa``) - - This is not a DPAA specific configuration - it is a generic RTE config. - For optimal performance and hardware utilization, it is expected that DPAA - Mempool driver is used for mempools. For that, this configuration needs to - enabled. Environment Variables ~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/guides/nics/dpaa2.rst b/doc/guides/nics/dpaa2.rst index 99e4c8d..b6d9e21 100644 --- a/doc/guides/nics/dpaa2.rst +++ b/doc/guides/nics/dpaa2.rst @@ -441,21 +441,19 @@ 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_FSLMC_BUS`` (default ``n``) +- ``CONFIG_RTE_LIBRTE_FSLMC_BUS`` (default ``y``) - By default it is enabled only for defconfig_arm64-dpaa2-* config. Toggle compilation of the ``librte_bus_fslmc`` driver. -- ``CONFIG_RTE_LIBRTE_DPAA2_PMD`` (default ``n``) +- ``CONFIG_RTE_LIBRTE_DPAA2_PMD`` (default ``y``) - By default it is enabled only for defconfig_arm64-dpaa2-* config. Toggle compilation of the ``librte_pmd_dpaa2`` driver. - ``CONFIG_RTE_LIBRTE_DPAA2_DEBUG_DRIVER`` (default ``n``) Toggle display of debugging messages/logic -- ``CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA`` (default ``y``) +- ``CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA`` (default ``n``) Toggle to use physical address vs virtual address for hardware accelerators. |