Re: [vpp-dev] vpp musl integration and CI

2021-01-21 Thread Dave Barach
From: vpp-dev@lists.fd.io On Behalf Of Nathan Moos (nmoos) via lists.fd.io Sent: Thursday, January 21, 2021 3:38 PM To: v...@barachs.net; Benoit Ganne (bganne) ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] vpp musl integration and CI Hi, As the person who's been submitting most o

Re: [vpp-dev] vpp musl integration and CI

2021-01-21 Thread Nathan Moos (nmoos) via lists.fd.io
s) Subject: RE: [vpp-dev] vpp musl integration and CI I've been down this path before. s/glibc/musl/ fixes one set of issues, and a small set at that. [Back in the good old days, vpp wasn't even linked against glibc.] Here's a quick library summary: $ ldd /usr/b

Re: [vpp-dev] vpp musl integration and CI

2021-01-21 Thread Edward Warnicke
e-image, one-size-fits-all > packaging > technology: snap, flatpak, or appimage. > > FWIW... Dave > > -Original Message----- > From: vpp-dev@lists.fd.io On Behalf Of Benoit Ganne > (bganne) via lists.fd.io > Sent: Thursday, January 21, 2021 2:08 PM > To: vpp-dev@lists

Re: [vpp-dev] vpp musl integration and CI

2021-01-21 Thread Dave Barach
Benoit Ganne (bganne) via lists.fd.io Sent: Thursday, January 21, 2021 2:08 PM To: vpp-dev@lists.fd.io Cc: Nathan Moos (nmoos) Subject: [vpp-dev] vpp musl integration and CI Hi everyone, There is some on-going work to make VPP works with musl libc instead of glibc: https://gerrit.fd.io/r/q/topic:%22m

[vpp-dev] vpp musl integration and CI

2021-01-21 Thread Benoit Ganne (bganne) via lists.fd.io
Hi everyone, There is some on-going work to make VPP works with musl libc instead of glibc: https://gerrit.fd.io/r/q/topic:%22musl%22+(status:open%20OR%20status:merged) The goal is to be able to run VPP on embedded platforms relying on musl. The modifications are overall pretty small, but we'd li