Re: [PATCH net-next v2 4/4] ibmveth: Add support for Large Receive Offload
On Mon, 2015-04-27 at 17:10 -0500, Thomas Falcon wrote: > + if (be16_to_cpu(skb->protocol) == ETH_P_IP) { > + skb_set_network_header(skb, 0); > + skb_set_transport_header(skb, > sizeof(struct ip
[PATCH net-next v2 4/4] ibmveth: Add support for Large Receive Offload
Enables receiving large packets from other LPARs. These packets have a -1 IP header checksum, so we must recalculate to have a valid checksum. Signed-off-by: Brian King Signed-off-by: Thomas Falcon --- v2: -Included statistics that were previously in a separate patch -Zeroed the IP header che