From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Cree Subject: Re: [net-next PATCH 0/2] GENEVE/VXLAN: Enable outer Tx checksum by default Date: Wed, 24 Feb 2016 17:30:59 +0000 Message-ID: <56CDE8D3.5000409@solarflare.com> References: <56CC94D9.4030308@hpe.com> <56CC9914.5010506@solarflare.com> <20160223.130826.608797488173024832.davem@davemloft.net> <56CCBF22.6020904@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: David Miller , Rick Jones , Jesse Gross , Alex Duyck , Linux Kernel Network Developers , Alexander Duyck To: Tom Herbert Return-path: Received: from nbfkord-smmo04.seg.att.com ([209.65.160.86]:27931 "EHLO nbfkord-smmo04.seg.att.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756439AbcBXRbH (ORCPT ); Wed, 24 Feb 2016 12:31:07 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 24/02/16 00:53, Tom Herbert wrote: > That's an interesting idea. This should work in IPv6 now and nearly > all encapsulation protocols (GRE w/ csum doesn't work this way for > instance) You mean GRE with sequence numbers? csum should be fine, it'sjust the usual LCO setup (i.e. only depends on headers). -Ed