Hello, I would appreciate if somebody will explain in a few sentences, why, when forwarding a packet in IPV4 , in ip_forward() method, (net/ipv4/ip_forward.c) we drop the packet if it is lro. To be more specific, why do we have, in ip_forward() : ... ... if (skb_warn_if_lro(skb)) goto drop; ... ... Regards, Mark Ryden -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
