[PATCH v2] selftest/bpf: fix IPV6FR handling in flow dissector

2020-11-16 Thread Santucci Pierpaolo
per-layer header. Signed-off-by: Santucci Pierpaolo --- v2: extend the commit message, as suggested by John Fastabend tools/testing/selftests/bpf/progs/bpf_flow.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/bpf/progs/bpf_flow.c b/tools/testing/selftests/

Re: [PATCH] selftest/bpf: fix IPV6FR handling in flow dissector

2020-11-11 Thread Santucci Pierpaolo
2020 at 05:48 AM CET, Andrii Nakryiko wrote: > > On Tue, Nov 10, 2020 at 9:12 AM Santucci Pierpaolo > > wrote: > >> > >> From second fragment on, IPV6FR program must stop the dissection of IPV6 > >> fragmented packet. This is the same approach used for

[PATCH] selftest/bpf: fix IPV6FR handling in flow dissector

2020-11-10 Thread Santucci Pierpaolo
>From second fragment on, IPV6FR program must stop the dissection of IPV6 fragmented packet. This is the same approach used for IPV4 fragmentation. Signed-off-by: Santucci Pierpaolo --- tools/testing/selftests/bpf/progs/bpf_flow.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/to