From: Julian Anastasov <ja@xxxxxx> Date: Sun, 27 Jul 2014 10:21:17 +0300 (EEST) > Questions not related to IPVS: > > - I guess ipv6_gro_receive() does not support GRO for > IPPROTO_IPV6 in IPPROTO_IPV6 because IPPROTO_IPV6 is not > registered in inet6_offloads list? Correct. SIT works because we register an "ipv4" offload for protocol ipv6. You'll need to add an inet6 offload, but I am not sure whether you can just reuse the SIT skb gso flag, you might need to add a new onw. Eric would know better, he added the SIT code, CC:'d -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html