Hello, In struct ip_vs_dest you should use __be16 for tun_port and __u16 for tun_type and avoid any atomic_t usage. To test it with sparse: make C=2 CF="-D__CHECK_ENDIAN__" net/netfilter/ipvs/ And th
Hi Jacky, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on ipvs-next/master] [also build test WARNING on v5.1-rc1 next-20190306] [if your patch is applied to the wro
ipip packets are blocked in some public cloud environments, this patch allows gue encapsulation with the tunneling method, which would make tunneling working in those environments. Signed-off-by: Jac