DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ruifeng Wang <Ruifeng.Wang@arm.com>
To: "thomas@monjalon.net" <thomas@monjalon.net>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "ferruh.yigit@intel.com" <ferruh.yigit@intel.com>,
	"david.marchand@redhat.com" <david.marchand@redhat.com>,
	"bruce.richardson@intel.com" <bruce.richardson@intel.com>,
	"anatoly.burakov@intel.com" <anatoly.burakov@intel.com>,
	"olivier.matz@6wind.com" <olivier.matz@6wind.com>,
	"ciara.power@intel.com" <ciara.power@intel.com>,
	"Akhil.goyal@nxp.com" <akhil.goyal@nxp.com>,
	"fiona.trahe@intel.com" <fiona.trahe@intel.com>,
	"john.griffin@intel.com" <john.griffin@intel.com>,
	"deepak.k.jain@intel.com" <deepak.k.jain@intel.com>,
	Jan Viktorin <viktorin@rehivetech.com>,
	"jerinj@marvell.com" <jerinj@marvell.com>,
	Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>,
	nd <nd@arm.com>
Subject: Re: [dpdk-dev] [PATCH 3/5] lib: remove config prefix used with make
Date: Fri, 23 Oct 2020 06:28:21 +0000	[thread overview]
Message-ID: <VI1PR0802MB2351A9C10AA5588B06E6346D9E1A0@VI1PR0802MB2351.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <20201022220525.1532249-4-thomas@monjalon.net>


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

  reply	other threads:[~2020-10-23  6:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22 22:05 [dpdk-dev] [PATCH 0/5] cleanup comments and logs about config options Thomas Monjalon
2020-10-22 22:05 ` [dpdk-dev] [PATCH 1/5] eal: remove comment about old partition option Thomas Monjalon
2020-10-28 12:08   ` Burakov, Anatoly
2020-10-22 22:05 ` [dpdk-dev] [PATCH 2/5] mem: fix config name in error logs Thomas Monjalon
2020-10-28 12:08   ` Burakov, Anatoly
2020-10-22 22:05 ` [dpdk-dev] [PATCH 3/5] lib: remove config prefix used with make Thomas Monjalon
2020-10-23  6:28   ` Ruifeng Wang [this message]
2020-10-22 22:05 ` [dpdk-dev] [PATCH 4/5] drivers: " Thomas Monjalon
2020-10-22 22:10   ` Ajit Khaparde
2020-10-23  1:55   ` Wang, Haiyue
2020-10-23  6:47   ` Andrew Rybchenko
2020-10-22 22:05 ` [dpdk-dev] [PATCH 5/5] doc: remove references to make from known issues Thomas Monjalon
2020-10-23  7:37 ` [dpdk-dev] [PATCH 0/5] cleanup comments and logs about config options David Marchand
2020-10-23 17:24   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=VI1PR0802MB2351A9C10AA5588B06E6346D9E1A0@VI1PR0802MB2351.eurprd08.prod.outlook.com \
    --to=ruifeng.wang@arm.com \
    --cc=Honnappa.Nagarahalli@arm.com \
    --cc=akhil.goyal@nxp.com \
    --cc=anatoly.burakov@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=ciara.power@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=deepak.k.jain@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=fiona.trahe@intel.com \
    --cc=jerinj@marvell.com \
    --cc=john.griffin@intel.com \
    --cc=nd@arm.com \
    --cc=olivier.matz@6wind.com \
    --cc=thomas@monjalon.net \
    --cc=viktorin@rehivetech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).