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 D78C7A04DE for ; Fri, 30 Oct 2020 14:08:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B6663C91C; Fri, 30 Oct 2020 14:08:29 +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 2DD35C91C for ; Fri, 30 Oct 2020 14:08:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604063306; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sTIIcDsP1ePzQTuDtP85bzia/eKC1VEf5jqRnxZSvrI=; b=GBU3XlIjZMNR22vlUlpBAGJF0pOlkMmY7FGlwZCLqBrrrDn3DyGz+O3pPbLP/OXSC7Av/U zBvFtLpN7NIWIdVDBYBUW/aFUGu4/UYxxC+Vo+nQ/sIjv6EZO40imWAEz6drCTlcHQBqO7 yZYc5zJkAQYGb4/EOIYU2xhvHwjS7v0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-314-HodrfFjCPMK3Pj1bPg5l2Q-1; Fri, 30 Oct 2020 09:08:25 -0400 X-MC-Unique: HodrfFjCPMK3Pj1bPg5l2Q-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BE5C41015ECB; Fri, 30 Oct 2020 13:08:23 +0000 (UTC) Received: from [10.36.114.240] (ovpn-114-240.ams2.redhat.com [10.36.114.240]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4EA2F19C71; Fri, 30 Oct 2020 13:08:19 +0000 (UTC) To: David Marchand , alialnu@nvidia.com Cc: stable@dpdk.org, thomas@monjalon.net, bruce.richardson@intel.com References: <20201029122550.11044-1-david.marchand@redhat.com> From: Kevin Traynor Message-ID: <20fb8c7d-56cf-31b1-f5b8-e4b0bab423ee@redhat.com> Date: Fri, 30 Oct 2020 13:08:18 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <20201029122550.11044-1-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH 18.11] eal: fix parallel build 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 29/10/2020 12:25, David Marchand wrote: > Parallel build is broken as linuxapp/freebsd have lost the dependency on > installing common headers. > The original commit in the main branch was at fault, but it got hidden > by the commit a083f8cc7746 ("eal: move OS-specific sub-directories"). > > Fixes: 4a2be43591df ("eal: remove useless makefiles") > > Signed-off-by: David Marchand > --- Thanks David. Added Ali as reporter and s/freebsd/bsdapp/ in the commit message and applied.