Searched hist:e312b9e706ed6d94f6cc9088fcd9fbd81de4525c (Results 1 – 2 of 2) sorted by relevance
/linux/net/xdp/ |
H A D | xsk.c | e312b9e706ed6d94f6cc9088fcd9fbd81de4525c Thu Dec 19 06:10:02 UTC 2019 Björn Töpel <bjorn.topel@intel.com> xsk: Make xskmap flush_list common for all map instances
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@intel.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Toke Høiland-Jørgensen <toke@redhat.com> Link: https://lore.kernel.org/bpf/20191219061006.21980-5-bjorn.topel@gmail.com
|
/linux/net/core/ |
H A D | filter.c | e312b9e706ed6d94f6cc9088fcd9fbd81de4525c Thu Dec 19 06:10:02 UTC 2019 Björn Töpel <bjorn.topel@intel.com> xsk: Make xskmap flush_list common for all map instances
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@intel.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Toke Høiland-Jørgensen <toke@redhat.com> Link: https://lore.kernel.org/bpf/20191219061006.21980-5-bjorn.topel@gmail.com
|