[PATCH v7 2/3] log: separate logging functions out of EAL
David Marchand
david.marchand at redhat.com
Wed Aug 9 14:24:09 CEST 2023
Sorry, two additional comments after running more checks.
lib/log files are not referenced in MAINTAINERS, can you add a new block?
> diff --git a/lib/log/meson.build b/lib/log/meson.build
> new file mode 100644
> index 0000000000..6baff83ee5
> --- /dev/null
> +++ b/lib/log/meson.build
> @@ -0,0 +1,9 @@
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright(c) 2022 Intel Corporation
> +
> +includes += global_inc
> +sources = files(
> + 'log.c',
> + 'log_' + exec_env + '.c'
> +)
Missing a , (reported by check-meson.py).
> +headers = files('rte_log.h')
--
David Marchand
More information about the dev
mailing list