[dpdk-dev] [PATCH v2 03/15] bus/pci: add fallback for out[lwb]_p for non GNU libc

Ferruh Yigit ferruh.yigit at intel.com
Wed Mar 13 12:13:40 CET 2019


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 <ncopa at alpinelinux.org>

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



More information about the dev mailing list