Re: [dpdk-dev] [PATCH 20.05 00/15] clean-up use of __attribute__

2020-04-16 Thread Thomas Monjalon
10/02/2020 17:20, Thomas Monjalon: > Almost all usages of __attribute__ keyword are replaced > by a macro (existing or new) with prefix __rte_. > It makes code more consistent and will help changing > compiler behaviour, or adapting to new compilers, > in a central place. > > Kernel and BPF files

[dpdk-dev] [PATCH 20.05 00/15] clean-up use of __attribute__

2020-02-10 Thread Thomas Monjalon
Almost all usages of __attribute__ keyword are replaced by a macro (existing or new) with prefix __rte_. It makes code more consistent and will help changing compiler behaviour, or adapting to new compilers, in a central place. Kernel and BPF files cannot use macros from rte_common.h. Some rare at