Re: [dpdk-dev] [PATCH] eal: add Bus log type

2017-07-01 Thread Shreyansh Jain
On Tuesday 20 June 2017 02:24 AM, Thomas Monjalon wrote: > 19/06/2017 13:03, Shreyansh Jain: >>> --- 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 rel

Re: [dpdk-dev] [PATCH] eal: add Bus log type

2017-06-19 Thread Thomas Monjalon
19/06/2017 13:03, Shreyansh Jain: > > --- 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 1

Re: [dpdk-dev] [PATCH] eal: add Bus log type

2017-06-19 Thread Shreyansh Jain
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

[dpdk-dev] [PATCH] eal: add Bus log type

2017-05-23 Thread Shreyansh Jain
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 inserti