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 3FE64A05D3 for ; Thu, 23 May 2019 20:42:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 031481B94C; Thu, 23 May 2019 20:42:35 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 212A21B94B for ; Thu, 23 May 2019 20:42:34 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id y3so6904584wmm.2 for ; Thu, 23 May 2019 11:42:34 -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=hR2lUmq02sL1wfrG7DmDxU0XKo+oWLbBTGzosEViLog=; b=LQIyHoAr00cC+AqmfU5Pw/Pzjp/a8WKcX142+3/aIm7XWOwop2H0+3336AhFthZ5uT e9EQZlG8BfjLIOf7QUDvJh+qNLr8Umt7jPyZf6Wm3T6nc7D7QrmUT4UpBKD8WFVdXwVU UQ9xfm9MenLPZPcpXjISfp+gXz+3A7+l51C1WZA7p9mAOzoYCGhDag+xeNp4xohPPK6H COWjotzQixH6DptL3CGXGfVSgsssiNbGN7JnfluInUA3C21AL40BHh3NctnspvPDZTDd 2CmlKp0YyaMjUpTK9jwjBG56Nq/vppUM6EFQ/uGw09CrFoWJAijH+B1eEaU7uh84WhyD LNyw== X-Gm-Message-State: APjAAAVWTO4iJsIaKB2Wo054nmL5V8EoPiXcynNqttc0RSTZHOt86V6c 1WJKuaMV5yuJEleIDZmYWscFZCES X-Google-Smtp-Source: APXvYqx+8ne/T121UzpnF1kKVvNpNMBXszUhjiSs2Dlbhn4U6dK9qyZvMJMdRqTm8NoTja8gZbEipg== X-Received: by 2002:a1c:3d88:: with SMTP id k130mr12280945wma.11.1558636953797; Thu, 23 May 2019 11:42:33 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id z202sm573921wmc.18.2019.05.23.11.42.32 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 23 May 2019 11:42:33 -0700 (PDT) Message-ID: <335fc908da0636b145ed3c24eca0c5e47766a5c2.camel@debian.org> From: Luca Boccassi To: Ali Alnubani , "dev@dpdk.org" Date: Thu, 23 May 2019 19:42:32 +0100 In-Reply-To: <20190523174018.2873-2-alialnu@mellanox.com> References: <20190523145358.1492-1-alialnu@mellanox.com> <20190523174018.2873-1-alialnu@mellanox.com> <20190523174018.2873-2-alialnu@mellanox.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 2/2] examples: enable building multiprocess applications 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 Thu, 2019-05-23 at 17:40 +0000, Ali Alnubani wrote: > This enables building the example multiprocess applications in > the subdirectory multi_process. >=20 > Signed-off-by: Ali Alnubani < > alialnu@mellanox.com > > > --- > Changes in v2: > - Removed unnecessary name assignment. > - Reordered all_examples list. >=20 > examples/meson.build | 7 ++++++- > .../client_server_mp/mp_client/meson.build | 13 > +++++++++++++ > .../client_server_mp/mp_server/meson.build | 13 > +++++++++++++ > examples/multi_process/{ =3D> hotplug_mp}/meson.build | 7 ++++--- > examples/multi_process/simple_mp/meson.build | 11 +++++++++++ > examples/multi_process/symmetric_mp/meson.build | 11 +++++++++++ > 6 files changed, 58 insertions(+), 4 deletions(-) > create mode 100644 > examples/multi_process/client_server_mp/mp_client/meson.build > create mode 100644 > examples/multi_process/client_server_mp/mp_server/meson.build > rename examples/multi_process/{ =3D> hotplug_mp}/meson.build (68%) > create mode 100644 examples/multi_process/simple_mp/meson.build > create mode 100644 examples/multi_process/symmetric_mp/meson.build Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi