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/dpaa.rst | |
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/dpaa.rst')
-rw-r--r-- | doc/guides/nics/dpaa.rst | 12 |
1 files changed, 2 insertions, 10 deletions
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 ~~~~~~~~~~~~~~~~~~~~~ |