Re: [PATCH v12 0/7] Improve EAL bit operations API

2024-10-09 Thread David Marchand
On Fri, Sep 20, 2024 at 12:57 PM 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, delegating the

[PATCH v12 0/7] Improve EAL bit operations API

2024-09-20 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