From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] ibmvnic: Fix IP offload control buffer Date: Thu, 18 Jan 2018 21:19:22 -0500 (EST) Message-ID: <20180118.211922.1917595678595331065.davem@davemloft.net> References: <1516323902-15852-1-git-send-email-tlfalcon@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jallen@linux.vnet.ibm.com, nfont@linux.vnet.ibm.com To: tlfalcon@linux.vnet.ibm.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:33842 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753505AbeASCTY (ORCPT ); Thu, 18 Jan 2018 21:19:24 -0500 In-Reply-To: <1516323902-15852-1-git-send-email-tlfalcon@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 fix that here. > > Signed-off-by: Thomas Falcon Applied.