mbox series

[bpf-next,0/2] Remove unused fields in cpumap & devmap

Message ID 20230728014942.892272-1-houtao@huaweicloud.com (mailing list archive)
Headers show
Series Remove unused fields in cpumap & devmap | expand

Message

Hou Tao July 28, 2023, 1:49 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 1, 2023, 1:58 a.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau <martin.lau@kernel.org>:

On Fri, 28 Jul 2023 09:49:40 +0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/2] bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry
    https://git.kernel.org/bpf/bpf-next/c/2d20bfc315eb
  - [bpf-next,2/2] bpf, devmap: Remove unused dtab field from bpf_dtab_netdev
    https://git.kernel.org/bpf/bpf-next/c/1ea66e89f68c

You are awesome, thank you!