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 E1A34A04DD; Tue, 10 Nov 2020 18:27:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A52C4F90; Tue, 10 Nov 2020 18:27:30 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 4AA69DED for ; Tue, 10 Nov 2020 18:27:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605029246; 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=8RUJGU2adGV0cq6fkd5/B3clT3GZIUU8j47xaiwhNJ0=; b=HFVtjdrcscKxJJ6Vp07r0FRkYQHIJDCSf6vAjM4pj0HXAqOAlja6TRJsL7l6xFmEh3Eswu NvuvQlLvqnRgQwi+6JUQGYwurJaEn2JDnRUOwB/5tdOwQDXWuyAmRQFDnkBEMxwnNoOAEq TguS/ttCnI2cQEWRKU2LBwjga2UdgBQ= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-28-FFOVOLspPe-9EkeOpRaa3Q-1; Tue, 10 Nov 2020 12:27:24 -0500 X-MC-Unique: FFOVOLspPe-9EkeOpRaa3Q-1 Received: by mail-vk1-f199.google.com with SMTP id s1so2517051vks.6 for ; Tue, 10 Nov 2020 09:27:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8RUJGU2adGV0cq6fkd5/B3clT3GZIUU8j47xaiwhNJ0=; b=TaTO65zkLnS2hDERci73AVmy1GzytnJ1axPI7mSTXeeOZBFLBs2u6SHhKwp12kfAQq Cnf9ieX3OZ4oSF4u/df4RZFb2SMYSZCw96OlS2+k8gtoI9hf13eJUrtIUyJJTg5/KXGT ePjTgA76BJmHWNvtrN6G2XrfqV4H/CRFj2onu+/2DeBznuw32CBe5qNfm3goFv0SwsPT GlmMOkdDG1elcrgcSDefIhrp5QRjIPA8tYt81XCWzqX7tkfDi6CoR9IGQT0/5SUI7DRY GtpBS4yfROe/qqvnBRs8PwDbzLtTXU3Q0oj5hSZXHFIi880iqdMdIiboppmMx8rJSa+P +Okw== X-Gm-Message-State: AOAM530fp4ly9heovoGKckK/vYpNa9Iu9iOJCUyVKy72ICImFVtCY+MT yo7wswTeDiQO2sl73ezXV9eHIn50BxtXxE5agGxM+GSjL1WMrIpuUoU3q92Z9UPB50rJZz6YoxB 2fMQmBykrV1Q8joVi//E= X-Received: by 2002:a05:6102:2362:: with SMTP id o2mr7371263vsa.5.1605029244254; Tue, 10 Nov 2020 09:27:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJwZ9gox3XclHEuVIcGiYFMtoXQRwBzspA5SCZ84akEgeglNHGBmojnmykm7CFAiS7DlTIBRq/C+eEoQwSBTLps= X-Received: by 2002:a05:6102:2362:: with SMTP id o2mr7371248vsa.5.1605029244091; Tue, 10 Nov 2020 09:27:24 -0800 (PST) MIME-Version: 1.0 References: <20201110151219.4893-1-david.marchand@redhat.com> <20201110151219.4893-10-david.marchand@redhat.com> <20201110171854.GP1641@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20201110171854.GP1641@bricha3-MOBL.ger.corp.intel.com> From: David Marchand Date: Tue, 10 Nov 2020 18:27:13 +0100 Message-ID: To: Bruce Richardson Cc: dev , Thomas Monjalon Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 09/10] devtools: compile all examples with pkg-config 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, Nov 10, 2020 at 6:19 PM Bruce Richardson wrote: > > + # performance-thread/{l3fwd-thread,pthread_shim} expect common .mk > > + skipped="$skipped l3fwd-thread pthread_shim" > > + # client_server_mp/{mp_server,mp_client} expect common headers > > + skipped="$skipped mp_client mp_server" > > + # server_node_efd/{node,server} expect common headers > > + skipped="$skipped node server" > > The issues with the missing common files for all of above should be fixed > by patch [1] I was about to look at this flattening stuff. Thanks for fixing while I was out for the kids :-). I'll respin once both your patches are in. -- David Marchand