Re: [PATCH 6/6] event/dsw: add support for larger port count

2024-09-11 Thread Tyler Retzlaff
On Fri, Aug 09, 2024 at 10:14:40PM +0200, Mattias R??nnblom wrote: > Switch from using an open-coded, single-word bitset to using > to represent which event ports are linked to a > particular event queue. > > Besides the cleaner code, this also allow the user to extend the > maximum port count be

[PATCH 6/6] event/dsw: add support for larger port count

2024-08-09 Thread Mattias Rönnblom
Switch from using an open-coded, single-word bitset to using to represent which event ports are linked to a particular event queue. Besides the cleaner code, this also allow the user to extend the maximum port count beyond 64, by means of changing an "event_dev.h" Signed-off-by: Mattias Rönnblom