Re: [PATCH v7] eal/ppc: fix compilation for musl

2022-06-01 Thread David Marchand
On Tue, May 31, 2022 at 7:26 PM David Christensen wrote: > On 5/14/22 12:14 AM, Duncan Bellamy wrote: > > musl lacks __ppc_get_timebase() but has __builtin_ppc_get_timebase() > > > > Signed-off-by: Duncan Bellamy > Reviewed-by: David Christensen Applied, thanks. -- David Marchand

Re: [PATCH v7] eal/ppc: fix compilation for musl

2022-05-31 Thread David Christensen
On 5/14/22 12:14 AM, Duncan Bellamy wrote: musl lacks __ppc_get_timebase() but has __builtin_ppc_get_timebase() Signed-off-by: Duncan Bellamy --- lib/eal/ppc/include/rte_cycles.h | 7 ++ lib/eal/ppc/rte_cycles.c | 39 2 files changed, 46 inse

Re: [PATCH v7] eal/ppc: fix compilation for musl

2022-05-19 Thread David Marchand
On Sat, May 14, 2022 at 9:15 AM Duncan Bellamy wrote: > > musl lacks __ppc_get_timebase() but has __builtin_ppc_get_timebase() > > Signed-off-by: Duncan Bellamy Cc: maintainer. -- David Marchand

[PATCH v7] eal/ppc: fix compilation for musl

2022-05-14 Thread Duncan Bellamy
musl lacks __ppc_get_timebase() but has __builtin_ppc_get_timebase() Signed-off-by: Duncan Bellamy --- lib/eal/ppc/include/rte_cycles.h | 7 ++ lib/eal/ppc/rte_cycles.c | 39 2 files changed, 46 insertions(+) diff --git a/lib/eal/ppc/include/rte_cyc