From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757072Ab2LGXPT (ORCPT ); Fri, 7 Dec 2012 18:15:19 -0500 Received: from mga09.intel.com ([134.134.136.24]:50232 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754015Ab2LGXPR (ORCPT ); Fri, 7 Dec 2012 18:15:17 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,241,1355126400"; d="asc'?scan'208";a="230541637" Message-ID: <50C27883.5010006@gmail.com> Date: Fri, 07 Dec 2012 15:15:15 -0800 From: Jeff Kirsher Reply-To: jeffrey.t.kirsher@intel.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Joseph Gasparakis CC: davem@davemloft.net, shemminger@vyatta.com, chrisw@sous-sol.org, gospo@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, dmitry@broadcom.com, saeed.bishara@gmail.com, Peter P Waskiewicz Jr , Alexander Duyck Subject: Re: [PATCH v3 1/4] net: Add support for hardware-offloaded encapsulation References: <1354845419-22483-1-git-send-email-joseph.gasparakis@intel.com> <1354845419-22483-2-git-send-email-joseph.gasparakis@intel.com> In-Reply-To: <1354845419-22483-2-git-send-email-joseph.gasparakis@intel.com> X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigF3C70E2C80243DFE9C2B2699" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF3C70E2C80243DFE9C2B2699 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 12/06/2012 05:56 PM, Joseph Gasparakis wrote: > This patch adds support in the kernel for offloading in the NIC Tx and = Rx > checksumming for encapsulated packets (such as VXLAN and IP GRE). > > Signed-off-by: Joseph Gasparakis > Signed-off-by: Peter P Waskiewicz Jr > Signed-off-by: Alexander Duyck > --- > include/linux/ip.h | 5 ++ > include/linux/ipv6.h | 5 ++ > include/linux/netdevice.h | 2 + > include/linux/skbuff.h | 90 +++++++++++++++++++++++++++++++++++++= +++++++- > include/linux/tcp.h | 10 +++++ > include/linux/udp.h | 5 ++ > net/core/skbuff.c | 9 ++++ > 7 files changed, 125 insertions(+), 1 deletions(-) Acked-by: Jeff Kirsher --------------enigF3C70E2C80243DFE9C2B2699 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBCgAGBQJQwniDAAoJEOVv75VaS+3OuOQQAJyWSm2sPtM85zbKVitTi3LK SmfVWnuE936WftqO0tQqmUjU67sdnTvAD/AAsc2uetvEhNG9s8o4WSSSNClh+0JR Ir/N6R3Pit+bRmlfOCtnN7h7zIh7Vr8cbAX0GUUy6GnudUY5EnCPDWhLw3IcENfW UEV7N1yUg1fYtB1dWG0BvOF2FNuhiiROVVeAKod8DNiwe5I3N64VhAW3SrZjMM/p iJFLev+NgOQM+oXOJM6VQAi8ftz24pgdlsq/MlvwbfL8BxRtetbmHqNby0fm84lR kMHAriol5W67DQ0iUW/0vbuMaGKFe46PJPB9kdPY3clXFbaNV7neyaaF7oMMT9bh uh5xmo4/HhHc0Bvz4DaAsozI5dmUT9LFl0D3nbsBhQlp0CC5ZUWhx1Rkg9hjjW+5 Ju+tuo9GSRNQj0+/hW2qG68r8EDaGxObRD110VY/K16L40dY5EGFIiflx6ToFV7v sa/BRxHzslNS89mM5/q2q9KNLr+Wrpl7bAF8SgpQ0ufJy4wlAe33cEFZe+N9dxl3 Hh7XHCFkL9it5TX0inzJjB5H9f+A/ouvmFXyMh5pEShaLiD+x9/cWrhMRIivEuwu Siu9lF+HVFexr8qgEZ0OF8QQOtsZOluq6TKjM3yRXicESjJp7DWsRauYlJJGHC5W U0naHbf7n+ecx7ARYDku =6VCR -----END PGP SIGNATURE----- --------------enigF3C70E2C80243DFE9C2B2699--