From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by dpdk.org (Postfix) with ESMTP id 62D19A3 for ; Wed, 13 Mar 2019 18:08:06 +0100 (CET) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id DA8CB9E1D58; Wed, 13 Mar 2019 17:08:05 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 1191E9E03AF; Wed, 13 Mar 2019 17:08:04 +0000 (UTC) Date: Wed, 13 Mar 2019 18:08:00 +0100 From: Natanael Copa To: Ferruh Yigit Cc: dev@dpdk.org Message-ID: <20190313180800.39d16e6b@ncopa-desktop.copa.dup.pw> In-Reply-To: <7a2572d0-3bbe-fe72-4fe3-be2480af78cd@intel.com> References: <20190311173702.24471-4-ncopa@alpinelinux.org> <20190312101630.18250-1-ncopa@alpinelinux.org> <7a2572d0-3bbe-fe72-4fe3-be2480af78cd@intel.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 03/15] bus/pci: add fallback for out[lwb]_p for non GNU libc 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: , X-List-Received-Date: Wed, 13 Mar 2019 17:08:06 -0000 On Wed, 13 Mar 2019 11:13:40 +0000 Ferruh Yigit wrote: > 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? I actually thought recent version of patchwork could handle that. Sorry. A full patchset was resent. Thanks! -nc