From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2 12/12] doc: add DPAA eventdev guide Date: Mon, 8 Jan 2018 16:59:41 +0530 Message-ID: <20180108112940.GH24213@jerin> References: <20171215130828.14218-7-sunil.kori@nxp.com> <20171222151725.11273-1-sunil.kori@nxp.com> <20171222151725.11273-12-sunil.kori@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, hemant.agrawal@nxp.com To: Sunil Kumar Kori Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0065.outbound.protection.outlook.com [104.47.36.65]) by dpdk.org (Postfix) with ESMTP id 371B31B170 for ; Mon, 8 Jan 2018 12:29:57 +0100 (CET) Content-Disposition: inline In-Reply-To: <20171222151725.11273-12-sunil.kori@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Fri, 22 Dec 2017 20:47:25 +0530 > From: Sunil Kumar Kori > To: jerin.jacob@caviumnetworks.com > CC: dev@dpdk.org, hemant.agrawal@nxp.com > Subject: [PATCH v2 12/12] doc: add DPAA eventdev guide > X-Mailer: git-send-email 2.9.3 > > Signed-off-by: Sunil Kumar Kori > +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_PMD_DPAA_EVENTDEV`` (default ``y``) > + > + Toggle compilation of the ``librte_pmd_dpaa_event`` driver. > + > +- ``CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV_DEBUG`` (default ``n``) Looks like CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV_DEBUG option is removed in the series. In general this series looks good to me. It would be good if someone from NXP ACK the driver code so that I can pull the to next-event tree. /Jerin