Björn Töpel <bjorn.topel@xxxxxxxxx> writes: > From: Björn Töpel <bjorn.topel@xxxxxxxxx> > > The xskmap flush list is used to track entries that need to flushed > from via the xdp_do_flush_map() function. This list used to be > per-map, but there is really no reason for that. Instead make the > flush list global for all xskmaps, which simplifies __xsk_map_flush() > and xsk_map_alloc(). > > Signed-off-by: Björn Töpel <bjorn.topel@xxxxxxxxx> Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>