From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EA816A00C5; Thu, 27 Oct 2022 16:22:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9511F42670; Thu, 27 Oct 2022 16:22:44 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id D37BA41153 for ; Thu, 27 Oct 2022 16:22:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1666880562; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ld5yTJ1mTgRctqABhCNiMp4yKuyPTdHeDmZ6kzcRhZM=; b=fkOJdduTtiMBZlNbefSrntzrWVJtewZGB0EcNvrBQxV3Xb9n5nrvDVBuB4AyiODdz0zdPq CVWutgbmCNUyH0GHe7kFe4QjANzpetPK5v6MyqkG+pVdyByvdVFwR5VVdQkh7S6nV8C+tC XzKmUjJQ16VGWH/GjjsbMyRE99dlmKs= Received: from mail-pg1-f200.google.com (mail-pg1-f200.google.com [209.85.215.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-264-ca1RqTYzNPO7gFfsrk2WcA-1; Thu, 27 Oct 2022 10:22:40 -0400 X-MC-Unique: ca1RqTYzNPO7gFfsrk2WcA-1 Received: by mail-pg1-f200.google.com with SMTP id p24-20020a63f458000000b0043cd718c49dso847715pgk.15 for ; Thu, 27 Oct 2022 07:22:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Ld5yTJ1mTgRctqABhCNiMp4yKuyPTdHeDmZ6kzcRhZM=; b=EcF1kvdQEgC637O7DiKceuZtNBu+XPwPDBzpsgViqkI1uaS1W5YDoThyrPbiI3Zgbw OvaT5CtjWbKrOifEqYzK76iQcwv7ref0zpJewtWBznt/TVf7C2W55BLR55Bnuvur/llx TezXjrJoC/vPXG6PPYc+G6vR+zT1JC+uOICNs8J1Saq5IYHiTC11YmNmM+llvT7T36Pk FB+V+DqBdU0WYFbGA9joWY1R+SMX8FFjQ7UZDBdh4gtYrNXerfXNeEc8E3NGYCl9ou7c eNyd+LgZsrX39yslhcQWCq6vvC/IuCU80sm3fdjZc+2lMnwoiVQ+YeQNiVGsLjSh2Nw9 NpBA== X-Gm-Message-State: ACrzQf2q/C24XvD7CrJabu80iuZhcQyRF8+FU/mr8Ub0jzRjIR/ccWmi MjQUSuuM6qW2ypmpDiMOZetPUmhzJXdfpzBN95YqPnfouXH83zLetUzjzyyK2oXI+3L9GMUfCsc BUYxlwauMBORoOHiV2NE= X-Received: by 2002:a65:5c0c:0:b0:46e:f582:7378 with SMTP id u12-20020a655c0c000000b0046ef5827378mr8511864pgr.120.1666880559441; Thu, 27 Oct 2022 07:22:39 -0700 (PDT) X-Google-Smtp-Source: AMsMyM4LfuFqN5vrO4AUC8cgsLdbYWbUwI6gS8WXLbWXB07vMuiSqx/SEVloyegPSKtJPg0pKnG7Ny0JkD0xVannQ7U= X-Received: by 2002:a65:5c0c:0:b0:46e:f582:7378 with SMTP id u12-20020a655c0c000000b0046ef5827378mr8511849pgr.120.1666880559152; Thu, 27 Oct 2022 07:22:39 -0700 (PDT) MIME-Version: 1.0 References: <20221013153537.7891-1-markus.theil@tu-ilmenau.de> <20221014075118.10083-1-markus.theil@tu-ilmenau.de> In-Reply-To: From: David Marchand Date: Thu, 27 Oct 2022 16:22:27 +0200 Message-ID: Subject: Re: [PATCH v4 1/2] build: allow to conditionally build apps To: Markus Theil , Bruce Richardson Cc: dev@dpdk.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Thu, Oct 27, 2022 at 3:13 PM David Marchand wrote: > > On Fri, Oct 14, 2022 at 9:51 AM Markus Theil wrote: > > > > Makes apps configurable from meson, like already > > possible for drivers. > > > > Signed-off-by: Markus Theil > > With these new options, it's hard to tell which and why some > application is built (or not). > Can we have an output similar to libraries and drivers (see toplevel > meson.build) ? WDYT of followup patch: https://github.com/david-marchand/dpdk/commit/apps -- David Marchand