X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frawdevs%2Fdpaa2_cmdif.rst;h=4eed661c8e17df34af2bcf98ab3f60cddc8cbdfe;hb=f16662885472d33570b564e62427199d733be363;hp=bebda8333e6dbd0ff43f0926c07cfcfbf1dd13ea;hpb=b84c108742a94ae61a38bb09dfdc2f68e4a25775;p=dpdk.git diff --git a/doc/guides/rawdevs/dpaa2_cmdif.rst b/doc/guides/rawdevs/dpaa2_cmdif.rst index bebda8333e..4eed661c8e 100644 --- a/doc/guides/rawdevs/dpaa2_cmdif.rst +++ b/doc/guides/rawdevs/dpaa2_cmdif.rst @@ -31,12 +31,6 @@ Prerequisites See :doc:`../platform/dpaa2` for setup information -Currently supported by DPDK: - -- NXP SDK **18.09+**. -- MC Firmware version **10.10.0** and higher. -- Supported architectures: **arm64 LE**. - - Follow the DPDK :ref:`Getting Started Guide for Linux ` to setup the basic DPDK environment. .. note:: @@ -44,17 +38,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. - -- ``CONFIG_RTE_LIBRTE_PMD_DPAA2_CMDIF_RAWDEV`` (default ``y``) - - Toggle compilation of the ``lrte_pmd_dpaa2_cmdif`` driver. Enabling logs ------------- @@ -68,16 +51,6 @@ For enabling logs, use the following EAL parameter: Using ``pmd.raw.dpaa2.cmdif`` as log matching criteria, all Event PMD logs can be enabled which are lower than logging ``level``. -Driver Compilation -~~~~~~~~~~~~~~~~~~ - -To compile the DPAA2 CMDIF PMD for Linux arm64 gcc target, run the -following ``make`` command: - -.. code-block:: console - - cd - make config T=arm64-dpaa2-linuxapp-gcc install Initialization --------------