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

2019-07-05 Thread David Marchand
On Sun, Mar 31, 2019 at 12:57 AM Thomas Monjalon wrote: > 13/03/2019 18:06, 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 x8

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

2019-03-30 Thread Thomas Monjalon
13/03/2019 18:06, 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. > > v2 has some code style fixes reported by ch

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

2019-03-14 Thread Sirvys, Andrius
When I try building I'm still getting this error /root/dpdk/app/test-pmd/bpf_cmd.c:23:11: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]     .val = &stdout, On 13/03/2019 17:06, Natanael Copa wrote: A set of patches to fix build with m

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

2019-03-13 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. v2 has some code style fixes reported by checkpatch v3 is a full reroll of the entire pa