On Wed, Mar 10, 2021 at 01:37:48AM +0000, patchwork-bot+netdevbpf@xxxxxxxxxx wrote: > Hello: > > This patch was applied to netdev/net-next.git (refs/heads/master): > > On Tue, 9 Mar 2021 11:22:14 +0800 you wrote: > > When fixing the bpf test_tunnel.sh genve failure. I only fixed > > the IPv4 part but forgot the IPv6 issue. Similar with the IPv4 > > fixes 557c223b643a ("selftests/bpf: No need to drop the packet when > > there is no geneve opt"), when there is no tunnel option and > > bpf_skb_get_tunnel_opt() returns error, there is no need to drop the > > packets and break all geneve rx traffic. Just set opt_class to 0 and > > keep returning TC_ACT_OK at the end. > > > > [...] > > Here is the summary with links: > - [net] selftests/bpf: set gopt opt_class to 0 if get tunnel opt failed > https://git.kernel.org/netdev/net-next/c/557c223b643a Hi bot, I think you are mixing this patch with commit 557c223b643a ("selftests/bpf: No need to drop the packet when there is no geneve opt") Thanks Hangbin