Re: [RFC v2 0/6] Improve EAL bit operations API

2024-04-26 Thread Patrick Robb
Recheck-request: iol-compile-amd64-testing The DPDK Community Lab updated to the latest Alpine image yesterday, which resulted in all Alpine builds failing. The failure is unrelated to your patch, and this recheck should remove the fail on Patchwork, as we have disabled Alpine testing for now.

Re: [RFC v2 0/6] Improve EAL bit operations API

2024-04-26 Thread Mattias Rönnblom
On 2024-04-25 20:05, Tyler Retzlaff wrote: On Thu, Apr 25, 2024 at 10:58:47AM +0200, Mattias Rönnblom wrote: This patch set represent an attempt to improve and extend the RTE bitops API, in particular for functions that operate on individual bits. All new functionality is exposed to the user as

Re: [RFC v2 0/6] Improve EAL bit operations API

2024-04-25 Thread Tyler Retzlaff
On Thu, Apr 25, 2024 at 10:58:47AM +0200, Mattias Rönnblom wrote: > This patch set represent an attempt to improve and extend the RTE > bitops API, in particular for functions that operate on individual > bits. > > All new functionality is exposed to the user as generic selection > macros, delegat

[RFC v2 0/6] Improve EAL bit operations API

2024-04-25 Thread Mattias Rönnblom
This patch set represent an attempt to improve and extend the RTE bitops API, in particular for functions that operate on individual bits. All new functionality is exposed to the user as generic selection macros, delegating the actual work to private (__-marked) static inline functions. Public fun