On Thu, Mar 19, 2020 at 07:02:23PM +0000, Edward Cree wrote: > On 18/03/2020 00:39, Pablo Neira Ayuso wrote: > > From: wenxu <wenxu@xxxxxxxxx> > > > > This patch support both ipv4 and ipv6 tunnel_id, tunnel_src and > > tunnel_dst match for flowtable offload > > > > Signed-off-by: wenxu <wenxu@xxxxxxxxx> > > Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > <snip> [...] > From matching up the Code: line, it appears that %rax is other_dst; > the faulting instruction is "mov 0x50(%rax),%rcx". > IOW other_dst == NULL. Would this test this patch? https://patchwork.ozlabs.org/patch/1257949/ Thank you.