Re: [dpdk-dev] [PATCH 00/15] Build fixes for musl libc

2019-03-13 Thread Natanael Copa
On Wed, 13 Mar 2019 11:45:09 + "Sirvys, Andrius" wrote: > I'm trying on Alpine Linux to build using make with the patches, and > there are quite a few errors saying argp.h doesn't exist. > > In file included from > /root/dpdk/drivers/bus/dpaa/base/fman/netcfg_layer.c:19: > /root/dpdk/drive

Re: [dpdk-dev] [PATCH 00/15] Build fixes for musl libc

2019-03-13 Thread Sirvys, Andrius
I'm trying on Alpine Linux to build using make with the patches, and there are quite a few errors saying argp.h doesn't exist. In file included from /root/dpdk/drivers/bus/dpaa/base/fman/netcfg_layer.c:19: /root/dpdk/drivers/bus/dpaa/include/netcfg.h:12:10: fatal error: argp.h: No such file or

[dpdk-dev] [PATCH 00/15] Build fixes for musl libc

2019-03-11 Thread Natanael Copa
A set of patches to fix build with musl libc. I also did a few cleanups wrt macros and fixed a few scary compiler warnings while at it. Please note that those are only compile tested on x86_64 with musl libc. Natanael Copa (15): app/testpmd: replace uint with unsigned int net/cxgbe: replace u