[dpdk-dev] [PATCH v2 1/2] eal: move OS common debug functions to single file

Thomas Monjalon thomas at monjalon.net
Tue Jun 23 19:46:12 CEST 2020


08/06/2020 10:32, talshn at mellanox.com:
> From: Tal Shnaiderman <talshn at mellanox.com>
> 
> Move common functions between Unix and Windows to eal_common_debug.c.
[...]
> --- /dev/null
> +++ b/lib/librte_eal/common/eal_common_debug.c
> @@ -0,0 +1,58 @@
> +/* SPDX-License-Identifier: BSD-3-Clause
> + * Copyright(c) 2020 Mellanox Technologies, Ltd

I think you should keep Intel copyright for this code.

> + */
> +#include <stdarg.h>

A blank line is missing after the copyright block.




More information about the dev mailing list