Re: [PATCH v3] event/dsw: optimize serving port logic

2024-01-17 Thread Jerin Jacob
On Wed, Jan 17, 2024 at 3:14 PM Mattias Rönnblom wrote: > > To reduce flow migration overhead, replace the array-based > representation of which set of ports are bound to a particular queue > by a bitmask-based one. > > The maximum number of DSW event ports remains 64, but after this > change can

[PATCH v3] event/dsw: optimize serving port logic

2024-01-16 Thread Mattias Rönnblom
To reduce flow migration overhead, replace the array-based representation of which set of ports are bound to a particular queue by a bitmask-based one. The maximum number of DSW event ports remains 64, but after this change can no longer easily be increased by modifying DSW_MAX_PORTS and recompili