[dpdk-dev] [PATCH 3/5] lib: remove config prefix used with make

Ruifeng Wang Ruifeng.Wang at arm.com
Fri Oct 23 08:28:21 CEST 2020


> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Friday, October 23, 2020 6:05 AM
> To: dev at dpdk.org
> Cc: ferruh.yigit at intel.com; david.marchand at redhat.com;
> bruce.richardson at intel.com; anatoly.burakov at intel.com;
> olivier.matz at 6wind.com; ciara.power at intel.com; Akhil.goyal at nxp.com;
> fiona.trahe at intel.com; john.griffin at intel.com; deepak.k.jain at intel.com; Jan
> Viktorin <viktorin at rehivetech.com>; Ruifeng Wang
> <Ruifeng.Wang at arm.com>; jerinj at marvell.com; Honnappa Nagarahalli
> <Honnappa.Nagarahalli at 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 <thomas at 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.wang at arm.com>


More information about the dev mailing list