[dpdk-dev] [PATCH 0/3] Track log level changes
David Marchand
david.marchand at redhat.com
Tue Mar 23 11:19:25 CET 2021
Here is a little series, following RFC [1].
No change in behavior expected, but reviews welcome ! :-)
1: https://patchwork.dpdk.org/project/dpdk/list/?series=10632
Changes since RFC:
- added unit test,
- logged level changes in rte_log_register,
- fixed double evaluation of --log-level options,
--
David Marchand
David Marchand (3):
test/log: check levels
log: track log level changes
eal: fix evaluation of log level option
app/test/test_logs.c | 53 +++++++++++-
lib/librte_eal/common/eal_common_log.c | 113 +++++++++++++------------
lib/librte_eal/freebsd/eal.c | 4 +
lib/librte_eal/linux/eal.c | 4 +
lib/librte_eal/windows/eal.c | 4 +
5 files changed, 120 insertions(+), 58 deletions(-)
--
2.23.0
More information about the dev
mailing list