From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/3] Fix NETIF_F_HW_CSUM implementations [v2] Date: Thu, 16 Dec 2010 14:43:43 -0800 (PST) Message-ID: <20101216.144343.02266371.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=euc-kr Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: netdev@vger.kernel.org To: mirq-linux@rere.qmqm.pl Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:50231 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750855Ab0LPWnO (ORCPT ); Thu, 16 Dec 2010 17:43:14 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: =46rom: Micha=A9=A9 Miros=A9=A9aw Date: Wed, 15 Dec 2010 02:24:08 +0100 (CET) > This is a split version of a patch fixing NETIF_F_HW_CSUM implementat= ions > in network drivers. For easier review, this is split into three patch= es: >=20 > 1. introduce skb_checksum_start_offset() helper > 2. convert correct implementations to use the helper from #1 > 3. fix bad uses of skb_transport_offset() using helper from #1 Looks good, all applied, thanks!