Björn Töpel wrote: > From: Björn Töpel <bjorn.topel@xxxxxxxxx> > > The cpumap 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 devmaps, which simplifies __cpu_map_flush() > and cpu_map_alloc(). > > Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> > Signed-off-by: Björn Töpel <bjorn.topel@xxxxxxxxx> > --- Consider *map_flush() -> *_flush() change but thats just a small nit its not too important to me. Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>