Re: [PATCHv2 bpf-next] bpf: remove blank line in bpf helper description

2021-02-24 Thread patchwork-bot+netdevbpf
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

Re: [PATCHv2 bpf-next] bpf: remove blank line in bpf helper description

2021-02-24 Thread Jesper Dangaard Brouer
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

[PATCHv2 bpf-next] bpf: remove blank line in bpf helper description

2021-02-23 Thread Hangbin Liu
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