From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B1BC6A3168 for ; Wed, 16 Oct 2019 13:47:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 383041E934; Wed, 16 Oct 2019 13:47:35 +0200 (CEST) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id D9F241E928 for ; Wed, 16 Oct 2019 13:47:33 +0200 (CEST) Received: by mail-wr1-f66.google.com with SMTP id p14so27667820wro.4 for ; Wed, 16 Oct 2019 04:47:33 -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=VKUI2tqNRwIbiM3EykmkDHIYpzPMB6RHHCdHVOitq+8=; b=fhnq87XwI5esSK6ylICj2DdD3CestFf7aGAg1I/2BnR3/A/v29am+z9r/7f4GEe1j/ xBcEg2NeiXXiLjNPPzyDYbsKwkkKLy+r9TDluYOY3WjLwDdX75g4c54dhe8L1HgFgBaB 0PYKNlOgECQTODNP10A9f8nvzuSXQbo1rTEEPHI+DGYIHt2b8uNAcC4DVwBO5cHBZu+h BvMkTf97qz6dpQvL11F67kiuLoUzZIoeb0YBXrDb4VD7QNCiIz0QOjQhO24llEWfgvis FkU3jd8DNeWYbofqG1PyS+le2omN22R8qXjw2f1mpWjTVozr9/+ueQY/3YCc00I+MUzZ wBgg== X-Gm-Message-State: APjAAAXHfWISIPaxnWkqLrqBteVVLEc+uCOhyJWKTBmjBBfvjYuqO96J 8M3h2Gz6gKvP9rf85LDQni0= X-Google-Smtp-Source: APXvYqxYCm7iJgCqzZPQGvX9pn76qGgxhxZN7OXlBo7Ur3m7RmzJqBGjdwQXaszMHYLxjCtgdYnBcQ== X-Received: by 2002:adf:f306:: with SMTP id i6mr2244011wro.209.1571226453400; Wed, 16 Oct 2019 04:47:33 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id g13sm20466866wrm.42.2019.10.16.04.47.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Oct 2019 04:47:32 -0700 (PDT) Message-ID: From: Luca Boccassi To: Bruce Richardson , dev@dpdk.org Date: Wed, 16 Oct 2019 12:47:31 +0100 In-Reply-To: <20191015133513.11376-1-bruce.richardson@intel.com> References: <20191014113448.7442-1-bruce.richardson@intel.com> <20191015133513.11376-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/7] support all examples in a meson build 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 Tue, 2019-10-15 at 14:35 +0100, Bruce Richardson wrote: > When build with meson, some examples were skipped when "- > Dexamples=3Dall" > parameter was passed. Ignoring examples slated for removal by other > patches[1], this set adds support for building the rest of the > examples. > The only exception is "bpf" which is a set of code snippets rather > than > code to be natively run. >=20 > V2: drop patch 4 renaming the arm64 directory. >=20 > [1]=20 > http://patches.dpdk.org/project/dpdk/list/?series=3D6683 >=20 >=20 >=20 > Bruce Richardson (7): > examples/bpf: remove from list of examples to build > examples/ethtool: allow building as part of meson build > examples/performance-thread: remove warning disabling > examples/performance-thread: add l3fwd-thread to meson > examples/performance-thread: add pthread shim to meson > examples/server_node_efd: add node binary to meson build > examples/server_node_efd: add server binary to meson build Series-acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi