Message ID | 20210108113903.3779510-1-eric.dumazet@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net-gro: GRO_DROP deprecation | expand |
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 <edumazet@google.com> > > 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
From: Eric Dumazet <edumazet@google.com> 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() Eric Dumazet (2): ice: drop dead code in ice_receive_skb() net-gro: remove GRO_DROP drivers/net/ethernet/intel/ice/ice_txrx_lib.c | 7 +------ include/linux/netdevice.h | 1 - net/core/dev.c | 11 ----------- 3 files changed, 1 insertion(+), 18 deletions(-)