Re: [PATCH v5 1/1] xdp: remove the functions xsk_map_inc and xsk_map_put

2020-11-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Thu, 26 Nov 2020 23:03:18 +0800 you wrote: > From: Zhu Yanjun > > The functions xsk_map_put and xsk_map_inc are simple wrappers. > As such, replacing these functions with the functions bpf_map_inc > and bpf_map_put and re

Re: [PATCH v5 1/1] xdp: remove the functions xsk_map_inc and xsk_map_put

2020-11-26 Thread Magnus Karlsson
On Thu, Nov 26, 2020 at 4:05 PM Zhu Yanjun wrote: > > From: Zhu Yanjun > > The functions xsk_map_put and xsk_map_inc are simple wrappers. > As such, replacing these functions with the functions bpf_map_inc > and bpf_map_put and removing some test codes. > > Fixes: d20a1676df7e ("xsk: Move xskmap.

[PATCH v5 1/1] xdp: remove the functions xsk_map_inc and xsk_map_put

2020-11-26 Thread Zhu Yanjun
From: Zhu Yanjun The functions xsk_map_put and xsk_map_inc are simple wrappers. As such, replacing these functions with the functions bpf_map_inc and bpf_map_put and removing some test codes. Fixes: d20a1676df7e ("xsk: Move xskmap.c to net/xdp/") Signed-off-by: Zhu Yanjun --- net/xdp/xsk.c