From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2] net-next/hinic: add checksum offload and TSO support Date: Thu, 18 Oct 2018 16:45:07 -0700 (PDT) Message-ID: <20181018.164507.2304972344742824472.davem@davemloft.net> References: <20181018150251.28802-1-xuechaojing@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, wulike1@huawei.com, chiqijun@huawei.com, fy.wang@huawei.com, zhaochen6@huawei.com, tony.qu@huawei.com, luoshaokai@huawei.com To: xuechaojing@huawei.com Return-path: In-Reply-To: <20181018150251.28802-1-xuechaojing@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Xue Chaojing Date: Thu, 18 Oct 2018 15:02:51 +0000 > From: Zhao Chen > > This patch adds checksum offload and TSO support for the HiNIC > driver. Perfomance test (Iperf) shows more than 100% improvement > in TCP streams. > > Signed-off-by: Zhao Chen > Signed-off-by: Xue Chaojing > --- > v2: made all the local variables from longest to shortest line. Applied, thank you.