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
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.
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