> -----Original Message-----
> From: Thomas Monjalon <tho...@monjalon.net>
> Sent: Friday, October 23, 2020 6:05 AM
> To: dev@dpdk.org
> Cc: ferruh.yi...@intel.com; david.march...@redhat.com;
> bruce.richard...@intel.com; anatoly.bura...@intel.com;
> olivier.m...@6wind.com; ciara.po...@intel.com; akhil.go...@nxp.com;
> fiona.tr...@intel.com; john.grif...@intel.com; deepak.k.j...@intel.com; Jan
> Viktorin <vikto...@rehivetech.com>; Ruifeng Wang
> <ruifeng.w...@arm.com>; jer...@marvell.com; Honnappa Nagarahalli
> <honnappa.nagaraha...@arm.com>
> Subject: [PATCH 3/5] lib: remove config prefix used with make
>
> The config options CONFIG_RTE_* are simple RTE_* defines with meson.
> Now that make support is dropped, update the names in logs and comments.
>
> Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
> ---
> lib/librte_eal/arm/include/rte_atomic_32.h | 2 +-
> lib/librte_eal/arm/include/rte_atomic_64.h | 2 +-
> lib/librte_eal/arm/include/rte_byteorder.h | 2 +-
> lib/librte_eal/arm/include/rte_mcslock.h | 2 +-
> lib/librte_eal/arm/include/rte_spinlock.h | 2 +-
> lib/librte_eal/arm/include/rte_ticketlock.h | 2 +-
> lib/librte_eal/common/eal_common_dynmem.c | 4 ++--
> lib/librte_eal/freebsd/eal_memory.c | 6 +++---
> lib/librte_eal/linux/eal_memory.c | 8 ++++----
> lib/librte_eal/linux/eal_timer.c | 2 +-
> lib/librte_eal/linux/eal_vfio_mp_sync.c | 2 +-
> lib/librte_mbuf/rte_mbuf_core.h | 3 +--
> lib/librte_rcu/rte_rcu_qsbr.h | 10 +++++-----
> 13 files changed, 23 insertions(+), 24 deletions(-)
>
Acked-by: Ruifeng Wang <ruifeng.w...@arm.com>