netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/2] Remove unused fields in cpumap & devmap
@ 2023-07-28  1:49 Hou Tao
  2023-07-28  1:49 ` [PATCH bpf-next 1/2] bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry Hou Tao
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Hou Tao @ 2023-07-28  1:49 UTC (permalink / raw)
  To: bpf
  Cc: netdev, David S . Miller, Jakub Kicinski, Jesper Dangaard Brouer,
	John Fastabend, Björn Töpel, Martin KaFai Lau,
	Alexei Starovoitov, Andrii Nakryiko, Song Liu, Hao Luo,
	Yonghong Song, Daniel Borkmann, KP Singh, Stanislav Fomichev,
	Jiri Olsa, houtao1

From: Hou Tao <houtao1@huawei.com>

Hi,

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.

Regards,
Tao

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

Hou Tao (2):
  bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry
  bpf, devmap: Remove unused dtab field from bpf_dtab_netdev

 kernel/bpf/cpumap.c | 3 ---
 kernel/bpf/devmap.c | 2 --
 2 files changed, 5 deletions(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-08-01  1:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28  1:49 [PATCH bpf-next 0/2] Remove unused fields in cpumap & devmap Hou Tao
2023-07-28  1:49 ` [PATCH bpf-next 1/2] bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry Hou Tao
2023-07-28 10:48   ` Jesper Dangaard Brouer
2023-07-28 12:04   ` Jiri Olsa
2023-07-28 16:38     ` Jakub Kicinski
2023-07-28  1:49 ` [PATCH bpf-next 2/2] bpf, devmap: Remove unused dtab field from bpf_dtab_netdev Hou Tao
2023-07-28 10:48   ` Jesper Dangaard Brouer
2023-08-01  1:58 ` [PATCH bpf-next 0/2] Remove unused fields in cpumap & devmap patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).