From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH 7/8] doc: add DPAA2 QDMA rawdev guide Date: Mon, 16 Apr 2018 19:34:19 +0530 Message-ID: <805bf5eb-da0c-3e9c-93cd-ea9daf825368@nxp.com> References: <1523114224-9852-1-git-send-email-nipun.gupta@nxp.com> <1523114224-9852-8-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Nipun Gupta Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0061.outbound.protection.outlook.com [104.47.1.61]) by dpdk.org (Postfix) with ESMTP id E05BEAAD7 for ; Mon, 16 Apr 2018 15:48:00 +0200 (CEST) In-Reply-To: <1523114224-9852-8-git-send-email-nipun.gupta@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --log-level=pmd.dpaa2.qdma, 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 > +~~~~~~~~~~~~~~~~~~