From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6713C433DB for ; Sun, 10 Jan 2021 00:19:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9FAB2311E for ; Sun, 10 Jan 2021 00:19:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726222AbhAJAKt (ORCPT ); Sat, 9 Jan 2021 19:10:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:52334 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726062AbhAJAKt (ORCPT ); Sat, 9 Jan 2021 19:10:49 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id A22C82388A; Sun, 10 Jan 2021 00:10:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610237408; bh=rRGUA48gVjP0LhsXnNN0E1CWztFKmH6VxlSOlbqYgUU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=AhFP9fODJuIHj/0nh16tKFvANxPdqxKFBITwdsSdPTQAazIvMQCVGTWUIxH/xrwTK oXsB6p1fjXBkhqqkpCuBbuXngPHt3q8Hw9QhLk0vjFMzE/1IV7WqStVxEPw6wU3iqf 0xJvLzgBhJ0kT6g9HOcMtOUA0nrnqpvEgkYruDBwFVELpA+dnCGySru94CsaKxl4m1 5H5qv7Zg2AcfET34jCKZ2kS5VAOoTg1MqWrVaK9H+rdnYvEOi+2kjzYsJPw9jk3WXe v7hc7+mJNptdw/v98xDwQDBqr3GWclOLcPOigFkEZxlW2l7Jppr7dqddhtXaKoW1Jx fxf93At5+StrQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/2] net-gro: GRO_DROP deprecation From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161023740859.12553.10714223338943728983.git-patchwork-notify@kernel.org> Date: Sun, 10 Jan 2021 00:10:08 +0000 References: <20210108113903.3779510-1-eric.dumazet@gmail.com> In-Reply-To: <20210108113903.3779510-1-eric.dumazet@gmail.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, edumazet@google.com, jesse.brandeburg@intel.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 8 Jan 2021 03:39:01 -0800 you wrote: > From: Eric Dumazet > > GRO_DROP has no practical use and can be removed, > once ice driver is cleaned up. > > This removes one useless conditionel test in napi_gro_frags() > > [...] Here is the summary with links: - [net-next,1/2] ice: drop dead code in ice_receive_skb() https://git.kernel.org/netdev/net-next/c/f73fc40327c0 - [net-next,2/2] net-gro: remove GRO_DROP https://git.kernel.org/netdev/net-next/c/1d11fa696733 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html