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 v2 0/5] improve building examples
Date: Fri, 17 May 2019 14:14:16 +0100	[thread overview]
Message-ID: <abaa6c5bef1762cbd64ed77bc92ae9da8af72c9b.camel@debian.org> (raw)
In-Reply-To: <20190517114734.7072-1-bruce.richardson@intel.com>

On Fri, 2019-05-17 at 12:47 +0100, Bruce Richardson wrote:
> This patchset adds support for testing a number of examples using the
> DPDK pkgconfig file, allowing us to check that the file works. It
> also
> includes some more general cleanups for the examples, including
> adding
> support for building from pkg-config to a couple of examples which
> were
> missing that.
> 
> V2: separated out a few bug-fixes into a separate set from this one
>     changed to use --define-prefix flag for pkgconfig rather than a
>     custom environment variable.
> 
> Bruce Richardson (5):
>   examples: add support for relocated DPDK install
>   devtools/test-meson-builds: remove dependency on clang
>   devtools/test-meson-builds: add testing of pkg-config file
>   examples/vdpa: support building from pkg-config info
>   examples/vhost_crypto: support building from pkg-config info
> 
>  devtools/test-meson-builds.sh           | 57 +++++++++++++++++----
> ----
>  examples/bbdev_app/Makefile             | 10 +++--
>  examples/bond/Makefile                  | 10 +++--
>  examples/cmdline/Makefile               | 10 +++--
>  examples/distributor/Makefile           | 10 +++--
>  examples/eventdev_pipeline/Makefile     | 10 +++--
>  examples/exception_path/Makefile        | 10 +++--
>  examples/fips_validation/Makefile       | 10 +++--
>  examples/flow_classify/Makefile         | 10 +++--
>  examples/flow_filtering/Makefile        | 10 +++--
>  examples/helloworld/Makefile            | 10 +++--
>  examples/ip_fragmentation/Makefile      | 10 +++--
>  examples/ip_pipeline/Makefile           | 10 +++--
>  examples/ip_reassembly/Makefile         | 10 +++--
>  examples/ipsec-secgw/Makefile           | 10 +++--
>  examples/ipv4_multicast/Makefile        | 10 +++--
>  examples/kni/Makefile                   | 10 +++--
>  examples/l2fwd-cat/Makefile             | 10 +++--
>  examples/l2fwd-crypto/Makefile          | 10 +++--
>  examples/l2fwd-jobstats/Makefile        | 10 +++--
>  examples/l2fwd-keepalive/Makefile       | 10 +++--
>  examples/l2fwd/Makefile                 | 10 +++--
>  examples/l3fwd-acl/Makefile             | 10 +++--
>  examples/l3fwd-power/Makefile           | 10 +++--
>  examples/l3fwd-vf/Makefile              | 10 +++--
>  examples/l3fwd/Makefile                 | 10 +++--
>  examples/link_status_interrupt/Makefile | 10 +++--
>  examples/load_balancer/Makefile         | 10 +++--
>  examples/packet_ordering/Makefile       | 10 +++--
>  examples/ptpclient/Makefile             | 10 +++--
>  examples/qos_meter/Makefile             | 10 +++--
>  examples/qos_sched/Makefile             | 10 +++--
>  examples/rxtx_callbacks/Makefile        | 10 +++--
>  examples/service_cores/Makefile         | 10 +++--
>  examples/skeleton/Makefile              | 10 +++--
>  examples/tep_termination/Makefile       | 10 +++--
>  examples/timer/Makefile                 | 10 +++--
>  examples/vdpa/Makefile                  | 52 ++++++++++++++++++----
>  examples/vhost/Makefile                 | 10 +++--
>  examples/vhost_crypto/Makefile          | 52 ++++++++++++++++++----
>  examples/vhost_scsi/Makefile            | 10 +++--
>  examples/vmdq/Makefile                  | 10 +++--
>  examples/vmdq_dcb/Makefile              | 10 +++--
>  43 files changed, 367 insertions(+), 194 deletions(-)

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

