On Fri, May 10, 2024 at 8:28 AM Alexander Lobakin <aleksander.loba...@intel.com> wrote: > > In C, we have structures and unions. > Casting `void *` via macros is not only error-prone, but also looks > confusing and awful in general. > In preparation for splitting the queue structs, replace it with a > union and direct array dereferences. > > Signed-off-by: Alexander Lobakin <aleksander.loba...@intel.com>
FWIW, Reviewed-by: Mina Almasry <almasrym...@google.com> -- Thanks, Mina