[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <cfead6c3-2428-d5cc-27e8-19dec04ecfb1@iogearbox.net>
Date: Sat, 22 Sep 2018 03:07:37 +0200
From: Daniel Borkmann <daniel@...earbox.net>
To: Prashant Bhole <bhole_prashant_q7@....ntt.co.jp>,
Alexei Starovoitov <ast@...nel.org>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH bpf-next] samples/bpf: fix compilation failure
On 09/20/2018 09:52 AM, Prashant Bhole wrote:
> following commit:
> commit d58e468b1112 ("flow_dissector: implements flow dissector BPF hook")
> added struct bpf_flow_keys which conflicts with the struct with
> same name in sockex2_kern.c and sockex3_kern.c
>
> similar to commit:
> commit 534e0e52bc23 ("samples/bpf: fix a compilation failure")
> we tried the rename it "flow_keys" but it also conflicted with struct
> having same name in include/net/flow_dissector.h. Hence renaming the
> struct to "flow_key_record". Also, this commit doesn't fix the
> compilation error completely because the similar struct is present in
> sockex3_kern.c. Hence renaming it in both files sockex3_user.c and
> sockex3_kern.c
>
> Signed-off-by: Prashant Bhole <bhole_prashant_q7@....ntt.co.jp>
Applied to bpf-next, thanks Prashant!
Powered by blists - more mailing lists