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
Subject: Re: [dpdk-dev] [PATCH 2/5] build: increase readability via shortcut variables
Date: Tue, 09 Apr 2019 11:35:26 +0100	[thread overview]
Message-ID: <a00f8158892770611e1cb5ad9aebc3f7d4e63f68.camel@debian.org> (raw)
Message-ID: <20190409103526.vF1s59_KjqqRbzDx4CDWi15cpPIknFsD9E_8lyQaW-4@z> (raw)
In-Reply-To: <20190409092933.55356-3-bruce.richardson@intel.com>

On Tue, 2019-04-09 at 10:29 +0100, Bruce Richardson wrote:
> Define variables for "is_linux", "is_freebsd" and "is_windows"
> to make the code shorter for comparisons and more readable.
> 
> Signed-off-by: Bruce Richardson <
> bruce.richardson@intel.com
> >
> ---
>  app/meson.build                          |  2 +-
>  buildtools/meson.build                   |  2 +-
>  config/meson.build                       | 14 ++++++++++----
>  config/x86/meson.build                   |  2 +-
>  doc/guides/contributing/coding_style.rst |  2 +-
>  drivers/bus/dpaa/meson.build             |  2 +-
>  drivers/bus/fslmc/meson.build            |  2 +-
>  drivers/bus/pci/meson.build              |  2 +-
>  drivers/bus/vmbus/meson.build            |  2 +-
>  drivers/common/dpaax/meson.build         |  2 +-
>  drivers/crypto/caam_jr/meson.build       |  2 +-
>  drivers/crypto/ccp/meson.build           |  2 +-
>  drivers/crypto/dpaa2_sec/meson.build     |  2 +-
>  drivers/crypto/dpaa_sec/meson.build      |  2 +-
>  drivers/crypto/octeontx/meson.build      |  2 +-
>  drivers/event/dpaa/meson.build           |  2 +-
>  drivers/event/dpaa2/meson.build          |  2 +-
>  drivers/mempool/dpaa/meson.build         |  2 +-
>  drivers/mempool/dpaa2/meson.build        |  2 +-
>  drivers/meson.build                      |  2 +-
>  drivers/net/af_packet/meson.build        |  2 +-
>  drivers/net/avp/meson.build              |  2 +-
>  drivers/net/axgbe/meson.build            |  2 +-
>  drivers/net/dpaa/meson.build             |  2 +-
>  drivers/net/dpaa2/meson.build            |  2 +-
>  drivers/net/enetc/meson.build            |  2 +-
>  drivers/net/failsafe/meson.build         |  2 +-
>  drivers/net/nfp/meson.build              |  2 +-
>  drivers/net/softnic/meson.build          |  2 +-
>  drivers/net/tap/meson.build              |  2 +-
>  drivers/net/vdev_netvsc/meson.build      |  2 +-
>  drivers/net/virtio/meson.build           |  2 +-
>  examples/l3fwd-power/meson.build         |  2 +-
>  examples/meson.build                     |  2 +-
>  examples/tep_termination/meson.build     |  2 +-
>  examples/vdpa/meson.build                |  4 ++--
>  examples/vhost/meson.build               |  2 +-
>  examples/vhost_scsi/meson.build          |  2 +-
>  kernel/meson.build                       |  2 +-
>  lib/librte_eventdev/meson.build          |  2 +-
>  lib/librte_kni/meson.build               |  2 +-
>  lib/librte_power/meson.build             |  2 +-
>  lib/librte_vhost/meson.build             |  2 +-
>  lib/meson.build                          |  4 ++--
>  44 files changed, 55 insertions(+), 49 deletions(-)

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

-- 
Kind regards,
Luca Boccassi

  parent reply	other threads:[~2019-04-09 10:35 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-09  9:29 [dpdk-dev] [PATCH 0/5] small cleanup and fixes Bruce Richardson
2019-04-09  9:29 ` Bruce Richardson
2019-04-09  9:29 ` [dpdk-dev] [PATCH 1/5] build: simplify subdirectory detection for EAL Bruce Richardson
2019-04-09  9:29   ` Bruce Richardson
2019-04-09 10:34   ` Luca Boccassi
2019-04-09 10:34     ` Luca Boccassi
2019-04-09 10:44     ` Bruce Richardson
2019-04-09 10:44       ` Bruce Richardson
2019-04-09 10:57       ` Luca Boccassi
2019-04-09 10:57         ` Luca Boccassi
2019-04-09  9:29 ` [dpdk-dev] [PATCH 2/5] build: increase readability via shortcut variables Bruce Richardson
2019-04-09  9:29   ` Bruce Richardson
2019-04-09 10:35   ` Luca Boccassi [this message]
2019-04-09 10:35     ` Luca Boccassi
2019-04-09  9:29 ` [dpdk-dev] [PATCH 3/5] distributor: skip building if power library not found Bruce Richardson
2019-04-09  9:29   ` Bruce Richardson
2019-04-09  9:37   ` Hunt, David
2019-04-09  9:37     ` Hunt, David
2019-04-09 10:36   ` Luca Boccassi
2019-04-09 10:36     ` Luca Boccassi
2019-04-09  9:29 ` [dpdk-dev] [PATCH 4/5] examples/l2fwd-cat: fix build on FreeBSD Bruce Richardson
2019-04-09  9:29   ` Bruce Richardson
2019-04-09  9:56   ` David Marchand
2019-04-09  9:56     ` David Marchand
2019-04-09 10:03     ` Bruce Richardson
2019-04-09 10:03       ` Bruce Richardson
2019-04-09 10:34       ` David Marchand
2019-04-09 10:34         ` David Marchand
2019-04-09 10:40         ` Bruce Richardson
2019-04-09 10:40           ` Bruce Richardson
2019-04-09 10:40         ` [dpdk-dev] [dpdk-stable] " Luca Boccassi
2019-04-09 10:40           ` Luca Boccassi
2019-04-09 11:09           ` David Marchand
2019-04-09 11:09             ` David Marchand
2019-04-09 10:40   ` [dpdk-dev] " Luca Boccassi
2019-04-09 10:40     ` Luca Boccassi
2019-04-09  9:29 ` [dpdk-dev] [PATCH 5/5] devtools/test-meson-builds: fix support for FreeBSD Bruce Richardson
2019-04-09  9:29   ` Bruce Richardson
2019-04-09  9:57   ` David Marchand
2019-04-09  9:57     ` David Marchand
2019-04-09 10:02     ` Bruce Richardson
2019-04-09 10:02       ` Bruce Richardson
2019-04-09 10:37   ` Luca Boccassi
2019-04-09 10:37     ` Luca Boccassi
2019-04-09  9:55 ` [dpdk-dev] [PATCH 0/5] small cleanup and fixes David Marchand
2019-04-09  9:55   ` David Marchand

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=a00f8158892770611e1cb5ad9aebc3f7d4e63f68.camel@debian.org \
    --to=bluca@debian.org \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    /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).