-- 
Kind regards,
Luca Boccassi

  parent reply	other threads:[~2019-05-17 13:14 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-03 13:35 [dpdk-dev] [PATCH 19.08 0/6] " Bruce Richardson
2019-05-03 13:35 ` Bruce Richardson
2019-05-03 13:35 ` [dpdk-dev] [PATCH 19.08 1/6] examples: remove auto-generation of examples list Bruce Richardson
2019-05-03 13:35   ` Bruce Richardson
2019-05-03 13:35 ` [dpdk-dev] [PATCH 19.08 2/6] examples: add support for relocated DPDK install Bruce Richardson
2019-05-03 13:35   ` Bruce Richardson
2019-05-07 10:09   ` Luca Boccassi
2019-05-07 10:09     ` Luca Boccassi
2019-05-07 10:50     ` Bruce Richardson
2019-05-07 10:50       ` Bruce Richardson
2019-05-07 13:28       ` Luca Boccassi
2019-05-07 13:28         ` Luca Boccassi
2019-05-07 15:17         ` Bruce Richardson
2019-05-07 15:17           ` Bruce Richardson
2019-05-07 15:53           ` Luca Boccassi
2019-05-07 15:53             ` Luca Boccassi
2019-05-07 16:04             ` Bruce Richardson
2019-05-07 16:04               ` Bruce Richardson
2019-05-03 13:35 ` [dpdk-dev] [PATCH 19.08 3/6] devtools/test-meson-builds: remove dependency on clang Bruce Richardson
2019-05-03 13:35   ` Bruce Richardson
2019-05-03 13:35 ` [dpdk-dev] [PATCH 19.08 4/6] devtools/test-meson-builds: add testing of pkg-config file Bruce Richardson
2019-05-03 13:35   ` Bruce Richardson
2019-05-03 13:35 ` [dpdk-dev] [PATCH 19.08 5/6] examples/vdpa: support building from pkg-config info Bruce Richardson
2019-05-03 13:35   ` Bruce Richardson
2019-05-03 13:35 ` [dpdk-dev] [PATCH 19.08 6/6] examples/vhost_crypto: " Bruce Richardson
2019-05-03 13:35   ` Bruce Richardson
2019-05-17 11:46 ` [dpdk-dev] [PATCH v2 0/3] Fixes for building examples Bruce Richardson
2019-05-17 11:46   ` [dpdk-dev] [PATCH v2 1/3] examples: fix install of sample apps if setting not provided Bruce Richardson
2019-05-17 11:54     ` Bruce Richardson
2019-05-17 11:46   ` [dpdk-dev] [PATCH v2 2/3] examples: remove auto-generation of examples list Bruce Richardson
2019-05-17 11:46   ` [dpdk-dev] [PATCH v2 3/3] examples: fix make clean when using pkg-config for building Bruce Richardson
2019-05-17 12:02   ` [dpdk-dev] [PATCH v3 0/3] Fixes for building examples Bruce Richardson
2019-05-17 12:02     ` [dpdk-dev] [PATCH v3 1/3] examples: fix install of sample apps if setting not provided Bruce Richardson
2019-05-17 12:02     ` [dpdk-dev] [PATCH v3 2/3] examples: remove auto-generation of examples list Bruce Richardson
2019-05-17 12:02     ` [dpdk-dev] [PATCH v3 3/3] examples: fix make clean when using pkg-config for building Bruce Richardson
2019-05-17 13:12     ` [dpdk-dev] [PATCH v3 0/3] Fixes for building examples Luca Boccassi
2019-05-20 21:59       ` Thomas Monjalon
2019-05-17 11:47 ` [dpdk-dev] [PATCH v2 0/5] improve " Bruce Richardson
2019-05-17 11:47   ` [dpdk-dev] [PATCH v2 1/5] examples: add support for relocated DPDK install Bruce Richardson
2019-05-17 11:47   ` [dpdk-dev] [PATCH v2 2/5] devtools/test-meson-builds: remove dependency on clang Bruce Richardson
2019-05-17 11:47   ` [dpdk-dev] [PATCH v2 3/5] devtools/test-meson-builds: add testing of pkg-config file Bruce Richardson
2019-05-17 11:47   ` [dpdk-dev] [PATCH v2 4/5] examples/vdpa: support building from pkg-config info Bruce Richardson
2019-07-02  7:57     ` Thomas Monjalon
2019-07-02 14:35       ` Bruce Richardson
2019-07-02 15:00         ` Thomas Monjalon
2019-05-17 11:47   ` [dpdk-dev] [PATCH v2 5/5] examples/vhost_crypto: " Bruce Richardson
2019-05-17 13:14   ` Luca Boccassi [this message]
2019-07-02 14:44   ` [dpdk-dev] [PATCH v3 0/5] improve building examples Bruce Richardson
2019-07-02 14:44     ` [dpdk-dev] [PATCH v3 1/5] examples: add support for relocated DPDK install Bruce Richardson
2019-07-02 14:44     ` [dpdk-dev] [PATCH v3 2/5] devtools/test-meson-builds: remove dependency on clang Bruce Richardson
2019-07-02 14:44     ` [dpdk-dev] [PATCH v3 3/5] devtools/test-meson-builds: add testing of pkg-config file Bruce Richardson
2019-07-02 14:44     ` [dpdk-dev] [PATCH v3 4/5] examples/vdpa: support building from pkg-config info Bruce Richardson
2019-07-02 14:44     ` [dpdk-dev] [PATCH v3 5/5] examples/vhost_crypto: " Bruce Richardson
2019-07-02 16:12     ` [dpdk-dev] [PATCH v3 0/5] improve building examples 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=abaa6c5bef1762cbd64ed77bc92ae9da8af72c9b.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).