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 399C9A04B1; Wed, 4 Nov 2020 18:28:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 88CED2BEA; Wed, 4 Nov 2020 18:28:55 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id A7EDF2BE3 for ; Wed, 4 Nov 2020 18:28:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604510932; 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=HVYThm+pDreYBNfBpVUM8zL72Y8phec6jmkGvg7fU/8=; b=d5edD7L6BJl32XooTFKz8d7CMgCkyGWiGXmQVvsYafDY7r+Ve6BA1RWCDF0ey5c+1DyKJl zRAGvoxLaL36u2LsJ7i/9mRFO/ZGKGXsinvVonA82aO8eFM8mNUJWU6E7aLuUgh5PUU33d JkhVgc4e7RLdKzTx0zrt6u4beXYZXl4= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-71-pggVqBqBPmW06XyNr6z9OQ-1; Wed, 04 Nov 2020 12:28:48 -0500 X-MC-Unique: pggVqBqBPmW06XyNr6z9OQ-1 Received: by mail-vs1-f70.google.com with SMTP id l11so2824554vso.12 for ; Wed, 04 Nov 2020 09:28:48 -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=HVYThm+pDreYBNfBpVUM8zL72Y8phec6jmkGvg7fU/8=; b=Etr0TNkWT98idN8dtg2XVH2BwgaMiBLGlfeptmn2BO4SnkSwvJtQCQ+aUDqSPDZFa/ cBz+SgUzUqViZKQUcxbLBP+tfkfJM6cR7CWU11QmE3xJ9yN9rzpz2FXEiKBYdGg4mYAK hAfEtJlt9Wd+3plWdtgQ4BJ6lCGAM4IKLzSQx88n9DAPHJQ1kFJ7PJ3cfvu3VGeG+g8n MEjKNOjZWuCgR1M+wsfobPk7po27jD11vHj3yHktkgWDI1ePLJOTO1yXNMVMiidbbfj/ UIbeQvEfIesW2Yl0nd3bphF4J8oR/nj5ULeYmcVgmuXiIPZEUomqZEiKOrDZsKX/hioH Zifw== X-Gm-Message-State: AOAM532+LuQTKrC/mMekCT/6IbdJoTaHa/D+XWOKa1bOBTBvR3G299Dm TF3wzhV4VVeok+mN1L91EiZFlhHVttUt74cU6OyrXuUpfPOgdkADV1TC7fLeiY4c5ez7praTvxd SAdrIgwPQ6KUqj7Z/+YI= X-Received: by 2002:a05:6102:4b6:: with SMTP id r22mr13098076vsa.10.1604510928005; Wed, 04 Nov 2020 09:28:48 -0800 (PST) X-Google-Smtp-Source: ABdhPJycl5uslsv0z7uY2QyBXSX4EojO8aUQC1frauwkRdg/01esX1FfwJJ2v56uN/ALendiIdRfX1x6du5Utk6HGkI= X-Received: by 2002:a05:6102:4b6:: with SMTP id r22mr13098058vsa.10.1604510927738; Wed, 04 Nov 2020 09:28:47 -0800 (PST) MIME-Version: 1.0 References: <20201104170334.8746-1-olivier.matz@6wind.com> <20201104170334.8746-2-olivier.matz@6wind.com> In-Reply-To: <20201104170334.8746-2-olivier.matz@6wind.com> From: David Marchand Date: Wed, 4 Nov 2020 18:28:36 +0100 Message-ID: To: Olivier Matz Cc: dev , Jerin Jacob , Ruifeng Wang , Jan Viktorin , David Christensen , Bruce Richardson , Konstantin Ananyev , Honnappa Nagarahalli , Phil Yang , Gavin Hu , Steve Capper , Joyce Kong , dpdk stable 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 2/2] eal: fix missing installation of ticketlock headers 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 Wed, Nov 4, 2020 at 6:04 PM Olivier Matz wrote: > > Add missing arch-specific headers in meson.build. > > Fixes: ca49b92079df ("ticketlock: enable generic ticketlock on all arch") > Cc: stable@dpdk.org > > Signed-off-by: Olivier Matz Issue can be seen with: diff --git a/examples/helloworld/main.c b/examples/helloworld/main.c index 8a4cee60ff..627becb01b 100644 --- a/examples/helloworld/main.c +++ b/examples/helloworld/main.c @@ -14,6 +14,8 @@ #include #include #include +#include +#include static int lcore_hello(__rte_unused void *arg) For the series: Acked-by: David Marchand -- David Marchand