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

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 16 Nov 2020 11:30:37 +0100 you wrote: > >From second fragment on, IPV6FR program must stop the dissection of IPV6 > fragmented packet. This is the same approach used for IPV4 fragmentation. > This fixes the flow keys c

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

2020-11-16 Thread Jakub Sitnicki
On Mon, Nov 16, 2020 at 11:30 AM CET, Santucci Pierpaolo wrote: > From second fragment on, IPV6FR program must stop the dissection of IPV6 > fragmented packet. This is the same approach used for IPV4 fragmentation. > This fixes the flow keys calculation for the upper-layer protocols. > Note that ac

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

2020-11-16 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. This fixes the flow keys calculation for the upper-layer protocols. Note that according to RFC8200, the first fragment packet must include the upper-la