08/06/2020 10:32, [email protected]: > From: Tal Shnaiderman <[email protected]> > > 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.

