From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 03/15] bus/pci: add fallback for out[lwb]_p for non GNU libc Date: Wed, 13 Mar 2019 11:13:40 +0000 Message-ID: <7a2572d0-3bbe-fe72-4fe3-be2480af78cd@intel.com> References: <20190311173702.24471-4-ncopa@alpinelinux.org> <20190312101630.18250-1-ncopa@alpinelinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Natanael Copa , dev@dpdk.org Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 9C7214C8E for ; Wed, 13 Mar 2019 12:13:42 +0100 (CET) In-Reply-To: <20190312101630.18250-1-ncopa@alpinelinux.org> Content-Language: en-US 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 3/12/2019 10:16 AM, Natanael Copa wrote: > Add a fallback for non-GNU libc systems like musl libc for the > non-standard functions outl_p, outw_p and outb_p. > > This ifixes the following buildtime errors when building with musl libc: > pci_uio.c:(.text+0xaa1): undefined reference to `outw_p' > pci_uio.c:(.text+0xac5): undefined reference to `outl_p' > pci_uio.c:(.text+0xadf): undefined reference to `outb_p' > > fixes https://bugs.dpdk.org/show_bug.cgi?id=35 > > Signed-off-by: Natanael Copa Hi Natanael, Thank you for the patches. I can see you have sent v2 for some of the individual patches in your set, it is too hard to maintain individual patches in a set, also it breaks automated checks and patchwork patchset logic. Can you please send whole patchset when you need to update patches, starting with a v3 of latest patchset? Thanks, ferruh