Re: [PATCH net] ibmvnic: Fix IP offload control buffer

2018-01-18 Thread David Miller
From: Thomas Falcon Date: Thu, 18 Jan 2018 19:05:01 -0600 > Set some missing fields in the IP control offload buffer. This buffer is > used to enable checksum and TCP segmentation offload in the VNIC server. > The buffer length field and the checksum offloading bits were not set > properly, so fi

[PATCH net] ibmvnic: Fix IP offload control buffer

2018-01-18 Thread Thomas Falcon
Set some missing fields in the IP control offload buffer. This buffer is used to enable checksum and TCP segmentation offload in the VNIC server. The buffer length field and the checksum offloading bits were not set properly, so fix that here. Signed-off-by: Thomas Falcon --- drivers/net/etherne