Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753021Ab0DKVLn (ORCPT ); Sun, 11 Apr 2010 17:11:43 -0400 Received: from acsinet12.oracle.com ([141.146.126.234]:44004 "EHLO acsinet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752966Ab0DKVLl (ORCPT ); Sun, 11 Apr 2010 17:11:41 -0400 Message-ID: <4BC23A1C.9020607@oracle.com> Date: Sun, 11 Apr 2010 14:07:40 -0700 From: Yinghai User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100228 SUSE/3.0.3-1.1.1 Thunderbird/3.0.3 MIME-Version: 1.0 To: Herbert Xu , davem@davemloft.net CC: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, torvalds@linux-foundation.org Subject: Re: [PATCH 1/3] tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4 References: <20100411100902.GA20141@gondor.apana.org.au> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4BC23AC0.0088:SCFMA4539814,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 19 On 04/11/2010 05:15 AM, Herbert Xu wrote: > tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4 > > This patch moves the common code between tcp_v4_send_check and > tcp_v4_gso_send_check into a new function __tcp_v4_send_check. > > It then uses the new function in tcp_v4_send_synack so that it > handles CHECKSUM_PARTIAL properly. > Good, three patches fix the problem. Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/