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 <nc...@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