On Fri, 25 Oct 2019 11:32:18 +0200, Björn Töpel wrote: > From: Björn Töpel <bjorn.topel@xxxxxxxxx> > > Prior this commit, the array storing XDP socket instances were stored > in a separate allocated array of the XSKMAP. Now, we store the sockets > as a flexible array member in a similar fashion as the arraymap. Doing > so, we do less pointer chasing in the lookup. > > Signed-off-by: Björn Töpel <bjorn.topel@xxxxxxxxx> Damn, looks like I managed to reply to v2. I think the size maths may overflow on 32bit machines on the addition.