Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753788Ab3DKTw7 (ORCPT ); Thu, 11 Apr 2013 15:52:59 -0400 Received: from mail-bk0-f54.google.com ([209.85.214.54]:36908 "EHLO mail-bk0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753271Ab3DKTw6 (ORCPT ); Thu, 11 Apr 2013 15:52:58 -0400 Message-ID: <51671494.6000803@gmail.com> Date: Thu, 11 Apr 2013 21:52:52 +0200 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: Eric Dumazet CC: "David S. Miller" , Lennert Buytenhek , Andrew Lunn , Jason Cooper , Florian Fainelli , Benjamin Herrenschmidt , Paul Mackerras , Dale Farnsworth , Ben Hutchings , Soeren Moch , Willy Tarreau , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: mv643xx_eth: remove deprecated inet_lro support References: <1365707488-28819-1-git-send-email-sebastian.hesselbarth@gmail.com> <1365709617.3887.185.camel@edumazet-glaptop> In-Reply-To: <1365709617.3887.185.camel@edumazet-glaptop> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1908 Lines: 46 On 04/11/2013 09:46 PM, Eric Dumazet wrote: > On Thu, 2013-04-11 at 21:11 +0200, Sebastian Hesselbarth wrote: >> With recent support for GRO, there is no need to keep both LRO and >> GRO. This patch therefore removes the deprecated inet_lro support >> from mv643xx_eth. This is work is based on an experimental patch >> provided by Eric Dumazet and Willy Tarreau. >> >> Signed-off-by: Sebastian Hesselbarth >> Based-on-patch-by: Eric Dumazet >> Based-on-patch-by: Willy Tarreau >> --- >> Note: This patch is based upon recent cleanup patches and GRO support >> patch for mv643xx_eth. >> >> Cc: "David S. Miller" >> Cc: Lennert Buytenhek >> Cc: Andrew Lunn >> Cc: Jason Cooper >> Cc: Florian Fainelli >> Cc: Benjamin Herrenschmidt >> Cc: Paul Mackerras >> Cc: Dale Farnsworth >> Cc: Ben Hutchings >> Cc: Soeren Moch >> Cc: Eric Dumazet >> Cc: Willy Tarreau >> Cc: netdev@vger.kernel.org >> Cc: linux-arm-kernel@lists.infradead.org >> Cc: linuxppc-dev@lists.ozlabs.org >> Cc: linux-kernel@vger.kernel.org >> --- >> drivers/net/ethernet/marvell/mv643xx_eth.c | 97 +--------------------------- >> 1 file changed, 3 insertions(+), 94 deletions(-) > > Seems fine to me, but you also could remove "select INET_LRO" > from drivers/net/ethernet/marvell/Kconfig Ok, I will wait for tomorrow to see if there are more objections and respin a v2. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/