Re: [dpdk-dev] [PATCH v6 00/17] Alpine/musl build support

2021-03-18 Thread David Marchand
On Wed, Mar 17, 2021 at 11:42 PM Thomas Monjalon wrote: > > 28/02/2021 13:53, Thomas Monjalon: > > These patches fix some build errors/warning for Alpine Linux, > > using musl and busybox. > > Few improvements are added on the way. > > No more comment on this series? Ready to merge? This will pro

Re: [dpdk-dev] [PATCH v6 00/17] Alpine/musl build support

2021-03-18 Thread Andrew Rybchenko
On 3/18/21 1:42 AM, Thomas Monjalon wrote: > 28/02/2021 13:53, Thomas Monjalon: >> These patches fix some build errors/warning for Alpine Linux, >> using musl and busybox. >> Few improvements are added on the way. > > No more comment on this series? Ready to merge? Series-acked-by: Andrew Rybchen

Re: [dpdk-dev] [PATCH v6 00/17] Alpine/musl build support

2021-03-17 Thread Thomas Monjalon
28/02/2021 13:53, Thomas Monjalon: > These patches fix some build errors/warning for Alpine Linux, > using musl and busybox. > Few improvements are added on the way. No more comment on this series? Ready to merge?

[dpdk-dev] [PATCH v6 00/17] Alpine/musl build support

2021-02-28 Thread Thomas Monjalon
These patches fix some build errors/warning for Alpine Linux, using musl and busybox. Few improvements are added on the way. The goal is to run a container with the following Dockerfile: 8< FROM alpine # DPDK prerequisites RUN apk --no-cache add \ gcc libc-dev bsd-compat-headers