From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: [PATCH] net: Handle gso packets in dev_forward_skb Date: Mon, 21 Mar 2011 15:00:56 -0700 Message-ID: References: <1300743744.2837.7.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , netdev@vger.kernel.org, Ben Greear , Arnd Bergmann , Patrick McHardy To: Eric Dumazet Return-path: Received: from out01.mta.xmission.com ([166.70.13.231]:39928 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753976Ab1CUWBM (ORCPT ); Mon, 21 Mar 2011 18:01:12 -0400 In-Reply-To: <1300743744.2837.7.camel@edumazet-laptop> (Eric Dumazet's message of "Mon, 21 Mar 2011 22:42:24 +0100") Sender: netdev-owner@vger.kernel.org List-ID: Eric Dumazet writes: > Hmm, did you follow http://patchwork.ozlabs.org/patch/86815/ > discussion ? No. It seems I missed it, but I do have the same problem, and essentially the same fix. Eric