From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5444B430C3; Mon, 21 Aug 2023 18:24:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2AD6640DF8; Mon, 21 Aug 2023 18:24:16 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id D9E5640DF5 for ; Mon, 21 Aug 2023 18:24:14 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 393B2211FA3E; Mon, 21 Aug 2023 09:24:14 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 393B2211FA3E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1692635054; bh=realsXsYx5Pj5hqGSKGfszhp4YUdsTDMNZg5hwPeTfQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LMNZnjQD5LXoKORinXswbnP/Z/TWDgZhBtNkDYr6NT0hH7SYasD0Zp+RYrVuDlUFM KiIU285KMyKroLeZYaT3/mS9XLIOyOwWODiuAjhnPXtRZN/LTalGngKMaDQzRa54Q5 ACaUKYtOiCfw5ZeUr/ZvEWhyPY2HK6xzZxSa5+w4= Date: Mon, 21 Aug 2023 09:24:14 -0700 From: Tyler Retzlaff To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@amd.com, chenbo.xia@intel.com, nipun.gupta@amd.com, bruce.richardson@intel.com Subject: Re: [PATCH v2 15/15] devtools: forbid inclusion of Linux header for PCI Message-ID: <20230821162414.GB26145@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230803075038.307012-1-david.marchand@redhat.com> <20230821113549.3191921-1-david.marchand@redhat.com> <20230821113549.3191921-16-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230821113549.3191921-16-david.marchand@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Mon, Aug 21, 2023 at 01:35:48PM +0200, David Marchand wrote: > Refrain from including Linux-only pci_regs.h header. > Instead, prefer our own definitions from the pci library. > > Signed-off-by: David Marchand > Acked-by: Bruce Richardson > --- Acked-by: Tyler Retzlaff