From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net (shards.monkeyblade.net [IPv6:2001:4f8:3:36:211:85ff:fe63:a549]) by lists.ozlabs.org (Postfix) with ESMTP id 007EB1A06C7 for ; Thu, 16 Jul 2015 14:35:21 +1000 (AEST) Date: Wed, 15 Jul 2015 21:35:18 -0700 (PDT) Message-Id: <20150715.213518.1391748312035384335.davem@davemloft.net> To: tlfalcon@linux.vnet.ibm.com Cc: netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, nfont@linux.vnet.ibm.com, brking@linux.vnet.ibm.com Subject: Re: [PATCH net-next] ibmveth: add support for TSO6 From: David Miller In-Reply-To: <1436889111-10509-1-git-send-email-tlfalcon@linux.vnet.ibm.com> References: <1436889111-10509-1-git-send-email-tlfalcon@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Falcon Date: Tue, 14 Jul 2015 10:51:51 -0500 > This patch adds support for a new method of signalling the firmware > that TSO packets are being sent. The new method removes the need to > alter the ip and tcp checksums and allows TSO6 support. > > Signed-off-by: Thomas Falcon Applied.