On Saturday 07 April 2018 08:47 PM, Nipun Gupta wrote:
[...]
+ Toggle compilation of the ``lrte_pmd_dpaa2_qdma`` driver. + +Enabling logs +------------- + +For enabling logs, use the following EAL parameter: + +.. code-block:: console + + ./your_qdma_application <EAL args> --log-level=pmd.dpaa2.qdma,<level>
You will have to change/confirm the log-level string above. There is a comment on one of the patch defining this string.
+ +Using ``dpaa2.qdma`` as log matching criteria, all Event PMD logs can be +enabled which are lower than logging ``level``. + +Driver Compilation +~~~~~~~~~~~~~~~~~~