DPDK patches and discussions
 help / color / mirror / Atom feed
From: Luca Boccassi <bluca@debian.org>
To: Bruce Richardson <bruce.richardson@intel.com>, dev@dpdk.org
Cc: david.marchand@redhat.com, arybchenko@solarflare.com,
	 ferruh.yigit@intel.com, thomas@monjalon.net
Subject: Re: [dpdk-dev] [PATCH v3 7/7] build: replace use of old build macros
Date: Thu, 15 Oct 2020 11:32:15 +0100	[thread overview]
Message-ID: <bad531c3d73d396877fc3a34ad7289662115b999.camel@debian.org> (raw)
In-Reply-To: <20201014141304.632120-8-bruce.richardson@intel.com>

On Wed, 2020-10-14 at 15:13 +0100, Bruce Richardson wrote:
> Use the newer macros defined by meson in all DPDK source code, to ensure
> there are no errors when the old non-standard macros are removed.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>  app/proc-info/main.c                          |   4 +-
>  app/test-bbdev/meson.build                    |   4 +-
>  app/test-bbdev/test_bbdev_perf.c              |   8 +-
>  app/test-crypto-perf/cperf_ops.c              |   6 +-
>  app/test-crypto-perf/cperf_options.h          |   6 +-
>  app/test-crypto-perf/cperf_options_parsing.c  |  16 +-
>  .../cperf_test_pmd_cyclecount.c               |   2 +-
>  app/test-crypto-perf/cperf_test_throughput.c  |   2 +-
>  app/test-crypto-perf/main.c                   |   6 +-
>  app/test-crypto-perf/meson.build              |   2 +-
>  app/test-pipeline/main.c                      |   2 +-
>  app/test-pmd/bpf_cmd.h                        |   4 +-
>  app/test-pmd/cmdline.c                        | 190 +++++++++---------
>  app/test-pmd/config.c                         |  18 +-
>  app/test-pmd/meson.build                      |  22 +-
>  app/test-pmd/parameters.c                     |  30 +--
>  app/test-pmd/testpmd.c                        |  38 ++--
>  app/test-pmd/testpmd.h                        |   4 +-
>  app/test/meson.build                          |  22 +-
>  app/test/process.h                            |  16 +-
>  app/test/test.c                               |  20 +-
>  app/test/test_cryptodev.c                     |  26 +--
>  app/test/test_cryptodev_hash_test_vectors.h   |   2 +-
>  app/test/test_eal_flags.c                     |   4 +-
>  app/test/test_func_reentrancy.c               |  24 +--
>  app/test/test_kni.c                           |   2 +-
>  app/test/test_mp_secondary.c                  |  12 +-
>  app/test/test_power.c                         |   2 +-
>  app/test/test_power_cpufreq.c                 |   2 +-
>  app/test/test_power_kvm_vm.c                  |   2 +-
>  app/test/test_table.c                         |   2 +-
>  app/test/test_table.h                         |   2 +-
>  app/test/test_table_combined.h                |   2 +-
>  app/test/test_table_tables.h                  |   2 +-
>  config/arm/meson.build                        |   6 +-
>  drivers/bus/fslmc/portal/dpaa2_hw_dpio.c      |   6 +-
>  drivers/compress/qat/qat_comp.h               |   2 +-
>  drivers/compress/qat/qat_comp_pmd.h           |   2 +-
>  .../crypto/aesni_mb/aesni_mb_pmd_private.h    |   2 +-
>  drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c   |  22 +-
>  drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h     |   8 +-
>  drivers/crypto/dpaa_sec/dpaa_sec.c            |  24 +--
>  drivers/crypto/dpaa_sec/dpaa_sec.h            |   8 +-
>  drivers/crypto/qat/qat_sym.c                  |   2 +-
>  drivers/crypto/qat/qat_sym.h                  |   8 +-
>  drivers/crypto/qat/qat_sym_capabilities.h     |   2 +-
>  drivers/crypto/qat/qat_sym_pmd.c              |  12 +-
>  drivers/crypto/qat/qat_sym_pmd.h              |   2 +-
>  drivers/crypto/qat/qat_sym_session.c          |   4 +-
>  drivers/crypto/qat/qat_sym_session.h          |   4 +-
>  drivers/net/ixgbe/ixgbe_ethdev.c              |   6 +-
>  drivers/net/ixgbe/ixgbe_ethdev.h              |   4 +-
>  drivers/net/ixgbe/ixgbe_flow.c                |   6 +-
>  drivers/net/ixgbe/ixgbe_rxtx.c                |  26 +--
>  drivers/net/ixgbe/ixgbe_rxtx.h                |   6 +-
>  drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c        |   6 +-
>  drivers/net/kni/meson.build                   |   2 +-
>  drivers/net/netvsc/meson.build                |   2 +-
>  drivers/net/vhost/meson.build                 |   2 +-
>  drivers/raw/dpaa2_cmdif/meson.build           |   2 +-
>  drivers/raw/dpaa2_qdma/meson.build            |   2 +-
>  drivers/raw/ifpga/base/opae_osdep.h           |   2 +-
>  drivers/vdpa/ifc/meson.build                  |   2 +-
>  examples/distributor/meson.build              |   2 +-
>  examples/ethtool/lib/rte_ethtool.c            |   4 +-
>  examples/ethtool/meson.build                  |   2 +-
>  examples/ioat/meson.build                     |   2 +-
>  examples/ip_pipeline/kni.c                    |   4 +-
>  examples/ip_pipeline/kni.h                    |   4 +-
>  examples/ip_pipeline/pipeline.c               |  14 +-
>  examples/kni/meson.build                      |   2 +-
>  examples/l2fwd-crypto/main.c                  |   4 +-
>  examples/l2fwd-crypto/meson.build             |   2 +-
>  examples/l3fwd-power/meson.build              |   2 +-
>  examples/ntb/meson.build                      |   2 +-
>  examples/vhost_crypto/meson.build             |   2 +-
>  examples/vm_power_manager/channel_monitor.c   |   8 +-
>  .../vm_power_manager/guest_cli/meson.build    |   2 +-
>  examples/vm_power_manager/main.c              |  12 +-
>  examples/vm_power_manager/meson.build         |   8 +-
>  lib/librte_eal/linux/eal.c                    |   4 +-
>  lib/librte_metrics/rte_metrics_telemetry.c    |   4 +-
>  lib/librte_metrics/rte_metrics_telemetry.h    |   2 +-
>  lib/librte_port/meson.build                   |   2 +-
>  lib/meson.build                               |   2 +-
>  85 files changed, 389 insertions(+), 389 deletions(-)

