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 9FBDEA056A; Tue, 17 Mar 2020 14:22:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 81CBD1AFF; Tue, 17 Mar 2020 14:22:01 +0100 (CET) Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [216.205.24.74]) by dpdk.org (Postfix) with ESMTP id 97DE8CF3 for ; Tue, 17 Mar 2020 14:22:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1584451320; 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=1pqO+zOq10CfHmpwJGFDlbrttXaxhDqQXvNpiQ6uQY0=; b=TE7rR2zCHHfjfAAh+UtOcHiGR9K5b7tlNk00dmwE9zrTsnWTt2mYIFZHNxcpZy48AcoMTu 9R+ytEmzjx9dXiyXDnFWlt2QhKv8VDmCYkHDvyAhIxNAcu9TUXPELqbyOXRJAWwBeLw03D BW+rMCtXl87i19nOpHdlR1pbZmt2G6w= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-185--wQnWXiAMBmNwzmhYfpMcg-1; Tue, 17 Mar 2020 09:21:58 -0400 X-MC-Unique: -wQnWXiAMBmNwzmhYfpMcg-1 Received: by mail-vk1-f197.google.com with SMTP id f10so3267308vkl.13 for ; Tue, 17 Mar 2020 06:21:58 -0700 (PDT) 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=vkfqToC882N6kOHAPBTtbCRR60engA2yemT5531yHJI=; b=g4ef4F2eG3kru5sDiPFXjd0LPoorejJxhRmg41Xs/gU25whKXUfy49y9pEdOP+ngWh nHU2sQdZljL6bugU/ieEYmvNMcAQfefZL/CMSqraGhQWK7jSbILADlLrvL1/W/X/1TGq BP+woVv2uT2jDl8vQSMydDL+y7CzYQinMmIK4engp7A0mv4DzVWur1hcGfgcJyh/czQO pn0ibOl6nZRWJ7Xqj4z8hB8559KZbBGVJl+I5gQUd1eQgU1Sd8/T+neVCJiYb4RZQP0f V+5kd7jy8zzZ4p29LYiInd2Ojuzpadf8SX383tVo/MXDytAZOnDdxjhERvOJG8QMiogi iqEw== X-Gm-Message-State: ANhLgQ3MucKSXIGF+PxMlcLh79Buz3X3hQcOkZrNLPkV381nSq9HiWwp NXW3ui9gOTq9NF4Xien0Ybbmtc/hP6vWqBoQFiOAd32h9HU72V1nUnykMF3TT01BBDlmD8mkM4X Optu0oHI/0YDqKIA7acg= X-Received: by 2002:a05:6102:2d8:: with SMTP id h24mr3738003vsh.39.1584451317983; Tue, 17 Mar 2020 06:21:57 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtYkNo5TehXvqllDN0PWDtjFjWnAB6vDhn/CpO9u7CsOTGIuF8OPyNUgyEfuFohffN5jxqJR3RfE+G6od7RKFI= X-Received: by 2002:a05:6102:2d8:: with SMTP id h24mr3737986vsh.39.1584451317686; Tue, 17 Mar 2020 06:21:57 -0700 (PDT) MIME-Version: 1.0 References: <20200316204749.28066-1-drc@linux.vnet.ibm.com> In-Reply-To: <20200316204749.28066-1-drc@linux.vnet.ibm.com> From: David Marchand Date: Tue, 17 Mar 2020 14:21:46 +0100 Message-ID: To: David Christensen Cc: Rosen Xu , Gaetan Rivet , dev , Bruce Richardson X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] pci: restore access to RTE_VERIFY for Power builds 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 Mon, Mar 16, 2020 at 9:48 PM David Christensen wrote: > > The include file rte_debug.h is pulled into x86 builds through the > following callchain: > > lib/librte_eal/common/include/generic/rte_cycles.h:17, > lib/librte_eal/common/include/arch/x86/rte_cycles.h:13, > lib/librte_eal/common/include/arch/x86/rte_spinlock.h:18, > lib/librte_eal/common/include/arch/x86/rte_rwlock.h:13, > > The PPC specific version of the same callchain does not include > rte_debug.h. Add rte_debug.h back into the C files that require it. > > Fixes: 0dcba5256287 ("pci: remove unneeded includes in public header file= ") Cc: stable@dpdk.org > > Signed-off-by: David Christensen Acked-by: David Marchand --=20 David Marchand