Re: [dpdk-dev] [PATCH] build: remove compatibility build defines

2021-01-20 Thread Bruce Richardson
On Wed, Jan 20, 2021 at 01:44:47AM +0100, Thomas Monjalon wrote: > 09/12/2020 18:14, Bruce Richardson: > > As announced in the deprecation note, remove all compatibility build > > defines from previous make/meson versions and use only the standardized > > ones - RTE_LIB_ for libraries, and RTE__ fo

Re: [dpdk-dev] [PATCH] build: remove compatibility build defines

2021-01-19 Thread Thomas Monjalon
09/12/2020 18:14, Bruce Richardson: > As announced in the deprecation note, remove all compatibility build > defines from previous make/meson versions and use only the standardized > ones - RTE_LIB_ for libraries, and RTE__ for drivers. > > Signed-off-by: Bruce Richardson Applied with a note in

[dpdk-dev] [PATCH] build: remove compatibility build defines

2020-12-09 Thread Bruce Richardson
As announced in the deprecation note, remove all compatibility build defines from previous make/meson versions and use only the standardized ones - RTE_LIB_ for libraries, and RTE__ for drivers. Signed-off-by: Bruce Richardson --- config/meson.build| 2 +- config/rte_compat