From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] net-gre-gro: Fix a bug that breaks the forwarding path Date: Wed, 16 Jul 2014 14:47:38 -0700 (PDT) Message-ID: <20140716.144738.1373550328949077371.davem@davemloft.net> References: <1405378486-18129-1-git-send-email-hkchu@google.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: edumazet@google.com, linux@stwm.de, ogerlitz@mellanox.com, netdev@vger.kernel.org To: hkchu@google.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:55145 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753724AbaGPVrj (ORCPT ); Wed, 16 Jul 2014 17:47:39 -0400 In-Reply-To: <1405378486-18129-1-git-send-email-hkchu@google.com> Sender: netdev-owner@vger.kernel.org List-ID: From: "H.K. Jerry Chu" Date: Mon, 14 Jul 2014 15:54:46 -0700 > From: Jerry Chu > > Fixed a bug that was introduced by my GRE-GRO patch > (bf5a755f5e9186406bbf50f4087100af5bd68e40 net-gre-gro: Add GRE > support to the GRO stack) that breaks the forwarding path > because various GSO related fields were not set. The bug will > cause on the egress path either the GSO code to fail, or a > GRE-TSO capable (NETIF_F_GSO_GRE) NICs to choke. The following > fix has been tested for both cases. > > Signed-off-by: H.K. Jerry Chu Applied and queued up for -stable, thanks.