Re: [dpdk-dev] [PATCH v3 02/22] net/atlantic: logging macroes and some typedefs

2018-10-03 Thread Ferruh Yigit
On 9/29/2018 11:30 AM, Igor Russkikh wrote: > Signed-off-by: Igor Russkikh > Signed-off-by: Pavel Belous <...> > @@ -0,0 +1,31 @@ > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright(c) 2018 Aquantia Corporation > + */ > +#ifndef ATL_LOGS_H > +#define ATL_LOGS_H > + > +#include > + > +e

[dpdk-dev] [PATCH v3 02/22] net/atlantic: logging macroes and some typedefs

2018-09-29 Thread Igor Russkikh
Signed-off-by: Igor Russkikh Signed-off-by: Pavel Belous --- drivers/net/atlantic/atl_logs.h | 31 +++ drivers/net/atlantic/atl_types.h | 31 +++ 2 files changed, 62 insertions(+) create mode 100644 drivers/net/atlantic/atl_logs.h create