Merge branch 'Remove unused fields in cpumap & devmap'
authorMartin KaFai Lau <martin.lau@kernel.org>
Tue, 1 Aug 2023 01:26:08 +0000 (18:26 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Tue, 1 Aug 2023 01:26:26 +0000 (18:26 -0700)
commit1110865273c1fe76853c5900b0a28214afc50b4c
tree146af8dabef741f9c6c8073dc79f672907ca8398
parent81584c23f249ac2d809e2f89b76a7a9a02c09d8a
parent1ea66e89f68cd463ae189fb5d491df52e330136a
Merge branch 'Remove unused fields in cpumap & devmap'

Hou Tao says:

====================
Patchset "Simplify xdp_do_redirect_map()/xdp_do_flush_map() and XDP
maps" [0] changed per-map flush list to global per-cpu flush list
for cpumap, devmap and xskmap, but it forgot to remove these unused
fields from cpumap and devmap. So just remove these unused fields.

Comments and suggestions are always welcome.

[0]: https://lore.kernel.org/bpf/20191219061006.21980-1-bjorn.topel@gmail.com
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>