Re: [dpdk-dev] Build fixes for musl libc

2021-02-25 Thread Thomas Monjalon
20/02/2021 09:51, Natanael Copa: > 18. feb. 2021 kl. 17:13 skrev Thomas Monjalon : > > 06/11/2020 11:44, David Marchand: > >> Hello Natanael, > >> > >> - I suppose you got the mails with the build errors from the robot. > >> Build is broken in dpaa (missing a few includes). > >> https://travis-ci

Re: [dpdk-dev] Build fixes for musl libc

2021-02-20 Thread Natanael Copa
Hi, Sorry, I thought I would be able to allocate time yesterday but got distracted. I would appreciate if someone else could follow up, since I don’t know when I´ll find time for it. Thanks! -nc > 18. feb. 2021 kl. 17:13 skrev Thomas Monjalon : > > Hi Natanael, > > 06/11/2020 11:44, David

Re: [dpdk-dev] Build fixes for musl libc

2021-02-18 Thread Thomas Monjalon
Hi Natanael, 06/11/2020 11:44, David Marchand: > Hello Natanael, > > - I suppose you got the mails with the build errors from the robot. > Build is broken in dpaa (missing a few includes). > https://travis-ci.com/github/ovsrobot/dpdk/jobs/429242867#L1005 Please could send a new version fixing t

Re: [dpdk-dev] Build fixes for musl libc

2020-11-06 Thread David Marchand
Hello Natanael, On Thu, Nov 5, 2020 at 10:17 PM Natanael Copa wrote: > > 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 ha

Re: [dpdk-dev] Build fixes for musl libc

2020-11-06 Thread Thomas Monjalon
05/11/2020 22:17, Natanael Copa: > v4 rebase against main and deal with renames/moves. >fix commit messages to make check-git-log.sh happy. >improve error(3) -> warn(3) patch and clarify commit message. >update __WORDSIZE patch to use RTE_ARCH_64 >add "Fixes:" tags >add a couple

[dpdk-dev] Build fixes for musl libc

2020-11-05 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 p