On Mon, Aug 26, 2019 at 3:28 PM Stanislav Fomichev <sdf@xxxxxxxxxx> wrote: > > .nhoff = 0 is (correctly) reset to ETH_HLEN on the next line so let's > drop it. > > Signed-off-by: Stanislav Fomichev <sdf@xxxxxxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx> > --- > tools/testing/selftests/bpf/prog_tests/flow_dissector.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tools/testing/selftests/bpf/prog_tests/flow_dissector.c b/tools/testing/selftests/bpf/prog_tests/flow_dissector.c > index 6892b88ae065..d2f4a8262200 100644 > --- a/tools/testing/selftests/bpf/prog_tests/flow_dissector.c > +++ b/tools/testing/selftests/bpf/prog_tests/flow_dissector.c > @@ -344,7 +344,6 @@ struct test tests[] = { > .tcp.dest = 8080, > }, > .keys = { > - .nhoff = 0, > .nhoff = ETH_HLEN, > .thoff = ETH_HLEN + sizeof(struct iphdr) + > sizeof(struct iphdr), > -- > 2.23.0.187.g17f5b7556c-goog >