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 6EC6CA04B1 for ; Wed, 4 Nov 2020 18:28:55 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 58B5323D; Wed, 4 Nov 2020 18:28:54 +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 DC0D723D for ; Wed, 4 Nov 2020 18:28:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604510930; 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=LH2zEg5uZSr7beLseo+Akr54EkDpqAIJNmmhkp7KWHatjbuVNx294Q+QrIe1RiKE791As1 VPvd+TGL5N9Pl0HKjpTQ6bN0Vomw3Q2Ey9LZrdP9cE0kwc9XIsLl6dyBd4oCMxsJCA2jSK V2R5sdvyRlehYD8P/jvj648Cwa8MkHk= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-525-rMSjLC0JNHGT_dpadg9KEA-1; Wed, 04 Nov 2020 12:28:48 -0500 X-MC-Unique: rMSjLC0JNHGT_dpadg9KEA-1 Received: by mail-vs1-f69.google.com with SMTP id v17so3622496vsq.19 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=aFoFXWk3gQXOtAY809yU1a+FLMbU8RtlySKRwqyHzfwcbiWrt0Uxo+E6/Iv0gKPcW1 rcNzdGHcJNCXiJE6qQyUSghPVgHz4JHWnYO+8pD+sa4VkTW+qyMI2guRWI3fTRZpw1bR YDMi98yWcOHvihCR52JPQc7ah4ebwDkwtcOoGDTS6oDPxmiUBHFkU3fMCtAcngaqTtqe wrAKp3Etfp6mW9svEk/Kh6Q65F6oX3WHewCfUVC2wux5YLCGcClXy5e8RZ86RRCRAIdo DFhLLewvsgKmcahKnof1JtQgmZTDkobB5B62K0lIw4KldhzySTZdtaPugxWWDYbHaUX0 4KwA== X-Gm-Message-State: AOAM531QE/OJPwk8nEFwZDDTqo9YTiFco2Qk+dmP4siQfvcQ41tOaAwh PYEl5Xt6i672aSZFRO+8x0N4XXpdxDR/MtIODkRd4yMtSvrMGwVlkf6NAwD+0YOouBI6xigTUOx 8nVjE1ZVyc9SQfUqUR+KIXhU= X-Received: by 2002:a05:6102:4b6:: with SMTP id r22mr13098075vsa.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-stable] [dpdk-dev] [PATCH 2/2] eal: fix missing installation of ticketlock headers X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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