From: Matthew Hall <mhall@mhcomputing.net>
To: "Richardson, Bruce" <bruce.richardson@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] librte_log: add function to retrieve log_level
Date: Mon, 15 Sep 2014 01:16:37 -0700 [thread overview]
Message-ID: <515e4bf4-8e68-4d46-bf05-677e02717768@email.android.com> (raw)
In-Reply-To: <59AF69C657FD0841A61C55336867B5B0343F15D6@IRSMSX103.ger.corp.intel.com>
Thanks for the ack Bruce! Used this one to clean up a lot of grubby app-side code and I hate forking open source for too long if it can be avoided.
Matthew.
--
Sent from my mobile device.
On September 15, 2014 1:14:57 AM PDT, "Richardson, Bruce" <bruce.richardson@intel.com> wrote:
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Matthew Hall
>> Sent: Sunday, September 14, 2014 9:35 AM
>> To: dev@dpdk.org
>> Subject: [dpdk-dev] [PATCH] librte_log: add function to retrieve
>log_level
>>
>> Signed-off-by: Matthew Hall <mhall@mhcomputing.net>
>Acked-by: Bruce Richardson <bruce.richardson@intel.com>
>
>> ---
>> lib/librte_eal/common/eal_common_log.c | 7 +++++++
>> lib/librte_eal/common/include/rte_log.h | 6 ++++++
>> 2 files changed, 13 insertions(+)
>>
>> diff --git a/lib/librte_eal/common/eal_common_log.c
>> b/lib/librte_eal/common/eal_common_log.c
>> index e4df0b9..d979f28 100644
>> --- a/lib/librte_eal/common/eal_common_log.c
>> +++ b/lib/librte_eal/common/eal_common_log.c
>> @@ -176,6 +176,13 @@ rte_set_log_level(uint32_t level)
>> rte_logs.level = (uint32_t)level;
>> }
>>
>> +/* Get global log level */
>> +uint32_t
>> +rte_get_log_level()
>> +{
>> + return rte_logs.level;
>> +}
>> +
>> /* Set global log type */
>> void
>> rte_set_log_type(uint32_t type, int enable)
>> diff --git a/lib/librte_eal/common/include/rte_log.h
>> b/lib/librte_eal/common/include/rte_log.h
>> index 565415a..7f1c2f9 100644
>> --- a/lib/librte_eal/common/include/rte_log.h
>> +++ b/lib/librte_eal/common/include/rte_log.h
>> @@ -130,6 +130,12 @@ int rte_openlog_stream(FILE *f);
>> void rte_set_log_level(uint32_t level);
>>
>> /**
>> + * Get the global log level.
>> + *
>> + */
>> +uint32_t rte_get_log_level(void);
>> +
>> +/**
>> * Enable or disable the log type.
>> *
>> * @param type
>> --
>> 1.9.1
next prev parent reply other threads:[~2014-09-15 8:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-14 8:34 Matthew Hall
2014-09-14 8:36 ` Matthew Hall
2014-09-15 8:14 ` Richardson, Bruce
2014-09-15 8:16 ` Matthew Hall [this message]
2014-09-15 8:20 ` Richardson, Bruce
2014-09-15 8:24 ` Matthew Hall
2014-09-18 13:29 ` Thomas Monjalon
2014-09-18 20:25 ` Matthew Hall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=515e4bf4-8e68-4d46-bf05-677e02717768@email.android.com \
--to=mhall@mhcomputing.net \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).