From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH] eal: add Bus log type Date: Mon, 19 Jun 2017 16:33:53 +0530 Message-ID: <943050b9-9e57-970e-cbef-01afcdb9e3ff@nxp.com> References: <1495604325-15743-1-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0087.outbound.protection.outlook.com [104.47.36.87]) by dpdk.org (Postfix) with ESMTP id 895FF2C8 for ; Mon, 19 Jun 2017 12:55:15 +0200 (CEST) In-Reply-To: <1495604325-15743-1-git-send-email-shreyansh.jain@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" Hello Thomas, On Wednesday 24 May 2017 11:08 AM, Shreyansh Jain wrote: > Signed-off-by: Shreyansh Jain > --- > This was missed while adding the rte_bus code. (But, this is not a fix) > Also, I couldn't find any maintainer listed for common/include/* code > in MAINTAINERS, so, sending 'to' dev@ list. > > > lib/librte_eal/common/include/rte_log.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_eal/common/include/rte_log.h b/lib/librte_eal/common/include/rte_log.h > index 3419138..1e45e87 100644 > --- a/lib/librte_eal/common/include/rte_log.h > +++ b/lib/librte_eal/common/include/rte_log.h > @@ -87,6 +87,7 @@ extern struct rte_logs rte_logs; > #define RTE_LOGTYPE_CRYPTODEV 17 /**< Log related to cryptodev. */ > #define RTE_LOGTYPE_EFD 18 /**< Log related to EFD. */ > #define RTE_LOGTYPE_EVENTDEV 19 /**< Log related to eventdev. */ > +#define RTE_LOGTYPE_BUS 20 /**< Log related to Bus. */ > > /* these log types can be used in an application */ > #define RTE_LOGTYPE_USER1 24 /**< User-defined log type 1. */ > Just wanted to ping - is there something wrong/unacceptable about this? - Shreyansh