Acked-by: Luca Boccassi <bluca@debian.org>

-- 
Kind regards,
Luca Boccassi

  reply	other threads:[~2020-10-15 10:32 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-16 16:44 [dpdk-dev] [RFC PATCH 0/5] rework feature enabling macros for compatibility Bruce Richardson
2020-09-16 16:44 ` [dpdk-dev] [RFC PATCH 1/5] app: fix missing dependencies Bruce Richardson
2020-09-16 16:44 ` [dpdk-dev] [RFC PATCH 2/5] examples/l2fwd-crypto: fix missing dependency Bruce Richardson
2020-09-16 16:44 ` [dpdk-dev] [RFC PATCH 3/5] meson: fix compatibility with make build defines Bruce Richardson
2020-09-16 16:44 ` [dpdk-dev] [RFC PATCH 4/5] build: add defines for compatibility with make build Bruce Richardson
2020-09-16 16:44 ` [dpdk-dev] [RFC PATCH 5/5] build: replace use of old build macros Bruce Richardson
2020-09-17 17:59 ` [dpdk-dev] [RFC PATCH 0/5] rework feature enabling macros for compatibility Andrew Rybchenko
2020-09-18  8:41   ` Bruce Richardson
2020-09-18  8:59     ` Andrew Rybchenko
2020-09-18 12:19       ` Ferruh Yigit
2020-09-23 12:46     ` Thomas Monjalon
2020-09-30 16:49       ` Richardson, Bruce
2020-09-30 17:31         ` Thomas Monjalon
2020-09-18 15:12 ` David Marchand
2020-09-30 16:12 ` Ferruh Yigit
2020-09-30 16:19   ` Bruce Richardson
2020-10-02 15:58 ` [dpdk-dev] [RFC PATCH v2 0/8] Rework build macros Bruce Richardson
2020-10-02 15:58   ` [dpdk-dev] [RFC PATCH v2 1/8] app: fix missing dependencies Bruce Richardson
2020-10-02 15:58   ` [dpdk-dev] [RFC PATCH v2 2/8] examples/l2fwd-crypto: fix missing dependency Bruce Richardson
2020-10-02 15:58   ` [dpdk-dev] [RFC PATCH v2 3/8] build: add defines for compatibility with make build Bruce Richardson
2020-10-02 15:58   ` [dpdk-dev] [RFC PATCH v2 4/8] qat: build from common folder Bruce Richardson
2020-10-02 15:58   ` [dpdk-dev] [RFC PATCH v2 5/8] build: remove library name from version map filename Bruce Richardson
2020-10-02 15:58   ` [dpdk-dev] [RFC PATCH v2 6/8] build: standardize component names and defines Bruce Richardson
2020-10-02 15:58   ` [dpdk-dev] [RFC PATCH v2 7/8] build: replace use of old build macros Bruce Richardson
2020-10-02 15:58   ` [dpdk-dev] [RFC PATCH v2 8/8] [v21.02] build: remove compatibility build defines Bruce Richardson
2020-10-14 14:12 ` [dpdk-dev] [PATCH v3 0/7] Rework build macros Bruce Richardson
2020-10-14 14:12   ` [dpdk-dev] [PATCH v3 1/7] app: fix missing dependencies Bruce Richardson
2020-10-15 10:32     ` Luca Boccassi
2020-10-14 14:12   ` [dpdk-dev] [PATCH v3 2/7] examples/l2fwd-crypto: fix missing dependency Bruce Richardson
2020-10-15 10:32     ` Luca Boccassi
2020-10-14 14:13   ` [dpdk-dev] [PATCH v3 3/7] build: add defines for compatibility with make build Bruce Richardson
2020-10-15 10:31     ` Luca Boccassi
2020-10-15 11:20       ` Bruce Richardson
2020-10-14 14:13   ` [dpdk-dev] [PATCH v3 4/7] qat: build from common folder Bruce Richardson
2020-10-15 10:32     ` Luca Boccassi
2020-10-14 14:13   ` [dpdk-dev] [PATCH v3 5/7] build: remove library name from version map filename Bruce Richardson
2020-10-15 10:32     ` Luca Boccassi
2020-10-14 14:13   ` [dpdk-dev] [PATCH v3 6/7] build: standardize component names and defines Bruce Richardson
2020-10-15 10:30     ` Luca Boccassi
2020-10-15 11:18       ` Bruce Richardson
2020-10-15 13:05         ` Luca Boccassi
2020-10-15 14:03           ` Bruce Richardson
2020-10-15 15:32             ` Luca Boccassi
2020-10-15 15:34               ` Bruce Richardson
2020-10-14 14:13   ` [dpdk-dev] [PATCH v3 7/7] build: replace use of old build macros Bruce Richardson
2020-10-15 10:32     ` Luca Boccassi [this message]
2020-10-15 11:03 ` [dpdk-dev] [PATCH v4 0/8] Rework " Bruce Richardson
2020-10-15 11:03   ` [dpdk-dev] [PATCH v4 1/8] app: fix missing dependencies Bruce Richardson
2020-10-15 11:03   ` [dpdk-dev] [PATCH v4 2/8] examples/l2fwd-crypto: fix missing dependency Bruce Richardson
2020-10-15 11:03   ` [dpdk-dev] [PATCH v4 3/8] build: add defines for compatibility with make build Bruce Richardson
2020-10-15 11:03   ` [dpdk-dev] [PATCH v4 4/8] qat: build from common folder Bruce Richardson
2020-10-15 11:03   ` [dpdk-dev] [PATCH v4 5/8] build: remove library name from version map filename Bruce Richardson
2020-10-18 11:56     ` Xu, Rosen
2020-10-15 11:03   ` [dpdk-dev] [PATCH v4 6/8] devtools/test-null: load all drivers from directory Bruce Richardson
2020-10-15 11:03   ` [dpdk-dev] [PATCH v4 7/8] build: standardize component names and defines Bruce Richardson
2020-10-18 11:55     ` Xu, Rosen
2020-10-15 11:03   ` [dpdk-dev] [PATCH v4 8/8] build: replace use of old build macros Bruce Richardson
2020-10-18 11:55     ` Xu, Rosen
2020-10-15 15:05 ` [dpdk-dev] [PATCH v5 0/8] Rework " Bruce Richardson
2020-10-15 15:05   ` [dpdk-dev] [PATCH v5 1/8] app: fix missing dependencies Bruce Richardson
2020-10-15 15:05   ` [dpdk-dev] [PATCH v5 2/8] examples/l2fwd-crypto: fix missing dependency Bruce Richardson
2020-10-15 15:05   ` [dpdk-dev] [PATCH v5 3/8] build: add defines for compatibility with make build Bruce Richardson
2020-10-15 15:05   ` [dpdk-dev] [PATCH v5 4/8] qat: build from common folder Bruce Richardson
2020-10-15 15:05   ` [dpdk-dev] [PATCH v5 5/8] build: remove library name from version map filename Bruce Richardson
2020-10-15 15:28     ` Andrew Rybchenko
2020-10-19 20:04       ` Thomas Monjalon
2020-10-18  9:24     ` Xu, Rosen
2020-10-15 15:05   ` [dpdk-dev] [PATCH v5 6/8] devtools/test-null: load all drivers from directory Bruce Richardson
2020-10-19 16:58     ` Thomas Monjalon
2020-10-20  8:37       ` Bruce Richardson
2020-10-20 10:01         ` Thomas Monjalon
2020-10-15 15:05   ` [dpdk-dev] [PATCH v5 7/8] build: standardize component names and defines Bruce Richardson
2020-10-15 15:32     ` Andrew Rybchenko
2020-10-15 15:35     ` Bruce Richardson
2020-10-18  9:21     ` Xu, Rosen
2020-10-15 15:05   ` [dpdk-dev] [PATCH v5 8/8] build: replace use of old build macros Bruce Richardson
2020-10-15 15:34     ` Andrew Rybchenko
2020-10-18  9:23     ` Xu, Rosen
2020-10-19 19:03     ` Thomas Monjalon
2020-10-19 20:27   ` [dpdk-dev] [PATCH v5 0/8] Rework " Thomas Monjalon
2020-10-20  7:17     ` David Marchand
2020-10-20  8:37       ` Bruce Richardson

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=bad531c3d73d396877fc3a34ad7289662115b999.camel@debian.org \
    --to=bluca@debian.org \
    --cc=arybchenko@solarflare.com \
    --cc=bruce.richardson@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=thomas@monjalon.net \
    /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).