Re: [PATCH 1/2] bpf samples: fix compiler errors with sockex2 and sockex3
From: Alexei Starovoitov <hidden>
Date: 2016-09-24 07:26:03
Also in:
lkml, netdev
From: Alexei Starovoitov <hidden>
Date: 2016-09-24 07:26:03
Also in:
lkml, netdev
On Sat, Sep 24, 2016 at 02:10:04AM +0530, Naveen N. Rao wrote:
These samples fail to compile as 'struct flow_keys' conflicts with definition in net/flow_dissector.h. Fix the same by renaming the structure used in the sample. Signed-off-by: Naveen N. Rao <redacted>
Thanks for the fix. Acked-by: Alexei Starovoitov <ast@kernel.org>