commit | f68979433deaa8a8a8b6396f944a0928a35713dc | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Thu Jan 18 19:05:01 2018 -0600 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 18 21:19:05 2018 -0500 |
tree | fcb8be2ef6adb9a0815fdb25f715a1ec55bc279b | |
parent | 69c4a65e4bb36efe94c79f64faab6bdb96c76ab3 [diff] |
ibmvnic: Fix IP offload control buffer 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 <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>