oc.py stop building bpf_helper_defs.h immediately after
> bpf_check_mtu, which will affect future add functions.
>
> Fixes: 34b2021cc616 ("bpf: Add BPF-helper for MTU checking")
> Signed-off-by: Hangbin Liu
>
> [...]
Here is the summary with links:
- [PATCHv2,bpf-next] bpf: remove
On Tue, 23 Feb 2021 21:14:57 +0800
Hangbin Liu wrote:
> Commit 34b2021cc616 ("bpf: Add BPF-helper for MTU checking") added an
> extra blank line in bpf helper description. This will make
> bpf_helpers_doc.py stop building bpf_helper_defs.h immediately after
> bpf_check_mtu, which will affect futu
Commit 34b2021cc616 ("bpf: Add BPF-helper for MTU checking") added an
extra blank line in bpf helper description. This will make
bpf_helpers_doc.py stop building bpf_helper_defs.h immediately after
bpf_check_mtu, which will affect future add functions.
Fixes: 34b2021cc616 ("bpf: Add BPF-helper for