From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 971C5A00E6 for ; Fri, 17 May 2019 15:14:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4C6875F1F; Fri, 17 May 2019 15:14:20 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 4E9F05B1C for ; Fri, 17 May 2019 15:14:18 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id r7so7046297wrr.13 for ; Fri, 17 May 2019 06:14:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=qCwbco/JsVcHvxXEc6qB/GGVCM7K6qh9q6rMIKddjlw=; b=GPBFcvFfI86HL7zZU2caq/ktNd64Ekpc8ONhGwVyE6cLC/5cxJqJs5onWctHOuYke9 0G10KKgikpmxRlP9j28WzQ92Mpp/Vc7fY1ebFr1THpHp4n+Pl8/xMast6dO9sR7pQ8WZ O+tTjhPaw5eaB+Fnz6SM1mGD7ybeS8Ve1LjEdihhP6JG7QVK8paccchZqDL8as6Fg91o KaUJsRTvoMq8ujIZgWDC4iMWdC6WQb0DofLOc62C810HhudbJOK4GiaDN30eHc+rOLiS D6zASAczArF4pyJmTQLGCoNr9TtMwiJ/WsNHvluOv9TFmS6o+HKTKFAfGX2i1nDX3d9A Rpuw== X-Gm-Message-State: APjAAAWVjFIb2NCNd7K5H8hPb3v6fV57MtIWqf3pfM7GbSvli4cEcxkK PP8w5pZ8A+E/ElQNn7YD7Vp/Jxh+sb0= X-Google-Smtp-Source: APXvYqxw8o1Mi5ah9E9ErVGdM9OHJ0eLB1Jd8TSw1R+yPaqzkld4gZmiurV0fC+ctt+Ipzn3tZ5KrQ== X-Received: by 2002:a5d:468b:: with SMTP id u11mr14964042wrq.276.1558098857905; Fri, 17 May 2019 06:14:17 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id b136sm9590045wmg.1.2019.05.17.06.14.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 17 May 2019 06:14:17 -0700 (PDT) Message-ID: From: Luca Boccassi To: Bruce Richardson , dev@dpdk.org Date: Fri, 17 May 2019 14:14:16 +0100 In-Reply-To: <20190517114734.7072-1-bruce.richardson@intel.com> References: <20190503133537.58712-1-bruce.richardson@intel.com> <20190517114734.7072-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/5] improve building examples X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. >=20 > 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. >=20 > 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 >=20 > 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 --=20 Kind regards, Luca Boccassi