X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fdpaa.rst;h=17839a920e60a05b3ec39665e0018a097b6f4108;hb=2f827f5ea6e19f59386e82dc2dacb2ea353866f4;hp=f85920012b7685128f214bb085ff2e527dd6dc14;hpb=d629b7b5fe812f0040b83d27d2ada33b003aa918;p=dpdk.git diff --git a/doc/guides/nics/dpaa.rst b/doc/guides/nics/dpaa.rst index f85920012b..17839a920e 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 ~~~~~~~~~~~~~~~~~~~~~