X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Fnics%2Fdpaa.rst;h=17839a920e60a05b3ec39665e0018a097b6f4108;hb=1c22df86bb50be879458ed7a714a26d0e18766ee;hp=fb7bc7d0c509184220ceb06546bfad963cdfb05e;hpb=218c4e68c1d9bd4a9281bc1dc4d0ab89859083bf;p=dpdk.git diff --git a/doc/guides/nics/dpaa.rst b/doc/guides/nics/dpaa.rst index fb7bc7d0c5..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 ~~~~~~~~~~~~~~~~~~~~~ @@ -251,8 +243,9 @@ state during application initialization: automatically be assigned from the these high perf PUSH queues. Any queue configuration beyond that will be standard Rx queues. The application can choose to change their number if HW portals are limited. - The valid values are from '0' to '4'. The valuse shall be set to '0' if the + The valid values are from '0' to '4'. The values shall be set to '0' if the application want to use eventdev with DPAA device. + Currently these queues are not used for LS1023/LS1043 platform by default. Driver compilation and testing