Magnus Karlsson wrote: > From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > > Simplify the xsk_info and umem_info allocation by allocating them > upfront in an array, instead of allocating an array of pointers to > future creations of these. Allocating them upfront also has the > advantage that configuration information can be stored in these > structures instead of relying on global variables. With the previous > structure, xsk_info and umem_info were created too late to be able to > store most configuration information. This will be used to eliminate > most global variables in later patches in this series. > > Signed-off-by: Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > --- Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>