From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Benc Subject: Re: [PATCH net-next] vxlan: fix too large pskb_may_pull with remote checksum Date: Wed, 16 Mar 2016 18:13:29 +0100 Message-ID: <20160316181329.55736b7f@griffin> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Linux Kernel Network Developers To: Tom Herbert Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56604 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932369AbcCPRNc (ORCPT ); Wed, 16 Mar 2016 13:13:32 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 16 Mar 2016 10:09:38 -0700, Tom Herbert wrote: > On Wed, Mar 16, 2016 at 9:35 AM, Jiri Benc wrote: > > The vxlan header is pulled at this point, don't include it again in the > > calculation. > > > Hmm, I think I missing something obvious. Where was the pull of the > vxlan header done? In iptunnel_pull_header. Sorry, should have mentioned it. Jiri